summaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)AuthorLines
2017-04-11s390/qeth: remove unimplemented gdev routinesJulian Wiedmann-19/+2
2017-04-11s390/qeth: use LINK_MODE_* to report the link characteristicsJulian Wiedmann-24/+47
2017-04-11s390/qeth: convert to ETHTOOL_GLINKSETTINGS APIJulian Wiedmann-42/+40
2017-04-11s390/qeth: clean up qeth_set_ecmd_adv_sup()Julian Wiedmann-29/+28
2017-04-11s390/qeth: use and remove some definesJulian Wiedmann-3/+2
2017-04-11s390/qeth: use correct return type for hard_start_xmit()Julian Wiedmann-2/+4
2017-04-11s390/qeth: remove unused parameterJulian Wiedmann-5/+4
2017-04-11s390/qeth: move gdev shutdown handler to coreJulian Wiedmann-27/+6
2017-04-11s390/qeth: move NAPI poll routine to coreJulian Wiedmann-169/+97
2017-04-11s390/qeth: move common ioctl handling to coreJulian Wiedmann-99/+64
2017-04-11net: fec: add ERR007885 for i.MX6ul enet IPFugang Duan-2/+3
2017-04-11net: fec: correct the errata number comment typoFugang Duan-1/+1
2017-04-11net: fec: add phy-reset-gpios PROBE_DEFER checkFugang Duan-8/+18
2017-04-11net: fec: pass ->dev to dma_alloc__coherent() APIFugang Duan-2/+2
2017-04-11net: fec: avoid BD pointer type cast to 32bitFugang Duan-2/+2
2017-04-11net: fec: add return value check after calling .of_property_read_u32()Fugang Duan-2/+2
2017-04-11mlxsw: convert to pci_alloc_irq_vectorsChristoph Hellwig-7/+6
2017-04-11PCI: remove pci_enable_msixChristoph Hellwig-21/+0
2017-04-11net: thunderx: Switch to pci_alloc_irq_vectorsThanneeru Srinivasulu-96/+40
2017-04-11net/ena: switch to pci_alloc_irq_vectorsChristoph Hellwig-45/+12
2017-04-11net: alx: switch to pci_alloc_irq_vectorsChristoph Hellwig-80/+54
2017-04-10ftgmac100: Remove tx descriptor accessorsBenjamin Herrenschmidt-114/+69
2017-04-10ftgmac100: Add support for fragmented txBenjamin Herrenschmidt-25/+94
2017-04-10ftgmac100: Don't clear tx desc fields unnecessarilyBenjamin Herrenschmidt-11/+6
2017-04-10ftgmac100: Split tx packet freeing from ftgmac100_tx_complete_packet()Benjamin Herrenschmidt-17/+21
2017-04-10ftgmac100: Move the barrier out of ftgmac100_txdes_set_dma_own()Benjamin Herrenschmidt-5/+4
2017-04-10ftgmac100: Cleanup tx queue handlingBenjamin Herrenschmidt-35/+68
2017-04-10ftgmac100: Store tx skbs in a separate arrayBenjamin Herrenschmidt-43/+16
2017-04-10ftgmac100: Pad small frames properlyBenjamin Herrenschmidt-2/+8
2017-04-10ftgmac100: Factor tx packet dropping pathBenjamin Herrenschmidt-8/+9
2017-04-10ftgmac100: Merge ftgmac100_xmit() into ftgmac100_hard_start_xmit()Benjamin Herrenschmidt-33/+25
2017-04-10ftgmac100: Move ftgmac100_hard_start_xmit() aroundBenjamin Herrenschmidt-29/+29
2017-04-10ftgmac100: Add a tx timeout handlerBenjamin Herrenschmidt-0/+13
2017-04-09net: dsa: mt7530: Include gpio/consumer.h for GPIO functionsFlorian Fainelli-0/+1
2017-04-09netvsc: use napi_consume_skbstephen hemminger-7/+11
2017-04-09Merge tag 'wireless-drivers-next-for-davem-2017-04-07' of git://git.kernel.or...David S. Miller-7944/+6615
2017-04-09Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirshe...David S. Miller-186/+486
2017-04-08liquidio: fix VF incorrectly indicating that it successfully set its VLANFelix Manlunas-5/+43
2017-04-08netvsc: Initialize all channel related state prior to opening the channelK. Y. Srinivasan-14/+18
2017-04-08net: dsa: mv88e6xxx: Make SMI c22/c45 read/write functions staticFlorian Fainelli-8/+12
2017-04-08nfp: don't dereference a null nn->eth_port to print a warningColin Ian King-2/+1
2017-04-08Merge tag 'mlx5-updates-2017-04-16' of git://git.kernel.org/pub/scm/linux/ker...David S. Miller-47/+107
2017-04-08i40e/i40evf: Use build_skb to build framesAlexander Duyck-0/+94
2017-04-08i40e/i40evf: Add support for padding start of framesAlexander Duyck-8/+179
2017-04-08i40e/i40evf: Add support for using order 1 pages with a 3K bufferAlexander Duyck-27/+60
2017-04-08i40e: clean up historic deprecated flag definitionsJacob Keller-3/+0
2017-04-08i40e: remove I40E_FLAG_NEED_LINK_UPDATEAlice Michael-3/+0
2017-04-08i40e: remove extraneous loop in i40e_vsi_wait_queues_disabledJacob Keller-7/+3
2017-04-08i40e: allow look-up of MAC address from Open Firmware or IDPROMJacob Keller-13/+16
2017-04-08i40e: Simplify i40e_detect_recover_hung_queue logicAlan Brady-64/+15