1. 53e5039 net: Remove gso_send_check as an offload callback by Tom Herbert · 10 years ago
  2. f71470b udp: move logic out of udp[46]_ufo_send_check by Tom Herbert · 10 years ago
  3. d020f8f tcp: move logic out of tcp_v[64]_gso_send_check by Tom Herbert · 10 years ago
  4. bd1e75a tcp: add coalescing attempt in tcp_ofo_queue() by Eric Dumazet · 10 years ago
  5. 4cdf507 icmp: add a global rate limitation by Eric Dumazet · 10 years ago
  6. 1f6d803 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  7. a35165c ipv4: do not use this_cpu_ptr() in preemptible context by Eric Dumazet · 10 years ago
  8. fcdd1cf tcp: avoid possible arithmetic overflows by Eric Dumazet · 10 years ago
  9. 4565e99 gre: Setup and TX path for gre/UDP foo-over-udp encapsulation by Tom Herbert · 10 years ago
  10. 473ab82 ipip: Setup and TX path for ipip/UDP foo-over-udp encapsulation by Tom Herbert · 10 years ago
  11. 5632848 net: Changes to ip_tunnel to support foo-over-udp encapsulation by Tom Herbert · 10 years ago
  12. afe9332 fou: Add GRO support by Tom Herbert · 10 years ago
  13. 2346155 fou: Support for foo-over-udp RX path by Tom Herbert · 10 years ago
  14. ce3e028 net: Export inet_offloads and inet6_offloads by Tom Herbert · 10 years ago
  15. cb93471 tcp: do not fake tcp headers in tcp_send_rcvq() by Eric Dumazet · 10 years ago
  16. 6a93cc9 udp-tunnel: Add a few more UDP tunnel APIs by Andy Zhou · 10 years ago
  17. fd38441 udp_tunnel: Seperate ipv6 functions into its own file. by Andy Zhou · 10 years ago
  18. f92ee61 xfrm: Generate blackhole routes only from route lookup functions by Steffen Klassert · 10 years ago
  19. b3d6cb9 tcp: do not copy headers in tcp_collapse() by Eric Dumazet · 10 years ago
  20. e93a043 tcp: allow segment with FIN in tcp_try_coalesce() by Eric Dumazet · 10 years ago
  21. e11ecdd tcp: use TCP_SKB_CB(skb)->tcp_flags in input path by Eric Dumazet · 10 years ago
  22. 2d8f7e2 udp: Fix inverted NAPI_GRO_CB(skb)->flush test by Scott Wood · 10 years ago
  23. 0aac383 Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next by David S. Miller · 10 years ago
  24. 9667e9b ipip: Add gro callbacks to ipip offload by Tom Herbert · 10 years ago
  25. 72bb17b ipv4: udp4_gro_complete() is static by Eric Dumazet · 10 years ago
  26. 8e380f0 ipv4: rcu cleanup in ip_ra_control() by Eric Dumazet · 10 years ago
  27. ca777ef tcp: remove dst refcount false sharing for prequeue mode by Eric Dumazet · 10 years ago
  28. 49a6015 net/ipv4: bind ip_nonlocal_bind to current netns by Vincent Bernat · 10 years ago
  29. 9ba1f726 netfilter: nf_tables: add new nft_masq expression by Arturo Borrero · 10 years ago
  30. 8dd33cc netfilter: nf_nat: generalize IPv4 masquerading support for nf_tables by Arturo Borrero · 10 years ago
  31. a7f26b7 inet: remove dead inetpeer sequence code by Willem de Bruijn · 10 years ago
  32. 1e701f1 net: Fix GRE RX to use skb_transport_header for GRE header offset by Tom Herbert · 10 years ago
  33. eb84d6b Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  34. 87d9430 tcp: remove obsolete comment about TCP_SKB_CB(skb)->when in tcp_fragment() by Neal Cardwell · 10 years ago
  35. 7faee5c tcp: remove TCP_SKB_CB(skb)->when by Eric Dumazet · 10 years ago
  36. 04317da tcp: introduce TCP_SKB_CB(skb)->tcp_tw_isn by Eric Dumazet · 10 years ago
  37. 82eabd9 net: merge cases where sock_efree and sock_edemux are the same function by Alexander Duyck · 10 years ago
  38. d546c62 ipv4: harden fnhe_hashfun() by Eric Dumazet · 10 years ago
  39. caa4152 ipv4: fix a race in update_or_create_fnhe() by Eric Dumazet · 10 years ago
  40. a9fe8e2 ipv4: implement igmp_qrv sysctl to tune igmp robustness variable by Hannes Frederic Sowa · 10 years ago
  41. 65cd90a netfilter: nft_chain_nat_ipv4: use generic IPv4 NAT code from core by Pablo Neira Ayuso · 10 years ago
  42. 30766f4 netfilter: nat: move specific NAT IPv4 to core by Pablo Neira Ayuso · 10 years ago
  43. 364a9e9 sock: deduplicate errqueue dequeue by Willem de Bruijn · 10 years ago
  44. 884d338 gre: Add support for checksum unnecessary conversions by Tom Herbert · 10 years ago
  45. 2abb7cd udp: Add support for doing checksum unnecessary conversion by Tom Herbert · 10 years ago
  46. 688d194 tcp: whitespace fixes by stephen hemminger · 10 years ago
  47. 662880f net: Allow GRO to use and set levels of checksum unnecessary by Tom Herbert · 10 years ago
  48. 77cffe2 net: Clarification of CHECKSUM_UNNECESSARY by Tom Herbert · 10 years ago
  49. 253ff51 tcp: syncookies: mark cookie_secret read_mostly by Florian Westphal · 10 years ago
  50. 48a5fc7 gre: When GRE csum is present count as encap layer wrt csum by Tom Herbert · 10 years ago
  51. 57c67ff udp: additional GRO support by Tom Herbert · 10 years ago
  52. 149d077 tcp: Call skb_gro_checksum_validate by Tom Herbert · 10 years ago
  53. 758f75d gre: call skb_gro_checksum_simple_validate by Tom Herbert · 10 years ago
  54. 8fc54f6 net: use reciprocal_scale() helper by Daniel Borkmann · 10 years ago
  55. 989e04c tcp: improve undo on timeout by Yuchung Cheng · 10 years ago
  56. c72c95a ipconfig: Use time_before by Himangi Saraogi · 10 years ago
  57. e6b6888 net/ipv4/igmp.c: Replace rcu_dereference() with rcu_access_pointer() by Andreea-Cristina Bernat · 10 years ago
  58. 1dced6a ipv4: Restore accept_local behaviour in fib_validate_source() by Sébastien Barré · 10 years ago
  59. 8993cf8 netfilter: move NAT Kconfig switches out of the iptables scope by Pablo Neira Ayuso · 10 years ago
  60. 0c9ab09 tcp: fix ssthresh and undo for consecutive short FRTO episodes by Neal Cardwell · 10 years ago
  61. a26552a tcp: don't allow syn packets without timestamps to pass tcp_tw_recycle logic by Hannes Frederic Sowa · 10 years ago
  62. 4fab907 tcp: fix tcp_release_cb() to dispatch via address family for mtu_reduced() by Neal Cardwell · 10 years ago
  63. 9d186ca tcp: don't use timestamp from repaired skb-s to calculate RTT (v2) by Andrey Vagin · 10 years ago
  64. 490cc7d net-timestamp: fix missing tcp fragmentation cases by Willem de Bruijn · 10 years ago
  65. 712a722 net-timestamp: fix missing ACK timestamp by Willem de Bruijn · 10 years ago
  66. b7a71b5 ipv4: removed redundant conditional by Niv Yehezkel · 10 years ago
  67. 33caee3 Merge branch 'akpm' (patchbomb from Andrew Morton) by Linus Torvalds · 10 years ago
  68. 1d02328 list: fix order of arguments for hlist_add_after(_rcu) by Ken Helias · 10 years ago
  69. 9ea88a1 tcp: md5: check md5 signature without socket lock by Dmitry Popov · 10 years ago
  70. f066e2b net-timestamp: cumulative tcp timestamping fixes by Willem de Bruijn · 10 years ago
  71. ae045e2 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 10 years ago
  72. bb2cbf5 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security by Linus Torvalds · 10 years ago
  73. d247b6a Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  74. e1c8a60 net-timestamp: ACK timestamp for bytestreams by Willem de Bruijn · 10 years ago
  75. 4ed2d76 net-timestamp: TCP timestamping by Willem de Bruijn · 10 years ago
  76. 09c2d25 net-timestamp: add key to disambiguate concurrent datagrams by Willem de Bruijn · 10 years ago
  77. 5ae344c tcp: reduce spurious retransmits due to transient SACK reneging by Neal Cardwell · 10 years ago
  78. 64a124e tcp: md5: remove unneeded check in tcp_v4_parse_md5_keys by Dmitry Popov · 10 years ago
  79. 47dfe40 Merge branch 'for-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup by Linus Torvalds · 10 years ago
  80. d4ad4d2 inet: frags: use kmem_cache for inet_frag_queue by Nikolay Aleksandrov · 10 years ago
  81. 2e404f6 inet: frags: use INET_FRAG_EVICTED to prevent icmp messages by Nikolay Aleksandrov · 10 years ago
  82. f926e23 inet: frags: fix function declaration alignments in inet_fragment by Nikolay Aleksandrov · 10 years ago
  83. 06aa8b8 inet: frags: rename last_in to flags by Nikolay Aleksandrov · 10 years ago
  84. 188b121 ipv4: remove nested rcu_read_lock/unlock by Duan Jiong · 10 years ago
  85. 103ae67 Merge branch 'next' of git://git.infradead.org/users/pcmoore/selinux into next by James Morris · 10 years ago
  86. 4fbe63d netlabel: shorter names for the NetLabel catmap funcs/structs by Paul Moore · 10 years ago
  87. 4b8feff netlabel: fix the horribly broken catmap functions by Paul Moore · 10 years ago
  88. 41c3bd2 netlabel: fix a problem when setting bits below the previously lowest bit by Paul Moore · 10 years ago
  89. 4330487 net: use inet6_iif instead of IP6CB()->iif by Duan Jiong · 10 years ago
  90. 7304fe4 net: fix the counter ICMP_MIB_INERRORS/ICMP6_MIB_INERRORS by Duan Jiong · 10 years ago
  91. a173e55 Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next by David S. Miller · 10 years ago
  92. 388070f tcp: don't require root to read tcp_metrics by Banerjee, Debabrata · 10 years ago
  93. ccda4a7 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-next by David S. Miller · 10 years ago
  94. 1f74e61 tcp: Fix integer-overflow in TCP vegas by Christoph Paasch · 10 years ago
  95. 45a0769 tcp: Fix integer-overflows in TCP veno by Christoph Paasch · 10 years ago
  96. 95cb574 ip_tunnel(ipv4): fix tunnels with "local any remote $remote_ip" by Dmitry Popov · 10 years ago
  97. f139c74 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  98. c54a5e0 ipv4: clean up cast warning in do_ip_getsockopt by Karoly Kemeny · 10 years ago
  99. 2744644 net/udp_offload: Use IS_ERR_OR_NULL by Himangi Saraogi · 10 years ago
  100. 5a8dbf0 net/ipv4: Use IS_ERR_OR_NULL by Himangi Saraogi · 10 years ago