1. acb32ba ipv4: reduce percpu needs for icmpmsg mibs by Eric Dumazet · 13 years ago
  2. 686dc6b ipv4: compat_ioctl is local to af_inet.c, make it static by Gerrit Renker · 13 years ago
  3. 29c486d net: ipv4: relax AF_INET check in bind() by Eric Dumazet · 13 years ago
  4. e12fe68 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 13 years ago
  5. c349a52 net: bind() fix error return on wrong address family by Marcus Meissner · 13 years ago
  6. 9f6ec8d Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 13 years ago
  7. 1eddcea net: rfs: enable RFS before first data packet is received by Eric Dumazet · 13 years ago
  8. 8f0ea0f snmp: reduce percpu needs by 50% by Eric Dumazet · 13 years ago
  9. d0733d2 net/ipv4: Check for mistakenly passed in non-IPv4 address by Marcus Meissner · 13 years ago
  10. c319b4d net: ipv4: add IPPROTO_ICMP socket kind by Vasiliy Kulikov · 13 years ago
  11. 6e86913 ipv4: Use cork flow in inet_sk_{reselect_saddr,rebuild_header}() by David S. Miller · 13 years ago
  12. 31e4543 ipv4: Make caller provide on-stack flow key to ip_route_output_ports(). by David S. Miller · 13 years ago
  13. b883187 ipv4: Fetch route saddr from flow key in inet_sk_reselect_saddr(). by David S. Miller · 13 years ago
  14. f6d8bd0 inet: add RCU protection to inet->opt by Eric Dumazet · 13 years ago
  15. 2d7192d ipv4: Sanitize and simplify ip_route_{connect,newports}() by David S. Miller · 13 years ago
  16. b71d1d4 inet: constify ip headers and in6_addr by Eric Dumazet · 13 years ago
  17. 78fbfd8 ipv4: Create and use route lookup helpers. by David S. Miller · 13 years ago
  18. b23dd4f ipv4: Make output route lookup return rtable directly. by David S. Miller · 13 years ago
  19. 273447b ipv4: Kill can_sleep arg to ip_route_output_flow() by David S. Miller · 13 years ago
  20. 420d44d ipv4: Make final arg to ip_route_output_flow to be boolean "can_sleep" by David S. Miller · 13 years ago
  21. abdf7e7 ipv4: Can final ip_route_connect() arg to boolean "can_sleep". by David S. Miller · 13 years ago
  22. 5403c8a Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 13 years ago
  23. 709b46e net: Add compat ioctl support for the ipv4 multicast ioctl SIOCGETSGCNT by Eric W. Biederman · 13 years ago
  24. 04ed3e7 net: change netdev->features to u32 by Michał Mirosław · 13 years ago
  25. 5811662 net: use the macros defined for the members of flowi by Changli Gao · 14 years ago
  26. 49e8ab0 net: build_ehash_secret() and rt_bind_peer() cleanups by Eric Dumazet · 14 years ago
  27. 7ba4291 inet, inet6: make tcp_sendmsg() and tcp_sendpage() through inet_sendmsg() and inet_sendpage() by Changli Gao · 14 years ago
  28. 4ce3c18 snmp: 64bit ipstats_mib for all arches by Eric Dumazet · 14 years ago
  29. 1823e4c8 snmp: add align parameter to snmp_mib_init() by Eric Dumazet · 14 years ago
  30. 7b2ff18 net - IP_NODEFRAG option for IPv4 socket by Jiri Olsa · 14 years ago
  31. d8d1f30 net-next: remove useless union keyword by Changli Gao · 14 years ago
  32. e3826f1 net: reserve ports for applications using fixed port numbers by Amerigo Wang · 14 years ago
  33. c58dc01 net: Make RFS socket operations not be inet specific. by David S. Miller · 14 years ago
  34. 0eae88f net: Fix various endianness glitches by Eric Dumazet · 14 years ago
  35. aa39514 net: sk_sleep() helper by Eric Dumazet · 14 years ago
  36. fec5e65 rfs: Receive Flow Steering by Tom Herbert · 14 years ago
  37. b6c6712 net: sk_dst_cache RCUification by Eric Dumazet · 14 years ago
  38. 871039f Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  39. 4a35ecf Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  40. cb4361c Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 14 years ago
  41. 6503d96 net: check the length of the socket address passed to connect(2) by Changli Gao · 14 years ago
  42. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 14 years ago
  43. ec733b15 net: snmp mib cleanup by Eric Dumazet · 14 years ago
  44. 7d720c3 percpu: add __percpu sparse annotations to net by Tejun Heo · 14 years ago
  45. c84b326 net: check kern before calling security subsystem by Eric Paris · 15 years ago
  46. 3f378b6 net: pass kern to net_proto_family create function by Eric Paris · 15 years ago
  47. 13f18aa net: drop capability from protocol definitions by Eric Paris · 15 years ago
  48. 38bfd8f net,socket: introduce DECLARE_SOCKADDR helper to catch overflow at build time by Cyrill Gorcunov · 15 years ago
  49. c720c7e inet: rename some inet_sock fields by Eric Dumazet · 15 years ago
  50. ec1b4cf net: mark net_proto_ops as const by Stephen Hemminger · 15 years ago
  51. 914a9ab net: Use sk_mark for routing lookup in more places by Atis Elsts · 15 years ago
  52. 3261309 net: constify struct net_protocol by Alexey Dobriyan · 15 years ago
  53. 3d1427f ipv4: af_inet.c cleanups by Eric Dumazet · 15 years ago
  54. d7ca4cc udpv4: Handle large incoming UDP/IPv4 packets and support software UFO. by Sridhar Samudrala · 15 years ago
  55. 2307f86 ipv4: remove ip_mc_drop_socket() declaration from af_inet.c. by Rami Rosen · 15 years ago
  56. f771bef ipv4: New multicast-all socket option by Nivedita Singhvi · 15 years ago
  57. 1075f3f ipv4: Use 32-bit loads for ID and length in GRO by Herbert Xu · 15 years ago
  58. a5b1cf2 gro: Avoid unnecessary comparison after skb_gro_header by Herbert Xu · 15 years ago
  59. 573636c [PATCH] net: remove superfluous call to synchronize_net() by Eric Dumazet · 15 years ago
  60. 6e15cf0 Merge branch 'core/percpu' into percpu-cpumask-x86-for-linus-2 by Ingo Molnar · 15 years ago
  61. 7546dd9 net: convert usage of packet_type to read_mostly by Stephen Hemminger · 15 years ago
  62. 313e458 alloc_percpu: add align argument to __alloc_percpu. by Rusty Russell · 15 years ago
  63. a5ad24b gro: Optimise IPv4 packet reception by Herbert Xu · 15 years ago
  64. f15fbcd ipv4: Delete redundant sk_family assignment by Herbert Xu · 15 years ago
  65. 09640e6 net: replace uses of __constant_{endian} by Harvey Harrison · 15 years ago
  66. 8691173 gro: Avoid copying headers of unmerged packets by Herbert Xu · 15 years ago
  67. b4ee07d netns: igmp: allow IPPROTO_IGMP sockets in netns by Alexey Dobriyan · 16 years ago
  68. bf296b1 tcp: Add GRO support by Herbert Xu · 16 years ago
  69. 73cc19f ipv4: Add GRO infrastructure by Herbert Xu · 16 years ago
  70. 04f258c net: some optimizations in af_inet by Eric Dumazet · 16 years ago
  71. 6ab33d5 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 16 years ago
  72. c828384 TPROXY: supply a struct flowi->flags argument in inet_sk_rebuild_header() by Balazs Scheidler · 16 years ago
  73. 673d57e net: replace NIPQUAD() in net/ipv4/ net/ipv6/ by Harvey Harrison · 16 years ago
  74. b9fb150 ipv4: Allow binding to non-local addresses if IP_TRANSPARENT is set by Tóth László Attila · 16 years ago
  75. 4836e30 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6 by Linus Torvalds · 16 years ago
  76. 2284284 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 16 years ago
  77. bd7b153 [PATCH] sysctl: make sure that /proc/sys/net/ipv4 appears before per-ns ones by Al Viro · 16 years ago
  78. 547b792 net: convert BUG_TRAP to generic WARN_ON by Ilpo Järvinen · 16 years ago
  79. 696adfe list_for_each_rcu must die: networking by Paul E. McKenney · 16 years ago
  80. d89cbbb ipv4: clean the init_ipv4_mibs error paths by Pavel Emelyanov · 16 years ago
  81. 923c658 mib: put icmpmsg statistics on struct net by Pavel Emelyanov · 16 years ago
  82. b60538a mib: put icmp statistics on struct net by Pavel Emelyanov · 16 years ago
  83. 386019d mib: put udplite statistics on struct net by Pavel Emelyanov · 16 years ago
  84. 2f275f9 mib: put udp statistics on struct net by Pavel Emelyanov · 16 years ago
  85. 61a7e26 mib: put net statistics on struct net by Pavel Emelyanov · 16 years ago
  86. a20f579 mib: put ip statistics on struct net by Pavel Emelyanov · 16 years ago
  87. 57ef42d mib: put tcp statistics on struct net by Pavel Emelyanov · 16 years ago
  88. 9b4661b ipv4: add pernet mib operations by Pavel Emelyanov · 16 years ago
  89. a9c19329 tcp: add net to tcp_mib_init by Pavel Emelyanov · 16 years ago
  90. 03d2f89 ipv4: Do cleanup for ip_mr_init by Wang Chen · 16 years ago
  91. 0b04082 net: remove CVS keywords by Adrian Bunk · 16 years ago
  92. 801678c Remove duplicated unlikely() in IS_ERR() by Hirofumi Nakagawa · 16 years ago
  93. a7d632b [IPV4]: Use NIPQUAD_FMT to format ipv4 addresses. by YOSHIFUJI Hideaki · 16 years ago
  94. 5616bdd [INET]: uc_ttl assignment in inet_ctl_sock_create is redundant. by Denis V. Lunev · 16 years ago
  95. 5677242 [NETNS]: Inet control socket should not hold a namespace. by Denis V. Lunev · 16 years ago
  96. eee4fe4 [INET]: Let inet_ctl_sock_create return sock rather than socket. by Denis V. Lunev · 16 years ago
  97. 3d58b5f [INET]: Rename inet_csk_ctl_sock_create to inet_ctl_sock_create. by Denis V. Lunev · 16 years ago
  98. 3b1e0a6 [NET] NETNS: Omit sock->sk_net without CONFIG_NET_NS. by YOSHIFUJI Hideaki · 16 years ago
  99. 92f1fec [NETNS]: Enable TCP/UDP/ICMP inside namespace. by Denis V. Lunev · 16 years ago
  100. 2342fd7 [NETNS]: Allow to create sockets in non-initial namespace. by Denis V. Lunev · 16 years ago