aboutsummaryrefslogtreecommitdiffstats
path: root/drivers (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-09-19bna: off by oneDan Carpenter1-1/+1
2010-09-17bonding: enable gro by defaultEric Dumazet1-0/+4
2010-09-17ethtool, ixgbe: Move RX n-tuple mask fixup to ethtoolBen Hutchings1-43/+14
2010-09-17netns: keep vlan slaves on master netns moveDavid Lamparter1-0/+4
2010-09-17stmmac: use one memset() to reset TDES01Giuseppe CAVALLARO2-17/+2
2010-09-17stmmac: prevent dma init stuck in case of failures.Giuseppe CAVALLARO2-2/+18
2010-09-17stmmac: consolidate and tidy-up the COE supportGiuseppe CAVALLARO7-39/+58
2010-09-17stmmac: add CSR Clock range selectionGiuseppe CAVALLARO3-2/+5
2010-09-17qlcnic: update version 5.0.10Amit Kumar Salecha1-2/+2
2010-09-17qlcnic: remove fw version checkAmit Kumar Salecha1-28/+2
2010-09-17qlcnic: vlan lro supportAmit Kumar Salecha1-9/+30
2010-09-17qlcnic: vlan gro supportAmit Kumar Salecha1-1/+1
2010-09-17qlcnic: support vlan rx acclerationAmit Kumar Salecha3-26/+44
2010-09-16drivers/net/tulip/de4x5.c: fix union member name in DE4X5_GET_REG ioctlDan Rosenberg1-1/+1
2010-09-15ehea: Remove a silly returnBreno Leitao1-2/+0
2010-09-15sky2: enable GRO by defaultstephen hemminger1-1/+2
2010-09-15ipv4: ip_ptr cleanupsEric Dumazet3-7/+16
2010-09-15misdn: kill big kernel lockArnd Bergmann1-7/+0
2010-09-15i4l: kill big kernel lockArnd Bergmann1-5/+6
2010-09-15ethtool: Remove unimplemented flow specification typesBen Hutchings1-14/+5
2010-09-15tg3: phy tmp variable roundupMatt Carlson1-30/+15
2010-09-15tg3: Dynamically allocate VPD data memoryMatt Carlson1-4/+11
2010-09-15tg3: Use skb_is_gso_v6()Matt Carlson1-3/+3
2010-09-15tg3: Move producer ring struct to tg3_napiMatt Carlson2-25/+18
2010-09-15tg3: Clarify semantics of TG3_IRQ_MAX_VECSMatt Carlson2-4/+5
2010-09-15tg3: Unlock 5717 B0+ supportMatt Carlson1-5/+1
2010-09-15tg3: Don't send APE events for NCSI firmwareMatt Carlson2-3/+28
2010-09-15tg3: Disable TSSMatt Carlson1-8/+1
2010-09-15tg3: Fix read DMA FIFO overruns on recent devicesMatt Carlson2-1/+15
2010-09-14drivers/net/wireless: Use static const char * const where possibleJoe Perches1-1/+1
2010-09-14drivers/net/pcmcia: Use static const char * const where possibleJoe Perches1-1/+1
2010-09-14drivers/net: Use static const char * const where possibleJoe Perches2-2/+6
2010-09-14drivers/isdn: Use static const char * const where possibleJoe Perches2-2/+2
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