aboutsummaryrefslogtreecommitdiffstats
path: root/drivers (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-07-14netxen: fix for kdumpRajesh Borundia1-1/+15
2010-07-14wd: fix memory leakKulikov Vasiliy1-1/+3
2010-07-14tulip: formatting of pointers in printk()Kulikov Vasiliy2-4/+4
2010-07-14qlcnic: restore NPAR config data after recoveryAnirban Chakraborty3-23/+72
2010-07-14qlcnic: aer supportSucheta Chakraborty2-1/+137
2010-07-14qlcnic: fix netdev notifier in error pathAmit Kumar Salecha1-1/+9
2010-07-14qlcnic: disable tx timeout recoveryAmit Kumar Salecha1-2/+4
2010-07-14qlcnic: fix pause params settingRajesh Borundia1-0/+4
2010-07-14eth_v10: Removing dead ETRAX_NETWORK_RED_ON_NO_CONNECTIONChristoph Egger1-4/+0
2010-07-14cs89x0: Removing dead SH_HICOSH4Christoph Egger2-53/+2
2010-07-14cassini: Removing dead CASSINI_NAPIChristoph Egger1-5/+0
2010-07-14cassini: Removing dead CASSINI_MULTICAST_REG_WRITEChristoph Egger1-19/+1
2010-07-14cassini: Removing dead CASSINI_QGE_DEBUGChristoph Egger1-4/+0
2010-07-14net: Removing dead {AR,WAVE}LANChristoph Egger1-6/+0
2010-07-13Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6David S. Miller95-8483/+9680
2010-07-13Revert "tc35815: fix iomap leak"David S. Miller1-3/+1
2010-07-13Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 into for-davemJohn W. Linville95-8483/+9680
2010-07-13Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6John W. Linville2-2/+17
2010-07-13drivers/net: Add Micrel KS8841/42 support to ks8842 driverDavid J. Choi2-48/+133
2010-07-12hso: remove driver versionFilip Aben1-4/+1
2010-07-12drivers/net/caif: Remove unnecessary casts of private_dataJoe Perches1-2/+2
2010-07-12drivers/isdn: Remove unnecessary casts of private_dataJoe Perches3-5/+5
2010-07-12atm: remove IRQF_DISABLED in combination with IRQF_SHAREDchas williams - CONTRACTOR3-4/+4
2010-07-12fec: use interrupt for MDIO completion indicationBaruch Siach1-30/+25
2010-07-12net: autoconvert trivial BKL users to private mutexArnd Bergmann2-15/+14
2010-07-12isdn: autoconvert trivial BKL users to private mutexArnd Bergmann9-46/+48
2010-07-12xtsonic: free irq if sonic_open() failsKulikov Vasiliy1-2/+10
2010-07-12macsonic: free irqs if sonic_open() failsKulikov Vasiliy1-9/+28
2010-07-12jazzsonic: free irq if sonic_open() failsKulikov Vasiliy1-4/+13
2010-07-12isdn: fix strlen() usageDan Carpenter1-3/+4
2010-07-12tc35815: fix iomap leakKulikov Vasiliy1-1/+3
2010-07-12ll_temac: Fix missing validate_addr hookDenis Kirjanov1-0/+1
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-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