1. 492b67e net: ip_gre: fix possible use-after-free in erspan_rcv by Lorenzo Bianconi · 6 years ago
  2. aecfde2 tcp: Ensure DCTCP reacts to losses by Koen De Schepper · 6 years ago
  3. 8c83f2d vrf: check accept_source_route on the original netdevice by Stephen Suryaputra · 6 years ago
  4. b506bc9 tcp: fix a potential NULL pointer dereference in tcp_sk_exit by Dust Li · 6 years ago
  5. f2feaef tcp: Don't access TCP_SKB_CB before initializing it by Christoph Paasch · 6 years ago
  6. 9d3e136 tcp: handle inet_csk_reqsk_queue_add() failures by Guillaume Nault · 6 years ago
  7. 5355ed6 fou, fou6: avoid uninit-value in gue_err() and gue6_err() by Eric Dumazet · 6 years ago
  8. ee60ad2 route: set the deleted fnhe fnhe_daddr to 0 in ip_del_fnhe to fix a race by Xin Long · 6 years ago
  9. 6466e71 tcp: do not report TCP_CM_INQ of 0 for closed connections by Soheil Hassas Yeganeh · 6 years ago
  10. a10674b tcp: detecting the misuse of .sendpage for Slab objects by Vasily Averin · 6 years ago
  11. f4b3ec4 iptunnel: NULL pointer deref for ip_md_tunnel_xmit by Alan Maguire · 6 years ago
  12. 22c7476 ipv4/route: fail early when inet dev is missing by Paolo Abeni · 6 years ago
  13. a154d5d net: ignore sysctl_devconf_inherit_init_net without SYSCTL by Arnd Bergmann · 6 years ago
  14. 4e7df11 Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next by David S. Miller · 6 years ago
  15. 9eb3591 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  16. 2a8e499 net: ipv4: Fix NULL pointer dereference in route lookup by Ido Schimmel · 6 years ago
  17. 5e1a99e ipv4: Add ICMPv6 support when parse route ipproto by Hangbin Liu · 6 years ago
  18. db8ab38 netfilter: nf_tables: merge ipv4 and ipv6 nat chain types by Florian Westphal · 6 years ago
  19. a9ce849 netfilter: nf_tables: nat: merge nft_masq protocol specific modules by Florian Westphal · 6 years ago
  20. c78efc99 netfilter: nf_tables: nat: merge nft_redir protocol specific modules by Florian Westphal · 6 years ago
  21. 5578de4 netlabel: fix out-of-bounds memory accesses by Paul Moore · 6 years ago
  22. a1fd1ad ipv4: Pass original device to ip_rcv_finish_core by David Ahern · 6 years ago
  23. 24ba144 route: Add multipath_hash in flowi_common to make user-define hash by wenxu · 6 years ago
  24. d2c5c10 netfilter: nat: remove nf_nat_l3proto.h and nf_nat_core.h by Florian Westphal · 6 years ago
  25. 3bf195a netfilter: nat: merge nf_nat_ipv4,6 into nat core by Florian Westphal · 6 years ago
  26. 096d090 netfilter: nat: move nlattr parse and xfrm session decode to core by Florian Westphal · 6 years ago
  27. d1aca8a netfilter: nat: merge ipv4 and ipv6 masquerade functionality by Florian Westphal · 6 years ago
  28. b6e9e5d ipv4: Return error for RTA_VIA attribute by David Ahern · 6 years ago
  29. 5648334 tcp: remove tcp_queue argument from tso_fragment() by Eric Dumazet · 6 years ago
  30. 6aedbf9 tcp: use tcp_md5_needed for timewait sockets by Eric Dumazet · 6 years ago
  31. 921f9a0 tcp: convert tcp_md5_needed to static_branch API by Eric Dumazet · 6 years ago
  32. 6c7b4ee tcp: get rid of tcp_check_send_head() by Eric Dumazet · 6 years ago
  33. d8cf757 net: remove unused struct inet_frag_queue.fragments field by Peter Oskolkov · 6 years ago
  34. 3da1ed7 net: avoid use IPCB in cipso_v4_error by Nazarov Sergey · 6 years ago
  35. 9ef6b42 net: Add __icmp_send helper. by Nazarov Sergey · 6 years ago
  36. 9946b34 tcp: clean up SOCK_DEBUG() by Yafang Shao · 6 years ago
  37. 4bfabc4 tcp: remove unused parameter of tcp_sacktag_bsearch() by Taehee Yoo · 6 years ago
  38. 186d936 ip_tunnel: Add ip tunnel tun_info type dst_cache in ip_tunnel_xmit by wenxu · 6 years ago
  39. 3d25eab ip_tunnel: Add dst_cache support in lwtunnel_state of ip tunnel by wenxu · 6 years ago
  40. e9128c1 ipv4: icmp: use icmp_sk_exit() by Kefeng Wang · 6 years ago
  41. 70f3522 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  42. bf50b60 tcp: repaired skbs must init their tso_segs by Eric Dumazet · 6 years ago
  43. 92b9536 udp: fix possible user after free in error handler by Paolo Abeni · 6 years ago
  44. b35560e4 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec by David S. Miller · 6 years ago
  45. 2bdf700 net: ip_gre: do not report erspan_ver for gre or gretap by Lorenzo Bianconi · 6 years ago
  46. a2b5a3f net: remove unneeded switch fall-through by Li RongQing · 6 years ago
  47. ca8d479 ipmr: ip6mr: Create new sockopt to clear mfc cache or vifs by Callum Sinclair · 6 years ago
  48. 418e897 gso: validate gso_type on ipip style tunnels by Willem de Bruijn · 6 years ago
  49. 375ca54 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  50. 8bbed40 Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next by David S. Miller · 6 years ago
  51. 2c4cc97 tcp: tcp_v4_err() should be more careful by Eric Dumazet · 6 years ago
  52. 04c0311 tcp: clear icsk_backoff in tcp_write_queue_purge() by Eric Dumazet · 6 years ago
  53. dddaf89 netfilter: ipt_CLUSTERIP: make symbol 'cip_netdev_notifier' static by Wei Yongjun · 6 years ago
  54. 3313da8 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  55. 7fc3822 netfilter: reject: skip csum verification for protocols that don't support it by Alin Nastac · 6 years ago
  56. 1ec17db inet_diag: fix reporting cgroup classid and fallback to priority by Konstantin Khlebnikov · 6 years ago
  57. 8303b7e netfilter: nat: fix spurious connection timeouts by Florian Westphal · 6 years ago
  58. c4c07b4 netfilter: nf_nat_snmp_basic: add missing length checks in ASN.1 cbs by Jann Horn · 6 years ago
  59. c09551c6 net: ipv4: use a dedicated counter for icmp_v4 redirect packets by Lorenzo Bianconi · 6 years ago
  60. a655fe9 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  61. bccb302 net: Get rid of SWITCHDEV_ATTR_ID_PORT_PARENT_ID by Florian Fainelli · 6 years ago
  62. d6abc596 net: Introduce ndo_get_port_parent_id() by Florian Fainelli · 6 years ago
  63. 9fb2080 net: Fix ip_mc_{dec,inc}_group allocation context by Florian Fainelli · 6 years ago
  64. 9718475 socket: Add SO_TIMESTAMPING_NEW by Deepa Dinamani · 6 years ago
  65. 887feae socket: Add SO_TIMESTAMP[NS]_NEW by Deepa Dinamani · 6 years ago
  66. 13c6ee2 socket: Use old_timeval types for socket timestamps by Deepa Dinamani · 6 years ago
  67. 7f1bc6e sockopt: Rename SO_TIMESTAMP* to SO_TIMESTAMP*_OLD by Deepa Dinamani · 6 years ago
  68. 1d2f4eb ipv4/igmp: Don't drop IGMP pkt with zeros src addr by Edward Chron · 6 years ago
  69. 3fc46fc ipconfig: add carrier_timeout kernel parameter by Martin Kepplinger · 6 years ago
  70. 1f533ba ipv4: fib: use struct_size() in kzalloc() by Gustavo A. R. Silva · 6 years ago
  71. feaf5c7 net: ip_gre: always reports o_key to userspace by Lorenzo Bianconi · 6 years ago
  72. eaf2a47 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  73. 343917b Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next by David S. Miller · 6 years ago
  74. ff44a83 Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf by David S. Miller · 6 years ago
  75. 83f5292 netfilter: ipv4: remove useless export_symbol by Florian Westphal · 6 years ago
  76. 09db512 esp: Skip TX bytes accounting when sending from a request socket by Martin Willi · 6 years ago
  77. 206b8cc netfilter: ipt_CLUSTERIP: fix warning unused variable cn by Anders Roxell · 6 years ago
  78. 4a41f45 tcp: change pingpong threshold to 3 by Wei Wang · 6 years ago
  79. 31954cd tcp: Refactor pingpong code by Wei Wang · 6 years ago
  80. fb1b699 net: ipv4: ip_input: fix blank line coding style issues by Yang Wei · 6 years ago
  81. 1d68101 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  82. c303a9b Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec by David S. Miller · 6 years ago
  83. 962924f ip_gre: Refactor collect metatdata mode tunnel xmit to ip_md_tunnel_xmit by wenxu · 6 years ago
  84. 6e6b904 ip_tunnel: Fix route fl4 init in ip_md_tunnel_xmit by wenxu · 6 years ago
  85. c8b34e6 ip_tunnel: Add tnl_update_pmtu in ip_md_tunnel_xmit by wenxu · 6 years ago
  86. f46fe4f ip_tunnel: Add ip tunnel dst_cache in ip_md_tunnel_xmit by wenxu · 6 years ago
  87. f859a44 tcp: allow zerocopy with fastopen by Willem de Bruijn · 6 years ago
  88. c23f35d net: IP defrag: encapsulate rbtree defrag code into callable functions by Peter Oskolkov · 6 years ago
  89. 78dc70e tcp_bbr: adapt cwnd based on ack aggregation estimation by Priyaranjan Jha · 6 years ago
  90. 232aa8e tcp_bbr: refactor bbr_target_cwnd() for general inflight provisioning by Priyaranjan Jha · 6 years ago
  91. d71b5753 ip_tunnel: Make none-tunnel-dst tunnel port work with lwtunnel by wenxu · 6 years ago
  92. a2e2ca3 bridge: simplify ip_mc_check_igmp() and ipv6_mc_check_mld() internals by Linus Lüssing · 6 years ago
  93. ba5ea614 bridge: simplify ip_mc_check_igmp() and ipv6_mc_check_mld() calls by Linus Lüssing · 6 years ago
  94. cb73ee4 net: ip_gre: use erspan key field for tunnel lookup by Lorenzo Bianconi · 6 years ago
  95. 856c395 net: introduce a knob to control whether to inherit devconf config by Cong Wang · 6 years ago
  96. fa7f3a8 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  97. d044002 net: ipv4: ipmr: perform strict checks also for doit handlers by Jakub Kicinski · 6 years ago
  98. a00302b6 net: ipv4: route: perform strict checks also for doit handlers by Jakub Kicinski · 6 years ago
  99. eede370 net: ipv4: netconf: perform strict checks also for doit handlers by Jakub Kicinski · 6 years ago
  100. 6c57f04 net: Fix usage of pskb_trim_rcsum by Ross Lagerwall · 6 years ago