1. 7ba3ebf Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 7 years ago
  2. 3b11775 tcp: do not mangle skb->cb[] in tcp_make_synack() by Eric Dumazet · 7 years ago
  3. 25dd169 fib: fib_dump_info can no longer use __in_dev_get_rtnl by Florian Westphal · 7 years ago
  4. ead7515 Merge tag 'spdx_identifiers-4.14-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 7 years ago
  5. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
  6. 74784da Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf by David S. Miller · 7 years ago
  7. 4eebff2 tcp_nv: fix division by zero in tcpnv_acked() by Konstantin Khlebnikov · 7 years ago
  8. 2b7cda9 tcp: fix tcp_mtu_probe() vs highest_sack by Eric Dumazet · 7 years ago
  9. 7400bb4 netfilter: nf_reject_ipv4: Fix use-after-free in send_reset by Tejaswi Tanikella · 7 years ago
  10. ee1836a tcp: refresh tp timestamp before tcp_mtu_probe() by Eric Dumazet · 7 years ago
  11. f3594f0 ipip: only increase err_count for some certain type icmp in ipip_err by Xin Long · 7 years ago
  12. 5889e2c tcp: call tcp_rate_skb_sent() when retransmit with unaligned skb->data by Yousuk Seung · 7 years ago
  13. 06f877d tcp/dccp: fix other lockdep splats accessing ireq_opt by Eric Dumazet · 7 years ago
  14. a6ca7ab tcp/dccp: fix lockdep splat in inet_csk_route_req() by Eric Dumazet · 7 years ago
  15. 3a91d29 tcp: do tcp_mstamp_refresh before retransmits on TSQ handler by Koichiro Den · 7 years ago
  16. 1b5f962 soreuseport: fix initialization race by Craig Gallek · 7 years ago
  17. 197df02 udp: make some messages more descriptive by Matteo Croce · 7 years ago
  18. c92e8c0 tcp/dccp: fix ireq->opt races by Eric Dumazet · 7 years ago
  19. 12ed377 ip: update policy routing config help by Stephen Hemminger · 7 years ago
  20. 75cb070 Revert "net: defer call to cgroup_sk_alloc()" by Eric Dumazet · 7 years ago
  21. fbb1fb4 net: defer call to cgroup_sk_alloc() by Eric Dumazet · 7 years ago
  22. 9f1c267 net: memcontrol: defer call to mem_cgroup_sk_alloc() by Eric Dumazet · 7 years ago
  23. fb60bcc Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf by David S. Miller · 7 years ago
  24. 996b44f udp: fix bcast packet reception by Paolo Abeni · 7 years ago
  25. 6c0e728 ipv4: Fix traffic triggered IPsec connections. by Steffen Klassert · 7 years ago
  26. 49f817d netfilter: SYNPROXY: skip non-tcp packet in {ipv4, ipv6}_synproxy_hook by Lin Zhang · 7 years ago
  27. 3d0241d gso: fix payload length when gso_size is zero by Alexey Kodanev · 7 years ago
  28. c84bed4 ip_gre: erspan device should keep dst by Xin Long · 7 years ago
  29. c122fda ip_gre: set tunnel hlen properly in erspan_tunnel_init by Xin Long · 7 years ago
  30. 5513d08 ip_gre: check packet length and mtu correctly in erspan_xmit by Xin Long · 7 years ago
  31. 935a974 ip_gre: get key from session_id correctly in erspan_rcv by Xin Long · 7 years ago
  32. bc044e8 udp: perform source validation for mcast early demux by Paolo Abeni · 7 years ago
  33. 7487449 IPv4: early demux can return an error code by Paolo Abeni · 7 years ago
  34. d51711c ip_gre: ipgre_tap device should keep dst by Xin Long · 7 years ago
  35. 35f493b inetpeer: fix RCU lookup() again by Eric Dumazet · 7 years ago
  36. 36f6ee2 vti: fix use after free in vti_tunnel_xmit/vti6_tnl_xmit by Alexey Kodanev · 7 years ago
  37. fbed24bc inet: fix improper empty comparison by Josef Bacik · 7 years ago
  38. 7a56673 net: use inet6_rcv_saddr to compare sockets by Josef Bacik · 7 years ago
  39. cbb2fb5 net: set tb->fast_sk_family by Josef Bacik · 7 years ago
  40. b5b7db8 tcp: fastopen: fix on syn-data transmit failure by Eric Dumazet · 7 years ago
  41. 4c71244 tcp: remove two unused functions by Yuchung Cheng · 7 years ago
  42. fc22579 tcp: fix data delivery rate by Eric Dumazet · 7 years ago
  43. 8c72c65 tcp: update skb->skb_mstamp more carefully by Eric Dumazet · 7 years ago
  44. cbea8f0 net: ipv4: fix l3slave check for index returned in IP_PKTINFO by David Ahern · 7 years ago
  45. 833a8b4 ip_tunnel: fix ip tunnel lookup in collect_md mode by Haishuang Yan · 7 years ago
  46. da8ab57 tcp/dccp: remove reqsk_put() from inet_child_forget() by Eric Dumazet · 7 years ago
  47. 0f693f1 ip_tunnel: fix setting ttl and tos value in collect_md mode by Haishuang Yan · 7 years ago
  48. 1f3b359 tcp: fix a request socket leak by Eric Dumazet · 7 years ago
  49. 1080746 Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf by David S. Miller · 7 years ago
  50. a5d7a71 netfilter: xtables: add scheduling opportunity in get_counters by Florian Westphal · 7 years ago
  51. ca2c141 udp: drop head states only when all skb references are gone by Paolo Abeni · 7 years ago
  52. aae3dbb Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 7 years ago
  53. 18fb0b4 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  54. 9efdb14 net: Remove CONFIG_NETFILTER_DEBUG and _ASSERT() macros. by Varsha Rao · 7 years ago
  55. 44d6e2f2 net: Replace NF_CT_ASSERT() with WARN_ON(). by Varsha Rao · 7 years ago
  56. d1c1e39 netfilter: remove unused hooknum arg from packet functions by Florian Westphal · 7 years ago
  57. edc2988 Merge branch 'linus' into locking/core, to fix up conflicts by Ingo Molnar · 7 years ago
  58. b63f604 Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next by David S. Miller · 7 years ago
  59. 5a63643 Revert "net: fix percpu memory leaks" by Jesper Dangaard Brouer · 7 years ago
  60. fb452a1 Revert "net: use lib/percpu_counter API for fragmentation mem accounting" by Jesper Dangaard Brouer · 7 years ago
  61. 864150d net: Add module reference to FIB notifiers by Ido Schimmel · 7 years ago
  62. db5bce3 net: prepare (struct ubuf_info)->refcnt conversion by Eric Dumazet · 7 years ago
  63. c03fa9b tcp_diag: report TCP MD5 signing keys and addresses by Ivan Delalande · 7 years ago
  64. b37e884 inet_diag: allow protocols to provide additional data by Ivan Delalande · 7 years ago
  65. 6026e04 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  66. 4cc5b44 inetpeer: fix RCU lookup() by Eric Dumazet · 7 years ago
  67. e8a732d udp: fix secpath leak by Yossi Kuperman · 7 years ago
  68. 47ebcc0 xfrm: Add support for network devices capable of removing the ESP trailer by Yossi Kuperman · 7 years ago
  69. 31770e3 tcp: Revert "tcp: remove header prediction" by Florian Westphal · 7 years ago
  70. c1d2b4c tcp: Revert "tcp: remove CA_ACK_SLOWPATH" by Florian Westphal · 7 years ago
  71. eaa72dc neigh: increase queue_len_bytes to match wmem_default by Eric Dumazet · 7 years ago
  72. 04f1c4a Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec by David S. Miller · 7 years ago
  73. a8e3bb3 net: Add comment that early_demux can change via sysctl by David Ahern · 7 years ago
  74. 1a66a83 gre: add collect_md mode to ERSPAN tunnel by William Tu · 7 years ago
  75. 862a03c gre: refactor the gre_fb_xmit by William Tu · 7 years ago
  76. 0315793 Revert "ipv4: make net_protocol const" by David Ahern · 7 years ago
  77. aa8db49 ipv4: make net_protocol const by Bhumika Goyal · 7 years ago
  78. 64f0f5d udp6: set rx_dst_cookie on rx_dst updates by Paolo Abeni · 7 years ago
  79. bd9dfc5 tcp: fix hang in tcp_sendpage_locked() by Eric Dumazet · 7 years ago
  80. ebfa00c tcp: fix refcnt leak with ebpf congestion control by Sabrina Dubroca · 7 years ago
  81. 10c9850 Merge branch 'linus' into locking/core, to pick up fixes by Ingo Molnar · 7 years ago
  82. 54ffd79 esp: Fix skb tailroom calculation by Steffen Klassert · 7 years ago
  83. 36ff0dd esp: Fix locking on page fragment allocation by Steffen Klassert · 7 years ago
  84. af57d2b Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf by David S. Miller · 7 years ago
  85. 9195083 netfilter: conntrack: place print_tuple in procfs part by Florian Westphal · 7 years ago
  86. 09ec82f netfilter: conntrack: remove protocol name from l4proto struct by Florian Westphal · 7 years ago
  87. a3134d5 netfilter: conntrack: remove protocol name from l3proto struct by Florian Westphal · 7 years ago
  88. 0d03510 netfilter: conntrack: compute l3proto nla size at compile time by Florian Westphal · 7 years ago
  89. eee6ebb netfilter: nf_nat_h323: fix logical-not-parentheses warning by Nick Desaulniers · 7 years ago
  90. 60890e0 gre: remove duplicated assignment of iph by Colin Ian King · 7 years ago
  91. 5f9ae3d ipv4: do metrics match when looking up and deleting a route by Xin Long · 7 years ago
  92. 98aaa91 tcp: Extend SOF_TIMESTAMPING_RX_SOFTWARE to TCP recvmsg by Mike Maloney · 7 years ago
  93. e3d0328 gre: fix goto statement typo by William Tu · 7 years ago
  94. 84e54fe gre: introduce native tunnel support for ERSPAN by William Tu · 7 years ago
  95. ab2fb7e udp: remove unreachable ufo branches by Willem de Bruijn · 7 years ago
  96. 1119936 tcp: Remove the unused parameter for tcp_try_fastopen. by Tonghao Zhang · 7 years ago
  97. 49c7158 tcp: Get a proper dst before checking it. by Tonghao Zhang · 7 years ago
  98. 0c8d2d9 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec by David S. Miller · 7 years ago
  99. e2a7c34 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  100. a43dce9 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-next by David S. Miller · 7 years ago