1. 5ce2d48 pkt_sched: Remove 'dev' member of struct Qdisc. by David S. Miller · 16 years ago
  2. bb949fb netdev: Create netdev_queue abstraction. by David S. Miller · 16 years ago
  3. 6ef307b mac80211: fix lots of kernel-doc by Randy Dunlap · 16 years ago
  4. 429a380 mac80211: add block ack request capability by Ron Rindjunsky · 16 years ago
  5. b891c5a netfilter: nf_conntrack: add allocation flag to nf_conntrack_alloc by Pablo Neira Ayuso · 16 years ago
  6. fb0305c net-sched: consolidate default fifo qdisc setup by Patrick McHardy · 16 years ago
  7. 6fe1c7a net-sched: add dynamically sized qdisc class hash helpers by Patrick McHardy · 16 years ago
  8. ea2aca0 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 16 years ago
  9. f3032be Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/linville/wireless-next-2.6 by David S. Miller · 16 years ago
  10. 70c03b4 vlan: Add GVRP support by Patrick McHardy · 16 years ago
  11. eca9eba net: Add GARP applicant-only participant by Patrick McHardy · 16 years ago
  12. a19800d net: Add STP demux layer by Patrick McHardy · 16 years ago
  13. ef28d1a MIB: add struct net to UDP6_INC_STATS_BH by Pavel Emelyanov · 16 years ago
  14. 235b9f7 MIB: add struct net to UDP6_INC_STATS_USER by Pavel Emelyanov · 16 years ago
  15. 0283328 MIB: add struct net to UDP_INC_STATS_BH by Pavel Emelyanov · 16 years ago
  16. 629ca23 MIB: add struct net to UDP_INC_STATS_USER by Pavel Emelyanov · 16 years ago
  17. e84f84f netns: place rt_genid into struct net by Denis V. Lunev · 16 years ago
  18. 9f5e97e netns: make rt_secret_rebuild timer per namespace by Denis V. Lunev · 16 years ago
  19. 39a23e7 netns: register net.ipv4.route.flush in each namespace by Denis V. Lunev · 16 years ago
  20. ae299fc net: add fib_rules_ops to flush_cache method by Denis V. Lunev · 16 years ago
  21. 76e6ebf netns: add namespace parameter to rt_cache_flush by Denis V. Lunev · 16 years ago
  22. ff31ab5 net-sched: change tcf_destroy_chain() to clear start of filter list by Patrick McHardy · 16 years ago
  23. 06ff47b mac80211: add spectrum capabilities by Tomas Winkler · 16 years ago
  24. 23976ef mac80211: don't accept WEP keys other than WEP40 and WEP104 by Emmanuel Grumbach · 16 years ago
  25. 28f49d8 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/linville/wireless-next-2.6 by David S. Miller · 16 years ago
  26. 1b63ba8 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 16 years ago
  27. 428da76 mac80211: Add RTNL warning for workqueue by Ivo van Doorn · 16 years ago
  28. ffd7891 mac80211: Let drivers have access to TKIP key offets for TX and RX MIC by Luis R. Rodriguez · 16 years ago
  29. 1839cea Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/wireless-2.6 by John W. Linville · 16 years ago
  30. b9f75f4 netns: Don't receive new packets in a dead network namespace. by Eric W. Biederman · 16 years ago
  31. f630e43 ipv6: Drop packets for loopback address from outside of the box. by YOSHIFUJI Hideaki · 16 years ago
  32. 2e3216c sctp: Follow security requirement of responding with 1 packet by Vlad Yasevich · 16 years ago
  33. 0344f1c Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 16 years ago
  34. 972692e net: Add sk_set_socket() helper. by David S. Miller · 16 years ago
  35. cb61cb9 udp: sk_drops handling by Eric Dumazet · 16 years ago
  36. fe2c802 rose: improving AX25 routing frames via ROSE network by Bernard Pidoux · 16 years ago
  37. 68b80f1 netfilter: nf_nat: fix RCU races by Patrick McHardy · 16 years ago
  38. 338db08 net: Kill SOCK_SLEEP_PRE and SOCK_SLEEP_POST, no users. by David S. Miller · 16 years ago
  39. 8ce9c6e sctp: Kill SCTP_SOCK_SLEEP_{PRE,POST}, unused. by David S. Miller · 16 years ago
  40. ccc5805 wext: Emit event stream entries correctly when compat. by David S. Miller · 16 years ago
  41. 0f5cabb wext: Create IW_REQUEST_FLAG_COMPAT and set it as needed. by David S. Miller · 16 years ago
  42. 87de87d wext: Dispatch and handle compat ioctls entirely in net/wireless/wext.c by David S. Miller · 16 years ago
  43. 0b44191 netns: introduce the net_hash_mix "salt" for hashes by Pavel Emelyanov · 16 years ago
  44. 33de014 inet6: add struct net argument to inet6_ehashfn by Pavel Emelyanov · 16 years ago
  45. 9f26b3a inet: add struct net argument to inet_ehashfn by Pavel Emelyanov · 16 years ago
  46. 2086a65 inet: add struct net argument to inet_lhashfn by Pavel Emelyanov · 16 years ago
  47. 7f635ab inet: add struct net argument to inet_bhashfn by Pavel Emelyanov · 16 years ago
  48. 942e7b1 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/linville/wireless-next-2.6 by David S. Miller · 16 years ago
  49. 7d06b2e net: change proto destroy method to return void by Brian Haley · 16 years ago
  50. 6693be7 mac80211: add utility function to get header length by Harvey Harrison · 16 years ago
  51. c9c6950 mac80211: make ieee80211_get_hdrlen_from_skb return unsigned by Harvey Harrison · 16 years ago
  52. 4ae127d Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 16 years ago
  53. 875ec43 udp: reorder udp_iter_state to remove padding on 64bit builds by Richard Kennedy · 16 years ago
  54. ec0a196 tcp: Revert 'process defer accept as established' changes. by David S. Miller · 16 years ago
  55. e6e30ad Merge branch 'net-next-2.6-misc-20080612a' of git://git.linux-ipv6.org/gitroot/yoshfuji/linux-2.6-next by David S. Miller · 16 years ago
  56. 0b04082 net: remove CVS keywords by Adrian Bunk · 16 years ago
  57. 9501f97 tcp md5sig: Let the caller pass appropriate key for tcp_v{4,6}_do_calc_md5_hash(). by YOSHIFUJI Hideaki · 16 years ago
  58. 8d26d76 tcp md5sig: Share most of hash calcucaltion bits between IPv4 and IPv6. by YOSHIFUJI Hideaki · 16 years ago
  59. 076fb72 tcp md5sig: Remove redundant protocol argument. by YOSHIFUJI Hideaki · 16 years ago
  60. 7d5d552 tcp md5sig: Share MD5 Signature option parser between IPv4 and IPv6. by YOSHIFUJI Hideaki · 16 years ago
  61. 3de2325 ipv6 netns: Address labels per namespace by Benjamin Thery · 16 years ago
  62. 0399e5f ipv6 addrconf: Remove IFA_GLOBAL definition from include/net/if_inet6.h. by Rami Rosen · 16 years ago
  63. ce4a7d0 inet{6}_request_sock: Init ->opt and ->pktopts in the constructor by Arnaldo Carvalho de Melo · 16 years ago
  64. 45d465b ipv4: Remove unused declaration from include/net/tcp.h. by Rami Rosen · 16 years ago
  65. 65b53e4c Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 16 years ago
  66. 788c0a5 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/linville/wireless-next-2.6 by David S. Miller · 16 years ago
  67. 7bcd978 netfilter: nf_conntrack: remove unnecessary function declaration by Rami Rosen · 16 years ago
  68. 718d4ad netfilter: nf_conntrack: properly account terminating packets by Fabian Hugelshofer · 16 years ago
  69. 5109176 netfilter: nf_conntrack: add nf_ct_kill() by Patrick McHardy · 16 years ago
  70. 17e6e59 netfilter: ip6_tables: add ip6tables security table by James Morris · 16 years ago
  71. 560ee65 netfilter: ip_tables: add iptables security table for mandatory access control rules by James Morris · 16 years ago
  72. b9031d9 sctp: Fix ECN markings for IPv6 by Vlad Yasevich · 16 years ago
  73. 62aeaff sctp: Start T3-RTX timer when fast retransmitting lowest TSN by Vlad Yasevich · 16 years ago
  74. a646523 sctp: Correctly implement Fast Recovery cwnd manipulations. by Vlad Yasevich · 16 years ago
  75. aed5a83 Merge branch 'net-2.6-misc-20080605a' of git://git.linux-ipv6.org/gitroot/yoshfuji/linux-2.6-fix by David S. Miller · 16 years ago
  76. 36d926b [IPV6]: inet_sk(sk)->cork.opt leak by Denis V. Lunev · 16 years ago
  77. 91e1908 [IPV6] NETNS: Handle ancillary data in appropriate namespace. by YOSHIFUJI Hideaki · 16 years ago
  78. 4bed72e [IPV6] ADDRCONF: Allow longer lifetime on 64bit archs. by YOSHIFUJI Hideaki · 16 years ago
  79. e511710 [SCTP]: Fix NULL dereference of asoc. by YOSHIFUJI Hideaki · 16 years ago
  80. bc3ed28 netlink: Improve returned error codes by Thomas Graf · 16 years ago
  81. 9306102 mac80211: allow disable FAT in specific configurations by Emmanuel Grumbach · 16 years ago
  82. 43154d0 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 16 years ago
  83. b9a2f2e netlink: Fix nla_parse_nested_compat() to call nla_parse() directly by Thomas Graf · 16 years ago
  84. e253008 mac80211: use multi-queue master netdevice by Johannes Berg · 16 years ago
  85. eefce91 mac80211: dont allow fragmentation and requeuing on A-MPDU queues by Johannes Berg · 16 years ago
  86. e039fa4 mac80211: move TX info into skb->cb by Johannes Berg · 16 years ago
  87. 2e92e6f mac80211: use rate index in TX control by Johannes Berg · 16 years ago
  88. 36d6825 mac80211: let drivers wake but not start queues by Johannes Berg · 16 years ago
  89. 3dca02a ip6tnl: Use on-device stats instead of private ones. by Pavel Emelyanov · 16 years ago
  90. f56dd01 tunnels: Remove stat member from ip_tunnel struct. by Pavel Emelyanov · 16 years ago
  91. 44dc19c Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/linville/wireless-2.6 by David S. Miller · 16 years ago
  92. 0686caa ndisc: Add missing strategies for per-device retrans timer/reachable time settings. by YOSHIFUJI Hideaki · 16 years ago
  93. d62c612 netns: Introduce sysctl root for read-only net sysctls. by Pavel Emelyanov · 16 years ago
  94. 2f561fe mac80211: Add RTNL version of ieee80211_iterate_active_interfaces by Ivo van Doorn · 16 years ago
  95. f42a444 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 by David S. Miller · 16 years ago
  96. 63fe46d Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 16 years ago
  97. 887b3ec 9p: fix error path during early mount by Eric Van Hensbergen · 16 years ago
  98. ee44399 9p: Documentation updates by Eric Van Hensbergen · 16 years ago
  99. 566bfe5 mac80211: use hardware flags for signal/noise units by Bruno Randolf · 16 years ago
  100. 3322238 irda: Fix a misalign access issue. (v2) by Graf Yang · 16 years ago