summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* net: mvmdio: fix interrupt disable in remove pathRussell King2017-04-131-1/+2
* net: mvmdio: disable interrupts in driver failure pathRussell King2017-04-131-0/+2
* ftgmac100: Set default ring sizes to 128 entriesBenjamin Herrenschmidt2017-04-121-2/+2
* ftgmac100: Make ring sizes configurable via ethtoolBenjamin Herrenschmidt2017-04-121-56/+148
* ftgmac100: Add more register inits in ftgmac100_init_hw()Benjamin Herrenschmidt2017-04-121-0/+36
* ftgmac100: Open code remaining register writesBenjamin Herrenschmidt2017-04-121-33/+20
* ftgmac100: Rename ftgmac100_setup_mac to ftgmac100_initial_macBenjamin Herrenschmidt2017-04-121-2/+2
* ftgmac100: Rename ftgmac100_set_mac to ftgmac100_write_mac_addrBenjamin Herrenschmidt2017-04-121-3/+3
* ftgmac100: Set netdev->hw_featuresBenjamin Herrenschmidt2017-04-121-3/+4
* ftgmac100: Disable HW checksum generation on AST2400, enable on othersBenjamin Herrenschmidt2017-04-121-6/+6
* ftgmac100: Use device "compatible" property, not machine.Benjamin Herrenschmidt2017-04-121-7/+9
* ftgmac100: Upgrade to NETIF_F_HW_CSUMBenjamin Herrenschmidt2017-04-121-15/+25
* net: stmmac: use netif_set_real_num_{rx,tx}_queuesJoao Pinto2017-04-121-2/+2
* net: fec: add ERR007885 for i.MX6ul enet IPFugang Duan2017-04-111-2/+3
* net: fec: correct the errata number comment typoFugang Duan2017-04-111-1/+1
* net: fec: add phy-reset-gpios PROBE_DEFER checkFugang Duan2017-04-111-8/+18
* net: fec: pass ->dev to dma_alloc__coherent() APIFugang Duan2017-04-111-2/+2
* net: fec: avoid BD pointer type cast to 32bitFugang Duan2017-04-111-2/+2
* net: fec: add return value check after calling .of_property_read_u32()Fugang Duan2017-04-111-2/+2
* mlxsw: convert to pci_alloc_irq_vectorsChristoph Hellwig2017-04-111-7/+6
* net: thunderx: Switch to pci_alloc_irq_vectorsThanneeru Srinivasulu2017-04-113-96/+40
* net/ena: switch to pci_alloc_irq_vectorsChristoph Hellwig2017-04-112-45/+12
* net: alx: switch to pci_alloc_irq_vectorsChristoph Hellwig2017-04-112-80/+54
* ftgmac100: Remove tx descriptor accessorsBenjamin Herrenschmidt2017-04-102-114/+69
* ftgmac100: Add support for fragmented txBenjamin Herrenschmidt2017-04-101-25/+94
* ftgmac100: Don't clear tx desc fields unnecessarilyBenjamin Herrenschmidt2017-04-101-11/+6
* ftgmac100: Split tx packet freeing from ftgmac100_tx_complete_packet()Benjamin Herrenschmidt2017-04-101-17/+21
* ftgmac100: Move the barrier out of ftgmac100_txdes_set_dma_own()Benjamin Herrenschmidt2017-04-101-5/+4
* ftgmac100: Cleanup tx queue handlingBenjamin Herrenschmidt2017-04-101-35/+68
* ftgmac100: Store tx skbs in a separate arrayBenjamin Herrenschmidt2017-04-101-43/+16
* ftgmac100: Pad small frames properlyBenjamin Herrenschmidt2017-04-101-2/+8
* ftgmac100: Factor tx packet dropping pathBenjamin Herrenschmidt2017-04-101-8/+9
* ftgmac100: Merge ftgmac100_xmit() into ftgmac100_hard_start_xmit()Benjamin Herrenschmidt2017-04-101-33/+25
* ftgmac100: Move ftgmac100_hard_start_xmit() aroundBenjamin Herrenschmidt2017-04-101-29/+29
* ftgmac100: Add a tx timeout handlerBenjamin Herrenschmidt2017-04-101-0/+13
* Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirshe...David S. Miller2017-04-099-186/+486
|\
| * i40e/i40evf: Use build_skb to build framesAlexander Duyck2017-04-082-0/+94
| * i40e/i40evf: Add support for padding start of framesAlexander Duyck2017-04-086-8/+179
| * i40e/i40evf: Add support for using order 1 pages with a 3K bufferAlexander Duyck2017-04-086-27/+60
| * i40e: clean up historic deprecated flag definitionsJacob Keller2017-04-081-3/+0
| * i40e: remove I40E_FLAG_NEED_LINK_UPDATEAlice Michael2017-04-083-3/+0
| * i40e: remove extraneous loop in i40e_vsi_wait_queues_disabledJacob Keller2017-04-081-7/+3
| * i40e: allow look-up of MAC address from Open Firmware or IDPROMJacob Keller2017-04-081-13/+16
| * i40e: Simplify i40e_detect_recover_hung_queue logicAlan Brady2017-04-085-64/+15
| * i40e: Decrease the scope of rtnl lockMaciej Sosin2017-04-083-45/+101
| * i40e: Swap use of pf->flags and pf->hw_disabled_flags for ATR EvictionAlexander Duyck2017-04-081-4/+2
| * i40e: update error message when trying to add invalid filtersJacob Keller2017-04-081-4/+5
| * i40e: only register client on iWarp-capable devicesMitch Williams2017-04-081-8/+11
* | liquidio: fix VF incorrectly indicating that it successfully set its VLANFelix Manlunas2017-04-085-5/+43
* | nfp: don't dereference a null nn->eth_port to print a warningColin Ian King2017-04-081-2/+1