aboutsummaryrefslogtreecommitdiffstats
path: root/drivers (follow)
AgeCommit message (Expand)AuthorFilesLines
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-29pcnet32: Remove pointless memory barriersJohn Dykstra1-2/+2
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-28gianfar: Use memset instead of cacheable_memzeroKumar Gala1-1/+2
2009-04-28net: Fix ucc_geth.c handling of fixed-link w/o phy-connection-type property.Grant Likely1-3/+0
2009-04-28fs_enet: Remove dead codeKumar Gala3-77/+1
2009-04-28ixgbe: Clear out stray tx work on link downNelson, Shannon1-0/+22
2009-04-28ixgbe: Interrupt management update for 82599Nelson, Shannon1-40/+50
2009-04-28ixgbe: enable HW RSC for 82599Alexander Duyck4-12/+152
2009-04-28ixgbe: enable hardware offload for sctpJesse Brandeburg2-2/+18
2009-04-28igb: Enable SCTP checksum offloadingJesse Brandeburg4-4/+31
2009-04-28igb/ixgbe: remove unecessary checks for CHECKSUM_UNNECESSARYAlexander Duyck2-26/+11
2009-04-28igb: make rxcsum configuration seperate from multiqueueAlexander Duyck2-20/+12
2009-04-28igb: reconfigure mailbox timeout logicAlexander Duyck1-4/+4
2009-04-28smsc911x: add fifo byteswap support V2Magnus Damm1-0/+13
2009-04-28atl1c: disable L1/L0s when link detectedJie Yang1-17/+7
2009-04-27bnx2x: driver version 1.48.105-1Vladislav Zolotarov1-2/+2
2009-04-27bnx2x: Removed blob fileVladislav Zolotarov1-16322/+0
2009-04-27bnx2x: Separated FW from the source.Vladislav Zolotarov6-598/+845
2009-04-27tun: add IFF_TUN_EXCL flag to avoid opening a persistent device.David Woodhouse1-0/+2
2009-04-27cxacru: Fix negative dB outputSimon Arlott1-2/+8
2009-04-27pasemi_mac: mac_to_intf() error not noticedroel kluin1-3/+4
2009-04-27ixgbe: Disallow SFP 1G modules in the SFP+ cages for 82598 and 82599Waskiewicz Jr, Peter P2-5/+18
2009-04-27igb: always use adapter->itr as EITR valueAlexander Duyck1-5/+6
2009-04-27vxge: use max() instead of VXGE_HW_SET_LEVELAlexander Beregalov2-34/+23
2009-04-27vxge: fix possible NULL dereference in vxge-traffic.cAlexander Beregalov1-2/+2
2009-04-27bonding: ignore updelay param when there is no active slaveJiri Pirko1-0/+8
2009-04-27bonding: use ethtool for link checking firstJiri Pirko1-14/+12
2009-04-27net: fix fsl_pq_mdio driver to use module_init()Grant Likely1-1/+1
2009-04-27net: add Xilinx ll_temac device driverGrant Likely5-0/+1473
2009-04-27net: Rework fs_enet driver to use of_mdio infrastructureGrant Likely3-110/+14
2009-04-27net: Rework ucc_geth driver to use of_mdio infrastructureGrant Likely2-36/+13
2009-04-27net: Rework pasemi_mac driver to use of_mdio infrastructureGrant Likely2-25/+4
2009-04-27net: Rework gianfar driver to use of_mdio infrastructure.Grant Likely2-74/+39
2009-04-27net: rework fsl_pq_mdio driver to use of_mdio infrastructureGrant Likely1-48/+3
2009-04-27net: Rework mpc5200 fec driver to use of_mdio infrastructure.Grant Likely2-147/+59
2009-04-27openfirmware: Add OF phylib support codeGrant Likely3-0/+146
2009-04-27phylib: add *_direct() variants of phy_connect and phy_attach functionsGrant Likely1-33/+85
2009-04-27phylib: rework to prepare for OF registration of PHYsGrant Likely2-30/+44
2009-04-27of: add of_parse_phandle() helper for parsing phandle propertiesGrant Likely1-0/+24
2009-04-27pcnet32: Remove redundant set of skb->devJohn Dykstra1-1/+0