summaryrefslogtreecommitdiff
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* net: constify some ppp/pptp structsEric Dumazet2010-09-213-7/+7
* sundance: Use dev_kfree_skb_any() helperDenis Kirjanov2010-09-211-5/+1
* sundance: Handle DMA mapping errorsDenis Kirjanov2010-09-211-0/+21
* sundance: Convert to DMA APIDenis Kirjanov2010-09-211-44/+43
* drivers: atm: use native kernel's hex_to_bin() funcAndy Shevchenko2010-09-211-4/+2
* tmspci: fix tr%d in printkMeelis Roos2010-09-211-6/+4
* sfc: Fix build due to lack of vmalloc.h include.David S. Miller2010-09-211-0/+1
* sfc: Clean up and correct comments on efx_monitor()Ben Hutchings2010-09-211-13/+10
* sfc: Include RX IP filter table in register dumpBen Hutchings2010-09-211-3/+2
* sfc: Implement the ethtool RX n-tuple control functionsBen Hutchings2010-09-213-4/+118
* sfc: Add filter table managementBen Hutchings2010-09-217-1/+678
* qlcnic: dont set skb->truesizeEric Dumazet2010-09-201-6/+0
* bna: off by oneDan Carpenter2010-09-191-1/+1
* bonding: enable gro by defaultEric Dumazet2010-09-171-0/+4
* ethtool, ixgbe: Move RX n-tuple mask fixup to ethtoolBen Hutchings2010-09-171-43/+14
* netns: keep vlan slaves on master netns moveDavid Lamparter2010-09-171-0/+4
* stmmac: use one memset() to reset TDES01Giuseppe CAVALLARO2010-09-172-17/+2
* stmmac: prevent dma init stuck in case of failures.Giuseppe CAVALLARO2010-09-172-2/+18
* stmmac: consolidate and tidy-up the COE supportGiuseppe CAVALLARO2010-09-177-39/+58
* stmmac: add CSR Clock range selectionGiuseppe CAVALLARO2010-09-173-2/+5
* qlcnic: update version 5.0.10Amit Kumar Salecha2010-09-171-2/+2
* qlcnic: remove fw version checkAmit Kumar Salecha2010-09-171-28/+2
* 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