aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2010-07-12cxgb4vf: fix TX Queue restartCasey Leedom2-28/+16
2010-07-12depca: fix leaks in depca_module_init()Kulikov Vasiliy1-6/+23
2010-07-12p54: update MAINTAINERSChristian Lamparter1-3/+2
2010-07-12ath9k: merge noisefloor load implementationsFelix Fietkau6-181/+114
2010-07-12ath9k: validate the TID in the tx status informationFelix Fietkau1-0/+8
2010-07-12ath9k_hw: report the TID in the tx status on AR5008-AR9002Felix Fietkau3-3/+4
2010-07-12ath9k_hw: prevent a fast channel change after a rx DMA stuck issueFelix Fietkau1-1/+3
2010-07-12ath9k_hw: fix an off-by-one error in the PDADC boundaries calculationFelix Fietkau1-1/+1
2010-07-12ath9k_hw: fix a sign error in the IQ calibration codeFelix Fietkau1-1/+1
2010-07-12ath9k_hw: fix antenna diversity on AR9285Felix Fietkau5-8/+8
2010-07-12rt2x00: Move driver callback functions into the ops structureIvo van Doorn4-48/+36
2010-07-12rt2x00: Move common firmware loading into rt2800libIvo van Doorn4-211/+179
2010-07-12rt2x00: Add missing TSF sync mode for AP operationHelmut Schaa3-4/+8
2010-07-12rt2x00: Don't initialize beacon interval to 0 on rt2800 devicesHelmut Schaa1-1/+1
2010-07-12rt2x00: Remove set_tim callback from PCI driversHelmut Schaa4-4/+0
2010-07-12rt2x00: Use separate mac80211_ops for rt2800pci and rt2800usbHelmut Schaa4-37/+69
2010-07-12rt2x00: Use pretbtt irq for fetching beacons on rt2800pciHelmut Schaa5-10/+70
2010-07-12rt2x00: Implement broad- and multicast bufferingHelmut Schaa1-2/+30
2010-07-12rt2x00: Allow beacon update without scheduling a workHelmut Schaa2-9/+30
2010-07-12rt2x00: Convert rt2x00 to use threaded interruptsHelmut Schaa11-70/+201
2010-07-12rt2x00: Make rt2800_write_beacon only export to GPLIvo van Doorn1-1/+1
2010-07-12rt2x00: Implement watchdog monitoringIvo van Doorn11-3/+159
2010-07-12rt2x00: Fix vgc_level_reg handlingIvo van Doorn3-8/+16
2010-07-12rt2x00: Disable link tuning while scanningIvo van Doorn9-4/+47
2010-07-12rt2x00: Rename CONFIG_DISABLE_LINK_TUNINGIvo van Doorn9-17/+13
2010-07-12rt2x00: Convert AGC value from descriptor to RSSI (dBm)Ivo van Doorn5-10/+55
2010-07-12rt2x00: Limit txpower by eeprom valuesHelmut Schaa2-53/+120
2010-07-12hostap: fixup strlen() mathDan Carpenter1-1/+1
2010-07-12adm8211: fix memory leakKulikov Vasiliy1-1/+4
2010-07-12prism54: call BUG_ON() earlierDan Carpenter1-1/+1
2010-07-12wl1271: use __packed annotationLuciano Coelho2-5/+5
2010-07-12libertas: Added support for host sleep featureAmitkumar Karwar5-33/+142
2010-07-12cfg80211: ignore spurious deauthJohannes Berg1-4/+4
2010-07-12MAINTAINERS: mark adm8211 as an orphanJohn W. Linville1-3/+1
2010-07-12net/core: EXPORT_SYMBOL cleanupsEric Dumazet13-53/+32
2010-07-12net/ipv4: EXPORT_SYMBOL cleanupsEric Dumazet22-140/+67
2010-07-11ac3200: fix error pathKulikov Vasiliy1-1/+1
2010-07-11at1700: fix double free_irqKulikov Vasiliy1-3/+1
2010-07-11cxgb4: exclude registers with read side effects from register dumpsDimitris Michailidis1-10/+13
2010-07-11cxgb4: implement the ETHTOOL_GRXFH commandDimitris Michailidis3-1/+65
2010-07-11cxgb4: add user manipulation of the RSS tableDimitris Michailidis2-16/+98
2010-07-11cxgb4: avoid duplicating some resource freeing codeDimitris Michailidis1-17/+25
2010-07-11cxgb4: move the choice of interrupt type before net_device registrationDimitris Michailidis1-6/+7
2010-07-11tg3: Update version to 3.112Matt Carlson1-2/+2
2010-07-11tg3: Fix some checkpatch errorsMatt Carlson1-8/+9
2010-07-11tg3: Revert PCIe tx glitch fixMatt Carlson2-46/+0
2010-07-11tg3: Report driver version to firmwareMatt Carlson2-3/+9
2010-07-11tg3: Relax 5717 serdes restrictionMatt Carlson1-3/+2
2010-07-11tg3: Fix IPv6 TSO code in tg3_start_xmit_dma_bug()Matt Carlson1-6/+14
2010-07-11tg3: Fix single MSI-X vector coalescingMatt Carlson1-1/+1