1. d92a8e8 net/ieee80211: adjust error handling by Julia Lawall · 16 years ago
  2. ccc5805 wext: Emit event stream entries correctly when compat. by David S. Miller · 16 years ago
  3. 566bfe5 mac80211: use hardware flags for signal/noise units by Bruno Randolf · 16 years ago
  4. 7eafd25 remove ieee80211_wx_{get,set}_auth() by Adrian Bunk · 16 years ago
  5. c12cf21 remove ieee80211_tx_frame() by Adrian Bunk · 16 years ago
  6. df39e8b Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 16 years ago
  7. 21f644f [NET]: Undo code bloat in hot paths due to print_mac(). by David S. Miller · 16 years ago
  8. 7524d7d the scheduled ieee80211 softmac removal by Adrian Bunk · 16 years ago
  9. 0dc4787 net: replace remaining __FUNCTION__ occurrences by Harvey Harrison · 16 years ago
  10. 8524f59 ieee80211: beacon->capability is little-endian by Al Viro · 17 years ago
  11. d9e94d5 ieee80211: fix misannotations by Al Viro · 17 years ago
  12. c414e84 ieee80211softmac_auth_resp() fix by Al Viro · 17 years ago
  13. b16f13d several missing cpu_to_le16() in ieee80211softmac_capabilities() by Al Viro · 17 years ago
  14. 8fffc15 eliminate byteswapping in struct ieee80211_qos_parameters by Al Viro · 17 years ago
  15. f59d978 wireless: fix '!x & y' typo's by Roel Kluin · 17 years ago
  16. 4e39430 [IEEE80211]: Use htons() where appropriate. by YOSHIFUJI Hideaki · 17 years ago
  17. edae58e softmac: mark as obsolete and schedule for removal by John W. Linville · 17 years ago
  18. b24b8a2 [NET]: Convert init_timer into setup_timer by Pavel Emelyanov · 16 years ago
  19. 75e7766 Merge branch 'fixes-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6 by Herbert Xu · 17 years ago
  20. 01e1f04 ieee80211: fix unaligned access in ieee80211_copy_snap by Daniel Drake · 17 years ago
  21. 92468c5 ieee80211: Stop net_ratelimit/IEEE80211_DEBUG_DROP log pollution by Guillaume Chazarain · 17 years ago
  22. 94e10bf softmac: fix wext MLME request reason code endianness by Johannes Berg · 17 years ago
  23. 40208d7 [NET]: Removing duplicit #includes by Jiri Olsa · 17 years ago
  24. 87ae9af cleanup asm/scatterlist.h includes by Adrian Bunk · 17 years ago
  25. 642f149 SG: Change sg_set_page() to take length and offset argument by Jens Axboe · 17 years ago
  26. 5a1cb47 m68k: sg fallout by Geert Uytterhoeven · 17 years ago
  27. 1176360 [PATCH] Fix breakage after SG cleanups by Ralf Baechle · 17 years ago
  28. fa05f12 Update net/ to use sg helpers by Jens Axboe · 17 years ago
  29. c03983a Spelling fix: explicitly by Jean Delvare · 17 years ago
  30. e797aa1 [PATCH] ieee80211: fix TKIP QoS bug by Johannes Berg · 17 years ago
  31. 501d857 [IEEE80211]: Fix softmac lockdep reports. by Johannes Berg · 17 years ago
  32. 0795af5 [NET]: Introduce and use print_mac() and DECLARE_MAC_BUF() by Joe Perches · 17 years ago
  33. 457c4cb [NET]: Make /proc/net per network namespace by Eric W. Biederman · 17 years ago
  34. 172589c [NET]: DIV_ROUND_UP cleanup (part two) by Ilpo Järvinen · 17 years ago
  35. 5c55c43 Merge branch 'fixes-jgarzik' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6 into upstream-fixes by Jeff Garzik · 17 years ago
  36. ee0a816 [PATCH] softmac: Fix compiler-warning by Richard Knutsson · 17 years ago
  37. 04045f9 [IEEE80211]: avoid integer underflow for runt rx frames by John W. Linville · 17 years ago
  38. efe870f [PATCH] softmac: Fix inability to associate with WEP networks by Larry Finger · 17 years ago
  39. fdc8f43 [PATCH] softmac: Fix deadlock of wx_set_essid with assoc work by Michael Buesch · 17 years ago
  40. 90869b2 [PATCH] softmac: Channel is listed twice in scan output by Jean Tourrilhes · 17 years ago
  41. 4cf92a3 [PATCH] softmac: Fix ESSID problem by Jean Tourrilhes · 17 years ago
  42. 67c4f7a [PATCH] softmac: use list_for_each_entry by Akinobu Mita · 17 years ago
  43. ef7ab23 [PATCH] softmac: alloc_ieee80211() NULL check by Akinobu Mita · 17 years ago
  44. a76193d [PATCH] ieee80211: fix incomplete error message by Akinobu Mita · 17 years ago
  45. 93afe3d [PATCH] ieee80211: include frequency in scan results by Larry Finger · 17 years ago
  46. f5cdf30 [PATCH] ieee80211: add ieee80211_channel_to_freq by Larry Finger · 17 years ago
  47. 2933d42 [PATCH] ieee80211: add missing global needed by IEEE80211_DEBUG_XXXX by Larry Finger · 17 years ago
  48. aeb998c [PATCH] ieee80211-crypt: Make some TKIP and CCMP error logging conditional by Larry Finger · 17 years ago
  49. 85d32e7 [PATCH] Update my email address from jkmaline@cc.hut.fi to j@w1.fi by Jouni Malinen · 17 years ago
  50. 2a5e1c0 [WIRELESS]: Refactor wireless Kconfig. by Johannes Berg · 17 years ago
  51. 27d7ff4 [SK_BUFF]: Introduce skb_copy_to_linear_data{_offset} by Arnaldo Carvalho de Melo · 17 years ago
  52. d626f62 [SK_BUFF]: Introduce skb_copy_from_linear_data{_offset} by Arnaldo Carvalho de Melo · 17 years ago
  53. 4305b54 [SK_BUFF]: Convert skb->end to sk_buff_data_t by Arnaldo Carvalho de Melo · 17 years ago
  54. 27a884d [SK_BUFF]: Convert skb->tail to sk_buff_data_t by Arnaldo Carvalho de Melo · 17 years ago
  55. b0e380b [SK_BUFF]: unions of just one member don't get anything done, kill them by Arnaldo Carvalho de Melo · 17 years ago
  56. eddc9ec [SK_BUFF]: Introduce ip_hdr(), remove skb->nh.iph by Arnaldo Carvalho de Melo · 17 years ago
  57. 31c7711 [SK_BUFF]: Some more simple skb_reset_network_header conversions by Arnaldo Carvalho de Melo · 17 years ago
  58. c1d2bbe [SK_BUFF]: Introduce skb_reset_network_header(skb) by Arnaldo Carvalho de Melo · 17 years ago
  59. 459a98e [SK_BUFF]: Introduce skb_reset_mac_header(skb) by Arnaldo Carvalho de Melo · 17 years ago
  60. 4c13eb6 [ETH]: Make eth_type_trans set skb->dev like the other *_type_trans by Arnaldo Carvalho de Melo · 17 years ago
  61. 1c9e8ef [NET] IEEE80211: Use htons() where appropriate. by YOSHIFUJI Hideaki · 17 years ago
  62. 0fa7d86 [PATCH] fix typos in net/ieee80211/Kconfig by Patrick Ringl · 17 years ago
  63. b312362 Merge branch 'upstream' into upstream-jgarzik by John W. Linville · 17 years ago
  64. 48c871c Merge branch 'gfar' of master.kernel.org:/pub/scm/linux/kernel/git/galak/powerpc into upstream by Jeff Garzik · 17 years ago
  65. bb52a65 [PATCH] ieee80211softmac: Fix setting of initial transmit rates by Larry Finger · 17 years ago
  66. 6426565 [NET] IEEE80211: Fix whitespace errors. by YOSHIFUJI Hideaki · 17 years ago
  67. a3cc2de Merge branch 'upstream' of master.kernel.org:/pub/scm/linux/kernel/git/linville/wireless-2.6 into upstream by Jeff Garzik · 17 years ago
  68. 46b8c85 [PATCH] ieee80211: Fix sparse warning by Larry Finger · 17 years ago
  69. 6bbdce5 [PATCH] softmac: avoid assert in ieee80211softmac_wx_get_rate by John W. Linville · 18 years ago
  70. 0c234ae [PATCH] ieee80211softmac: Fix mutex_lock at exit of ieee80211_softmac_get_genie by Ulrich Kunitz · 18 years ago
  71. 6f07a8a [PATCH] ieee80211softmac: Fix errors related to the work_struct changes by Ulrich Kunitz · 18 years ago
  72. db9a758 [PATCH] workstruct: fix ieee80211-softmac compile problem by David Howells · 18 years ago
  73. 359f2d1 Merge branch 'upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6 into upstream by Jeff Garzik · 18 years ago
  74. cc8ce99 [PATCH] softmac: fix unbalanced mutex_lock/unlock in ieee80211softmac_wx_set_mlme by Maxime Austruy · 18 years ago
  75. 2b50c24 [PATCH] softmac: Fixed handling of deassociation from AP by Ulrich Kunitz · 18 years ago
  76. 9db7372 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6 by David Howells · 18 years ago
  77. 4c1ac1b Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6 by David Howells · 18 years ago
  78. d7fe0f2 [PATCH] severing skbuff.h -> mm.h by Al Viro · 18 years ago
  79. 38e3a64 [PATCH] softmac: reduce scan debug output by Larry Finger · 18 years ago
  80. 718cc4c [PATCH] ieee80211: Provide generic get_stats implementation by Daniel Drake · 18 years ago
  81. 571d6ee [PATCH] Check ieee80211softmac_auth_resp kmalloc result by Arnaldo Carvalho de Melo · 18 years ago
  82. 5398d59 [PATCH] ieee80211softmac: fix verbosity when debug disabled by Larry Finger · 18 years ago
  83. 837925d [PATCH] ieee80211: Drop and count duplicate data frames to remove 'replay detected' log messages by Larry Finger · 18 years ago
  84. 42a4cf9 [PATCH] ieee80211: allow mtu bigger than 1500 by matthieu castet · 18 years ago
  85. c9308b0 [PATCH] ieee80211: Move IV/ICV stripping into ieee80211_rx by Daniel Drake · 18 years ago
  86. a3df3b6 [PATCH] softmac: remove netif_tx_disable when scanning by Michael Buesch · 18 years ago
  87. c402895 WorkStruct: make allyesconfig by David Howells · 18 years ago
  88. efa53eb [PATCH] ieee80211: Fix kernel panic when QoS is enabled by Zhu Yi · 18 years ago
  89. aec41a0 [PATCH] ieee80211: don't flood log with errors by Jiri Benc · 18 years ago
  90. bcbaecb [CRYPTO] users: Select ECB/CBC where needed by Patrick McHardy · 18 years ago
  91. 6684e59 [PATCH] sotftmac: fix a slab corruption in WEP restricted key association by Laurent Riffard · 18 years ago
  92. 7c28ad2 [PATCH] softmac: Fix WX and association related races by Michael Buesch · 18 years ago
  93. b978d02 [PATCH] bcm43xx: WE-21 support by Larry Finger · 18 years ago
  94. 1837987 net/ieee80211: fix more crypto-related build breakage by Jeff Garzik · 18 years ago
  95. 28eb177 Merge branch 'master' into upstream by Jeff Garzik · 18 years ago
  96. 3505868 [CRYPTO] users: Use crypto_hash interface instead of crypto_digest by Herbert Xu · 18 years ago
  97. f12cc20 [CRYPTO] users: Use block ciphers where applicable by Herbert Xu · 18 years ago
  98. f09fc44 [PATCH] ieee80211: Workaround malformed 802.11 frames from AP by Zhu Yi · 18 years ago
  99. 5a65694 [PATCH] ieee80211: Fix TKIP and WEP decryption error on SMP machines by Zhu Yi · 18 years ago
  100. b4328d8 [PATCH] ieee80211: TKIP and CCMP replay check rework by Zhu Yi · 18 years ago