1. 477576a rfkill: add the WWAN radio type by Henrique de Moraes Holschuh · 16 years ago
  2. 801e49a rfkill: add read-write rfkill switch support by Henrique de Moraes Holschuh · 16 years ago
  3. e954b0b rfkill: add parameter to disable radios by default by Henrique de Moraes Holschuh · 16 years ago
  4. 28f089c rfkill: handle SW_RFKILL_ALL events by Henrique de Moraes Holschuh · 16 years ago
  5. c8fcd90 rfkill: fix minor typo in kernel doc by Henrique de Moraes Holschuh · 16 years ago
  6. 1839cea Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/wireless-2.6 by John W. Linville · 16 years ago
  7. 0f474d9 sctp: Kill unused variable in sctp_assoc_bh_rcv() by Vlad Yasevich · 16 years ago
  8. 4497b07 net: Discard and warn about LRO'd skbs received for forwarding by Ben Hutchings · 16 years ago
  9. 0187bdf net: Disable LRO on devices that are forwarding by Ben Hutchings · 16 years ago
  10. 2e3216c sctp: Follow security requirement of responding with 1 packet by Vlad Yasevich · 16 years ago
  11. 7115e63 sctp: Validate Initiate Tag when handling ICMP message by Wei Yongjun · 16 years ago
  12. 0344f1c Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 16 years ago
  13. ef3a62d mac80211: detect driver tx bugs by Johannes Berg · 16 years ago
  14. 6d1a3fb netlink: genl: fix circular locking by Patrick McHardy · 16 years ago
  15. dad9b33 netdevice: Fix promiscuity and allmulti overflow by Wang Chen · 16 years ago
  16. 3a5be7d Revert "mac80211: Use skb_header_cloned() on TX path." by David S. Miller · 16 years ago
  17. dd574db ipv6: minor cleanup in net/ipv6/tcp_ipv6.c [RESEND ]. by Rami Rosen · 16 years ago
  18. 972692e net: Add sk_set_socket() helper. by David S. Miller · 16 years ago
  19. 3c73419 af_unix: fix 'poll for write'/ connected DGRAM sockets by Rainer Weikusat · 16 years ago
  20. 5bbc172 Merge branch 'davem-next' of master.kernel.org:/pub/scm/linux/kernel/git/jgarzik/netdev-2.6 by David S. Miller · 16 years ago
  21. 30902dc ax25: Fix std timer socket destroy handling. by David S. Miller · 16 years ago
  22. cb61cb9 udp: sk_drops handling by Eric Dumazet · 16 years ago
  23. b8a9787 bonding: Allow setting max_bonds to zero by Jay Vosburgh · 16 years ago
  24. c1da4ac net/core: add NETDEV_BONDING_FAILOVER event by Or Gerlitz · 16 years ago
  25. fe2c802 rose: improving AX25 routing frames via ROSE network by Bernard Pidoux · 16 years ago
  26. fe833fc xfrm: fix fragmentation for ipv4 xfrm tunnel by Steffen Klassert · 16 years ago
  27. 61c33e0 atm: use const where reasonable by Mitchell Blank Jr · 16 years ago
  28. f586287 bridge: fix IPV6=n build by Randy Dunlap · 16 years ago
  29. 92c0574 bridge: make bridge address settings sticky by Stephen Hemminger · 16 years ago
  30. 43aa192 bridge: handle process all link-local frames by Stephen Hemminger · 16 years ago
  31. 3d00fb9 sctp: fix error path in sctp_proc_init by Pavel Emelyanov · 16 years ago
  32. a56b8f8 netfilter: nf_conntrack_h323: fix module unload crash by Patrick McHardy · 16 years ago
  33. 8a54886 netfilter: nf_conntrack_h323: fix memory leak in module initialization error path by Patrick McHardy · 16 years ago
  34. 68b80f1 netfilter: nf_nat: fix RCU races by Patrick McHardy · 16 years ago
  35. 48c5732 netrom: Kill spurious NULL'ing of sk->sk_socket. by David S. Miller · 16 years ago
  36. c751e4f x25: Use sock_orphan() instead of open-coded (and buggy) variant. by David S. Miller · 16 years ago
  37. 0efffaf econet: Use sock_orphan() instead of open-coded (and buggy) variant. by David S. Miller · 16 years ago
  38. b61d38e x25: Use sock_graft() and remove bogus sk_socket and sk_sleep init. by David S. Miller · 16 years ago
  39. 44ccff1 rose: Use sock_graft() and remove bogus sk_socket and sk_sleep init. by David S. Miller · 16 years ago
  40. 7b66767 netrom: Use sock_graft() and remove bogus sk_socket and sk_sleep init. by David S. Miller · 16 years ago
  41. 9375cb8 ax25: Use sock_graft() and remove bogus sk_socket and sk_sleep init. by David S. Miller · 16 years ago
  42. ee5850d llc: Use sock_graft() instead of by-hand version. by David S. Miller · 16 years ago
  43. 22196d3 decnet: Remove SOCK_SLEEP_{PRE,POST} usage. by David S. Miller · 16 years ago
  44. ccc5805 wext: Emit event stream entries correctly when compat. by David S. Miller · 16 years ago
  45. 0f5cabb wext: Create IW_REQUEST_FLAG_COMPAT and set it as needed. by David S. Miller · 16 years ago
  46. 87de87d wext: Dispatch and handle compat ioctls entirely in net/wireless/wext.c by David S. Miller · 16 years ago
  47. a67fa76 wext: Pull top-level ioctl dispatch logic into helper function. by David S. Miller · 16 years ago
  48. d291125 wext: Pass iwreq pointer down into standard/private handlers. by David S. Miller · 17 years ago
  49. ca1e8bb wext: Parameterize the standard/private handlers. by David S. Miller · 17 years ago
  50. 67dd760 wext: Pull ioctl permission checking out into helper function. by David S. Miller · 17 years ago
  51. d88174e wext: Extract private call iw_point handling into seperate functions. by David S. Miller · 17 years ago
  52. 84149b0 wext: Extract standard call iw_point handling into seperate function. by David S. Miller · 17 years ago
  53. 208887d wext: Make adjust_priv_size() take a "struct iw_point *". by David S. Miller · 17 years ago
  54. 25519a2 wext: Remove inline from get_priv_size() and adjust_priv_size(). by David S. Miller · 17 years ago
  55. caea902 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 16 years ago
  56. 7e903c2 atm: [br2864] fix routed vcmux support by Eric Kinzie · 16 years ago
  57. 2714166 atm: [br2684] Fix oops due to skb->dev being NULL by Jorge Boncompte [DTI2] · 16 years ago
  58. 33de014 inet6: add struct net argument to inet6_ehashfn by Pavel Emelyanov · 16 years ago
  59. 9f26b3a inet: add struct net argument to inet_ehashfn by Pavel Emelyanov · 16 years ago
  60. 2086a65 inet: add struct net argument to inet_lhashfn by Pavel Emelyanov · 16 years ago
  61. 7f635ab inet: add struct net argument to inet_bhashfn by Pavel Emelyanov · 16 years ago
  62. 19c7578 udp: add struct net argument to udp_hashfn by Pavel Emelyanov · 16 years ago
  63. e316349 udp: provide a struct net pointer for __udp[46]_lib_mcast_deliver by Pavel Emelyanov · 16 years ago
  64. d626628 udp: introduce a udp_hashfn function by Pavel Emelyanov · 16 years ago
  65. a9d246d ipv4: Remove unused definitions in net/ipv4/tcp_ipv4.c. by Rami Rosen · 16 years ago
  66. 68be802 raw: Restore /proc/net/raw correct behavior by Eric Dumazet · 16 years ago
  67. 6de329e net: Fix test for VLAN TX checksum offload capability by Ben Hutchings · 16 years ago
  68. 319fa2a sctp: Correclty set changeover_active for SFR-CACC by Vlad Yasevich · 16 years ago
  69. 80896a3 sctp: Correctly cleanup procfs entries upon failure. by Wei Yongjun · 16 years ago
  70. 93653e0 tcp: Revert reset of deferred accept changes in 2.6.26 by David S. Miller · 16 years ago
  71. 2b4743b ipv6 sit: Avoid extra need for compat layer in PRL management. by YOSHIFUJI Hideaki · 16 years ago
  72. 47083fc pkt_sched: Change HTB_HYSTERESIS to a runtime parameter htb_hysteresis. by Jesper Dangaard Brouer · 16 years ago
  73. f9ffced pkt_sched: HTB scheduler, change default hysteresis mode to off. by Jesper Dangaard Brouer · 16 years ago
  74. 34a5d71 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/linville/wireless-2.6 by David S. Miller · 16 years ago
  75. 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
  76. 7d06b2e net: change proto destroy method to return void by Brian Haley · 16 years ago
  77. 87291c0 mac80211: eliminate IBSS warning in rate_lowest_index() by Vladimir Koutny · 16 years ago
  78. c644bce mac80211: tkip.c use a local struct tkip_ctx in ieee80211_get_tkip_key by Harvey Harrison · 16 years ago
  79. 7c70537 mac80211: tkip.c fold ieee80211_gen_rc4key into its one caller by Harvey Harrison · 16 years ago
  80. c801242 mac80211: tkip.c consolidate tkip IV writing in helper by Harvey Harrison · 16 years ago
  81. 87228f5 mac80211: rx.c use new helpers by Harvey Harrison · 16 years ago
  82. 002aaf4 mac80211: wme.c use new helpers by Harvey Harrison · 16 years ago
  83. a494bb1 mac80211: use new helpers in util.c - ieee80211_get_bssid() by Harvey Harrison · 16 years ago
  84. d5184ca mac80211: wpa.c use new access helpers by Harvey Harrison · 16 years ago
  85. 6693be7 mac80211: add utility function to get header length by Harvey Harrison · 16 years ago
  86. c9c6950 mac80211: make ieee80211_get_hdrlen_from_skb return unsigned by Harvey Harrison · 16 years ago
  87. dc0ae30 mac80211: fix beacon interval value by Tomas Winkler · 16 years ago
  88. 8d5e0d5 mac80211: do not fragment while aggregation is in use by Ron Rindjunsky · 16 years ago
  89. d2c3cc0 mac80211: implement EU regulatory domain by Tony Vroon · 16 years ago
  90. 4ae127d Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 16 years ago
  91. 995ad6c mac80211: add missing new line in debug print HT_DEBUG by Tomas Winkler · 16 years ago
  92. 5c5f966 mac80211 : fix for iwconfig in ad-hoc mode by Abhijeet Kolekar · 16 years ago
  93. 5155857 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 16 years ago
  94. ec0a196 tcp: Revert 'process defer accept as established' changes. by David S. Miller · 16 years ago
  95. f23d60d ipv6: Fix duplicate initialization of rawv6_prot.destroy by David S. Miller · 16 years ago
  96. 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
  97. 0b04082 net: remove CVS keywords by Adrian Bunk · 16 years ago
  98. a405657 Merge branch 'net-2.6-misc-20080611a' of git://git.linux-ipv6.org/gitroot/yoshfuji/linux-2.6-fix by David S. Miller · 16 years ago
  99. 5cb960a Merge branch 'master' of git://eden-feed.erg.abdn.ac.uk/net-2.6 by David S. Miller · 16 years ago
  100. ceeff75 netfilter: nf_conntrack: fix ctnetlink related crash in nf_nat_setup_info() by Patrick McHardy · 16 years ago