1. 03d2f89 ipv4: Do cleanup for ip_mr_init by Wang Chen · 16 years ago
  2. 0b04082 net: remove CVS keywords by Adrian Bunk · 16 years ago
  3. 801678c Remove duplicated unlikely() in IS_ERR() by Hirofumi Nakagawa · 16 years ago
  4. a7d632b [IPV4]: Use NIPQUAD_FMT to format ipv4 addresses. by YOSHIFUJI Hideaki · 16 years ago
  5. 5616bdd [INET]: uc_ttl assignment in inet_ctl_sock_create is redundant. by Denis V. Lunev · 16 years ago
  6. 5677242 [NETNS]: Inet control socket should not hold a namespace. by Denis V. Lunev · 16 years ago
  7. eee4fe4 [INET]: Let inet_ctl_sock_create return sock rather than socket. by Denis V. Lunev · 16 years ago
  8. 3d58b5f [INET]: Rename inet_csk_ctl_sock_create to inet_ctl_sock_create. by Denis V. Lunev · 16 years ago
  9. 3b1e0a6 [NET] NETNS: Omit sock->sk_net without CONFIG_NET_NS. by YOSHIFUJI Hideaki · 16 years ago
  10. 92f1fec [NETNS]: Enable TCP/UDP/ICMP inside namespace. by Denis V. Lunev · 16 years ago
  11. 2342fd7 [NETNS]: Allow to create sockets in non-initial namespace. by Denis V. Lunev · 16 years ago
  12. 05cf89d [NETNS]: Process INET socket layer in the correct namespace. by Denis V. Lunev · 16 years ago
  13. 577f99c Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 16 years ago
  14. e6f1ceb [NET] endianness noise: INADDR_ANY by Al Viro · 16 years ago
  15. db8dac2 [UDP]: Revert udplite and code split. by David S. Miller · 17 years ago
  16. 0dc4787 net: replace remaining __FUNCTION__ occurrences by Harvey Harrison · 17 years ago
  17. e898d4d [UDP]: Allow users to configure UDP-Lite. by YOSHIFUJI Hideaki · 17 years ago
  18. a5710d6 [ICMP]: Add return code to icmp_init. by Denis V. Lunev · 17 years ago
  19. 9b0f976 [INET]: Remove struct net_proto_family* from _init calls. by Denis V. Lunev · 17 years ago
  20. e5b13cb [NETNS]: Process devinet ioctl in the correct namespace. by Denis V. Lunev · 17 years ago
  21. f1b050b [NETNS]: Add namespace parameter to ip_route_output_flow. by Denis V. Lunev · 17 years ago
  22. 1bad118 [NETNS]: Pass namespace through ip_rt_ioctl. by Denis V. Lunev · 17 years ago
  23. 6b175b2 [NETNS]: Add netns parameter to inet_(dev_)add_type. by Eric W. Biederman · 17 years ago
  24. 7b1a74f [NETNS]: Refactor fib initialization so it can handle multiple namespaces. by Denis V. Lunev · 17 years ago
  25. 61a0265 [NETNS]: Add namespace to API for routing /proc entries creation. by Denis V. Lunev · 17 years ago
  26. 95766ff [UDP]: Add memory accounting. by Hideo Aoki · 17 years ago
  27. 32e569b [IPV4]: Pass the net pointer to the arp_req_set_proxy() by Pavel Emelyanov · 17 years ago
  28. 8b7817f [IPSEC]: Add ICMP host relookup support by Herbert Xu · 17 years ago
  29. c69bce2 [NET]: Remove unused "mibalign" argument for snmp_mib_init(). by YOSHIFUJI Hideaki · 17 years ago
  30. 9ba6397 [IPV4]: Cleanup the sysctl_net_ipv4.c file by Pavel Emelyanov · 17 years ago
  31. 9c55e01 [TCP]: Splice receive support. by Jens Axboe · 17 years ago
  32. 6257ff2 [NET]: Forget the zero_it argument of sk_alloc() by Pavel Emelyanov · 17 years ago
  33. 96793b4 [IPV4]: Add ICMPMsgStats MIB (RFC 4293) by David L Stevens · 17 years ago
  34. c40f6ff [IPV4] af_inet.c: use ARRAY_SIZE macro from kernel.h instead by Denis Cheng · 17 years ago
  35. 1b8d7ae [NET]: Make socket creation namespace safe. by Eric W. Biederman · 17 years ago
  36. 3516ffb [TCP]: Invoke tcp_sendmsg() directly, do not use inet_sendmsg(). by David S. Miller · 17 years ago
  37. d212f87 [NET]: IPV6 checksum offloading in network devices by Stephen Hemminger · 17 years ago
  38. e63340a header cleaning: don't include smp_lock.h when not used by Randy Dunlap · 17 years ago
  39. 5e0f043 [IPV4]: Consolidate common SNMP code by Herbert Xu · 17 years ago
  40. 3349017 [IPV4] SNMP: Move some statistic bits to net/ipv4/proc.c. by YOSHIFUJI Hideaki · 17 years ago
  41. be77628 [NET]: inet_ehash_secret should be __read_mostly and set only once by Eric Dumazet · 17 years ago
  42. b3da2cf [INET]: Use jhash + random secret for ehash. by David S. Miller · 17 years ago
  43. badff6d [SK_BUFF]: Introduce skb_reset_transport_header(skb) by Arnaldo Carvalho de Melo · 17 years ago
  44. eddc9ec [SK_BUFF]: Introduce ip_hdr(), remove skb->nh.iph by Arnaldo Carvalho de Melo · 17 years ago
  45. d56f90a [SK_BUFF]: Introduce skb_network_header() by Arnaldo Carvalho de Melo · 17 years ago
  46. 132adf5 [IPV4]: cleanup by Stephen Hemminger · 18 years ago
  47. ae40eb1 [NET]: Introduce SIOCGSTAMPNS ioctl to get timestamps with nanosec resolution by Eric Dumazet · 17 years ago
  48. e905a9e [NET] IPV4: Fix whitespace errors. by YOSHIFUJI Hideaki · 18 years ago
  49. 8eb9086 [IPV4/IPV6]: Always wait for IPSEC SA resolution in socket contexts. by David S. Miller · 18 years ago
  50. 469de9b [INET]: style updates for the inet_sock->is_icsk assignment fix by Paul Moore · 18 years ago
  51. cbbd7d4 [INET]: Fix incorrect "inet_sock->is_icsk" assignment. by Paul Moore · 18 years ago
  52. 714e85b [IPV6]: Assorted trivial endianness annotations. by Al Viro · 18 years ago
  53. ba4e58e [NET]: Supporting UDP-Lite (RFC 3828) in Linux by Gerrit Renker · 18 years ago
  54. 72a3eff [NET]: Size listen hash tables using backlog hint by Eric Dumazet · 18 years ago
  55. 3ca3c68 [IPV4]: struct ip_options annotations by Al Viro · 18 years ago
  56. 321efff [IPV4]: Fix order in inet_init failure path. by Olaf Kirch · 18 years ago
  57. bada8ad [IPV4]: ip_route_connect() ipv4 address arguments annotated by Al Viro · 18 years ago
  58. ef047f5 [NET]: Use BUILD_BUG_ON() for checking size of skb->cb. by YOSHIFUJI Hideaki · 18 years ago
  59. ab32ea5 [NET/IPV4/IPV6]: Change some sysctl variables to __read_mostly by Brian Haley · 18 years ago
  60. bf0d524 [NET]: Remove unnecessary config.h includes from net/ by Dave Jones · 18 years ago
  61. beb8d13 [MLSXFRM]: Add flow labeling by Venkat Yekkirala · 18 years ago
  62. a430a43 [NET] gso: Fix up GSO packets with broken checksums by Herbert Xu · 18 years ago
  63. bbcf467 [NET]: Verify gso_type too in gso_segment by Herbert Xu · 18 years ago
  64. 576a30e [NET]: Added GSO header verification by Herbert Xu · 18 years ago
  65. f4c50d9 [NET]: Add software TSOv4 by Herbert Xu · 18 years ago
  66. a536e07 [IPV4]: inet_init() -> fs_initcall by Heiko Carstens · 18 years ago
  67. 543d9cf [NET]: Identation & other cleanups related to compat_[gs]etsockopt cset by Arnaldo Carvalho de Melo · 18 years ago
  68. 3fdadf7 [NET]: {get|set}sockopt compatibility layer by Dmitry Mishin · 18 years ago
  69. 4fc268d [PATCH] capable/capability.h (net/) by Randy Dunlap · 19 years ago
  70. b5e5fa5 [NET]: Add a dev_ioctl() fallback to sock_ioctl() by Christoph Hellwig · 19 years ago
  71. 14c8502 [INET_SOCK]: Move struct inet_sock & helper functions to net/inet_sock.h by Arnaldo Carvalho de Melo · 19 years ago
  72. 90ddc4f [NET]: move struct proto_ops to const by Eric Dumazet · 19 years ago
  73. d83d846 [IP_SOCKGLUE]: Remove most of the tcp specific calls by Arnaldo Carvalho de Melo · 19 years ago
  74. 86c8f9d [IPV4] Fix EPROTONOSUPPORT error in inet_create by Herbert Xu · 19 years ago
  75. a51482b [NET]: kfree cleanup by Jesper Juhl · 19 years ago
  76. cb7b593 [IPV4] fib_trie: fix proc interface by Stephen Hemminger · 19 years ago
  77. ba89966 [NET]: use __read_mostly on kmem_cache_t , DEFINE_SNMP_STAT pointers by Eric Dumazet · 19 years ago
  78. 2038073 [NET]: Fix sparse warnings by Arnaldo Carvalho de Melo · 19 years ago
  79. bb97d31 [INET]: Make inet_create try to load protocol modules by Arnaldo Carvalho de Melo · 19 years ago
  80. 295f732 [ICSK]: Introduce reqsk_queue_prune from code in tcp_synack_timer by Arnaldo Carvalho de Melo · 19 years ago
  81. 0a5578c [ICSK]: Generalise tcp_listen_{start,stop} by Arnaldo Carvalho de Melo · 19 years ago
  82. 32519f1 [INET]: Introduce inet_sk_rebuild_header by Arnaldo Carvalho de Melo · 19 years ago
  83. e684897 [NET]: Cleanup INET_REFCNT_DEBUG code by Arnaldo Carvalho de Melo · 19 years ago
  84. c877efb [IPV4]: Fix up lots of little whitespace indentation stuff in fib_trie. by Stephen Hemminger · 19 years ago
  85. 30e224d [IPV4]: Fix crash in ip_rcv while booting related to netconsole by Herbert Xu · 19 years ago
  86. 19baf83 [IPV4]: Add LC-Trie FIB lookup algorithm. by Robert Olsson · 19 years ago
  87. cdac4e0 [SCTP] Add support for ip_nonlocal_bind sysctl & IP_FREEBIND socket option by Neil Horman · 19 years ago
  88. 02c30a8 [PATCH] update Ross Biro bouncing email address by Jesper Juhl · 19 years ago
  89. b453257 [PATCH] kill gratitious includes of major.h under net/* by Al Viro · 19 years ago
  90. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 19 years ago