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