summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | ath5k: fix tx path skb leaksFelix Fietkau2012-12-102-3/+3
| | * | | ath9k: allow to load EEPROM content via firmware APIGabor Juhos2012-12-104-2/+82
| | * | | ath9k: use 'struct ath_hw *' as the first argument for 'ath9k_hw_nvram_read'Gabor Juhos2012-12-106-22/+17
| | * | | ath9k: add EEPROM offset to debug messageGabor Juhos2012-12-101-1/+2
| | * | | ath9k: move duplicated debug message to 'ath9k_hw_nvram_read'Gabor Juhos2012-12-104-13/+11
| | * | | ath9k_hw: Fix signal strength / channel noise reportingFelix Fietkau2012-12-102-0/+4
| | * | | bcma: mips: fix clearing device IRQRafał Miłecki2012-12-101-1/+1
| | * | | ath9k_hw: Update intivals for AR9340Sujith Manoharan2012-12-101-2/+4
| | * | | ath9k_hw: Calculate the correct training power for PAPRDSujith Manoharan2012-12-102-20/+43
| | * | | ath9k_hw: Add HW cap for PAPRDSujith Manoharan2012-12-105-7/+18
| | * | | ath9k_hw: Fix PAPRD retraining for AR9485Sujith Manoharan2012-12-101-1/+5
| | * | | ath9k_hw: Various trivial fixes for PAPRDSujith Manoharan2012-12-102-8/+3
| | * | | ath9k: Fix redundant PS wrappersSujith Manoharan2012-12-101-4/+6
| | * | | ath9k: Add a few debug messages for PAPRDSujith Manoharan2012-12-102-2/+11
| | * | | ath9k_hw: Fix PAPRD trainingSujith Manoharan2012-12-101-7/+29
| | * | | ath9k_hw: Fix PAPRD registers for AR9485Sujith Manoharan2012-12-101-15/+14
| | * | | ath9k: ar9003: fix OTP register offsets for AR9340Gabor Juhos2012-12-101-3/+3
| | * | | rt2800usb: Add support for 2001:3c1e (D-Link DWA-125 rev B1) USB Wi-Fi adapterMaia Kozheva2012-12-101-0/+1
| | * | | ssb: use WARN in main.cCong Ding2012-12-101-2/+1
| | * | | carl9170: fix copy and paste mishap in carl9170_handle_mpduChristian Lamparter2012-12-101-1/+1
| | * | | brcmsmac: add support for BCM43224 with PCI id of 14e4:a8d8Hauke Mehrtens2012-12-101-2/+3
| | * | | brcmsmac: do a read after the write of the objmem on broken PCIe controllersHauke Mehrtens2012-12-101-1/+1
| | * | | ath9k: Fix regression in 'xmit' debugfs fileSujith Manoharan2012-12-101-1/+1
| | * | | bcma: unify naming schema for clock functionsRafał Miłecki2012-12-104-26/+29
| | * | | b43legacy: Fix firmware loading when driver is built into the kernelLarry Finger2012-12-102-6/+36
| | * | | brcmsmac: add support for cores with revision 17Hauke Mehrtens2012-12-102-3/+4
| | * | | Revert "ath9k_hw: Update AR9003 high_power tx gain table"Felix Fietkau2012-12-101-86/+86
| | * | | brcmfmac: remove WL_CONN() macroArend van Spriel2012-12-102-98/+94
| | * | | brcmfmac: remove WL_SCAN() macroArend van Spriel2012-12-102-39/+39
| | * | | brcmfmac: remove WL_TRACE() macroArend van Spriel2012-12-102-96/+95
| | * | | brcmfmac: replace WL_INFO() macroArend van Spriel2012-12-102-22/+21
| | * | | brcmfmac: replace WL_ERR() with brcmf_err()Arend van Spriel2012-12-102-158/+158
| | * | | brcmfmac: consolidate debug macros in wl_cfg80211Arend van Spriel2012-12-103-68/+10
| | * | | brcmfmac: error messages should not be suppressedArend van Spriel2012-12-1011-249/+248
| | * | | brcmfmac: use one list of event defintionsArend van Spriel2012-12-102-134/+80
| | * | | brcmsmac: fix uninitialized variable warning on arm architectureArend van Spriel2012-12-101-1/+1
| | * | | brcmfmac: rework bus interfaceArend van Spriel2012-12-109-47/+111
| * | | | net: gro: avoid double copy in skb_gro_receive()Eric Dumazet2012-12-111-1/+0
| * | | | bridge: fix seq check in br_mdb_dump()Cong Wang2012-12-113-4/+5
| * | | | net: smc911x: use io{read,write}*_rep accessorsMatthew Leach2012-12-112-12/+12
| * | | | net: remove obsolete simple_strto<foo>Abhijit Pawar2012-12-113-3/+0
| * | | | tun: allow setting ethernet addresss while runningstephen hemminger2012-12-111-0/+1
| * | | | net: gro: dev_gro_receive() cleanupEric Dumazet2012-12-111-26/+26
| * | | | net: fix a race in gro_cell_poll()Eric Dumazet2012-12-111-5/+9
| * | | | bnx2x: use netdev_alloc_frag()Eric Dumazet2012-12-112-13/+32
| * | | | doc: Tighten-up and clarify description of tcp_fin_timeoutRick Jones2012-12-101-9/+8
| * | | | net: 8390: use io{read,write}*_rep accessorsMatthew Leach2012-12-101-8/+8
| * | | | net: dm9000: use io{read,write}*_rep accessorsMatthew Leach2012-12-101-6/+6
| * | | | net: smc91x: use io{read, write}*_rep accessors instead of string functionsWill Deacon2012-12-101-10/+10
| * | | | rtnetlink: add missing message types to selinux perm tableCong Wang2012-12-101-0/+2
OpenPOWER on IntegriCloud