summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* 3c509: remove __dev* attributesBill Pemberton2012-12-031-12/+12
* typhoon: remove __dev* attributesBill Pemberton2012-12-031-5/+5
* 3c59x: remove __dev* attributesBill Pemberton2012-12-031-8/+8
* i825xx: remove __dev* attributesBill Pemberton2012-12-033-9/+9
* i825xx/ether1.c: remove __dev* attributesBill Pemberton2012-12-031-7/+7
* drivers/net/ethernet/amd/am79c961a.c: remove __dev* attributesBill Pemberton2012-12-031-1/+1
* can: remove __dev* attributesBill Pemberton2012-12-0324-116/+116
* ARCNET: remove __dev* attributesBill Pemberton2012-12-031-3/+3
* bna: remove useless calls to memset().Cyril Roelandt2012-12-021-4/+0
* bnx2x: Correct PFC disablementBarak Witkowski2012-12-021-2/+5
* bnx2x: fix 'Ethtool -A' when autonegYuval Mintz2012-12-022-23/+28
* bnx2x: prevent DCB if disabled in nvramBarak Witkowski2012-12-022-2/+14
* bnx2x: Handle a rarely missed interruptYaniv Rosner2012-12-022-0/+16
* bnx2x: mask CPL_OF interruptYuval Mintz2012-12-021-11/+10
* bnx2x: IGU parse error cause probe failureBarak Witkowski2012-12-021-5/+12
* bnx2x: Ext. config accessed only on non-E1x.Yuval Mintz2012-12-021-1/+2
* bnx2x: nvram enables dropless flow controlYuval Mintz2012-12-023-4/+31
* bnx2x: Correct advertised speed/duplexYuval Mintz2012-12-021-8/+4
* bnx2x: Filter packets on FCoE ringsDmitry Kravkov2012-12-024-4/+17
* bnx2x: Management can control PFC/ETSBarak Witkowski2012-12-023-6/+24
* bnx2x: parity recovery flow enhancementBarak Witkowski2012-12-021-13/+20
* bnx2x: revised and corrected SPIO accessYuval Mintz2012-12-022-23/+30
* net/mlx4_en: Set number of rx/tx channels using ethtoolAmir Vadai2012-12-025-14/+93
* net/mlx4_en: Fix TX moderation info loss after set_ringparam is calledAmir Vadai2012-12-021-29/+30
* Merge git://git.infradead.org/users/dwmw2/atmDavid S. Miller2012-12-011-51/+32
|\
| * solos-pci: remove list_vccs() debugging functionDavid Woodhouse2012-12-021-41/+0
| * solos-pci: use GFP_KERNEL where possible, not GFP_ATOMICDavid Woodhouse2012-12-021-3/+3
| * solos-pci: clean up pclose() functionDavid Woodhouse2012-12-021-4/+14
| * solos-pci: Fix leak of skb received for unknown vccNathan Williams2012-12-021-1/+2
| * solos-pci: wait for pending TX to complete when releasing vccDavid Woodhouse2012-12-021-3/+14
* | qlcnic: remove duplicated include from qlcnic_sysfs.cWei Yongjun2012-12-011-2/+0
* | myri10ge: fix incorrect use of ntohs()Andrew Gallatin2012-12-011-1/+1
* | Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/bwh...David S. Miller2012-12-0113-83/+156
|\ \
| * | sfc: Make module parameters really booleanBen Hutchings2012-12-011-4/+4
| * | sfc: Fix timekeeping in efx_mcdi_poll()Ben Hutchings2012-12-011-6/+6
| * | sfc: lock TX queues when calling netif_device_detach()Daniel Pieczko2012-12-013-3/+16
| * | sfc: Work-around flush timeout when flushes have completedDaniel Pieczko2012-12-012-4/+53
| * | sfc: Reset driver's MAC stats after MC reboot seenBen Hutchings2012-12-011-1/+8
| * | sfc: Do not initialise buffer in efx_alloc_special_buffer()Ben Hutchings2012-12-011-3/+0
| * | sfc: Correctly initialise reset_method in siena_test_chip()Ben Hutchings2012-12-011-1/+1
| * | sfc: Remove confusing MMIO functionsBen Hutchings2012-12-013-36/+28
| * | sfc: Fix check for failure of MC_CMD_FLUSH_RX_QUEUESBen Hutchings2012-12-011-1/+1
| * | sfc: Delete redundant page_addr variable from efx_init_rx_buffers_page()Ben Hutchings2012-12-011-5/+1
| * | sfc: Really disable flow control while flushingBen Hutchings2012-12-016-7/+23
| * | sfc: Fix byte order warning in self-testBen Hutchings2012-12-011-1/+1
| * | sfc: Fix byte order warnings for ethtool RX filter interfaceBen Hutchings2012-12-011-11/+14
* | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...David S. Miller2012-12-0123-984/+823
|\ \ \
| * | | ixgbe: Do not parse past IP header on fragments beyond the firstAlexander Duyck2012-12-011-5/+8
| * | | e1000e: cosmetic cleanup of commentsBruce Allan2012-12-0113-790/+416
| * | | igb: Fix SerDes autoneg flow control.Carolyn Wyborny2012-12-013-8/+166