1. 8e0c3b7 sctp: implement generate_ftsn for sctp_stream_interleave by Xin Long · 7 years ago
  2. 2d07a49 sctp: add basic structures and make chunk function for ifwdtsn by Xin Long · 7 years ago
  3. 94d7d8f ip6_gre: add erspan v2 support by William Tu · 7 years ago
  4. f551c91 net: erspan: introduce erspan v2 for ip_gre by William Tu · 7 years ago
  5. 1d7e2ed net: erspan: refactor existing erspan code by William Tu · 7 years ago
  6. 8ce38ae Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-next by David S. Miller · 7 years ago
  7. f0af343 net: dsa: mediatek: combine MediaTek tag with VLAN tag by Sean Wang · 7 years ago
  8. 7268586 tcp: pause Fast Open globally after third consecutive timeout by Yuchung Cheng · 7 years ago
  9. 8d74e9f net: avoid skb_warn_bad_offload on IS_ERR by Willem de Bruijn · 7 years ago
  10. eb79358 net: bridge: use rhashtable for fdbs by Nikolay Aleksandrov · 7 years ago
  11. ec94c26 tcp/dccp: avoid one atomic operation for timewait hashdance by Eric Dumazet · 7 years ago
  12. b4f70c3 tcp: allow TLP in ECN CWR by Neal Cardwell · 7 years ago
  13. 039af9c net_sched: switch to exit_batch for action pernet ops by Cong Wang · 7 years ago
  14. c3916ad tcp: smoother receiver autotuning by Eric Dumazet · 7 years ago
  15. 607065b tcp: avoid integer overflows in tcp_rcv_space_adjust() by Eric Dumazet · 7 years ago
  16. 02db557 tcp: do not overshoot window_clamp in tcp_rcv_space_adjust() by Eric Dumazet · 7 years ago
  17. 1322823 sctp: add support for the process of unordered idata by Xin Long · 7 years ago
  18. 65f5e35 sctp: implement abort_pd for sctp_stream_interleave by Xin Long · 7 years ago
  19. be4e0ce sctp: implement start_pd for sctp_stream_interleave by Xin Long · 7 years ago
  20. 94014e8 sctp: implement renege_events for sctp_stream_interleave by Xin Long · 7 years ago
  21. 9162e0e sctp: implement enqueue_event for sctp_stream_interleave by Xin Long · 7 years ago
  22. bd4d627 sctp: implement ulpevent_data for sctp_stream_interleave by Xin Long · 7 years ago
  23. 9d4ceaf sctp: implement validate_data for sctp_stream_interleave by Xin Long · 7 years ago
  24. 668c9be sctp: implement assign_number for sctp_stream_interleave by Xin Long · 7 years ago
  25. 0c3f6f6 sctp: implement make_datafrag for sctp_stream_interleave by Xin Long · 7 years ago
  26. ad05a7a sctp: add basic structures and make chunk function for idata by Xin Long · 7 years ago
  27. 96b120b sctp: add asoc intl_enable negotiation during 4 shakehands by Xin Long · 7 years ago
  28. 772a586 sctp: add stream interleave enable members and sockopt by Xin Long · 7 years ago
  29. b1042d3 netlink: convert netlink tap spinlock to mutex by Cong Wang · 7 years ago
  30. 25e3f70 netlink: make netlink tap per netns by Cong Wang · 7 years ago
  31. 97a6ec4 rhashtable: Change rhashtable_walk_start to return void by Tom Herbert · 7 years ago
  32. a0b586f rtnetlink: fix typo in GSO max segments by Stephen Hemminger · 7 years ago
  33. 51e18a4 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  34. 46e6b99 rtnetlink: allow GSO maximums to be set on device creation by Stephen Hemminger · 7 years ago
  35. 6065fd0 tcp: evaluate packet losses upon RTT change by Yuchung Cheng · 7 years ago
  36. 428aec5 tcp: fix off-by-one bug in RACK by Yuchung Cheng · 7 years ago
  37. cd1fc85 tcp: always evaluate losses in RACK upon undo by Yuchung Cheng · 7 years ago
  38. 0ce294d tcp: correctly test congestion state in RACK by Yuchung Cheng · 7 years ago
  39. df45bf8 net: sched: fix use-after-free in tcf_block_put_ext by Jiri Pirko · 7 years ago
  40. c5ad119 net: sched: pfifo_fast use skb_array by John Fastabend · 7 years ago
  41. ce679e8 net: sched: add support for TCQ_F_NOLOCK subqueues to sch_mqprio by John Fastabend · 7 years ago
  42. b01ac09 net: sched: add support for TCQ_F_NOLOCK subqueues to sch_mq by John Fastabend · 7 years ago
  43. 7e66016 net: sched: helpers to sum qlen and qlen for per cpu logic by John Fastabend · 7 years ago
  44. fd8e8d1 net: sched: check for frozen queue before skb_bad_txq check by John Fastabend · 7 years ago
  45. 70e57d5 net: sched: use skb list for skb_bad_tx by John Fastabend · 7 years ago
  46. 7bbde83 net: sched: drop qdisc_reset from dev_graft_qdisc by John Fastabend · 7 years ago
  47. a53851e net: sched: explicit locking in gso_cpu fallback by John Fastabend · 7 years ago
  48. d59f5ff net: sched: a dflt qdisc may be used with per cpu stats by John Fastabend · 7 years ago
  49. 29b86cd net: sched: remove remaining uses for qdisc_qlen in xmit path by John Fastabend · 7 years ago
  50. 6b3ba91 net: sched: allow qdiscs to handle locking by John Fastabend · 7 years ago
  51. 6c14818 net: sched: cleanup qdisc_run and __qdisc_run semantics by John Fastabend · 7 years ago
  52. 600647d tcp_bbr: reset long-term bandwidth sampling on loss recovery undo by Neal Cardwell · 7 years ago
  53. 2f6c498 tcp_bbr: reset full pipe detection on loss recovery undo by Neal Cardwell · 7 years ago
  54. c589e69b tcp_bbr: record "full bw reached" decision in new full_bw_reached bit by Neal Cardwell · 7 years ago
  55. 62cd277 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by David S. Miller · 7 years ago
  56. d476175 tcp: invalidate rate samples during SACK reneging by Yousuk Seung · 7 years ago
  57. e7b7a64 smc: support variable CLC proposal messages by Ursula Braun · 7 years ago
  58. 6b5771a smc: no consumer update in tasklet context by Ursula Braun · 7 years ago
  59. 71c125c smc: cleanup close checking during data receival by Ursula Braun · 7 years ago
  60. 4bd3e7f smc: no update for unused sk_write_pending by Ursula Braun · 7 years ago
  61. 0c9f151 smc: improve smc_clc_send_decline() error handling by Ursula Braun · 7 years ago
  62. a8ae890 smc: make smc_close_active_abort() static by Ursula Braun · 7 years ago
  63. 8632385 tcp: use current time in tcp_rcv_space_adjust() by Eric Dumazet · 7 years ago
  64. 2a93c1a net: dsa: Allow compiling out legacy support by Florian Fainelli · 7 years ago
  65. 74c4b65 adding missing rcu_read_unlock in ipxip6_rcv by Nikita V. Shirokov · 7 years ago
  66. f3069c6 rds: Fix NULL pointer dereference in __rds_rdma_map by Håkon Bugge · 7 years ago
  67. 32d3e51 net_sched: use macvlan real dev trans_start in dev_trans_start() by Chris Dion · 7 years ago
  68. d9b8693 rds: debug: fix null check on static array by Prashant Bhole · 7 years ago
  69. 4bee00e act_mirred: get rid of mirred_list_lock spinlock by Cong Wang · 7 years ago
  70. 9f8a739 act_mirred: get rid of tcfm_ifindex from struct tcf_mirred by Cong Wang · 7 years ago
  71. ef7baf5 ip6_gre: add ip6 erspan collect_md mode by William Tu · 7 years ago
  72. 8e1611e make sock_alloc_file() do sock_release() on failures by Al Viro · 7 years ago
  73. 016a266 socketpair(): allocate descriptors first by Al Viro · 7 years ago
  74. a573943 fix kcm_clone() by Al Viro · 7 years ago
  75. 69c6486 dccp: CVE-2017-8824: use-after-free in DCCP code by Mohamed Ghannam · 7 years ago
  76. 9a63b25 net_sched: remove unused parameter from act cleanup ops by Cong Wang · 7 years ago
  77. 986d7cc net: dsa: assign a CPU port to DSA port by Vivien Didelot · 7 years ago
  78. c9d3fe9 VSOCK: fix outdated sk_state value in hvs_release() by Stefan Hajnoczi · 7 years ago
  79. 54160ef net: sched: sch_api: rearrange init handling by Alexander Aring · 7 years ago
  80. 0ac4bd6 net: sched: sch_api: fix code style issues by Alexander Aring · 7 years ago
  81. efbf789 net_sched: get rid of rcu_barrier() in tcf_block_put_ext() by Cong Wang · 7 years ago
  82. a7d5f10 tipc: fix memory leak in tipc_accept_from_sock() by Jon Maloy · 7 years ago
  83. 672ecbe tipc: fix a null pointer deref on error path by Cong Wang · 7 years ago
  84. 8afa10c net_sched: red: Avoid illegal values by Nogah Frankel · 7 years ago
  85. 62b3237 flow_dissector: dissect tunnel info outside __skb_flow_dissect() by Simon Horman · 7 years ago
  86. 029b6d1 Revert "net: core: maybe return -EEXIST in __dev_alloc_name" by Johannes Berg · 7 years ago
  87. e599ea1 Revert "tcp: must block bh in __inet_twsk_hashdance()" by Eric Dumazet · 7 years ago
  88. b0e9fe1 rtnetlink: fix rtnl_link msghandler rcu annotations by Florian Westphal · 7 years ago
  89. 7cda4ce Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  90. f19397a bpf: Add access to snd_cwnd and others in sock_ops by Lawrence Brakmo · 7 years ago
  91. 792f3dd bpf: move bpf csum flag check by William Tu · 7 years ago
  92. 236fa07 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 7 years ago
  93. a3fde2a rtnetlink: ipv6: convert remaining users to rtnl_register_module by Florian Westphal · 7 years ago
  94. d671965 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by David S. Miller · 7 years ago
  95. 16feebc rtnetlink: remove __rtnl_register by Florian Westphal · 7 years ago
  96. c1c502b net: use rtnl_register_module where needed by Florian Westphal · 7 years ago
  97. e420251 rtnetlink: get reference on module before invoking handlers by Florian Westphal · 7 years ago
  98. addf9b9 net: rtnetlink: use rcu to free rtnl message handlers by Florian Westphal · 7 years ago
  99. b8da518 bpf: allow disabling tunnel csum for ipv6 by William Tu · 7 years ago
  100. 6712abc ip6_gre: add ip6 gre and gretap collect_md mode by William Tu · 7 years ago