1. 96d2137 ath9k: RX timestamp is reported at end of frame by Thomas Pedersen · 12 years ago
  2. fe8e410 rt2800usb: reorganize 2001:3c1e in usb id table Wi-Fi adapter by John W. Linville · 12 years ago
  3. 2925f6c net: smc911x: use io{read,write}*_rep accessors by Matthew Leach · 12 years ago
  4. a676847 tun: allow setting ethernet addresss while running by stephen hemminger · 12 years ago
  5. d46d132 bnx2x: use netdev_alloc_frag() by Eric Dumazet · 12 years ago
  6. 25a1726 iwlwifi: don't handle masked interrupt by Emmanuel Grumbach · 12 years ago
  7. 27edb1a iwlwifi: silently ignore fw flaws in Tx path by Emmanuel Grumbach · 12 years ago
  8. 8907a6f iwlwifi: iwlagn_request_scan: Fix check for priv->scan_request by Tim Gardner · 12 years ago
  9. 78f18df b43: fix tx path skb leaks by Felix Fietkau · 12 years ago
  10. 596ab5e ath5k: fix tx path skb leaks by Felix Fietkau · 12 years ago
  11. ab5c4f7 ath9k: allow to load EEPROM content via firmware API by Gabor Juhos · 12 years ago
  12. 0e4b9f2 ath9k: use 'struct ath_hw *' as the first argument for 'ath9k_hw_nvram_read' by Gabor Juhos · 12 years ago
  13. 7177d8f ath9k: add EEPROM offset to debug message by Gabor Juhos · 12 years ago
  14. 2fd2cdf ath9k: move duplicated debug message to 'ath9k_hw_nvram_read' by Gabor Juhos · 12 years ago
  15. b7c0c23 ath9k_hw: Fix signal strength / channel noise reporting by Felix Fietkau · 12 years ago
  16. 3edfd10 ath9k_hw: Update intivals for AR9340 by Sujith Manoharan · 12 years ago
  17. 1562580 ath9k_hw: Calculate the correct training power for PAPRD by Sujith Manoharan · 12 years ago
  18. 0f21ee8 ath9k_hw: Add HW cap for PAPRD by Sujith Manoharan · 12 years ago
  19. d882d24 ath9k_hw: Fix PAPRD retraining for AR9485 by Sujith Manoharan · 12 years ago
  20. 36d2943 ath9k_hw: Various trivial fixes for PAPRD by Sujith Manoharan · 12 years ago
  21. 19f7842 ath9k: Fix redundant PS wrappers by Sujith Manoharan · 12 years ago
  22. 914d0f4 ath9k: Add a few debug messages for PAPRD by Sujith Manoharan · 12 years ago
  23. 8c723e2 ath9k_hw: Fix PAPRD training by Sujith Manoharan · 12 years ago
  24. b8a95db ath9k_hw: Fix PAPRD registers for AR9485 by Sujith Manoharan · 12 years ago
  25. b3cd802 ath9k: ar9003: fix OTP register offsets for AR9340 by Gabor Juhos · 12 years ago
  26. fd7b927 rt2800usb: Add support for 2001:3c1e (D-Link DWA-125 rev B1) USB Wi-Fi adapter by Maia Kozheva · 12 years ago
  27. fc5e286 carl9170: fix copy and paste mishap in carl9170_handle_mpdu by Christian Lamparter · 12 years ago
  28. 9dd4ea5 brcmsmac: add support for BCM43224 with PCI id of 14e4:a8d8 by Hauke Mehrtens · 12 years ago
  29. 512ae05 brcmsmac: do a read after the write of the objmem on broken PCIe controllers by Hauke Mehrtens · 12 years ago
  30. 4f7dc95 ath9k: Fix regression in 'xmit' debugfs file by Sujith Manoharan · 12 years ago
  31. 576d28a b43legacy: Fix firmware loading when driver is built into the kernel by Larry Finger · 12 years ago
  32. 6f80f01 brcmsmac: add support for cores with revision 17 by Hauke Mehrtens · 12 years ago
  33. 9c170e06 Revert "ath9k_hw: Update AR9003 high_power tx gain table" by Felix Fietkau · 12 years ago
  34. 1688673 brcmfmac: remove WL_CONN() macro by Arend van Spriel · 12 years ago
  35. 4e8a008 brcmfmac: remove WL_SCAN() macro by Arend van Spriel · 12 years ago
  36. d96b801 brcmfmac: remove WL_TRACE() macro by Arend van Spriel · 12 years ago
  37. 647c9ae brcmfmac: replace WL_INFO() macro by Arend van Spriel · 12 years ago
  38. 57d6e91 brcmfmac: replace WL_ERR() with brcmf_err() by Arend van Spriel · 12 years ago
  39. 9623aba8 brcmfmac: consolidate debug macros in wl_cfg80211 by Arend van Spriel · 12 years ago
  40. b146ecd net: 8390: use io{read,write}*_rep accessors by Matthew Leach · 12 years ago
  41. daadaf6 net: dm9000: use io{read,write}*_rep accessors by Matthew Leach · 12 years ago
  42. 4ba73aa net: smc91x: use io{read, write}*_rep accessors instead of string functions by Will Deacon · 12 years ago
  43. 5e8149f brcmfmac: error messages should not be suppressed by Arend van Spriel · 12 years ago
  44. dc5cbdf brcmfmac: use one list of event defintions by Arend van Spriel · 12 years ago
  45. d8df490 brcmsmac: fix uninitialized variable warning on arm architecture by Arend van Spriel · 12 years ago
  46. d9cb259 brcmfmac: rework bus interface by Arend van Spriel · 12 years ago
  47. 7b9e758 smsc95xx: fix async register writes on big endian platforms by Steve Glendinning · 12 years ago
  48. 9624531 smsc95xx: fix register dump of last register by Steve Glendinning · 12 years ago
  49. 481705a smsc75xx: only set mac address once on bind by Steve Glendinning · 12 years ago
  50. 008d427 virtio_net: fix a typo in virtnet_alloc_queues() by Amerigo Wang · 12 years ago
  51. d73bcd2 virtio-net: support changing the number of queue pairs through ethtool by Jason Wang · 12 years ago
  52. 986a4f4 virtio_net: multiqueue support by Jason Wang · 12 years ago
  53. e9d7417 virtio-net: separate fields of sending/receiving queue from virtnet_info by Jason Wang · 12 years ago
  54. 0afb166 vxlan: Add capability of Rx checksum offload for inner packet by Joseph Gasparakis · 12 years ago
  55. d6727fe vxlan: capture inner headers during encapsulation by Joseph Gasparakis · 12 years ago
  56. 9ecb9aa r8169: workaround for missing extended GigaMAC registers by françois romieu · 12 years ago
  57. c772dde bonding: Fix check for ethtool get_link operation support by Ben Hutchings · 12 years ago
  58. 4257d58 net: phy: smsc: Fix config_init typo by Patrick Trantham · 12 years ago
  59. 1dd06ae drivers/net: fix up function prototypes after __dev* removals by Greg Kroah-Hartman · 12 years ago
  60. a875621 ath9k: Use standard #defines for PCIe Capability ASPM fields by Bjorn Helgaas · 12 years ago
  61. 36f0ffa Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next by David S. Miller · 12 years ago
  62. b3943ae tun: correctly report an error in tun_flow_init() by Paul Moore · 12 years ago
  63. 438a0f0 iwlwifi: Use standard #defines for PCIe Capability ASPM fields by Bjorn Helgaas · 12 years ago
  64. b9d146e iwlwifi: collapse wrapper for pcie_capability_read_word() by Bjorn Helgaas · 12 years ago
  65. f93eaff iwlegacy: Use standard #defines for PCIe Capability ASPM fields by Bjorn Helgaas · 12 years ago
  66. 94e1561 iwlegacy: collapse wrapper for pcie_capability_read_word() by Bjorn Helgaas · 12 years ago
  67. f2692bd cxgb3: Use standard #defines for PCIe Capability ASPM fields by Bjorn Helgaas · 12 years ago
  68. 8024dc1 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
  69. fd3065b chelsio: remove get_clock and use ktime_get by Jan Glauber · 12 years ago
  70. c63da99 bnx2x: Prevent link flaps when booting from SAN. by Barak Witkowski · 12 years ago
  71. 6ded7cd net: phy: smsc: force all capable mode if the phy is started in powerdown mode by trem · 12 years ago
  72. 4bd9b0ff cnic, bnx2x, bnx2: Simplify cnic probing. by Michael Chan · 12 years ago
  73. 68c64d2 cnic: Include bnx2x.h by Michael Chan · 12 years ago
  74. 4ce45e0 bnx2: Add BNX2 prefix to CHIP ID and name macros by Michael Chan · 12 years ago
  75. 2bc4078 bnx2: Add BNX2 prefix to descriptor structures and macros by Michael Chan · 12 years ago
  76. e503e06 bnx2: Rename register read and write macros by Michael Chan · 12 years ago
  77. c8a8ab4 iwlwifi: change TX code to suppress smatch warning by Johannes Berg · 12 years ago
  78. 6699938 igb: Update igb version to 4.1.2 by Carolyn Wyborny · 12 years ago
  79. 52285b7 igb: release already assigned MSI-X interrupts if setup fails by Stefan Assmann · 12 years ago
  80. 53c7d06 igb: remove duplicate code for fallback interrupt initialization by Stefan Assmann · 12 years ago
  81. cb6d0f5 ixgbe: check whether thermal sensor is enabled. by Jacob Keller · 12 years ago
  82. f8ebc68 ixgbe: Use is_valid_ether_addr by Joe Perches · 12 years ago
  83. 8d96bb6 iwlwifi: reset_ict in stop_hw by Emmanuel Grumbach · 12 years ago
  84. 6a06b6c iwlwifi: move prph handling into the transport by Emmanuel Grumbach · 12 years ago
  85. b7998c8 iwlwifi: Change define and struct names in iwl-eeprom-parse.h by Eytan Lifshitz · 12 years ago
  86. 9e2ff36 rtlwifi: remove __dev* attributes by Bill Pemberton · 12 years ago
  87. b74324d wlcore/wl18xx/wl12xx: remove __dev* attributes by Bill Pemberton · 12 years ago
  88. fd549f1 rtl8187: remove __dev* attributes by Bill Pemberton · 12 years ago
  89. fb4e899 rtl8187: remove __dev* attributes by Bill Pemberton · 12 years ago
  90. 6920235 rt2x00: remove __dev* attributes by Bill Pemberton · 12 years ago
  91. 337b563 p54: remove __dev* attributes by Bill Pemberton · 12 years ago
  92. baa366c orinoco: remove __dev* attributes by Bill Pemberton · 12 years ago
  93. 8dee5ee mwl8k: remove __dev* attributes by Bill Pemberton · 12 years ago
  94. fbdb7fc libertas: remove __dev* attributes by Bill Pemberton · 12 years ago
  95. d00064d iwlwifi: remove __dev* attributes by Bill Pemberton · 12 years ago
  96. a027cb8 iwlegacy: remove __dev* attributes by Bill Pemberton · 12 years ago
  97. eb9248e ipw2x00: remove __dev* attributes by Bill Pemberton · 12 years ago
  98. fcff0c0 brcm80211: remove __dev* attributes by Bill Pemberton · 12 years ago
  99. 157c943 b43: remove __dev* attributes by Bill Pemberton · 12 years ago
  100. 991683c atmel: remove __dev* attributes by Bill Pemberton · 12 years ago