summaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2009-05-06mv643xx_eth: fix variable shadowing sparse warningLennert Buytenhek1-1/+0
2009-05-06netxen: fix bonding supportDhananjay Phadke6-168/+82
2009-05-06netxen: fix mac list managementDhananjay Phadke3-79/+58
2009-05-06netxen: fix race in tx ring acccessDhananjay Phadke3-7/+8
2009-05-05lasi_82596: fix printk format warningAlexander Beregalov1-3/+3
2009-05-05r6040: bump version to 0.23 and date to 05May2009Florian Fainelli1-2/+2
2009-05-05r6040: check for absent PHYFlorian Fainelli1-0/+8
2009-05-05bonding: get rid of CONFIG_PROC_FS ifdefsJiri Pirko1-10/+20
2009-05-05net: smsc911x: add power management functionsDaniel Mack1-0/+46
2009-05-04net: remove driver_data direct access of struct device from more driversGreg Kroah-Hartman3-11/+11
2009-05-04macb: Add support of the netpoll APIThomas Petazzoni1-0/+18
2009-05-03ne2k-pci: use dev->addr_len instead of "6"Jiri Pirko1-1/+1
2009-05-03Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-4/+3
2009-05-03Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller6-35/+56
2009-05-02ne2k-pci: Do not register device until initialized.Lubomir Rintel1-4/+3
2009-05-01virtio_net: Fix function name typoAlex Williamson1-4/+4
2009-05-01virtio_net: Cleanup command queue scatterlist usageAlex Williamson1-6/+10
2009-05-013c589_cs: add cis(firmware) of 3Com multifunction pcmcia cardKen Kawasaki3-8/+20
2009-05-01bonding: correct the cleanup in bond_create()Jiri Pirko1-7/+6
2009-05-01forcedeth: add clock gating feature <resend>Ayaz Abdulla1-0/+23
2009-05-01smsc95xx: add support for LAN9512 and LAN9514Steve Glendinning1-0/+5
2009-05-01smsc95xx: configure LED outputsSteve Glendinning2-0/+13
2009-05-01netconsole: take care of NETDEV_UNREGISTER eventBruno Prémont1-1/+10
2009-05-01net: remove driver_data direct access of struct deviceGreg Kroah-Hartman7-19/+19
2009-05-01bonding: bond_slave_info_query() fixEric Dumazet1-16/+7
2009-05-01cxgb3: fixing gcc 4.4 compiler warning: suggest parentheses around operand of...Sergey Senozhatsky1-1/+1
2009-04-29Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller12-114/+258
2009-04-29Revert "vxge: use max() instead of VXGE_HW_SET_LEVEL"David S. Miller2-23/+34
2009-04-29mii: Rewrite mii_ethtool_gset() to report mdio_support and lp_advertisingBen Hutchings1-34/+57
2009-04-29ethtool/mdio: Support backplane mode negotiationBen Hutchings1-5/+25
2009-04-29ethtool/mdio: Report MDIO mode support and link partner advertisingBen Hutchings1-7/+12
2009-04-29sfc: Use generic MDIO flow control auto-negotiation functionsBen Hutchings5-48/+7
2009-04-29mdio: Add mdio45_ethtool_spauseparam_an()Ben Hutchings1-0/+30
2009-04-29s2io: Use generic MDIO definitionsBen Hutchings2-15/+11
2009-04-29ixgb: Use generic MDIO definitionsBen Hutchings2-22/+12
2009-04-29ixgbe: Use generic MDIO definitions and functionsBen Hutchings6-119/+102
2009-04-29cxgb3: Use generic MDIO definitions and mdio_mii_ioctl()Ben Hutchings6-224/+195
2009-04-29chelsio: Use generic MDIO definitions and mdio_mii_ioctl()Ben Hutchings7-100/+82
2009-04-29sfc: Use generic MDIO functions and definitionsBen Hutchings14-845/+311
2009-04-29mdio: Add generic MDIO (clause 45) support functionsBen Hutchings3-0/+363
2009-04-29mv643xx_eth: 64bit mib counter read fixLennert Buytenhek1-2/+0
2009-04-29mv643xx_eth: OOM handling fixesLennert Buytenhek1-9/+13
2009-04-29pcnet32: Remove pointless memory barriersJohn Dykstra1-2/+2
2009-04-29Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller4-8/+13
2009-04-29ixgbe: Use pci_wake_from_d3() instead of multiple pci_enable_wake()Don Skidmore1-11/+6
2009-04-28netxen: fix firmware downloadDhananjay Phadke4-207/+216
2009-04-28netxen: refactor netxen_recv_context structDhananjay Phadke5-40/+71
2009-04-28netxen: fix link event handlingDhananjay Phadke3-2/+3
2009-04-28e100: do not go D3 in shutdown unless system is powering offThadeu Lima de Souza Cascardo1-7/+23
2009-04-28ath5k: fix buffer overrun in rate debug codeBob Copeland1-1/+1