1. 6c373ca Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 9 years ago
  2. f42cf8d treewide: Fix typo in printk messages by Masanari Iida · 10 years ago
  3. 93803b3 wireless: Use eth_<foo>_addr instead of memset by Joe Perches · 10 years ago
  4. 9baa3c3 PCI: Remove DEFINE_PCI_DEVICE_TABLE macro use by Benoit Taine · 10 years ago
  5. 24707aa airo: remove unnecessary break after return by Fabian Frederick · 10 years ago
  6. c835a67 net: set name_assign_type in alloc_netdev() by Tom Gundersen · 10 years ago
  7. e0febf1 airo: replace function ieee80211_{dsss_chan_to_freq, freq_to_dsss_chan} by Zhao, Gang · 11 years ago
  8. 16847f4 drivers:net:wireless:airo.c:checkpatch.pl cleanup by Avinash kumar · 11 years ago
  9. 81d5036 wireless: airo: remove unnecessary pci_set_drvdata() by Jingoo Han · 11 years ago
  10. 252352cb net: airo: inherit addr_assign_type along with dev_addr by Bjørn Mork · 11 years ago
  11. f170168 drivers: avoid parsing names as kthread_run() format strings by Kees Cook · 11 years ago
  12. b25f774 airo: Use remove_proc_subtree() by David Howells · 11 years ago
  13. 271a15e proc: Supply PDE attribute setting accessor functions by David Howells · 11 years ago
  14. d9dda78 procfs: new helper - PDE_DATA(inode) by Al Viro · 12 years ago
  15. 04bfffb wireless: remove __dev* attributes by Bill Pemberton · 12 years ago
  16. 04b2312 wireless: drivers: make use of WLAN_EID_VENDOR_SPECIFIC by Arend van Spriel · 12 years ago
  17. 9316f0e Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next into for-davem by John W. Linville · 12 years ago
  18. 21cd54a airo: remove duplicated include from airo.c by Wei Yongjun · 12 years ago
  19. 0d1c6d1 airo: use is_zero_ether_addr() and is_broadcast_ether_addr() by Wei Yongjun · 12 years ago
  20. 1efa29c userns: Make the airo wireless driver use kuids for proc uids and gids by Eric W. Biederman · 13 years ago
  21. e486463 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 12 years ago
  22. 7f59ebb airo: copying wrong data in airo_get_aplist() by Dan Carpenter · 12 years ago
  23. 2c20889 wireless: Remove casts to same type by Joe Perches · 12 years ago
  24. 9ffc93f Remove all #inclusions of asm/system.h by David Howells · 13 years ago
  25. e9a8e8e airo: fix test for FLAG_RADIO_DOWN by Dan Carpenter · 13 years ago
  26. f473984 airo: Fix array bounds warning when moving packet payload. by David S. Miller · 13 years ago
  27. afc4b13 net: remove use of ndo_set_multicast_list in drivers by Jiri Pirko · 13 years ago
  28. 550fd08 net: Audit drivers to identify those needing IFF_TX_SKB_SHARING cleared by Neil Horman · 13 years ago
  29. 22e95ac Merge branch 'for-davem' of ssh://master.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 by David S. Miller · 13 years ago
  30. 31ec97d Merge ssh://master.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 into for-davem by John W. Linville · 13 years ago
  31. 011159a airo: correct proc entry creation interfaces by Alexey Dobriyan · 13 years ago
  32. 85ee7a1 treewide: cleanup continuations and remove logging message whitespace by Joe Perches · 13 years ago
  33. 25985ed Fix common misspellings by Lucas De Marchi · 14 years ago
  34. ad9082a airo: use simple_write_to_buffer by Akinobu Mita · 14 years ago
  35. 5f05647 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6 by Linus Torvalds · 14 years ago
  36. 6038f37 llseek: automatically add .llseek fop by Arnd Bergmann · 14 years ago
  37. 41f4a6f Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 into for-davem by John W. Linville · 14 years ago
  38. ed627be3 airo: remove "basic_rate" module option by Dan Carpenter · 14 years ago
  39. b618f6f Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 into for-davem by John W. Linville · 14 years ago
  40. 7a374d8 airo: make strings const by Stephen Hemminger · 14 years ago
  41. baeb2ff drivers/net: Convert unbounded kzalloc calls to kcalloc by Joe Perches · 14 years ago
  42. 2a88e7e Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 by David S. Miller · 14 years ago
  43. ff4bf91 wireless: airo: delete netdev from list after it is freed by Kulikov Vasiliy · 14 years ago
  44. 5767430 drivers/net/wireless: Remove unnecessary casts of private_data by Joe Perches · 14 years ago
  45. ba2d358 drivers/net: use __packed annotation by Eric Dumazet · 14 years ago
  46. 2635538 drivers: wireless: use new hex_to_bin() method by Andy Shevchenko · 14 years ago
  47. f3a981f airo : Print of firmware version by matthieu castet · 15 years ago
  48. 3bc819e airo : fix printing status info by matthieu castet · 15 years ago
  49. 6510b89 airo: return from set_wep_key() when key length is zero by Stanislaw Gruszka · 15 years ago
  50. 19bc291 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 by David S. Miller · 15 years ago
  51. 2bf9fa6 wireless: airo_cs build fixes by Randy Dunlap · 15 years ago
  52. 4cd24ea net: use netdev_mc_count and netdev_mc_empty when appropriate by Jiri Pirko · 15 years ago
  53. 10be7eb Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 by David S. Miller · 15 years ago
  54. f09c256 airo: fix setting zero length WEP key by Stanislaw Gruszka · 15 years ago
  55. a3aa188 drivers/net/: use DEFINE_PCI_DEVICE_TABLE() by Alexey Dobriyan · 15 years ago
  56. 1f351e3 airo: Fix integer overflow warning by Michael Buesch · 15 years ago
  57. 0519d83 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 15 years ago
  58. 40b93ad airo : allow supend with card without power management by matthieu castet · 15 years ago
  59. 30bd572 airo: Reorder tests, check bounds before element by Roel Kluin · 15 years ago
  60. d0cf9c0 wireless: convert drivers to netdev_tx_t by Stephen Hemminger · 15 years ago
  61. df597ef Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 15 years ago
  62. 3d0ccd0 airo: Buffer overflow by Roel Kluin · 15 years ago
  63. 6ed1065 net: use NETDEV_TX_OK instead of 0 in ndo_start_xmit() functions by Patrick McHardy · 15 years ago
  64. 5b54814 net: use symbolic values for ndo_start_xmit() return codes by Patrick McHardy · 15 years ago
  65. 4153e77 net: fix network drivers ndo_start_xmit() return values (part 3) by Patrick McHardy · 15 years ago
  66. 267d493 airo: fix airo_get_encode{,ext} buffer overflow like I mean it... by John W. Linville · 15 years ago
  67. aedec92 airo: airo_get_encode{,ext} potential buffer overflow by John W. Linville · 15 years ago
  68. 011f5c5 airo: queue SIOCSIWAUTH-requested auth mode change for next commit by Dan Williams · 15 years ago
  69. 15f7176 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 16 years ago
  70. 99b7623 proc 2/2: remove struct proc_dir_entry::owner by Alexey Dobriyan · 16 years ago
  71. 321dee6 wireless: remove duplicated .ndo_set_mac_address by Alexander Beregalov · 16 years ago
  72. 7ae41cc airo: convert to net_device_ops by Stephen Hemminger · 16 years ago
  73. 998a5a7 airo: reduce stack memory footprint by Frank Seidel · 16 years ago
  74. bc8263f airo: correct improper initialization of local variable by John W. Linville · 16 years ago
  75. 9e05a2d drivers/net/wireless: fix sparse warnings: fix signedness by Hannes Eder · 16 years ago
  76. 49c4a5d drivers/net/wireless: fix sparse warnings: symbol shadows an earlier one by Hannes Eder · 16 years ago
  77. 506d03f airo: remove useless #defines by Dan Williams · 16 years ago
  78. 018697d airo: clean up and clarify micinit() by Dan Williams · 16 years ago
  79. 99590ff airo: use __attribute__ ((packed)) not #pragma by Dan Williams · 16 years ago
  80. c038069 airo: clean up WEP key operations by Dan Williams · 16 years ago
  81. 138c0c6 airo: simplify WEP index and capability checks by Dan Williams · 16 years ago
  82. f65b56d airo: re-arrange WPA capability checks by Dan Williams · 16 years ago
  83. f55d451 airo: clean up and clarify interrupt-time task handling by Dan Williams · 16 years ago
  84. 9ee677c wireless: Add channel/frequency conversions to ieee80211.h by David Kilroy · 16 years ago
  85. 2ed5ba8 drivers/net/wireless: fix sparse warnings: make symbols static by Hannes Eder · 16 years ago
  86. 2c706002 don't use net/ieee80211.h by Johannes Berg · 16 years ago
  87. babcda7 drivers/net: Kill now superfluous ->last_rx stores. by David S. Miller · 16 years ago
  88. faf3994 airo: Kill directly reference of netdev->priv by Wang Chen · 16 years ago
  89. e174961 net: convert print_mac to %pM by Johannes Berg · 16 years ago
  90. 9930cce wireless: Read scan flags correctly on x86-64 by David Kilroy · 16 years ago
  91. c94c93d wireless: replace __FUNCTION__ with __func__ by Harvey Harrison · 16 years ago
  92. e292c73 wireless: Small cleanups by Pavel Machek · 16 years ago
  93. ccc5805 wext: Emit event stream entries correctly when compat. by David S. Miller · 16 years ago
  94. cc0d9ff airo: use simple_read_from_buffer() by Akinobu Mita · 16 years ago
  95. 65b53e4c Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 16 years ago
  96. b212f33 airo warning fix by Andrew Morton · 16 years ago
  97. 43154d0 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 16 years ago
  98. 229ce3a wireless: Create 'device' symlink in sysfs by Masakazu Mokuno · 16 years ago
  99. b7acbdf wireless, airo: waitbusy() won't delay by Roel Kluin · 16 years ago
  100. 5d9276d airo: use netstats in net_device structure by Paulius Zaleckas · 16 years ago