aboutsummaryrefslogtreecommitdiffstats
path: root/drivers (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-06-03ixgbe: return IXGBE_ERR_RAR_INDEX when out of rangeJeff Kirsher2-0/+3
2010-06-03sfc: Store port number in net_device::dev_idBen Hutchings2-4/+2
2010-06-03epic100: Test __BIG_ENDIAN instead of (non-existent) CONFIG_BIG_ENDIANRoland Dreier1-3/+4
2010-06-03tehuti: return -EFAULT on copy_to_user errorsDan Carpenter1-2/+2
2010-06-03isdn/kcapi: return -EFAULT on copy_from_user errorsDan Carpenter1-3/+3
2010-06-03e1000e: change logical negate to bitwiseDan Carpenter1-1/+1
2010-06-03sfc: Get port number from CS_PORT_NUM, not PCI function numberBen Hutchings2-1/+7
2010-06-03drivers/net: use __packed annotationEric Dumazet113-934/+934
2010-06-03fec: Cleanup PHY probingDenis Kirjanov1-11/+5
2010-06-03fec: convert TX hook to netdev_tx_tDenis Kirjanov1-1/+1
2010-06-03net: mac8390 - Sort out memory/MMIO accesses and castsGeert Uytterhoeven1-22/+22
2010-06-03chelsio: Remove remnants of CONFIG_CHELSIO_T1_COUGARRoland Dreier2-48/+2
2010-06-03rt2x00: Remove suspicious register writeHelmut Schaa1-1/+0
2010-06-03rt2x00: fix use of mcs ratesHelmut Schaa1-3/+12
2010-06-03rt2x00: Update TX_SW_CFG initvals for 305x SoCHelmut Schaa1-0/+4
2010-06-03rt2x00: Use IEEE80211_TX_CTL_STBC flagIvo van Doorn1-1/+3
2010-06-03rt2x00: rt2800: disable TX STBC for 1 stream devicesHelmut Schaa1-1/+4
2010-06-03rt2x00: Fix HT40 operation in rt2800.Gertjan van Wingerde4-8/+46
2010-06-03rt2x00: Sync rt2800 MCU boot signal with Ralink driver.Gertjan van Wingerde2-2/+2
2010-06-03rt2x00: Move PCI/USB specific register initializations to rt2800{pci,usb}.Gertjan van Wingerde4-57/+87
2010-06-03rt2x00: Simplify check for external LNA in rt2800_init_rfcsr.Gertjan van Wingerde1-2/+1
2010-06-03rt2x00: Introduce separate interface type for PCI-express.Gertjan van Wingerde2-2/+12
2010-06-03rt2x00: Move all register definitions for rt2800 to rt2800.h.Gertjan van Wingerde4-59/+51
2010-06-03rt2x00: Remove RT2870 chipset identification.Gertjan van Wingerde3-7/+2
2010-06-03rt2x00: Centralize rt2800 beacon writing.Gertjan van Wingerde4-124/+65
2010-06-03rt2x00: Clean up USB vendor request buffer functions.Gertjan van Wingerde5-87/+14
2010-06-03rt2x00: Fix rt2800usb TX descriptor writing.Gertjan van Wingerde1-1/+1
2010-06-03rt2x00: Properly reserve room for descriptors in skbs.Gertjan van Wingerde16-79/+109
2010-06-03rt2x00: Reverse calling order of bus write_tx_desc and driver write_tx_desc.Gertjan van Wingerde4-11/+18
2010-06-03rt2x00: Push beacon TX descriptor writing to drivers.Gertjan van Wingerde8-21/+81
2010-06-02ath9k_htc: fix build error when ATH9K_HTC_DEBUGFS not enabledJohn W. Linville1-0/+2
2010-06-02wl1271: Fix scan parameter handling for 5GHzJuuso Oikarinen5-15/+16
2010-06-02wl1271: Use proper rates for PSM entry/exit null-funcs for 5GHzJuuso Oikarinen1-1/+1
2010-06-02wl1271: the core wl1271 module shouldn't depend on SPI_MASTERLuciano Coelho1-1/+1
2010-06-02wl1271: Flush TX buffers to air before going to idleJuuso Oikarinen4-4/+45
2010-06-02wl1271: Idle handling into own functionJuuso Oikarinen2-21/+40
2010-06-02wl1271: Prevent dropping of TX frames in joinsJuuso Oikarinen2-6/+5
2010-06-02ath9k: cleanup: remove unneeded null checkDan Carpenter1-3/+0
2010-06-02drivers/net/wireless/prism54: Use memdup_userJulia Lawall1-8/+3
2010-06-02ath9k: Fix bug in validating received data length for edmaVasanthakumar Thiagarajan1-1/+2
2010-06-02ath9k: Fix bug in accessing skb->data of rx frame for edmaVasanthakumar Thiagarajan1-1/+2
2010-06-02ath9k: Clean up few function parameters in recv.cVasanthakumar Thiagarajan1-15/+8
2010-06-02ath9k: Move driver specific structuresSujith2-63/+63
2010-06-02ath9k: Move ath9k specific RX code to driverSujith3-281/+263
2010-06-02drivers/net/wireless: Storage class should be before const qualifierTobias Klauser2-5/+5
2010-06-02ath9k_hw: Enable TX IQ calibration on AR9003Luis R. Rodriguez3-11/+6
2010-06-02ath5k: print error message if ANI levels are out of rangeBruno Randolf1-6/+5
2010-06-02ath5k: always calculate ANI listen timeBruno Randolf1-4/+5
2010-06-02ath5k: add sysfs files for ANI parametersBruno Randolf5-1/+123
2010-06-02ath5k: use ath5k_softc as driver dataBruno Randolf1-9/+6