summaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)AuthorFilesLines
2009-07-04e1000e: PHY loopback broken on 82578Bruce Allan2-0/+7
2009-07-04ixgbe: Not allow 8259x unsupported wol options change from ethtoolMallikarjuna R Chilakala1-1/+0
2009-07-04ixgbe: fix inconsistent SFP/SFP+ failure results.Don Skidmore1-5/+5
2009-07-04ixgbe: fix regression on some 82598 adaptersDon Skidmore1-10/+14
2009-07-04ixgbe: fix issues with failing to detect insert of unsupported moduleDon Skidmore2-2/+9
2009-07-04qlge: Fix sizeof usage.Ron Mercer2-9/+9
2009-07-04qlge: Add/use function for link up/down.Ron Mercer3-8/+26
2009-07-04qlge: Fix MAC address bonding issue.Ron Mercer1-7/+43
2009-07-04qlge: Fix tx byte counter.Ron Mercer1-1/+1
2009-07-04qlge: Fix redundant call to free resources.Ron Mercer1-5/+0
2009-07-04qlge: Fix carrier on condition.Ron Mercer1-1/+5
2009-07-04qlge: Clear frame to queue routing before reset.Ron Mercer1-9/+32
2009-07-04qlge: Expand coverage of hw lock for config register.Ron Mercer1-4/+5
2009-07-03phylib: fixes for PHY_RESUMING state changesWade Farnsworth1-3/+22
2009-07-03netxen: avoid frequent firmware resetDhananjay Phadke4-9/+86
2009-07-03netxen: fix the version code macroDhananjay Phadke2-12/+26
2009-07-01igb: return PCI_ERS_RESULT_DISCONNECT on permanent errorAlexander Duyck1-0/+3
2009-07-01e1000e: io_error_detected callback should return PCI_ERS_RESULT_DISCONNECTMike Mason1-0/+3
2009-07-01e1000: return PCI_ERS_RESULT_DISCONNECT on permanent errorAndre Detsch1-0/+3
2009-07-01e1000: fix unmap bugJesse Brandeburg1-1/+7
2009-07-01igb: fix unmap length bugJesse Brandeburg1-5/+6
2009-07-01ixgbe: fix unmap length bugJesse Brandeburg1-6/+11
2009-07-01ixgbe: Fix link capabilities during adapter resetsMallikarjuna R Chilakala1-1/+2
2009-07-01ixgbe: Fix device capabilities of 82599 single speed fiber NICs.Mallikarjuna R Chilakala1-2/+3
2009-07-01ixgbe: Fix SFP log messagesDon Skidmore1-8/+17
2009-07-01usbnet: Use netdev stats structureHerbert Xu1-15/+15
2009-07-01smsc95xx: Use netdev stats structureHerbert Xu1-5/+5
2009-07-01rndis_host: Use netdev stats structureHerbert Xu1-1/+1
2009-07-01net1080: Use netdev stats structureHerbert Xu1-6/+6
2009-07-01dm9601: Use netdev stats structureHerbert Xu1-5/+5
2009-07-01cdc_eem: Use netdev stats structureHerbert Xu1-1/+1
2009-06-30bnx2x: Fix the behavior of ethtool when ONBOOT=noNaohiro Ooiwa1-1/+9
2009-06-30net/irda: convert bfin_sir to net_device_opsGraf Yang1-6/+10
2009-06-29be2net: Fix to avoid a crash seen on PPC with LRO and Jumbo frames.Ajit Khaparde3-16/+35
2009-06-26sky2: Fix checksum endiannessAnton Vorontsov1-1/+1
2009-06-26mdio add missing GPL flagNicolas Reinecke1-0/+4
2009-06-26sh_eth: remove redundant test on unsignedroel kluin1-8/+1
2009-06-26fsl_pq_mdio: Fix fsl_pq_mdio to work with modulesIonut Nicu1-4/+4
2009-06-25atl1*: add device_set_wakeup_enable to atl1*_set_wolBrandon Philips2-0/+4
2009-06-25Revert "veth: prevent oops caused by netdev destructor"David S. Miller1-16/+25
2009-06-25cpmac: fix compilation failure introduced with netdev_ops conversionFlorian Fainelli1-1/+1
2009-06-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds6-21/+42
2009-06-24bnx2: Fix the behavior of ethtool when ONBOOT=noOoiwa Naohiro1-1/+9
2009-06-24qla3xxx: Don't sleep while holding lock.Ron Mercer1-0/+3
2009-06-24qla3xxx: Give the PHY time to come out of reset.Ron Mercer1-1/+2
2009-06-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol...Linus Torvalds1-4/+10
2009-06-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds2-4/+4
2009-06-23net: let KS8842 driver depend on HAS_IOMEMHeiko Carstens1-0/+1
2009-06-23can: let SJA1000 driver depend on HAS_IOMEMHeiko Carstens1-1/+1
2009-06-23netxen: fix firmware init handshakeDhananjay Phadke2-18/+22