summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds2014-09-242-15/+29
|\
| * mlx4: Fix mlx4 reg/unreg mac to work properly with 0-mac addressesJack Morgenstein2014-09-221-4/+7
| * mlx4: Correct error flows in rereg_mrMatan Barak2014-09-221-11/+22
* | net: bcmgenet: call bcmgenet_dma_teardown in bcmgenet_fini_dmaFlorian Fainelli2014-09-231-53/+52
* | net: bcmgenet: fix TX reclaim accounting for fragmentsFlorian Fainelli2014-09-231-1/+4
* | dm9000: Return an ERR_PTR() in all error conditions of dm9000_parse_dt()Tobias Klauser2014-09-221-1/+1
* | r8169: fix an if conditionDan Carpenter2014-09-221-1/+1
* | tg3: Work around HW/FW limitations with vlan encapsulated framesVlad Yasevich2014-09-221-2/+18
* | pch_gbe: 'select' NET_PTP_CLASSIFY.David S. Miller2014-09-221-0/+1
* | 3c59x: Fix bad offset spec in skb_frag_dma_mapNeil Horman2014-09-191-1/+1
* | 3c59x: Add dma error checking and recoveryNeil Horman2014-09-191-9/+41
* | sfc: fix addr_list_lock spinlock use before initEdward Cree2014-09-161-0/+3
* | r8169: adjust __rtl8169_set_featureshayeswang2014-09-161-40/+34
* | cxgb4: Don't allocate adapter structure for all PF'sHariprasad Shenai2014-09-151-22/+27
* | r8169: fix setting rx vlanhayeswang2014-09-131-1/+1
* | r8169: fix the default setting of rx vlanhayeswang2014-09-131-1/+6
* | drivers: net: cpsw: dual_emac: in suspend/resume bring down/up all the netdevMugunthan V N2014-09-131-5/+24
* | drivers: net: b44: Fix typo in returning multicast statsMark Einon2014-09-131-1/+1
* | net: arc_emac: prevent reuse of unreclaimed tx descriptorsBeniamino Galvani2014-09-121-11/+32
* | net: arc_emac: enable tx interruptsBeniamino Galvani2014-09-121-5/+5
* | net/mlx4: Set vlan stripping policy by the right commandMatan Barak2014-09-112-4/+26
* | net/mlx4: Avoid dealing with MAC index in UPDATE_QP wrapper if not neededMatan Barak2014-09-111-7/+11
* | net/mlx4: Use the correct VSD mask in UPDATE_QPMatan Barak2014-09-111-1/+1
* | net/mlx4: Correctly configure single ported VFs from the hostMatan Barak2014-09-111-0/+21
* | drivers: net: cpsw: dual_emac: fix reducing of rx descriptor during ifdownMugunthan V N2014-09-101-0/+23
* | net: bcmgenet: check harder for out of memory conditionsFlorian Fainelli2014-09-091-14/+19
* | net: systemport: check harder for out of memory conditionsFlorian Fainelli2014-09-091-12/+19
* | net/mlx4_en: do not ignore autoneg in mlx4_en_set_pauseparam()Ivan Vecera2014-09-091-0/+3
* | drivers: net: ethernet: octeon_mgmt: fix a compiler warningAaro Koskinen2014-09-081-1/+3
* | sunvnet - add missing rmb() for sunvnet driverDavid L Stevens2014-09-081-2/+5
* | amd-xgbe: Enable interrupts for all management countersLendacky, Thomas2014-09-061-2/+2
* | amd-xgbe: Treat certain counter registers as 64 bitLendacky, Thomas2014-09-061-82/+108
* | greth: moved TX ring cleaning to NAPI rx poll funcDaniel Hellstrom2014-09-062-39/+49
* | cnic : Cleanup CONFIG_IPV6 & VLAN checkAnish Bhatt2014-09-062-3/+3
* | bnx2x: Fix link problems for 1G SFP RJ45 moduleYaniv Rosner2014-09-063-36/+50
* | 3c59x: avoid panic in boomerang_start_xmit when finding page address:Neil Horman2014-09-061-4/+4
* | amd-xgbe: Fix initialization of the wrong spin lockLendacky, Thomas2014-09-021-1/+1
* | bnx2x: Configure device endianity on driver load and reset endianity on removal.Manish Chopra2014-09-021-18/+39
* | net: calxedaxgmac: fix driver dependenciesBartlomiej Zolnierkiewicz2014-09-021-0/+1
* | net: sh_eth: fix driver dependenciesBartlomiej Zolnierkiewicz2014-09-021-0/+1
* | net: lpc_eth: Fix crash on ip link upRoland Stigge2014-09-021-0/+3
* | tg3: prevent ifup/ifdown during PCI error recoveryIvan Vecera2014-09-022-0/+17
* | cxgb4: Issue mbox commands on correct mboxHariprasad Shenai2014-09-021-2/+4
* | cxgb4: Avoid dumping Write-only registers in register dumpHariprasad Shenai2014-09-021-2/+4
* | cxgb4: Detect and display firmware reported errorsHariprasad Shenai2014-09-022-1/+41
* | cxgb4: Fix T5 adapter accessing T4 adapter registersHariprasad Shenai2014-09-023-11/+24
* | cxgb4: Fixed the code to use correct length for part numberHariprasad Shenai2014-09-021-1/+10
* | cxgb4: Fix for handling 1Gb/s SFP+ Transceiver ModulesHariprasad Shenai2014-09-021-0/+1
* | stmmac: only remove RXCSUM feature if no rx coe is availableGiuseppe CAVALLARO2014-09-021-2/+0
* | stmmac: fix the rx csum featureGiuseppe CAVALLARO2014-09-023-3/+31