1. dfec0ee udp: Record gso_segs when supporting UDP segmentation offload by Alexander Duyck · 6 years ago
  2. 62515f9 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-next by David S. Miller · 6 years ago
  3. 9027887 Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next by David S. Miller · 6 years ago
  4. 3a2e86f netfilter: nf_nat: remove unused ct arg from lookup functions by Florian Westphal · 6 years ago
  5. a7b15ab Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  6. 114f39f tcp: restore autocorking by Eric Dumazet · 6 years ago
  7. 94720e3 ipv4: fix fnhe usage by non-cached routes by Julian Anastasov · 6 years ago
  8. e6e6a27 tcp_bbr: fix to zero idle_restart only upon S/ACKed data by Neal Cardwell · 6 years ago
  9. 6c035ba udp: Complement partial checksum for GSO packet by Sean Tranchetti · 6 years ago
  10. b75eba7 tcp: send in-queue bytes in cmsg upon read by Soheil Hassas Yeganeh · 6 years ago
  11. a8c744a udp: disable gso with no_check_tx by Willem de Bruijn · 6 years ago
  12. bf2acc9 tcp: fix TCP_REPAIR_QUEUE bound checking by Eric Dumazet · 6 years ago
  13. 6dac152 tcp: Add clean acked data hook by Ilya Lesokhin · 6 years ago
  14. 1baf5eb erspan: auto detect truncated packets. by William Tu · 6 years ago
  15. 05255b8 tcp: add TCP_ZEROCOPY_RECEIVE support for zerocopy receive by Eric Dumazet · 6 years ago
  16. af201ba udp: remove stray export symbol by Willem de Bruijn · 6 years ago
  17. c36207b tcp: remove mss check in tcp_select_initial_window() by Wei Wang · 6 years ago
  18. 16ae6aa tcp: ignore Fast Open on repair mode by Yuchung Cheng · 6 years ago
  19. 2e8de85 udp: add gso segment cmsg by Willem de Bruijn · 6 years ago
  20. 15e36f5 udp: paged allocation with gso by Willem de Bruijn · 6 years ago
  21. ad40585 udp: better wmem accounting on gso by Willem de Bruijn · 6 years ago
  22. bec1f6f udp: generate gso with UDP_SEGMENT by Willem de Bruijn · 6 years ago
  23. ee80d1e udp: add udp gso by Willem de Bruijn · 6 years ago
  24. 1cd7884 udp: expose inet cork to udp by Willem de Bruijn · 6 years ago
  25. c749fa1 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  26. c04d2cb ipconfig: Write NTP server IPs to /proc/net/ipconfig/ntp_servers by Chris Novakovic · 7 years ago
  27. 4d019b3 ipconfig: Create /proc/net/ipconfig directory by Chris Novakovic · 7 years ago
  28. 300eec7 ipconfig: Correctly initialise ic_nameservers by Chris Novakovic · 7 years ago
  29. de1fa15 ipconfig: BOOTP: Request CONF_NAMESERVERS_MAX name servers by Chris Novakovic · 7 years ago
  30. 4e1a8af ipconfig: BOOTP: Don't request IEN-116 name servers by Chris Novakovic · 7 years ago
  31. e18bdc8 ipconfig: Tidy up reporting of name servers by Chris Novakovic · 7 years ago
  32. 8c2320e8 tcp: md5: only call tp->af_specific->md5_lookup() for md5 sockets by Eric Dumazet · 7 years ago
  33. a06ac0d Revert "net: init sk_cookie for inet socket" by Yafang Shao · 7 years ago
  34. dc3c09d netfilter: xtables: use ipt_get_target_c instead of ipt_get_target by Taehee Yoo · 7 years ago
  35. 2eb0f62 netfilter: add NAT support for shifted portmap ranges by Thierry Du Tre · 7 years ago
  36. a268de7 netfilter: nf_flow_table: move init code to nf_flow_table_core.c by Felix Fietkau · 7 years ago
  37. 7d20868 netfilter: nf_flow_table: move ipv4 offload hook code to nf_flow_table by Felix Fietkau · 7 years ago
  38. c6849a3 net: init sk_cookie for inet socket by Yafang Shao · 7 years ago
  39. b16fb41 net: fib_rules: add extack support by Roopa Prabhu · 7 years ago
  40. 6163849 net: introduce a new tracepoint for tcp_rcv_space_adjust by Yafang Shao · 7 years ago
  41. 7e5a206 tcp: don't read out-of-bounds opsize by Jann Horn · 7 years ago
  42. e0ada51 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  43. 4f3780c netfilter: nf_flow_table: cache mtu in struct flow_offload_tuple by Felix Fietkau · 7 years ago
  44. a72db42 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 7 years ago
  45. feb5f2e tcp: export packets delivery info by Yuchung Cheng · 7 years ago
  46. e21db6f tcp: track total bytes delivered with ECN CE marks by Yuchung Cheng · 7 years ago
  47. a77fa01 tcp: new helper to calculate newly delivered by Yuchung Cheng · 7 years ago
  48. bef5767 tcp: better delivery accounting for SYN-ACK and SYN-data by Yuchung Cheng · 7 years ago
  49. cd027a5 udp: enable UDP checksum offload for ESP by Jacek Kalwas · 7 years ago
  50. a919525 net: Move fib_convert_metrics to metrics file by David Ahern · 7 years ago
  51. 93ab6cc tcp: implement mmap() for zero copy receive by Eric Dumazet · 7 years ago
  52. 03f45c8 tcp: avoid extra wakeups for SO_RCVLOWAT users by Eric Dumazet · 7 years ago
  53. 796f82e tcp: fix delayed acks behavior for SO_RCVLOWAT by Eric Dumazet · 7 years ago
  54. d136184 tcp: fix SO_RCVLOWAT and RCVBUF autotuning by Eric Dumazet · 7 years ago
  55. 9783ccd net: Fix one possible memleak in ip_setup_cork by Gao Feng · 7 years ago
  56. bffd168 tcp: clear tp->packets_out when purging write queue by Soheil Hassas Yeganeh · 7 years ago
  57. ca71b3b Merge tag 'kbuild-v4.17-2' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild by Linus Torvalds · 7 years ago
  58. 7212303 tcp: md5: reject TCP_MD5SIG or TCP_MD5SIG_EXT on established sockets by Eric Dumazet · 7 years ago
  59. 1cc5954 ip_gre: clear feature flags when incompatible o_flags are set by Sabrina Dubroca · 7 years ago
  60. c18bb39 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 7 years ago
  61. b6a37e5 inetpeer: fix uninit-value in inet_getpeer by Eric Dumazet · 7 years ago
  62. 3099a52 soreuseport: initialise timewait reuseport field by Eric Dumazet · 7 years ago
  63. d0ea2b1 ipv4: fix uninit-value in ip_route_output_key_hash_rcu() by Eric Dumazet · 7 years ago
  64. 4fa8bc9 kbuild: rename *-asn1.[ch] to *.asn1.[ch] by Masahiro Yamada · 7 years ago
  65. 3ca3273e kbuild: clean up *-asn1.[ch] patterns from top-level Makefile by Masahiro Yamada · 7 years ago
  66. 514c603 headers: untangle kmemleak.h from mm.h by Randy Dunlap · 7 years ago
  67. 58b35f2 arp: fix arp_filter on l3slave devices by Miguel Fadon Perlines · 7 years ago
  68. 9cb726a ip_tunnel: better validate user provided tunnel names by Eric Dumazet · 7 years ago
  69. 3d23401 inet: frags: fix ip6frag_low_thresh boundary by Eric Dumazet · 7 years ago
  70. 9e8445a net: avoid unneeded atomic operation in ip*_append_data() by Paolo Abeni · 7 years ago
  71. 6174a30 route: check sysctl_fib_multipath_use_neigh earlier than hash by Xin Long · 7 years ago
  72. c0b458a Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  73. 694aba6 ipv4: factorize sk_wmem_alloc updates done by __ip_append_data() by Eric Dumazet · 7 years ago
  74. cc35c88 crypto : chtls - CPL handler definition by Atul Gupta · 7 years ago
  75. d4069fe Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by David S. Miller · 7 years ago
  76. bf66337 inet: frags: get rid of ipfrag_skb_cb/FRAG_CB by Eric Dumazet · 7 years ago
  77. 1eec5d5 inet: frags: do not clone skb in ip_expire() by Eric Dumazet · 7 years ago
  78. 3e67f10 inet: frags: break the 2GB limit for frags storage by Eric Dumazet · 7 years ago
  79. 2d44ed2 inet: frags: remove inet_frag_maybe_warn_overflow() by Eric Dumazet · 7 years ago
  80. 399d140 inet: frags: get rif of inet_frag_evicting() by Eric Dumazet · 7 years ago
  81. 6befe4a inet: frags: remove some helpers by Eric Dumazet · 7 years ago
  82. 648700f inet: frags: use rhashtables for reassembly units by Eric Dumazet · 7 years ago
  83. 483a6e4 inet: frags: refactor ipfrag_init() by Eric Dumazet · 7 years ago
  84. 093ba72 inet: frags: add a pointer to struct netns_frags by Eric Dumazet · 7 years ago
  85. 787bea7 inet: frags: change inet_frags_init_net() return value by Eric Dumazet · 7 years ago
  86. b5dbc28 Merge tag 'kbuild-fixes-v4.16-3' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild by Linus Torvalds · 7 years ago
  87. aac3fc3 bpf: Post-hooks for sys_bind by Andrey Ignatov · 7 years ago
  88. d74bad4 bpf: Hooks for sys_connect by Andrey Ignatov · 7 years ago
  89. 3679d58 net: Introduce __inet_bind() and __inet6_bind by Andrey Ignatov · 7 years ago
  90. 4fbac77 bpf: Hooks for sys_bind by Andrey Ignatov · 7 years ago
  91. d162190 Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next by David S. Miller · 7 years ago
  92. e3b5e1e Revert "netfilter: x_tables: ensure last rule in base chain matches underflow/policy" by Florian Westphal · 7 years ago
  93. 43a605f netfilter: nf_tables: enable conntrack if NAT chain is registered by Pablo Neira Ayuso · 7 years ago
  94. 02c7b25 netfilter: nf_tables: build-in filter chain type by Pablo Neira Ayuso · 7 years ago
  95. cc07eeb netfilter: nf_tables: nft_register_chain_type() returns void by Pablo Neira Ayuso · 7 years ago
  96. 32537e9 netfilter: nf_tables: rename struct nf_chain_type by Pablo Neira Ayuso · 7 years ago
  97. 8934ce2 bpf: sockmap redirect ingress support by John Fastabend · 7 years ago
  98. c1d7ee6 net/ipv4: Allow notifier to fail route replace by David Ahern · 7 years ago
  99. 6635f31 net/ipv4: Move call_fib_entry_notifiers up for new routes by David Ahern · 7 years ago
  100. 5568cdc ip_tunnel: Resolve ipsec merge conflict properly. by David S. Miller · 7 years ago