1. 2b5a921 udp4: fix IP_CMSG_CHECKSUM for connected sockets by Paolo Abeni · 6 years ago
  2. c56cae2 gso_segment: Reset skb->mac_len after modifying network header by Toke Høiland-Jørgensen · 6 years ago
  3. 51dc63e erspan: fix error handling for erspan tunnel by Haishuang Yan · 6 years ago
  4. 5a64506 erspan: return PACKET_REJECT when the appropriate tunnel is not found by Haishuang Yan · 6 years ago
  5. 0297c1c tcp: rate limit synflood warnings further by Willem de Bruijn · 6 years ago
  6. 4ecdf77 Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf by David S. Miller · 6 years ago
  7. 5d407b0 ip: frags: fix crash in ip_do_fragment() by Taehee Yoo · 6 years ago
  8. 5cf4a85 tcp: really ignore MSG_ZEROCOPY if no SO_ZEROCOPY by Vincent Whitchurch · 6 years ago
  9. ff06525 igmp: fix incorrect unsolicit report count after link down and up by Hangbin Liu · 6 years ago
  10. 4fb7253 igmp: fix incorrect unsolicit report count when join group by Hangbin Liu · 6 years ago
  11. 63cc357 tcp: do not restart timewait timer on rst reception by Florian Westphal · 6 years ago
  12. e075841 netfilter: kconfig: nat related expression depend on nftables core by Florian Westphal · 6 years ago
  13. 84581bd erspan: set erspan_ver to 1 by default when adding an erspan dev by Xin Long · 6 years ago
  14. 8e995bf tcp_bbr: apply PROBE_RTT cwnd cap even if acked==0 by Kevin Yang · 6 years ago
  15. 5490b32d tcp_bbr: in restart from idle, see if we should exit PROBE_RTT by Kevin Yang · 6 years ago
  16. fb99886 tcp_bbr: add bbr_check_probe_rtt_done() helper by Kevin Yang · 6 years ago
  17. 431280e ipv4: tcp: send zero IPID for RST and ACK sent in SYN-RECV and TIME-WAIT state by Eric Dumazet · 6 years ago
  18. cd1aa9c ip_vti: fix a null pointer deferrence when create vti fallback tunnel by Haishuang Yan · 6 years ago
  19. 90545cd tcp, ulp: fix leftover icsk_ulp_ops preventing sock from reattach by Daniel Borkmann · 6 years ago
  20. 037b0b8 tcp, ulp: add alias for all ulp modules by Daniel Borkmann · 6 years ago
  21. c1617fb Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by David S. Miller · 6 years ago
  22. a4fd284 ip: process in-order fragments efficiently by Peter Oskolkov · 6 years ago
  23. 353c9cb ip: add helpers to process in-order fragments faster. by Peter Oskolkov · 6 years ago
  24. fd2123a tcp: avoid resetting ACK timer upon receiving packet with ECN CWR flag by Yuchung Cheng · 6 years ago
  25. 15bdd56 tcp: always ACK immediately on hole repairs by Yuchung Cheng · 6 years ago
  26. d2ccd7b tcp: avoid resetting ACK timer in DCTCP by Yuchung Cheng · 6 years ago
  27. 466466d tcp: mandate a one-time immediate ACK by Yuchung Cheng · 6 years ago
  28. 8217ca6 bpf: Enable BPF_PROG_TYPE_SK_REUSEPORT bpf prog in reuseport selection by Martin KaFai Lau · 6 years ago
  29. 2dbb9b9 bpf: Introduce BPF_PROG_TYPE_SK_REUSEPORT by Martin KaFai Lau · 6 years ago
  30. 70837ff ipv4: frags: precedence bug in ip_expire() by Dan Carpenter · 6 years ago
  31. fa0f527 ip: use rb trees for IP frag queue. by Peter Oskolkov · 6 years ago
  32. 7969e5c ip: discard IPv4 datagrams with overlapping segments. by Peter Oskolkov · 6 years ago
  33. a01512b tcp: remove unneeded variable 'err' by YueHaibing · 6 years ago
  34. 89b1698 Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  35. 1296ee8 ip_gre: remove redundant variables t_hlen by YueHaibing · 6 years ago
  36. 13dde04 tcp: remove set but not used variable 'skb_size' by Wei Yongjun · 6 years ago
  37. 7ec6537 tcp: add stat of data packet reordering events by Wei Wang · 6 years ago
  38. 7e10b65 tcp: add dsack blocks received stats by Wei Wang · 6 years ago
  39. fb31c9b tcp: add data bytes retransmitted stats by Wei Wang · 6 years ago
  40. ba113c3 tcp: add data bytes sent stats by Wei Wang · 6 years ago
  41. 984988a tcp: add a helper to calculate size of opt_stats by Wei Wang · 6 years ago
  42. d18c5d1 net: ipv4: Notify about changes to ip_forward_update_priority by Petr Machata · 6 years ago
  43. 432e05d net: ipv4: Control SKB reprioritization after forwarding by Petr Machata · 6 years ago
  44. 83ba464 net: add helpers checking if socket can be bound to nonlocal address by Vincent Bernat · 6 years ago
  45. 4672694 ipv4: frags: handle possible skb truesize change by Eric Dumazet · 6 years ago
  46. 56e2c94 inet: frag: enforce memory limits earlier by Eric Dumazet · 6 years ago
  47. dd979b4 net: simplify sock_poll_wait by Christoph Hellwig · 6 years ago
  48. 5cbf777 route: add support for directed broadcast forwarding by Xin Long · 6 years ago
  49. 383d470 tcp_bbr: fix bw probing to raise in-flight data for very small BDPs by Neal Cardwell · 6 years ago
  50. 9fc1202 ipv4: remove BUG_ON() from fib_compute_spec_dst by Lorenzo Bianconi · 6 years ago
  51. 7a49d3d Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-next by David S. Miller · 6 years ago
  52. b87bac1 net: igmp: make function __ip_mc_inc_group() static by Wei Yongjun · 6 years ago
  53. 5547720 tcp: make function tcp_retransmit_stamp() static by Wei Yongjun · 6 years ago
  54. 9aee400 tcp: ack immediately when a cwr packet arrives by Lawrence Brakmo · 6 years ago
  55. 1972549 Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  56. 2efd4fc ip: in cmsg IP(V6)_ORIGDSTADDR call pskb_may_pull by Willem de Bruijn · 6 years ago
  57. e446a27 net: remove blank lines at end of file by Stephen Hemminger · 6 years ago
  58. a17922d bpfilter: remove trailing newline by Stephen Hemminger · 6 years ago
  59. 58152ec tcp: add tcp_ooo_try_coalesce() helper by Eric Dumazet · 6 years ago
  60. 8541b21 tcp: call tcp_drop() from tcp_data_queue_ofo() by Eric Dumazet · 6 years ago
  61. 3d4bf93 tcp: detect malicious patterns in tcp_collapse_ofo_queue() by Eric Dumazet · 6 years ago
  62. f4a3313 tcp: avoid collapses in tcp_prune_queue() if possible by Eric Dumazet · 6 years ago
  63. 72cd43b tcp: free batches of packets in tcp_prune_ofo_queue() by Eric Dumazet · 6 years ago
  64. 3dd1c9a ip: hash fragments consistently by Paolo Abeni · 6 years ago
  65. 08d3ffc multicast: do not restore deleted record source filter mode to new one by Hangbin Liu · 6 years ago
  66. 0ae0d60 multicast: remove useless parameter for group add by Hangbin Liu · 6 years ago
  67. b701a99 tcp: Add tcp_clamp_rto_to_user_timeout() helper to improve accuracy by Jon Maxwell · 6 years ago
  68. a7fa377 tcp: Add tcp_retransmit_stamp() helper routine by Jon Maxwell · 6 years ago
  69. 9bcc66e tcp: convert icsk_user_timeout from jiffies to msecs by Jon Maxwell · 6 years ago
  70. 99d20a4 Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next by David S. Miller · 6 years ago
  71. c4c5551 Merge ra.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux by David S. Miller · 6 years ago
  72. a0496ef2 tcp: do not delay ACK in DCTCP upon CE status change by Yuchung Cheng · 6 years ago
  73. 27cde44 tcp: do not cancel delay-AcK on DCTCP special ACK by Yuchung Cheng · 6 years ago
  74. 2987bab tcp: helpers to send special DCTCP ack by Yuchung Cheng · 6 years ago
  75. fcb662d xfrm: don't check offload_handle for nonzero by Shannon Nelson · 7 years ago
  76. e56b8ce tcp: identify cryptic messages as TCP seq # bugs by Randy Dunlap · 6 years ago
  77. a0ae256 netfilter: conntrack: remove l3proto abstraction by Florian Westphal · 7 years ago
  78. 31048d7 tcp: Fix broken repair socket window probe patch by Stefan Baranoff · 6 years ago
  79. 6e2059b ipv4/igmp: init group mode as INCLUDE when join source group by Hangbin Liu · 7 years ago
  80. c779e84 netfilter: conntrack: remove get_timeout() indirection by Florian Westphal · 7 years ago
  81. 6816d93 netfilter: conntrack: remove get_l4proto indirection from l3 protocol trackers by Florian Westphal · 7 years ago
  82. d1b6fe9 netfilter: conntrack: remove invert_tuple indirection from l3 protocol trackers by Florian Westphal · 7 years ago
  83. 47a91b1 netfilter: conntrack: remove pkt_to_tuple indirection from l3 protocol trackers by Florian Westphal · 7 years ago
  84. f957be9 netfilter: conntrack: remove ctnetlink callbacks from l3 protocol trackers by Florian Westphal · 7 years ago
  85. d7e5a9a netfilter: utils: move nf_ip_checksum* from ipv4 to utils by Florian Westphal · 7 years ago
  86. 41ed9c0 tcp: Don't coalesce decrypted and encrypted SKBs by Boris Pismenny · 6 years ago
  87. 2aa4a33 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by David S. Miller · 6 years ago
  88. f333ee0 bpf: Add BPF_SOCK_OPS_TCP_LISTEN_CB by Andrey Ignatov · 7 years ago
  89. ff0432e tcp: remove redundant rcv_nxt update by Yafang Shao · 6 years ago
  90. a69258f tcp: remove DELAYED ACK events in DCTCP by Yuchung Cheng · 7 years ago
  91. b0c05d0e tcp: fix dctcp delayed ACK schedule by Yuchung Cheng · 7 years ago
  92. c921c20 net: ipmr: add support for passing full packet on wrong vif by Nikolay Aleksandrov · 6 years ago
  93. 0761680 net: ipv4: fix listify ip_rcv_finish in case of forwarding by Jesper Dangaard Brouer · 7 years ago
  94. cca9bab tcp: use monotonic timestamps for PAWS by Arnd Bergmann · 7 years ago
  95. 70b7ff1 tcp: allow user to create repair socket without window probes by Stefan Baranoff · 7 years ago
  96. 21684dc tcp: fix sequence numbers for repaired sockets re-using TIME-WAIT sockets by Stefan Baranoff · 7 years ago
  97. 4929c94 tcp: expose both send and receive intervals for rate sample by Deepti Raghavan · 7 years ago
  98. 95765a6 tcp: remove SG-related comment in tcp_sendmsg() by Julian Wiedmann · 7 years ago
  99. 26420d9 Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf by David S. Miller · 7 years ago
  100. c47078d tcp: remove redundant SOCK_DONE checks by Eric Dumazet · 7 years ago