summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2009-07-16Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller27-68/+97
2009-07-16cdc-eem: bad crc checkingVincent CUISSARD1-1/+1
2009-07-16ixgbe: Remove DPRINTK messages in DCB modeLucy Liu1-4/+0
2009-07-16ixgbe: clear mac address data block in DCB modeLucy Liu1-0/+2
2009-07-16sky2: revert shutdown changesStephen Hemminger1-8/+1
2009-07-16E100: work around the driver using streaming DMA mapping for RX descriptors.Krzysztof Halasa1-0/+3
2009-07-16bonding: clean muticast addresses when device changes typeMoni Shoua1-2/+10
2009-07-16atl1c: misplaced parenthesisroel kluin1-1/+1
2009-07-16atl1c: add missing parenthesesroel kluin1-4/+4
2009-07-15gianfar: remove unused DECLARE_MAC_BUFJohannes Berg1-1/+0
2009-07-14Revert "NET: Fix locking issues in PPP, 6pack, mkiss and strip line disciplin...David S. Miller5-68/+44
2009-07-14drivers/net: using spin_lock_irqsave() in net_send_packet()Dongdong Deng2-5/+7
2009-07-14NET: phy_device, fix lock imbalanceJiri Slaby1-1/+3
2009-07-13igb: gcc-3.4.6 fixEric Dumazet1-40/+37
2009-07-13atlx: duplicate testing of MCAST flagroel kluin1-1/+1
2009-07-12NET: Fix locking issues in PPP, 6pack, mkiss and strip line disciplines.Ralf Baechle5-44/+68
2009-07-12drivers/net/bonding: Adjust constant nameJulia Lawall1-1/+2
2009-07-12netdev: restore MTU change operationBen Hutchings11-0/+11
2009-07-12netdev: restore MAC address set and validate operationsBen Hutchings10-2/+16
2009-07-10hwsim: make testmode_cmd staticJohannes Berg1-1/+2
2009-07-10p54: fix queue stall due to underrunChristian Lamparter1-3/+4
2009-07-10p54usb: fix stalls caused by urb allocation failuresChristian Lamparter1-19/+17
2009-07-10ath5k: write PCU registers on initial resetBob Copeland1-1/+1
2009-07-10ath5k: do not release irq across suspend/resumeBob Copeland1-11/+0
2009-07-10ath: remove unnecessary return in ath_regd_get_band_ctlBob Copeland1-2/+0
2009-07-10ath5k: rework beacon configurationBob Copeland2-40/+20
2009-07-10ath5k: send buffered frames after the beaconBob Copeland3-11/+34
2009-07-10p54spi: remove dead code and definitionsChristian Lamparter1-34/+0
2009-07-10p54: two endian fixesChristian Lamparter2-7/+7
2009-07-10rt2x00: use wiphy rfkill interfaceIvo van Doorn13-203/+20
2009-07-10iwlwifi: fix aggregation limitJohannes Berg1-1/+1
2009-07-10ath9k: remove permissions from debugfs filesJiri Slaby1-5/+5
2009-07-10ath5k: remove permissions from debugfs filesJiri Slaby1-3/+5
2009-07-10drivers/net/wireless/ath/ath9k: Remove unnecessary semicolonsJoe Perches2-3/+1
2009-07-10iwlwifi: always print buffer when error condition occursReinette Chatre1-1/+1
2009-07-10iwlwifi: add utility to print buffer when error occursReinette Chatre1-0/+6
2009-07-10iwlagn: re-enable PS support for iwlagnReinette Chatre1-1/+2
2009-07-10iwmc3200wifi: remove B0 hardware supportZhu Yi5-29/+0
2009-07-10iwmc3200wifi: simplify calibration mapZhu Yi4-15/+17
2009-07-10iwmc3200wifi: replace netif_rx with netif_rx_niZhu Yi1-1/+1
2009-07-10drivers/net/wireless: Use PCI_VDEVICEJoe Perches2-8/+6
2009-07-10ath9k: Handle different TX and RX streams properly.Senthil Balasubramanian1-12/+14
2009-07-10ath9k: race condition in SCANNING state check during ANI calibrationSenthil Balasubramanian2-4/+8
2009-07-10ath9k: stop ani when the STA gets disconnected.Senthil Balasubramanian1-1/+5
2009-07-10ath9k: remove unnecessary STATION mode check.Senthil Balasubramanian1-11/+8
2009-07-10p54: Modify p54 files for new organizationChristian Lamparter7-3400/+102
2009-07-10p54: Move TX/RX codeChristian Lamparter1-0/+825
2009-07-10p54: Move mac80211 glue codeChristian Lamparter1-0/+607
2009-07-10p54: Move LMAC interface definitionsChristian Lamparter1-0/+551
2009-07-10p54: Move LED codeChristian Lamparter1-0/+163