1. f628c9d igmp: Fix regression caused by igmp sysctl namespace code. by Nikolay Borisov · 7 years ago
  2. 0aa89f1 net: ping: do not abuse udp_poll() by Eric Dumazet · 7 years ago
  3. b07eed8 net/tunnel: set inner protocol in network gro hooks by Paolo Abeni · 7 years ago
  4. a510887 GSO: Reload iph after pskb_may_pull by Arnaldo Carvalho de Melo · 8 years ago
  5. 14135f3 inet: fix sleeping inside inet_wait_for_connect() by WANG Cong · 8 years ago
  6. fcd91dd net: add recursion limit to GRO by Sabrina Dubroca · 8 years ago
  7. 07b26c9 gso: Support partial splitting at the frag_list pointer by Steffen Klassert · 8 years ago
  8. 3203558 tcp: Set read_sock and peek_len proto_ops by Tom Herbert · 8 years ago
  9. cebc5cb net-tcp: retire TFO_SERVER_WO_SOCKOPT2 config by Yuchung Cheng · 8 years ago
  10. d3fc035 ipv4: af_inet: make it explicitly non-modular by Paul Gortmaker · 8 years ago
  11. 049bbf5 ipv4: Fix non-initialized TTL when CONFIG_SYSCTL=n by Ezequiel Garcia · 8 years ago
  12. b8921ca ip4ip6: Support for GSO/GRO by Tom Herbert · 8 years ago
  13. 7e13318 net: define gso types for IPx over IPv4 and IPv6 by Tom Herbert · 8 years ago
  14. 5c7cdf33 gso: Remove arbitrary checks for unsupported GSO by Tom Herbert · 8 years ago
  15. 802ab55 GSO: Support partial segmentation offload by Alexander Duyck · 8 years ago
  16. 1530545 GRO: Add support for TCP with fixed IPv4 ID field, limit tunnel IP ID values by Alexander Duyck · 8 years ago
  17. cbc53e0 GSO: Add GSO type for fixed IPv4 ID by Alexander Duyck · 8 years ago
  18. 1e1d04e net: introduce lockdep_is_held and update various places to use it by Hannes Frederic Sowa · 8 years ago
  19. 627d2d6 udp: enable MSG_PEEK at non-zero offset by samanthakumar · 8 years ago
  20. 3ba9d30 net: ipv4: Fix truncated timestamp returned by inet_current_timestamp() by Deepa Dinamani · 8 years ago
  21. fac8e0f tunnels: Don't apply GRO to multiple layers of encapsulation. by Jesse Gross · 8 years ago
  22. b8cba75 ipip: Properly mark ipip GRO packets as encapsulated. by Jesse Gross · 8 years ago
  23. 822c868 net: ipv4: Convert IP network timestamps to be y2038 safe by Deepa Dinamani · 8 years ago
  24. 287b7f3 ipv4: Namespacify ip_dynaddr sysctl knob by Nikolay Borisov · 8 years ago
  25. 086c653 sock: struct proto hash function may error by Craig Gallek · 8 years ago
  26. 79462ad0 net: add validation for the socket syscall protocol argument by Hannes Frederic Sowa · 9 years ago
  27. 3236b00 net: Replace vrf_dev_table and friends by David Ahern · 9 years ago
  28. 0536fcc tcp: prepare fastopen code for upcoming listener changes by Eric Dumazet · 9 years ago
  29. f6c5333 net: only check perm protocol when register proto by Junwei Zhang · 9 years ago
  30. 9b8ff51 net: Make table id type u32 by David Ahern · 9 years ago
  31. d1bfc62 ipv4: fix 32b build by Madalin Bucur · 9 years ago
  32. 80ec192 ipv4: Fix 32-bit build. by David S. Miller · 9 years ago
  33. c4c6bc3 net: Introduce helper functions to get the per cpu data by Raghavendra K T · 9 years ago
  34. dc028da inet: Move VRF table lookup to inlined function by David Ahern · 9 years ago
  35. 30bbaa1 net: Fix up inet_addr_type checks by David Ahern · 9 years ago
  36. 045a0fa ip_tunnel: Call ip_tunnel_core_init() from inet_init() by Thomas Graf · 9 years ago
  37. 3a07bd6 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  38. dfea2aa tcp: Do not call tcp_fastopen_reset_cipher from interrupt context by Christoph Paasch · 9 years ago
  39. 90c337d inet: add IP_BIND_ADDRESS_NO_PORT to overcome bind(0) limitations by Eric Dumazet · 9 years ago
  40. 07f4c90 tcp/dccp: try to not exhaust ip_local_port_range in connect() by Eric Dumazet · 9 years ago
  41. 26abe14 net: Modify sk_alloc to not reference count the netns of kernel sockets. by Eric W. Biederman · 9 years ago
  42. 11aa9c2 net: Pass kern from net_proto_family.create to sk_alloc by Eric W. Biederman · 9 years ago
  43. eeb1bd5 net: Add a struct net parameter to sock_create_kern by Eric W. Biederman · 9 years ago
  44. 00db412 ipv4: coding style: comparison for inequality with NULL by Ian Morris · 9 years ago
  45. 51456b2 ipv4: coding style: comparison for equality with NULL by Ian Morris · 9 years ago
  46. 1b78414 net: Remove iocb argument from sendmsg and recvmsg by Ying Xue · 9 years ago
  47. b4772ef net: use common macro for assering skb->cb[] available size in protocol families by Eyal Birger · 9 years ago
  48. 567e4b7 net: rfs: add hash collision detection by Eric Dumazet · 9 years ago
  49. 60b7379 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  50. f4713a3 net-timestamp: make tcp_recvmsg call ipv6_recv_error for AF_INET6 socks by Willem de Bruijn · 10 years ago
  51. 59b93b4 net: Remove MPLS GSO feature. by Pravin B Shelar · 10 years ago
  52. e585f23 udp: Changes to udp_offload to support remote checksum offload by Tom Herbert · 10 years ago
  53. 1e16aa3 net: gso: use feature flag argument in all protocol gso handlers by Florian Westphal · 10 years ago
  54. 2c804d0 ipv4: mentions skb_gro_postpull_rcsum() in inet_gro_receive() by Eric Dumazet · 10 years ago
  55. 53e5039 net: Remove gso_send_check as an offload callback by Tom Herbert · 10 years ago
  56. 9667e9b ipip: Add gro callbacks to ipip offload by Tom Herbert · 10 years ago
  57. 49a6015 net/ipv4: bind ip_nonlocal_bind to current netns by Vincent Bernat · 10 years ago
  58. c3caf11 net-gre-gro: Fix a bug that breaks the forwarding path by Jerry Chu · 10 years ago
  59. 4749c09 gre: Call gso_make_checksum by Tom Herbert · 10 years ago
  60. 0f4f4ff net: Add GSO support for UDP tunnels with checksum by Tom Herbert · 10 years ago
  61. b26ba20 net: Eliminate no_check from protosw by Tom Herbert · 10 years ago
  62. 122ff24 ipv4: make ip_local_reserved_ports per netns by WANG Cong · 10 years ago
  63. 5f013c9b Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  64. ba6b918 ping: move ping_group_range out of CONFIG_SYSCTL by Cong Wang · 10 years ago
  65. c9d8f1a ipv4: move local_port_range out of CONFIG_SYSCTL by Cong Wang · 10 years ago
  66. 698365f net: clean up snmp stats code by WANG Cong · 10 years ago
  67. 57a7744 net: Replace u64_stats_fetch_begin_bh to u64_stats_fetch_begin_irq by Eric W. Biederman · 10 years ago
  68. 91a48a2 ipv4: ipv6: better estimate tunnel header cut for correct ufo handling by Hannes Frederic Sowa · 10 years ago
  69. 8ed1dc4 ipv4: introduce hardened ip_no_pmtu_disc mode by Hannes Frederic Sowa · 10 years ago
  70. bf5a755 net-gre-gro: Add GRE support to the GRO stack by Jerry Chu · 10 years ago
  71. 1669cb9 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-next by David S. Miller · 10 years ago
  72. 974eda1 inet: make no_pmtu_disc per namespace and kill ipv4_config by Hannes Frederic Sowa · 11 years ago
  73. 299603e8 net-gro: Prepare GRO stack for the upcoming tunneling support by Jerry Chu · 11 years ago
  74. 0e0d44a net: Remove FLOWI_FLAG_CAN_SLEEP by Steffen Klassert · 11 years ago
  75. 5e30025 Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  76. dcd6077 inet: fix a UFO regression by Eric Dumazet · 11 years ago
  77. 827da44 net: Explicitly initialize u64_stats_sync structures for lockdep by John Stultz · 11 years ago
  78. 8c3a897 inet: restore gso for vxlan by Eric Dumazet · 11 years ago
  79. 61c1db7 ipv6: sit: add GSO/TSO support by Eric Dumazet · 11 years ago
  80. a4fe34b tcp_memcontrol: Remove the per netns control. by Eric W. Biederman · 11 years ago
  81. 1bbdcee inet: convert inet_ehash_secret and ipv6_hash_secret to net_get_random_once by Hannes Frederic Sowa · 11 years ago
  82. cb32f51 ipip: add GSO/TSO support by Eric Dumazet · 11 years ago
  83. 3347c96 ipv4: gso: make inet_gso_segment() stackable by Eric Dumazet · 11 years ago
  84. 47d27aa ipv4: gso: send_check() & segment() cleanups by Eric Dumazet · 11 years ago
  85. 421b388 udp: ipv4: Add udp early demux by Shawn Bohrer · 11 years ago
  86. 9a3bab6 net: net_secret should not depend on TCP by Eric Dumazet · 11 years ago
  87. 5a17a39 net: make snmp_mib_free static inline by Cong Wang · 11 years ago
  88. 5b9b626 gro: remove a sparse error by Eric Dumazet · 11 years ago
  89. da5bab0 net: udp4: move GSO functions to udp_offload by Daniel Borkmann · 11 years ago
  90. 28850dc net: tcp: move GRO/GSO functions to tcp_offload by Daniel Borkmann · 11 years ago
  91. db8caf3 gro: should aggregate frames without DF by Eric Dumazet · 11 years ago
  92. 0d89d20 MPLS: Add limited GSO support by Simon Horman · 11 years ago
  93. 9b3eb5e gre: Fix GREv4 TCPv6 segmentation. by Pravin B Shelar · 11 years ago
  94. aebda15 net: defer net_secret[] initialization by Eric Dumazet · 11 years ago
  95. c544193 GRE: Refactor GRE tunneling code. by Pravin B Shelar · 11 years ago
  96. 25c7704 ipv4: Fix ip-header identification for gso packets. by Pravin B Shelar · 11 years ago
  97. 7313626 tunneling: Add generic Tunnel segmentation. by Pravin B Shelar · 11 years ago
  98. ec5f061 net: Kill link between CSUM and SG features. by Pravin B Shelar · 11 years ago
  99. 490ab08 IP_GRE: Fix IP-Identification. by Pravin B Shelar · 11 years ago
  100. 5b05204 ipv4: fix error handling in icmp_protocol. by Li Wei · 11 years ago