aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-11-18net: add netif_tx_napi_add()Eric Dumazet9-13/+13
2015-11-18net: move skb_mark_napi_id() into core networking stackEric Dumazet11-14/+2
2015-11-18mlx4: remove mlx4_en_low_latency_recv()Eric Dumazet4-198/+2
2015-11-18bnx2x: remove bnx2x_low_latency_recv() supportEric Dumazet4-167/+2
2015-11-18mlx5: support napi_complete_done()Eric Dumazet3-14/+13
2015-11-18mlx5: add busy polling supportEric Dumazet2-0/+8
2015-11-18mlx4: mlx4_en_low_latency_recv() called with BH disabledEric Dumazet1-5/+7
2015-11-18be2net: remove local variable 'status'Ivan Vecera1-4/+2
2015-11-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds25-3188/+240
2015-11-17via-velocity: unconditionally drop frames with bad l2 lengthTimo Teräs1-21/+3
2015-11-16ipg: Remove ipg driverOndrej Zary6-3068/+0
2015-11-16dl2k: Add support for IP1000A-based cardsOndrej Zary3-6/+69
2015-11-16net: thunder: Check for driver data in nicvf_remove()Pavel Fedin1-5/+8
2015-11-16bnx2x: Fix VLANs null-pointer for 57710, 57711Yuval Mintz1-1/+1
2015-11-16ravb: remove unhandle int causeMasaru Nagai1-2/+0
2015-11-16sfc: constify pci_error_handlers structuresJulia Lawall1-1/+1
2015-11-16net: cavium: liquidio: constify pci_error_handlers structuresJulia Lawall1-1/+1
2015-11-16be2net: replace hardcoded values with existing defineIvan Vecera2-2/+3
2015-11-16be2net: remove unused local rsstable arrayIvan Vecera1-14/+2
2015-11-16ravb: Fix int mask value overwritten issueMasaru Nagai1-2/+4
2015-11-16net: smsc911x: Reset PHY during initializationPavel Fedin1-11/+6
2015-11-15net/mlx4_core: Avoid returning success in case of an error flowNoa Osherovich1-3/+5
2015-11-15net/mlx4_core: Fix sleeping while holding spinlock at rem_slave_countersEran Ben Elisha1-12/+27
2015-11-15net/mlx5e: Use the right DMA free function on TX pathAchiad Shochat2-32/+43
2015-11-15net/mlx5e: Max mtu comparison fixDoron Tsur1-0/+2
2015-11-15net/mlx5e: Added self loopback preventionTariq Toukan1-0/+48
2015-11-15net/mlx5e: Fix inline header size calculationSaeed Mahameed1-2/+9
2015-11-15net: thunder: Fix crash upon shutdown after failed probePavel Fedin1-0/+3
2015-11-12stmmac: avoid ipq806x constant overflow warningArnd Bergmann1-5/+5
2015-11-12Merge tag 'pm+acpi-4.4-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds1-1/+7
2015-11-12r8169: fix kasan reported skb use-after-free.françois romieu1-3/+3
2015-11-10Merge branch 'akpm' (patches from Andrew)Linus Torvalds2-6/+4
2015-11-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds18-102/+175
2015-11-10sfc: don't call dma_supportedChristoph Hellwig1-5/+3
2015-11-10pcnet32: use pci_set_dma_mask insted of pci_dma_supportedChristoph Hellwig1-1/+1
2015-11-10qed: select ZLIB_INFLATEArnd Bergmann1-0/+1
2015-11-09net: mvneta: Fix memory use after free.Justin Maggard1-1/+1
2015-11-09mvneta: add FIXED_PHY dependencyArnd Bergmann1-0/+1
2015-11-09net: hisilicon: NET_VENDOR_HISILICON should depend on HAS_DMAGeert Uytterhoeven1-1/+2
2015-11-08drivers: net: xgene: fix RGMII 10/100Mb modeIyappan Subramanian3-3/+48
2015-11-07Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-1/+1
2015-11-07Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdmaLinus Torvalds11-49/+254
2015-11-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-2/+2
2015-11-07dwc_eth_qos: Delete an unnecessary check before the function call "of_node_put"Markus Elfring1-2/+1
2015-11-07net/qlcnic: fix mac address restore in bond mode 5/6Jarod Wilson1-1/+2
2015-11-06mm, page_alloc: distinguish between being unable to sleep, unwilling to sleep and avoiding waking kswapdMel Gorman1-1/+1
2015-11-07Merge branch 'acpi-pci'Rafael J. Wysocki1-1/+7
2015-11-07device property: ACPI: Make use of the new DMA Attribute APIsSuthikulpanit, Suravee1-1/+7
2015-11-06Merge tag 'asm-generic-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-genericLinus Torvalds6-6/+6
2015-11-05bnxt_en: More robust SRIOV cleanup sequence.Jeffrey Huang1-13/+27