1. 8ed1dc4 ipv4: introduce hardened ip_no_pmtu_disc mode by Hannes Frederic Sowa · 11 years ago
  2. bf5a755 net-gre-gro: Add GRE support to the GRO stack by Jerry Chu · 11 years ago
  3. 1669cb9 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-next by David S. Miller · 11 years ago
  4. 974eda1 inet: make no_pmtu_disc per namespace and kill ipv4_config by Hannes Frederic Sowa · 11 years ago
  5. 299603e8 net-gro: Prepare GRO stack for the upcoming tunneling support by Jerry Chu · 11 years ago
  6. 0e0d44a net: Remove FLOWI_FLAG_CAN_SLEEP by Steffen Klassert · 11 years ago
  7. 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
  8. dcd6077 inet: fix a UFO regression by Eric Dumazet · 11 years ago
  9. 827da44 net: Explicitly initialize u64_stats_sync structures for lockdep by John Stultz · 11 years ago
  10. 8c3a897 inet: restore gso for vxlan by Eric Dumazet · 11 years ago
  11. 61c1db7 ipv6: sit: add GSO/TSO support by Eric Dumazet · 11 years ago
  12. a4fe34b tcp_memcontrol: Remove the per netns control. by Eric W. Biederman · 11 years ago
  13. 1bbdcee inet: convert inet_ehash_secret and ipv6_hash_secret to net_get_random_once by Hannes Frederic Sowa · 11 years ago
  14. cb32f51 ipip: add GSO/TSO support by Eric Dumazet · 11 years ago
  15. 3347c96 ipv4: gso: make inet_gso_segment() stackable by Eric Dumazet · 11 years ago
  16. 47d27aa ipv4: gso: send_check() & segment() cleanups by Eric Dumazet · 11 years ago
  17. 421b388 udp: ipv4: Add udp early demux by Shawn Bohrer · 11 years ago
  18. 9a3bab6 net: net_secret should not depend on TCP by Eric Dumazet · 11 years ago
  19. 5a17a39 net: make snmp_mib_free static inline by Cong Wang · 11 years ago
  20. 5b9b626 gro: remove a sparse error by Eric Dumazet · 11 years ago
  21. da5bab0 net: udp4: move GSO functions to udp_offload by Daniel Borkmann · 11 years ago
  22. 28850dc net: tcp: move GRO/GSO functions to tcp_offload by Daniel Borkmann · 11 years ago
  23. db8caf3 gro: should aggregate frames without DF by Eric Dumazet · 11 years ago
  24. 0d89d20 MPLS: Add limited GSO support by Simon Horman · 11 years ago
  25. 9b3eb5e gre: Fix GREv4 TCPv6 segmentation. by Pravin B Shelar · 11 years ago
  26. aebda15 net: defer net_secret[] initialization by Eric Dumazet · 11 years ago
  27. c544193 GRE: Refactor GRE tunneling code. by Pravin B Shelar · 11 years ago
  28. 25c7704 ipv4: Fix ip-header identification for gso packets. by Pravin B Shelar · 11 years ago
  29. 7313626 tunneling: Add generic Tunnel segmentation. by Pravin B Shelar · 11 years ago
  30. ec5f061 net: Kill link between CSUM and SG features. by Pravin B Shelar · 11 years ago
  31. 490ab08 IP_GRE: Fix IP-Identification. by Pravin B Shelar · 11 years ago
  32. 5b05204 ipv4: fix error handling in icmp_protocol. by Li Wei · 11 years ago
  33. 08dcdbf ipv6: use a stronger hash for tcp by Eric Dumazet · 11 years ago
  34. 68c3316 v4 GRE: Add TCP segmentation offload for GRE by Pravin B Shelar · 11 years ago
  35. c9af6db net: Fix possible wrong checksum generation. by Pravin B Shelar · 11 years ago
  36. 547472b ipv4: Disallow non-namespace aware protocols to register. by David S. Miller · 11 years ago
  37. cef401d net: fix possible wrong checksum generation by Eric Dumazet · 12 years ago
  38. 50c3a48 ipv4: Use IS_ERR_OR_NULL(). by YOSHIFUJI Hideaki / 吉藤英明 · 12 years ago
  39. 95c7e0e ipv4: Use FIELD_SIZEOF() in inet_init(). by YOSHIFUJI Hideaki / 吉藤英明 · 12 years ago
  40. 3594698 net: Make CAP_NET_BIND_SERVICE per user namespace by Eric W. Biederman · 12 years ago
  41. 52e804c net: Allow userns root to control ipv4 by Eric W. Biederman · 12 years ago
  42. f191a1d net: Remove code duplication between offload structures by Vlad Yasevich · 12 years ago
  43. 808a8f8 ipv4: Pull GSO registration out of inet_init() by Vlad Yasevich · 12 years ago
  44. bca49f8 ipv4: Switch to using the new offload infrastructure. by Vlad Yasevich · 12 years ago
  45. de27d00 net: Add net protocol offload registration infrustructure by Vlad Yasevich · 12 years ago
  46. 22061d8 net: Switch to using the new packet offload infrustructure by Vlad Yasevich · 12 years ago
  47. bb68b64 ipv4: Don't add TCP-code in inet_sock_destruct by Christoph Paasch · 12 years ago
  48. 7ab4551 tcp: fix TFO regression by Eric Dumazet · 12 years ago
  49. 8336886 tcp: TCP Fast Open Server - support TFO listeners by Jerry Chu · 12 years ago
  50. a9e050f net: tcp: GRO should be ECN friendly by Eric Dumazet · 12 years ago
  51. cf60af0 net-tcp: Fast Open client - sendmsg(MSG_FASTOPEN) by Yuchung Cheng · 12 years ago
  52. 783237e net-tcp: Fast Open client - sending SYN-data by Yuchung Cheng · 12 years ago
  53. 41063e9 ipv4: Early TCP socket demux. by David S. Miller · 12 years ago
  54. f9242b6 inet: Sanitize inet{,6} protocol demux. by David S. Miller · 12 years ago
  55. e319269 net: Remove casts to same type by Joe Perches · 12 years ago
  56. 4a17fd5 sock: Introduce named constants for sk_reuse by Pavel Emelyanov · 12 years ago
  57. 5e73ea1 ipv4: fix checkpatch errors by Daniel Baluta · 12 years ago
  58. 9ffc93f Remove all #inclusions of asm/system.h by David Howells · 12 years ago
  59. afd46503 net: ipv4: Standardize prefixes for message logging by Joe Perches · 12 years ago
  60. 058bd4d net: Convert printks to pr_<level> by Joe Perches · 12 years ago
  61. 4c507d2 net: implement IP_RECVTOS for IP_PKTOPTIONS by Jiri Benc · 12 years ago
  62. 3dc43e3 per-netns ipv4 sysctl_tcp_mem by Glauber Costa · 13 years ago
  63. c8f44af net: introduce and use netdev_features_t for device features sets by Michał Mirosław · 13 years ago
  64. acb32ba ipv4: reduce percpu needs for icmpmsg mibs by Eric Dumazet · 13 years ago
  65. 686dc6b ipv4: compat_ioctl is local to af_inet.c, make it static by Gerrit Renker · 13 years ago
  66. 29c486d net: ipv4: relax AF_INET check in bind() by Eric Dumazet · 13 years ago
  67. e12fe68 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 13 years ago
  68. c349a52 net: bind() fix error return on wrong address family by Marcus Meissner · 13 years ago
  69. 9f6ec8d Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 13 years ago
  70. 1eddcea net: rfs: enable RFS before first data packet is received by Eric Dumazet · 13 years ago
  71. 8f0ea0f snmp: reduce percpu needs by 50% by Eric Dumazet · 13 years ago
  72. d0733d2 net/ipv4: Check for mistakenly passed in non-IPv4 address by Marcus Meissner · 13 years ago
  73. c319b4d net: ipv4: add IPPROTO_ICMP socket kind by Vasiliy Kulikov · 13 years ago
  74. 6e86913 ipv4: Use cork flow in inet_sk_{reselect_saddr,rebuild_header}() by David S. Miller · 13 years ago
  75. 31e4543 ipv4: Make caller provide on-stack flow key to ip_route_output_ports(). by David S. Miller · 13 years ago
  76. b883187 ipv4: Fetch route saddr from flow key in inet_sk_reselect_saddr(). by David S. Miller · 13 years ago
  77. f6d8bd0 inet: add RCU protection to inet->opt by Eric Dumazet · 13 years ago
  78. 2d7192d ipv4: Sanitize and simplify ip_route_{connect,newports}() by David S. Miller · 13 years ago
  79. b71d1d4 inet: constify ip headers and in6_addr by Eric Dumazet · 13 years ago
  80. 78fbfd8 ipv4: Create and use route lookup helpers. by David S. Miller · 13 years ago
  81. b23dd4f ipv4: Make output route lookup return rtable directly. by David S. Miller · 13 years ago
  82. 273447b ipv4: Kill can_sleep arg to ip_route_output_flow() by David S. Miller · 13 years ago
  83. 420d44d ipv4: Make final arg to ip_route_output_flow to be boolean "can_sleep" by David S. Miller · 13 years ago
  84. abdf7e7 ipv4: Can final ip_route_connect() arg to boolean "can_sleep". by David S. Miller · 13 years ago
  85. 5403c8a Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 13 years ago
  86. 709b46e net: Add compat ioctl support for the ipv4 multicast ioctl SIOCGETSGCNT by Eric W. Biederman · 13 years ago
  87. 04ed3e7 net: change netdev->features to u32 by Michał Mirosław · 14 years ago
  88. 5811662 net: use the macros defined for the members of flowi by Changli Gao · 14 years ago
  89. 49e8ab0 net: build_ehash_secret() and rt_bind_peer() cleanups by Eric Dumazet · 14 years ago
  90. 7ba4291 inet, inet6: make tcp_sendmsg() and tcp_sendpage() through inet_sendmsg() and inet_sendpage() by Changli Gao · 14 years ago
  91. 4ce3c18 snmp: 64bit ipstats_mib for all arches by Eric Dumazet · 14 years ago
  92. 1823e4c8 snmp: add align parameter to snmp_mib_init() by Eric Dumazet · 14 years ago
  93. 7b2ff18 net - IP_NODEFRAG option for IPv4 socket by Jiri Olsa · 14 years ago
  94. d8d1f30 net-next: remove useless union keyword by Changli Gao · 14 years ago
  95. e3826f1 net: reserve ports for applications using fixed port numbers by Amerigo Wang · 14 years ago
  96. c58dc01 net: Make RFS socket operations not be inet specific. by David S. Miller · 14 years ago
  97. 0eae88f net: Fix various endianness glitches by Eric Dumazet · 14 years ago
  98. aa39514 net: sk_sleep() helper by Eric Dumazet · 14 years ago
  99. fec5e65 rfs: Receive Flow Steering by Tom Herbert · 14 years ago
  100. b6c6712 net: sk_dst_cache RCUification by Eric Dumazet · 14 years ago