summaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)AuthorFilesLines
2009-07-10Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller19-49/+111
2009-07-10cxgb3: Fix crash caused by stashing wrong netdev_queueRoland Dreier1-2/+1
2009-07-10ixgbe: Fix coexistence of FCoE and Flow Director in 82599Yi Zou2-8/+17
2009-07-09Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller11-8/+37
2009-07-08p54: tx refused but queue activeLarry Finger1-2/+3
2009-07-08Atheros Kconfig needs to be dependent on WLAN_80211Jay Sternberg1-0/+1
2009-07-08mac80211_hwsim: avoid NULL accessJohannes Berg1-0/+1
2009-07-08b43: Add support for 4318EClyde McPherson1-0/+1
2009-07-08zd1211rw: adding SONY IFU-WLM2 (054c:0257) as a zd1211b deviceHin-Tak Leung1-0/+1
2009-07-08zd1211rw: 07b8:6001 is a ZD1211BPascal Terjan1-1/+1
2009-07-08cxgb3: Drain Mac Tx fifo when the port goes down.Divy Le Ray1-1/+28
2009-07-08cxgb3: fix mac index mappingDivy Le Ray1-0/+2
2009-07-08cxgb3: Fix mss table initializationDivy Le Ray1-0/+1
2009-07-08cxgb3: use request_firmware() for the EDC registers setupDivy Le Ray4-1050/+112
2009-07-08cxgb3: AEL2020 phy support updateDivy Le Ray2-27/+83
2009-07-08cxgb3: Fix T3C MAC max packet size accessDivy Le Ray1-5/+6
2009-07-08cxgb3: fix phy power downDivy Le Ray1-8/+2
2009-07-08cxgb3: AQ100X phy support updateDivy Le Ray1-4/+3
2009-07-08r6040: bump driver version to 0.24 and date to 08 July 2009Florian Fainelli1-2/+2
2009-07-08r6040: restore MIER register correctly when IRQ line is sharedFlorian Fainelli1-1/+4
2009-07-08davinci_emac: fix kernel oops when changing MAC address while interface is downPablo Bitton1-2/+10
2009-07-08igb: set lan id prior to configuring phyAlexander Duyck1-0/+4
2009-07-08MIPS: BCM63XX: Add integrated ethernet PHY support for phylib.Maxime Bizon3-0/+139
2009-07-08tun: Remove a dead line of codePaul Moore1-1/+0
2009-07-08ucc_geth: Add support for skb recyclingAnton Vorontsov2-12/+30
2009-07-07iwmc3200wifi: add Kconfig helpSamuel Ortiz1-0/+9
2009-07-07ath9k: Fix leak in tx descriptorVasanthakumar Thiagarajan1-1/+8
2009-07-07b43/b43legacy: fix radio LED initializationLarry Finger4-4/+12
2009-07-07drivers/net/cs89x0.c: Avoid using magic number in set_dma_modeJulia Lawall1-1/+1
2009-07-07fec: fix definition of 5272 version of FEC_X_DES_ACTIVE registerGreg Ungerer1-1/+1
2009-07-07fec: remove extra ";" from definition namesGreg Ungerer1-6/+6
2009-07-07dm9000: add checksum offload supportYeasah Pell2-17/+108
2009-07-07e1000: fix flow control thresholdsJesse Brandeburg3-30/+33
2009-07-07e1000: implement jumbo receive with partial descriptorsJesse Brandeburg2-38/+391
2009-07-07e1000: allow ethtool coalesece to adjust interrupts per secondJesse Brandeburg2-1/+53
2009-07-07jme: Advance driver version numberGuo-Fu Tseng1-1/+1
2009-07-07jme: Tuning rxsum functionGuo-Fu Tseng1-13/+13
2009-07-07jme: Remove shadow register supportGuo-Fu Tseng2-59/+4
2009-07-07jme: Change bufinf memory locationGuo-Fu Tseng2-26/+63
2009-07-07jme: Fix typoGuo-Fu Tseng1-1/+1
2009-07-07jme: Fix unmatched tasklet_{enable|disable} pairGuo-Fu Tseng1-4/+6
2009-07-07jme: Some minor coding style consistency modificationsGuo-Fu Tseng1-9/+9
2009-07-06Revert "p54: Use SKB list handling helpers instead of by-hand code."David S. Miller1-19/+27
2009-07-06tun/tap: Fix crashes if open() /dev/net/tun and then poll() it.Mariusz Kozlowski1-1/+3
2009-07-06net: convert remaining non-symbolic return values in ndo_start_xmit() functionsPatrick McHardy36-81/+80
2009-07-06vxge: Version updateSreenivasa Honnur1-1/+1
2009-07-06vxge: Printing the function's configured mode of operationSreenivasa Honnur1-0/+21
2009-07-06vxge: Disable fcs stripping.Sreenivasa Honnur2-5/+7
2009-07-06vxge: Fixes in isr routineSreenivasa Honnur2-10/+13
2009-07-06vxge: Removed the code to bounds check the mss valueSreenivasa Honnur2-7/+0