1. 3ac64be mac80211: allow configure_filter callback to sleep by Johannes Berg · 17 years ago
  2. ea416a7 cfg80211: report userspace SME connected event properly by Johannes Berg · 17 years ago
  3. 0ff6ce7 cfg80211: fix deadlock by Johannes Berg · 17 years ago
  4. a8b875e cfg80211: export cfg80211_wext_siwfreq by Jussi Kivilinna · 17 years ago
  5. 1758c09 can: Use WARN_ONCE() instead of BUG_ON() for sanity check in receive path by Oliver Hartkopp · 17 years ago
  6. b85daa5 vlan: adds fcoe offload related net_device_ops and updates fcoe_ddp_xid field by Vasu Dev · 17 years ago
  7. cf991116 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 17 years ago
  8. a8519de Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 by David S. Miller · 17 years ago
  9. 16cb9d4 cfg80211: allow driver to override PS default by Johannes Berg · 17 years ago
  10. 36e6fea cfg80211: check for and abort dangling scan requests by Johannes Berg · 17 years ago
  11. 70bdb6b mac80211: Fix invalid length passed to IE parser for PLINK CONFIRM frames by David Woo · 17 years ago
  12. 57ef5dd mac80211: Mark a destination sequence number as valid when a PREQ is received. by David Woo · 17 years ago
  13. cca8949 mac80211: Fix unresolved mesh frames queued without valid control.vif by Javier Cardona · 17 years ago
  14. 1fe90b0 trivial: remove duplicate "different" from comment by Thadeu Lima de Souza Cascardo · 17 years ago
  15. 1888923 mac80211: Move mpath and mpp growth to mesh workqueue. by Javier Cardona · 17 years ago
  16. 5b36583 mac80211: Assign a default mesh beaconing interval. by Javier Cardona · 17 years ago
  17. 5815814 mac80211: Early detection of broken mesh paths when using minstrel. by Javier Cardona · 17 years ago
  18. d403a1c mac80211: Update the station failed frames average when minstrel is used. by Javier Cardona · 17 years ago
  19. 3c5772a mac80211: Use 3-address format for mesh broadcast frames. by Javier Cardona · 17 years ago
  20. a9e3091 mac80211: Use correct sign for mesh active path refresh. by Andrey Yurovsky · 17 years ago
  21. fe58343 mac80211: Improve dequeing from mpath frame queue. by Javier Cardona · 17 years ago
  22. 62b1208 mac80211: small tx code cleanup by Johannes Berg · 17 years ago
  23. d0b6960 mac80211: sequence number micro-optimisation by Johannes Berg · 17 years ago
  24. feff1f2 mac80211: take statistics before encryption by Johannes Berg · 17 years ago
  25. aee83ea cfg80211: add missing device list locking by Johannes Berg · 17 years ago
  26. d5b96a6 mac80211: remove max_bandwidth by Pat Erley · 17 years ago
  27. 4b18114 cfg80211: fix locking for SIWFREQ by Johannes Berg · 17 years ago
  28. 5ba6353 cfg80211: fix alignment problem in scan request by Johannes Berg · 17 years ago
  29. ad5351d mac80211: allow DMA optimisation by Johannes Berg · 17 years ago
  30. f5ea912 nl80211: add generation number to all dumps by Johannes Berg · 17 years ago
  31. f401a6f cfg80211: use reassociation when possible by Johannes Berg · 17 years ago
  32. 59bbb6f cfg80211: validate channel settings across interfaces by Johannes Berg · 17 years ago
  33. bcba8ea cfg80211: Set WEP ciphers by Samuel Ortiz · 17 years ago
  34. b6f0b63 cfg80211: fix SME association after disassociation by Johannes Berg · 17 years ago
  35. e458b8a cfg80211: fix nl80211 disconnected events by Johannes Berg · 17 years ago
  36. e21546a mac80211: stay authenticated after disassoc by Johannes Berg · 17 years ago
  37. b935df0 cfg80211: fix disassociation warning due to misuse of wdev->current_bss by Pavel Roskin · 17 years ago
  38. a42dd7e wireless: display wext SSID when connected by cfg80211 by Zhu Yi · 17 years ago
  39. c03e20f mac80211: fix compilation of mesh (although its disabled) by Luis R. Rodriguez · 17 years ago
  40. 26ced1e inet6: Set default traffic class by Gerrit Renker · 17 years ago
  41. e651f03 inet6: Conversion from u8 to int by Gerrit Renker · 17 years ago
  42. e9b3cc1 net: skb ftracer - add tracepoint to skb_copy_datagram_iovec (v3) by Neil Horman · 17 years ago
  43. 3982d3d net/bridge: Add 'hairpin' port forwarding mode by Fischer, Anna · 17 years ago
  44. a6fa328 ipv6: Log the explicit address that triggered DAD failure by Jens Rosenboom · 17 years ago
  45. 416fbdf mac80211: fix panic when splicing unprepared TIDs by Luis R. Rodriguez · 17 years ago
  46. cb7d9e7 Phonet: fix /proc/net/phonet with network namespaces by Rémi Denis-Courmont · 17 years ago
  47. acb8aac nl802154: support START-CONFIRM primitive by Dmitry Baryshkov · 17 years ago
  48. 99eb855 af_ieee802154: add support for WANT_ACK socket option by Dmitry Baryshkov · 17 years ago
  49. 74eda55 af_ieee802154: minor cleanup in dgram_bind by Dmitry Baryshkov · 17 years ago
  50. 8e753dd nl802154: add support for dumping WPAN interface information by Dmitry Baryshkov · 17 years ago
  51. 78090a5 nl802154: make ieee802154_policy constant by Dmitry Baryshkov · 17 years ago
  52. 6885ffb Use correct NET_RX_* returns for atalk_rcv() by Mark Smith · 17 years ago
  53. aa11d95 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 17 years ago
  54. 418372b sctp: fix missing destroy of percpu counter variable in sctp_proc_exit() by Rafael Laufer · 17 years ago
  55. e84b90a can: Fix raw_getname() leak by Eric Dumazet · 17 years ago
  56. b79a794 Fix xfrm hash collisions by changing __xfrm4_daddr_saddr_hash to hash addresses with addition by Jussi Mäki · 17 years ago
  57. f222e8b Merge branch 'master' of /home/davem/src/GIT/linux-2.6/ by David S. Miller · 17 years ago
  58. cba8784 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 17 years ago
  59. bbd8a0d net: Avoid enqueuing skb for default qdiscs by Krishna Kumar · 17 years ago
  60. 0d502d8 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/lowpan/lowpan by David S. Miller · 17 years ago
  61. 09384df irda: Fix irda_getname() leak by Eric Dumazet · 17 years ago
  62. 3d39247 appletalk: fix atalk_getname() leak by Eric Dumazet · 17 years ago
  63. f6b97b2 netrom: Fix nr_getname() leak by Eric Dumazet · 17 years ago
  64. 80922bb econet: Fix econet_getname() leak by Eric Dumazet · 17 years ago
  65. 17ac2e9 rose: Fix rose_getname() leak by Eric Dumazet · 17 years ago
  66. bfe34eb Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 by David S. Miller · 17 years ago
  67. a9dfac3 af_ieee802154: provide dummy get/setsockopt by Dmitry Eremin-Solenikov · 17 years ago
  68. 45a41d1 af_ieee802154: fix ioctl processing by Dmitry Eremin-Solenikov · 17 years ago
  69. 3d7ddd5 net/rds: Use AF_INET for sin_family field by Julia Lawall · 17 years ago
  70. 0d6038e net: implement a SO_DOMAIN getsockoption by Jan Engelhardt · 17 years ago
  71. 49c794e net: implement a SO_PROTOCOL getsockoption by Jan Engelhardt · 17 years ago
  72. cf39c4c phonet: phonet_device_get() fix by Eric Dumazet · 17 years ago
  73. 36cbd3d net: mark read-only arrays as const by Jan Engelhardt · 17 years ago
  74. 476181c dccp: missing destroy of percpu counter variable while unload module by Wei Yongjun · 17 years ago
  75. 0bf52b9 net: Fix spinlock use in alloc_netdev_mq() by Ingo Molnar · 17 years ago
  76. db71789 xfrm6: Fix xfrm6_policy.c build when SYSCTL disabled. by David S. Miller · 17 years ago
  77. f816700 xfrm4: fix build when SYSCTLs are disabled by Randy Dunlap · 17 years ago
  78. ae83060 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 17 years ago
  79. e3b90ca mac80211: FIF_PSPOLL filter flag by Igor Perminov · 17 years ago
  80. 8dadadb cfg80211: clear SSID on disconnect/no connection by Johannes Berg · 17 years ago
  81. 3ad2014 rfkill: add the GPS radio type by Tomas Winkler · 17 years ago
  82. d1c5091 mac80211: Increase timeouts for station polling by Maxim Levitsky · 17 years ago
  83. a43abf2 mac80211: Retry probe request few times by Maxim Levitsky · 17 years ago
  84. 75e6c3b cfg80211: lower dynamic PS timeout to 100ms by Johannes Berg · 17 years ago
  85. 8b19e6c cfg80211: enable country IE support to all cfg80211 drivers by Luis R. Rodriguez · 17 years ago
  86. abc7381 cfg80211: decouple regulatory variables from cfg80211_mutex by Luis R. Rodriguez · 17 years ago
  87. 4b44c8b cfg80211: do not iterate over rdev list on country IE hint by Luis R. Rodriguez · 17 years ago
  88. 9828b01 cfg80211: use goto out on country IE reg hint failure by Luis R. Rodriguez · 17 years ago
  89. 056508d mac80211: fix powersave by Johannes Berg · 17 years ago
  90. e40cbda cfg80211: fix NETDEV_UNREGISTER notifier by Johannes Berg · 17 years ago
  91. 42935ec mac80211: redefine usage of the mac80211 workqueue by Luis R. Rodriguez · 17 years ago
  92. 57c9fff mac80211: fix sparse warnings/errors by Johannes Berg · 17 years ago
  93. df7fc0f cfg80211: keep track of current_bss for userspace SME by Johannes Berg · 17 years ago
  94. 97af743 mac80211: disable beacons before removing the associated interface by Bob Copeland · 17 years ago
  95. dd21dcd wext: remove extra return on wireless_nlevent_init() by Luis R. Rodriguez · 17 years ago
  96. 4da163a mac80211: disable software retry for now by Johannes Berg · 17 years ago
  97. eca4c3d Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6 by David S. Miller · 17 years ago
  98. 3718424 cfg80211: fix regression on beacon world roaming feature by Luis R. Rodriguez · 17 years ago
  99. cd3468b cfg80211: add two missing NULL pointer checks by Johannes Berg · 17 years ago
  100. af0d3b1 bluetooth: rfcomm_init bug fix by Dave Young · 17 years ago