summaryrefslogtreecommitdiff
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* qlcnic: vlan lro supportAmit Kumar Salecha2010-09-171-9/+30
* qlcnic: vlan gro supportAmit Kumar Salecha2010-09-171-1/+1
* qlcnic: support vlan rx acclerationAmit Kumar Salecha2010-09-173-26/+44
* drivers/net/tulip/de4x5.c: fix union member name in DE4X5_GET_REG ioctlDan Rosenberg2010-09-161-1/+1
* ehea: Remove a silly returnBreno Leitao2010-09-151-2/+0
* sky2: enable GRO by defaultstephen hemminger2010-09-151-1/+2
* ipv4: ip_ptr cleanupsEric Dumazet2010-09-153-7/+16
* misdn: kill big kernel lockArnd Bergmann2010-09-151-7/+0
* i4l: kill big kernel lockArnd Bergmann2010-09-151-5/+6
* ethtool: Remove unimplemented flow specification typesBen Hutchings2010-09-151-14/+5
* tg3: phy tmp variable roundupMatt Carlson2010-09-151-30/+15
* tg3: Dynamically allocate VPD data memoryMatt Carlson2010-09-151-4/+11
* tg3: Use skb_is_gso_v6()Matt Carlson2010-09-151-3/+3
* tg3: Move producer ring struct to tg3_napiMatt Carlson2010-09-152-25/+18
* tg3: Clarify semantics of TG3_IRQ_MAX_VECSMatt Carlson2010-09-152-4/+5
* tg3: Unlock 5717 B0+ supportMatt Carlson2010-09-151-5/+1
* tg3: Don't send APE events for NCSI firmwareMatt Carlson2010-09-152-3/+28
* tg3: Disable TSSMatt Carlson2010-09-151-8/+1
* tg3: Fix read DMA FIFO overruns on recent devicesMatt Carlson2010-09-152-1/+15
* drivers/net/wireless: Use static const char * const where possibleJoe Perches2010-09-141-1/+1
* drivers/net/pcmcia: Use static const char * const where possibleJoe Perches2010-09-141-1/+1
* drivers/net: Use static const char * const where possibleJoe Perches2010-09-142-2/+6
* drivers/isdn: Use static const char * const where possibleJoe Perches2010-09-142-2/+2
* e1000e: Simplify MSI interrupt testingJean Delvare2010-09-141-25/+4
* uwb: use '%pM' format to print MAC addressAndy Shevchenko2010-09-132-9/+3
* bnx2x: Spread rx buffers between allocated queuesDmitry Kravkov2010-09-134-5/+17
* cx82310_eth: allow empty URBsOndrej Zary2010-09-131-9/+3
* cx82310_eth: check usb_string() return value for errorOndrej Zary2010-09-131-5/+3
* drivers/net/skfp: Remove pr_<level> uses of KERN_<level>Joe Perches2010-09-131-42/+42
* net/cxgb3: remove undefined operationsAndreas Schwab2010-09-131-1/+1
* net/de4x5: remove undefined operationsAndreas Schwab2010-09-131-9/+9
* sundance: Add power management hooksDenis Kirjanov2010-09-131-0/+48
* sfc: Fix order of channel_name array dimensionsBen Hutchings2010-09-131-1/+1
* bna: Check for NULL before deref in bnad_cb_tx_cleanupDavid S. Miller2010-09-121-1/+2
* sfc: Allow changing the DMA ring sizes dynamically via ethtoolBen Hutchings2010-09-105-52/+224
* sfc: Make the dmaq size a run-time setting (rather than compile-time)Steve Hodgson2010-09-107-76/+109
* sfc: Allocate each channel separately, along with its RX and TX queuesBen Hutchings2010-09-103-76/+61
* sfc: Refactor channel and queue lookup and iterationBen Hutchings2010-09-107-75/+125
* sfc: Abstract channel and index lookup for RX queuesBen Hutchings2010-09-103-33/+47
* sfc: Allocate DMA and event rings using GFP_KERNELBen Hutchings2010-09-101-4/+4
* sfc: Fix failure paths in efx_probe_port()Ben Hutchings2010-09-101-2/+2
* sfc: Remove declarations of functions that no longer existBen Hutchings2010-09-101-2/+0
* sfc: Accumulate RX_NODESC_DROP count in rx_dropped, not rx_over_errorsBen Hutchings2010-09-101-1/+1
* sfc: Use MCDI RX_BAD_FCS_PKTS count as MAC rx_bad countBen Hutchings2010-09-101-1/+1
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-09-09283-9099/+5821
|\
| * Merge branch 'vhost-net' of git://git.kernel.org/pub/scm/linux/kernel/git/mst...David S. Miller2010-09-091-22/+58
| |\
| | * vhost: error handling fixMichael S. Tsirkin2010-09-061-0/+1
| | * vhost: fix attach to cgroups regressionMichael S. Tsirkin2010-09-061-22/+57
| * | ipheth: remove incorrect devtype to WWANDan Williams2010-09-091-6/+1
| * | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds...David S. Miller2010-09-082461-74404/+197019
| |\ \