aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-08-27drivers/net/ethernet/*: Enabled vendor Kconfig optionsJeff Kirsher51-0/+51
2011-08-27drivers/net: Kconfig & Makefile cleanupJeff Kirsher5-169/+168
2011-08-27com20020_cs: Move the PCMCIA Arcnet driverJeff Kirsher7-44/+12
2011-08-27ixbmtr_cs: Move the IBM PCMCIA Token Ring driverJeff Kirsher5-25/+24
2011-08-27slip: Move the SLIP driversJeff Kirsher7-74/+89
2011-08-27plip: Move the PLIP driverJeff Kirsher5-36/+46
2011-08-27hippi: Move the HIPPI driverJeff Kirsher6-33/+45
2011-08-27ppp: Move the PPP driversJeff Kirsher14-177/+199
2011-08-27skfp: Fix SysKonnect FDDI driver compile issuesJeff Kirsher7-17/+17
2011-08-27fddi: Move the FDDI driversJeff Kirsher43-72/+86
2011-08-26Merge branch 'davem-next.mii' of git://git.kernel.org/pub/scm/linux/kernel/git/romieu/netdev-2.6David S. Miller4-194/+69
2011-08-26e1000: save skb counts in TX to avoid cache missesDean Nelson2-9/+11
2011-08-26bna: off by one in bfa_msgq_rspq_pi_update()Dan Carpenter1-1/+1
2011-08-26bna: unlock on error path in pnad_pci_probe()Dan Carpenter1-2/+2
2011-08-26bnx2x: Add new PHY BCM54616Yaniv Rosner2-0/+3
2011-08-26bnx2x: resurrect RX hashingMichal Schmidt1-2/+2
2011-08-26bnx2x: convert to SKB paged frag API.Ian Campbell1-3/+2
2011-08-26bnx2: convert to SKB paged frag API.Ian Campbell1-4/+4
2011-08-26tg3: convert to SKB paged frag API.Ian Campbell1-4/+2
2011-08-25sunbmac: use standard #defines from mii.h.Francois Romieu2-32/+16
2011-08-25dl2k: use standard #defines from mii.h.Francois Romieu2-162/+53
2011-08-24be2net: remove unused variableSathya Perla1-1/+0
2011-08-24be2net: increase FW update completion timeoutSathya Perla1-1/+1
2011-08-24be2net: fix erx->rx_drops_no_frags wrap aroundSathya Perla1-3/+19
2011-08-24be2net: get rid of memory mapped pci-cfg space addressSathya Perla2-20/+8
2011-08-24be2net: Fix race in posting rx buffers.Sathya Perla1-1/+1
2011-08-22Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-nextDavid S. Miller156-3380/+20353
2011-08-22net/wan/hdlc_ppp: use break in switchJesper Juhl1-7/+7
2011-08-22Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next into for-davemJohn W. Linville156-3380/+20353
2011-08-20Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/jkirsher/net-nextDavid S. Miller7-359/+445
2011-08-20dm9000: define debug level as a module parameterVladimir Zapolskiy2-11/+8
2011-08-20Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller33-110/+386
2011-08-20tg3: Update version to 3.120Matt Carlson1-2/+2
2011-08-20tg3: Add external loopback support to selftestMatt Carlson2-10/+90
2011-08-20tg3: Restructure tg3_test_loopbackMatt Carlson1-40/+40
2011-08-20tg3: Pull phy int lpbk setup into separate funcMatt Carlson1-59/+90
2011-08-20tg3: Consilidate MAC loopback codeMatt Carlson1-40/+51
2011-08-20tg3: Remove dead codeMatt Carlson1-34/+1
2011-08-19ixgbe: Cleanup FCOE and VLAN handling in xmit_frame_ringAlexander Duyck2-51/+73
2011-08-19ixgbe: replace reference to CONFIG_FCOE with IXGBE_FCOEAlexander Duyck2-2/+2
2011-08-19ixgbe: Refactor transmit map and cleanup routinesAlexander Duyck2-216/+247
2011-08-19ixgbe - DDP last user buffer - error to warnAmir Hanania1-4/+6
2011-08-19e1000e: bump driver version numberBruce Allan1-1/+1
2011-08-19e1000e: convert driver to use extended descriptorsBruce Allan3-89/+120
2011-08-18be2net: Storing the 'vid' got by the grp5 event instead of storing the vlan_tagSomnath Kotur2-3/+2
2011-08-18bnx2x: downgrade Max BW error message to debugMichal Schmidt1-2/+2
2011-08-18net: fix IBM EMAC driver after rename.Tony Breeds9-32/+32
2011-08-18NET: Korina: Don't include <asm/segment.h>Ralf Baechle1-1/+0
2011-08-17forcedeth: call vlan_mode only if hw supports vlansJiri Pirko1-1/+2
2011-08-17flexcan: Prefer device tree clock frequency if available.holt@sgi.com1-9/+25