aboutsummaryrefslogtreecommitdiffstats
path: root/drivers (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-09-14e1000e: Simplify MSI interrupt testingJean Delvare1-25/+4
2010-09-13uwb: use '%pM' format to print MAC addressAndy Shevchenko2-9/+3
2010-09-13bnx2x: Spread rx buffers between allocated queuesDmitry Kravkov4-5/+17
2010-09-13cx82310_eth: allow empty URBsOndrej Zary1-9/+3
2010-09-13cx82310_eth: check usb_string() return value for errorOndrej Zary1-5/+3
2010-09-13drivers/net/skfp: Remove pr_<level> uses of KERN_<level>Joe Perches1-42/+42
2010-09-13net/cxgb3: remove undefined operationsAndreas Schwab1-1/+1
2010-09-13net/de4x5: remove undefined operationsAndreas Schwab1-9/+9
2010-09-13sundance: Add power management hooksDenis Kirjanov1-0/+48
2010-09-13sfc: Fix order of channel_name array dimensionsBen Hutchings1-1/+1
2010-09-12bna: Check for NULL before deref in bnad_cb_tx_cleanupDavid S. Miller1-1/+2
2010-09-10sfc: Allow changing the DMA ring sizes dynamically via ethtoolBen Hutchings5-52/+224
2010-09-10sfc: Make the dmaq size a run-time setting (rather than compile-time)Steve Hodgson7-76/+109
2010-09-10sfc: Allocate each channel separately, along with its RX and TX queuesBen Hutchings3-76/+61
2010-09-10sfc: Refactor channel and queue lookup and iterationBen Hutchings7-75/+125
2010-09-10sfc: Abstract channel and index lookup for RX queuesBen Hutchings3-33/+47
2010-09-10sfc: Allocate DMA and event rings using GFP_KERNELBen Hutchings1-4/+4
2010-09-10sfc: Fix failure paths in efx_probe_port()Ben Hutchings1-2/+2
2010-09-10sfc: Remove declarations of functions that no longer existBen Hutchings1-2/+0
2010-09-10sfc: Accumulate RX_NODESC_DROP count in rx_dropped, not rx_over_errorsBen Hutchings1-1/+1
2010-09-10sfc: Use MCDI RX_BAD_FCS_PKTS count as MAC rx_bad countBen Hutchings1-1/+1
2010-09-09Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller283-9099/+5821
2010-09-09Merge branch 'vhost-net' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostDavid S. Miller1-22/+58
2010-09-09drivers/net/bnx2x: use ARRAY_SIZE macro in bnx2x_main.cNikitas Angelinas1-3/+2
2010-09-09ipheth: remove incorrect devtype to WWANDan Williams1-6/+1
2010-09-09au1000-eth: change multi-line comments styleFlorian Fainelli2-14/+30
2010-09-09au1000-eth: remove volatiles, switch to I/O accessorsFlorian Fainelli2-52/+65
2010-09-09au1000-eth: fix asm -> linux headers inclusionFlorian Fainelli1-2/+2
2010-09-09au1000-eth: fix bad printk usagesFlorian Fainelli1-10/+15
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-08Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux-2.6David S. Miller2461-74404/+197019
2010-09-08KS8851: Correct RX packet allocationEric Dumazet1-18/+21
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-08niu: Fix kernel buffer overflow for ETHTOOL_GRXCLSRLALLBen Hutchings1-10/+6
2010-09-08introduce cx82310_eth: Conexant CX82310-based ADSL router USB ethernet driverOndrej Zary3-0/+363