summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet
Commit message (Expand)AuthorAgeFilesLines
...
| * | ixgbe: return integer from ixgbe_acquire_msix_vectorsJacob Keller2014-09-181-14/+18
| * | ixgbe: use e_dev_warn instead of netif_printkJacob Keller2014-09-181-5/+5
| * | ixgbe: Do not schedule an uninitialized workqueue entryMark Rustad2014-09-181-3/+4
| * | ixgbe: remove useless bd_number from adapter structEthan Zhao2014-09-182-6/+0Star
| * | ixgbevf: remove useless bd_number from struct ixgbevf_adapterEthan Zhao2014-09-182-5/+0Star
* | | net/mlx4_en: Add mlx4_en_get_cqe helperIdo Shamay2014-09-194-4/+11
* | | net/mlx4_core: Cache line EQE size supportIdo Shamay2014-09-191-11/+19
* | | net/mlx4_core: Enable CQE/EQE stride supportIdo Shamay2014-09-194-4/+100
* | | bnx2x: Add a fallback multi-function mode NPAR1.5Yuval Mintz2014-09-193-21/+42
* | | bnx2x: New multi-function mode: UFPYuval Mintz2014-09-196-18/+200
* | | bnx2x: Changes with storage & MAC macrosDmitry Kravkov2014-09-195-42/+54
* | | net: bcmgenet: communicate integrated PHY revision to PHY driverFlorian Fainelli2014-09-193-2/+14
* | | net: bcmgenet: remove PHY_BRCM_100MBPS_WARFlorian Fainelli2014-09-191-10/+0Star
* | | net: fec: Workaround for imx6sx enet tx hang when enable three queuesFugang Duan2014-09-191-2/+15
* | | net:fec: increase DMA queue numberFugang Duan2014-09-191-1/+1
* | | net: fec: add interrupt coalescence feature supportFugang Duan2014-09-192-0/+151
* | | net: fec: refine error handle of parser queue number from DTFrank Li2014-09-191-10/+10
|/ /
* | net: fec: fix build error at m68k platformFrank Li2014-09-161-5/+25
* | net: ethernet: neterion: vxge: vxge-main.c: Cleaning up missing null-terminat...Rickard Strandqvist2014-09-151-1/+1
* | net: ethernet: freescale: fec_main.c: Cleaning up missing null-terminate in c...Rickard Strandqvist2014-09-151-2/+2
* | bna: use container_of to resolve bufdesc_ex from bufdescFabian Frederick2014-09-152-5/+8
* | net: fec: use container_of to resolve bufdesc_ex from bufdescFabian Frederick2014-09-151-2/+2
* | net/macb: Add hardware revision information during probeBo Shen2014-09-131-3/+3
* | net: fec: init complete variable in early to avoid kernel dumpFugang Duan2014-09-131-0/+1
* | net: fec: change FEC alignment according to i.mx6 sx requirementFugang Duan2014-09-132-11/+27
* | net:fec: Add fsl,imx6sx-fec compatible stringsFugang Duan2014-09-131-0/+2
* | net: fec: add enet-avb IP supportFrank Li2014-09-132-18/+51
* | net:fec: Disable enet-avb MAC instead of reset MACFugang Duan2014-09-131-6/+20
* | net: fec: init multi queue date structureFrank Li2014-09-131-113/+252
* | net: fec: parser max queue number from dt fileFugang Duan2014-09-132-1/+47
* | net: fec: change data structure to support multiqueueFugang Duan2014-09-132-196/+400
* | net:fec: add enet AVB feature macro define for imx6sxFugang Duan2014-09-131-0/+16
* | net:fec: add enet refrence clock for i.MX 6SX chipFugang Duan2014-09-132-0/+18
* | be2net: enable PCIe error reporting on VFs tooKalesh AP2014-09-131-5/+3Star
* | be2net: send a max of 8 EQs to be_cmd_modify_eqd() on LancerKalesh AP2014-09-131-2/+21
* | be2net: fix port-type reporting in get_settingsRavikumar Nelavelli2014-09-134-16/+73
* | be2net: add ethtool "-m" option supportMark Leonard2014-09-133-19/+109
* | be2net: use v1 of SET_FLOW_CONTROL commandSuresh Reddy2014-09-132-1/+7
* | be2net: fix RX fragment posting for jumbo framesAjit Khaparde2014-09-131-7/+15
* | be2net: replace strcpy with strlcpyVasundhara Volam2014-09-131-4/+6
* | be2net: fix some log messagesVasundhara Volam2014-09-133-12/+9Star
* | net: stmmac: fix return value check in socfpga_dwmac_parse_data()Wei Yongjun2014-09-131-2/+2
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...David S. Miller2014-09-1310-383/+396
|\ \
| * | e1000: switch to napi_gro_frags apiFlorian Westphal2014-09-121-17/+32
| * | e1000: convert to build_skbFlorian Westphal2014-09-123-120/+131
| * | e1000: rename struct e1000_buffer to e1000_tx_bufferFlorian Westphal2014-09-123-17/+17
| * | e1000: add and use e1000_rx_buffer info for RxFlorian Westphal2014-09-123-23/+27
| * | e1000: perform copybreak ahead of DMA unmapFlorian Westphal2014-09-121-30/+43
| * | e1000: move tbi workaround code into helper functionFlorian Westphal2014-09-121-30/+33
| * | e1000: move e1000_tbi_adjust_stats to where its usedFlorian Westphal2014-09-123-80/+77Star