aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-04-12ftgmac100: Disable HW checksum generation on AST2400, enable on othersBenjamin Herrenschmidt1-6/+6
2017-04-12ftgmac100: Use device "compatible" property, not machine.Benjamin Herrenschmidt1-7/+9
2017-04-12ftgmac100: Upgrade to NETIF_F_HW_CSUMBenjamin Herrenschmidt1-15/+25
2017-04-11net: stmmac: use netif_set_real_num_{rx,tx}_queuesJoao Pinto1-2/+2
2017-04-11net: fec: add ERR007885 for i.MX6ul enet IPFugang Duan1-2/+3
2017-04-11net: fec: correct the errata number comment typoFugang Duan1-1/+1
2017-04-11net: fec: add phy-reset-gpios PROBE_DEFER checkFugang Duan1-8/+18
2017-04-11net: fec: pass ->dev to dma_alloc__coherent() APIFugang Duan1-2/+2
2017-04-11net: fec: avoid BD pointer type cast to 32bitFugang Duan1-2/+2
2017-04-11net: fec: add return value check after calling .of_property_read_u32()Fugang Duan1-2/+2
2017-04-11mlxsw: convert to pci_alloc_irq_vectorsChristoph Hellwig1-7/+6
2017-04-11net: thunderx: Switch to pci_alloc_irq_vectorsThanneeru Srinivasulu3-96/+40
2017-04-11net/ena: switch to pci_alloc_irq_vectorsChristoph Hellwig2-45/+12
2017-04-11net: alx: switch to pci_alloc_irq_vectorsChristoph Hellwig2-80/+54
2017-04-10ftgmac100: Remove tx descriptor accessorsBenjamin Herrenschmidt2-114/+69
2017-04-10ftgmac100: Add support for fragmented txBenjamin Herrenschmidt1-25/+94
2017-04-10ftgmac100: Don't clear tx desc fields unnecessarilyBenjamin Herrenschmidt1-11/+6
2017-04-10ftgmac100: Split tx packet freeing from ftgmac100_tx_complete_packet()Benjamin Herrenschmidt1-17/+21
2017-04-10ftgmac100: Move the barrier out of ftgmac100_txdes_set_dma_own()Benjamin Herrenschmidt1-5/+4
2017-04-10ftgmac100: Cleanup tx queue handlingBenjamin Herrenschmidt1-35/+68
2017-04-10ftgmac100: Store tx skbs in a separate arrayBenjamin Herrenschmidt1-43/+16
2017-04-10ftgmac100: Pad small frames properlyBenjamin Herrenschmidt1-2/+8
2017-04-10ftgmac100: Factor tx packet dropping pathBenjamin Herrenschmidt1-8/+9
2017-04-10ftgmac100: Merge ftgmac100_xmit() into ftgmac100_hard_start_xmit()Benjamin Herrenschmidt1-33/+25
2017-04-10ftgmac100: Move ftgmac100_hard_start_xmit() aroundBenjamin Herrenschmidt1-29/+29
2017-04-10ftgmac100: Add a tx timeout handlerBenjamin Herrenschmidt1-0/+13
2017-04-09Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queueDavid S. Miller9-186/+486
2017-04-08liquidio: fix VF incorrectly indicating that it successfully set its VLANFelix Manlunas5-5/+43
2017-04-08nfp: don't dereference a null nn->eth_port to print a warningColin Ian King1-2/+1
2017-04-08Merge tag 'mlx5-updates-2017-04-16' of git://git.kernel.org/pub/scm/linux/kernel/git/saeed/linuxDavid S. Miller4-47/+107
2017-04-08i40e/i40evf: Use build_skb to build framesAlexander Duyck2-0/+94
2017-04-08i40e/i40evf: Add support for padding start of framesAlexander Duyck6-8/+179
2017-04-08i40e/i40evf: Add support for using order 1 pages with a 3K bufferAlexander Duyck6-27/+60
2017-04-08i40e: clean up historic deprecated flag definitionsJacob Keller1-3/+0
2017-04-08i40e: remove I40E_FLAG_NEED_LINK_UPDATEAlice Michael3-3/+0
2017-04-08i40e: remove extraneous loop in i40e_vsi_wait_queues_disabledJacob Keller1-7/+3
2017-04-08i40e: allow look-up of MAC address from Open Firmware or IDPROMJacob Keller1-13/+16
2017-04-08i40e: Simplify i40e_detect_recover_hung_queue logicAlan Brady5-64/+15
2017-04-08i40e: Decrease the scope of rtnl lockMaciej Sosin3-45/+101
2017-04-08i40e: Swap use of pf->flags and pf->hw_disabled_flags for ATR EvictionAlexander Duyck1-4/+2
2017-04-08i40e: update error message when trying to add invalid filtersJacob Keller1-4/+5
2017-04-08i40e: only register client on iWarp-capable devicesMitch Williams1-8/+11
2017-04-07net: thunderx: Enable TSO and checksum offloads for ipv6Thanneeru Srinivasulu2-4/+14
2017-04-07net-next: ethernet: mediatek: add device_node of GMAC pointing into the netdev instanceSean Wang1-0/+2
2017-04-07net-next: ethernet: mediatek: add CDM able to recognize the tag for DSASean Wang2-0/+10
2017-04-07net: stmmac: adding multiple napi mechanismJoao Pinto2-41/+120
2017-04-07net: stmmac: adding multiple buffers for TXJoao Pinto4-255/+374
2017-04-07net: stmmac: adding multiple buffers for rxJoao Pinto3-184/+306
2017-04-07net: stmmac: break some functions into RX and TX scopesJoao Pinto1-86/+266
2017-04-07net: typhoon: Use net_device_stats from struct net_deviceTobias Klauser1-4/+3