1. 6f191ef [UDP]: Replace struct net on udp_iter_state with seq_net_private. by Denis V. Lunev · 16 years ago
  2. bdcde3d [SOCK]: Drop inuse pcounter from struct proto (v2). by Pavel Emelyanov · 16 years ago
  3. 60e7663 [SOCK]: Drop per-proto inuse init and fre functions (v2). by Pavel Emelyanov · 16 years ago
  4. 1338d46 [SOCK]: Introduce a percpu inuse counters array (v2). by Pavel Emelyanov · 16 years ago
  5. 13ff3d6 [SOCK]: Enumerate struct proto-s to facilitate percpu inuse accounting (v2). by Pavel Emelyanov · 16 years ago
  6. bc578a5 [NET]: Rename inet_frag.h identifiers COMPLETE, FIRST_IN, LAST_IN to INET_FRAG_* by Joe Perches · 16 years ago
  7. be2ce06 [IPV6]: Remove unused method declaration in include/net/addrconf.h. by Rami Rosen · 16 years ago
  8. 8e8e438 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 16 years ago
  9. ed85f2c Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6.26 by David S. Miller · 16 years ago
  10. bc09dff [SCTP]: Remove sctp_add_cmd_sf wrapper bloat by Ilpo Järvinen · 16 years ago
  11. 8d33086 [NET]: uninline dst_release by Ilpo Järvinen · 16 years ago
  12. 4f95165 [IPV6]: Remove three unused method declarations in include/net/ipv6.h by Rami Rosen · 16 years ago
  13. 09382ba [PKT_SCHED]: Pass real namespace in net scheduler classifiers. by Denis V. Lunev · 16 years ago
  14. 6c507cd cfg80211: don't export ieee80211_get_channel by Johannes Berg · 16 years ago
  15. 60e8fbc [NETNS][IPV6] flowlabels - make flowlabels per namespace by Benjamin Thery · 16 years ago
  16. 6ab57e7 [NETNS][IPV6] anycast - handle several network namespace by Daniel Lezcano · 16 years ago
  17. 732c8bd [IPSEC]: Fix BEET output by Herbert Xu · 16 years ago
  18. 68528f0 [NETNS][ICMP]: Make ctl tables for ICMP sysctls per-net. by Pavel Emelyanov · 16 years ago
  19. a24022e [NETNS][ICMP]: Move ICMP sysctls on struct net. by Pavel Emelyanov · 16 years ago
  20. f5aa23f [NETNS]: Compilation warnings under CONFIG_NET_NS. by Denis V. Lunev · 16 years ago
  21. 0d0ab03 [NETFILTER]: nf_conntrack_sip: support multiple media channels by Patrick McHardy · 16 years ago
  22. 0f32a40 [NETFILTER]: nf_conntrack_sip: create signalling expectations by Patrick McHardy · 16 years ago
  23. b8beedd [NETFILTER]: Add nf_inet_addr_cmp() by Patrick McHardy · 16 years ago
  24. 6002f266 [NETFILTER]: nf_conntrack: introduce expectation classes and policies by Patrick McHardy · 16 years ago
  25. 359b9ab [NETFILTER]: nf_conntrack_expect: support inactive expectations by Patrick McHardy · 16 years ago
  26. 1d9d752 [NETFILTER]: nf_conntrack_expect: constify nf_ct_expect_init arguments by Patrick McHardy · 16 years ago
  27. ef27559 [NETFILTER]: nf_conntrack: fix NF_CT_TUPLE_DUMP for IPv4 by Patrick McHardy · 16 years ago
  28. dfe98e9 Merge branch 'net-2.6.26-netns-20080326' of git://git.linux-ipv6.org/gitroot/yoshfuji/linux-2.6-dev by David S. Miller · 16 years ago
  29. f89e6e3 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6.26 by David S. Miller · 16 years ago
  30. 906c730 wireless: add wiphy channel freq to channel struct lookup helper by Johannes Berg · 17 years ago
  31. 9ae4fda mac80211: allows driver to request a Phase 1 RX key by Emmanuel Grumbach · 17 years ago
  32. 5d2cdcd mac80211: get a TKIP phase key from skb by Emmanuel Grumbach · 17 years ago
  33. 878628f [NET] NETNS: Omit namespace comparision without CONFIG_NET_NS. by YOSHIFUJI Hideaki · 16 years ago
  34. 57da52c [NET] NETNS: Omit neigh_parms->net and pneigh_entry->net without CONFIG_NET_NS. by YOSHIFUJI Hideaki · 16 years ago
  35. 3b1e0a6 [NET] NETNS: Omit sock->sk_net without CONFIG_NET_NS. by YOSHIFUJI Hideaki · 16 years ago
  36. 7cbca67 [IPV6]: Support Source Address Selection API (RFC5014). by YOSHIFUJI Hideaki · 16 years ago
  37. 6b75d09 [IPV6]: Optimize hop-limit determination. by YOSHIFUJI Hideaki · 17 years ago
  38. c8cdaf9 [IPV4,IPV6]: Share cork.rt between IPv4 and IPv6. by YOSHIFUJI Hideaki · 17 years ago
  39. 9bb182a [XFRM] MIP6: Fix address keys for routing search. by YOSHIFUJI Hideaki · 17 years ago
  40. f145049 [NETNS]: Drop packets in the non-initial namespace on the per/protocol basis. by Denis V. Lunev · 16 years ago
  41. 7a6adb9 [NETNS]: Add namespace parameter to ip_cmsg_send. by Denis V. Lunev · 16 years ago
  42. f2c4802 [NETNS]: Add namespace parameter to ip_options_get(...). by Denis V. Lunev · 16 years ago
  43. 0e6bd4a [NETNS]: Add namespace parameter to ip_options_compile. by Denis V. Lunev · 16 years ago
  44. df9dcb4 [IPSEC]: Fix inter address family IPsec tunnel handling. by Kazunori MIYAZAWA · 16 years ago
  45. fa86d32 [NEIGH]: Fix race between pneigh deletion and ipv6's ndisc_recv_ns (v3). by Pavel Emelyanov · 16 years ago
  46. 06802a8 Merge branch 'master' of ../net-2.6/ by David S. Miller · 16 years ago
  47. 80445cf [SCTP]: Remove redundant wrapper functions. by Florian Westphal · 16 years ago
  48. 2051f11 [TCP]: Shrink syncookie_secret by 8 byte. by Florian Westphal · 16 years ago
  49. 7d164be [NET]: include/net/route.h - remove duplicate include by Joe Perches · 16 years ago
  50. fc8717b [RAW]: Add raw_hashinfo member on struct proto. by Pavel Emelyanov · 16 years ago
  51. 6ba5a3c [UDP]: Make full use of proto.h.udp_hash innovation. by Pavel Emelyanov · 16 years ago
  52. 39d8cda [SOCK]: Add udp_hash member to struct proto. by Pavel Emelyanov · 16 years ago
  53. ef72249 [IPV4]: Remove unused ip_options->is_data. by Denis V. Lunev · 16 years ago
  54. ec3c098 [TCP]: TCP_DEFER_ACCEPT updates - process as established by Patrick McManus · 17 years ago
  55. 4cd9029 socket: SOCK_DEBUG type checking by Stephen Hemminger · 17 years ago
  56. 1233823 [SCTP]: Fix build warnings with IPV6 disabled. by David S. Miller · 17 years ago
  57. 6f8b13b [NETNS][IPV6] tcp6 - make proc per namespace by Daniel Lezcano · 17 years ago
  58. 0c96d8c [NETNS][IPV6] udp6 - make proc per namespace by Daniel Lezcano · 17 years ago
  59. f40c817 [NETNS][IPV4] tcp - make proc handle the network namespaces by Daniel Lezcano · 17 years ago
  60. a91275e [NETNS][IPV6] udp - make proc handle the network namespace by Daniel Lezcano · 17 years ago
  61. 82cc1a7 [NET]: Add per-connection option to set max TSO frame size by Peter P Waskiewicz Jr · 17 years ago
  62. a25606c Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 17 years ago
  63. 270637a [SCTP]: Fix a race between module load and protosw access by Vlad Yasevich · 17 years ago
  64. 577f99c Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 17 years ago
  65. 8e3d716 xfrm: ->eth_proto is __be16 by Al Viro · 17 years ago
  66. 068edce include/net/ieee80211.h - remove duplicate include by Joe Perches · 17 years ago
  67. 7524d7d the scheduled ieee80211 softmac removal by Adrian Bunk · 17 years ago
  68. f1dd9c3 [NET]: Fix tbench regression in 2.6.25-rc1 by Zhang Yanmin · 17 years ago
  69. ba73d4c Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/linville/wireless-2.6.26 by David S. Miller · 17 years ago
  70. 019f692 [NETFILTER]: nf_conntrack: replace horrible hack with ksize() by Pekka Enberg · 17 years ago
  71. 6c5ef8a mac80211: document IEEE80211_TXCTL_OFDM_HT by Ron Rindjunsky · 17 years ago
  72. 11f4b1c mac80211: adding mac80211_tx_control_flags and HT flags by Ron Rindjunsky · 17 years ago
  73. b8ad0cb [NETNS][IPV6] mcast - handle several network namespace by Daniel Lezcano · 17 years ago
  74. 93ec926 [NETNS][IPV6] tcp6 - make socket control per namespace by Daniel Lezcano · 17 years ago
  75. 1762f7e [NETNS][IPV6] ndisc - make socket control per namespace by Daniel Lezcano · 17 years ago
  76. e9720ac [NET]: Make /proc/net a symlink on /proc/self/net (v3) by Pavel Emelyanov · 17 years ago
  77. db8dac2 [UDP]: Revert udplite and code split. by David S. Miller · 17 years ago
  78. 0e0609b [TIPC]: Eliminate "sparse" symbol warnings by Allan Stephens · 17 years ago
  79. 8c86965 [TIPC]: Removal of message header option code by Allan Stephens · 17 years ago
  80. dbbea67 mac80211: add documentation book by Johannes Berg · 17 years ago
  81. 902acc7 mac80211: clean up mesh code by Johannes Berg · 17 years ago
  82. 6032f93 mac80211: add mesh interface type by Johannes Berg · 17 years ago
  83. 2ec600d nl80211/cfg80211: support for mesh, sta dumping by Luis Carlos Cobo · 17 years ago
  84. 04005dd bluetooth: Make hci_sock_cleanup() return void by Tobias Klauser · 17 years ago
  85. 4eb329a irda: replace __inline with inline by Harvey Harrison · 17 years ago
  86. ee6b967 [IPV4]: Add 'rtable' field in struct sk_buff to alias 'dst' and avoid casts by Eric Dumazet · 17 years ago
  87. 255333c Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 17 years ago
  88. 4591db4 [NETNS][IPV6] route6 - add netns parameter to ip6_route_output by Daniel Lezcano · 17 years ago
  89. af28493 [NETNS][IPV6] addrconf - Pass the proper network namespace parameters to addrconf by Daniel Lezcano · 17 years ago
  90. 7adc383 [TCP]: Improve ipv4 established hash function. by David S. Miller · 17 years ago
  91. 6891a34 [NETNS][IPV6] route6 - make garbage collection work with multiple network namespaces by Benjamin Thery · 17 years ago
  92. f2fc6a5 [NETNS][IPV6] route6 - move ip6_dst_ops inside the network namespace by Benjamin Thery · 17 years ago
  93. 8ed6778 [NETNS][IPV6] rt6_info - move rt6_info structure inside the namespace by Daniel Lezcano · 17 years ago
  94. bdb3289 [NETNS][IPV6] rt6_info - make rt6_info accessed as a pointer by Daniel Lezcano · 17 years ago
  95. 5578689 [NETNS][IPV6] route6 - make route6 per namespace by Daniel Lezcano · 17 years ago
  96. 7b4da53 [NETNS][IPV6] route6 - Pass the network namespace parameter to rt6_purge_dflt_routers by Daniel Lezcano · 17 years ago
  97. 606a2b4 [NETNS][IPV6] route6 - Pass the network namespace parameter to rt6_lookup by Daniel Lezcano · 17 years ago
  98. c572872 [NETNS][IPV6] rt6_stats - make the stats per network namespace by Benjamin Thery · 17 years ago
  99. 6cc118b [NETNS][IPV6] rt6_stats - dynamically allocate the routes statistics by Daniel Lezcano · 17 years ago
  100. dcabb81 [NETNS][IPV6] fib6_rules - handle several network namespaces by Daniel Lezcano · 17 years ago