aboutsummaryrefslogtreecommitdiffstats
path: root/drivers (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-09-09au1000-eth: fix all but one "line over 80 characters warnings"Florian Fainelli2-48/+61
2010-09-09au1000-eth: stylistic fixesFlorian Fainelli1-16/+16
2010-09-09au1000-eth: typedefs removalFlorian Fainelli2-28/+28
2010-09-09ixgbevf: remove private net_device_statsEric Dumazet2-22/+5
2010-09-08atlx: make strings constStephen Hemminger1-3/+3
2010-09-08cxacru: ignore cx82310_eth devicesOndrej Zary1-1/+17
2010-09-08ixgbevf: Removed unneeded HW struct membersGreg Rose1-2/+0
2010-09-08drivers/net/ixgbe/ixgbe_main.c: Add ixgbe_psumJoe Perches1-146/+151
2010-09-08drivers/net/ixgbe/ixgbe_main.c: Use pr_<level>Joe Perches1-38/+36
2010-09-08drivers/net/ixgbe/ixgbe_main.c: Checkpatch cleanupsJoe Perches1-231/+236
2010-09-08ixgbe: fix TX ring enable issues seen when VMDQ is enabledAlexander Duyck1-1/+1
2010-09-08qeth: NAPI support for l2 and l3 disciplineFrank Blaschka4-138/+260
2010-09-08Kconfig: have CCWGROUP depend on CLAWMike Frysinger1-1/+1
2010-09-08qeth: Use %pI6Joe Perches1-6/+1
2010-09-08qdio: extend API to allow pollingJan Glauber6-56/+217
2010-09-08e1000: fix Tx hangs by disabling 64-bit DMAJesse Brandeburg1-70/+92
2010-09-08drivers: isdn: capi: use simple_strtol to convert numbersAndy Shevchenko1-4/+13
2010-09-08introduce cx82310_eth: Conexant CX82310-based ADSL router USB ethernet driverOndrej Zary3-0/+363
2010-09-07r8169: add gro supportEric Dumazet1-2/+8
2010-09-07bnx2x: Update bnx2x version to 1.52.53-6Yaniv Rosner1-2/+2
2010-09-07bnx2x: Change LED scheme for dual-mediaYaniv Rosner5-46/+336
2010-09-07bnx2x: Add dual-media changesYaniv Rosner9-376/+1074
2010-09-07bnx2x: Organize PHY functionsYaniv Rosner4-2428/+2475
2010-09-07bnx2x: Apply logic changes for the new schemeYaniv Rosner2-177/+155
2010-09-07bnx2x: Move common function into aggregated functionYaniv Rosner3-98/+108
2010-09-07bnx2x: Adjust flow-control with the new schemeYaniv Rosner1-74/+137
2010-09-07bnx2x: Adjust alignment of split PHY functionsYaniv Rosner2-1271/+894
2010-09-07bnx2x: Split PHY functionsYaniv Rosner4-853/+1425
2010-09-07bnx2x: Unify PHY attributesYaniv Rosner6-1386/+916
2010-09-06mlx4_en: Fixed Ethtool statistics reportYevgeny Petrilin2-2/+2
2010-09-06mlx4_en: Consider napi_get_frags() failure.Yevgeny Petrilin1-0/+2
2010-09-06drivers/atm/firestream.c: Fix unsigned return typeJulia Lawall1-2/+2
2010-09-06drivers/net: Removing undead ifdef CHELSIO_T1_1GChristian Dietrich1-2/+0
2010-09-06drivers/net/jme: Use pr_<level>Joe Perches2-53/+48
2010-09-06isdn: cleanup: make buffer smallerDan Carpenter1-2/+2
2010-09-06isdn: potential buffer overflowsDan Carpenter1-3/+3
2010-09-06NET: bna, fix lock imbalanceJiri Slaby1-1/+2
2010-09-06drivers/net/fs_enet/fs_enet-main.c: Add of_node_put to avoid memory leakJulia Lawall1-1/+2
2010-09-06ibmveth: Update module information and versionSantiago Leon2-48/+48
2010-09-06ibmveth: Remove some unnecessary include filesSantiago Leon1-3/+0
2010-09-06ibmveth: Convert driver specific assert to BUG_ONSantiago Leon1-23/+11
2010-09-06ibmveth: Return -EINVAL on all ->probe errorsSantiago Leon1-2/+2
2010-09-06ibmveth: Coding style fixesSantiago Leon1-145/+172
2010-09-06ibmveth: Some formatting fixesSantiago Leon2-19/+19
2010-09-06ibmveth: Convert driver specific error functions to netdev_errSantiago Leon1-41/+47
2010-09-06ibmveth: Convert driver specific debug to netdev_dbgSantiago Leon1-24/+20
2010-09-06ibmveth: Remove redundant function prototypesSantiago Leon1-7/+1
2010-09-06ibmveth: Convert to netdev_alloc_skbSantiago Leon1-1/+1
2010-09-06ibmveth: remove procfs codeSantiago Leon1-113/+0
2010-09-06ibmveth: Enable IPv6 checksum offloadSantiago Leon2-11/+50