summaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)AuthorFilesLines
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-16net: phy: vitesse: add support for VSC8601Måns Rullgård1-1/+15
2015-11-16net: phy: at803x: support interrupt on 8030 and 8035Måns Rullgård1-0/+4
2015-11-16net: dsa: mv88e6060: replace magic values with register definesNeil Armstrong1-27/+37
2015-11-16net: dsa: mv88e6060: add register defines header fileNeil Armstrong1-0/+111
2015-11-16net: dsa: mv88e6060: use the correct bit shift for mac0Neil Armstrong1-1/+2
2015-11-16net: dsa: mv88e6060: use the correct MaxFrameSize bitNeil Armstrong1-1/+1
2015-11-16net: dsa: mv88e6060: use the correct InitReady bitNeil Armstrong1-1/+1
2015-11-16net: dsa: mv88e6060: remove poll_link callbackNeil Armstrong1-49/+0
2015-11-16net/mlx4_core: Avoid returning success in case of an error flowNoa Osherovich1-3/+5
2015-11-16net/mlx4_core: Fix sleeping while holding spinlock at rem_slave_countersEran Ben Elisha1-12/+27
2015-11-16net/mlx5e: Use the right DMA free function on TX pathAchiad Shochat2-32/+43
2015-11-16net/mlx5e: Max mtu comparison fixDoron Tsur1-0/+2
2015-11-16net/mlx5e: Added self loopback preventionTariq Toukan1-0/+48
2015-11-16net/mlx5e: Fix inline header size calculationSaeed Mahameed1-2/+9
2015-11-16net: thunder: Fix crash upon shutdown after failed probePavel Fedin1-0/+3
2015-11-16fjes: fix inconsistent indentingColin Ian King1-1/+1
2015-11-13stmmac: avoid ipq806x constant overflow warningArnd Bergmann1-5/+5
2015-11-12r8169: fix kasan reported skb use-after-free.françois romieu1-3/+3
2015-11-11Merge branch 'akpm' (patches from Andrew)Linus Torvalds4-18/+4
2015-11-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds27-109/+254
2015-11-11usbnet: remove ifdefed out call to dma_supportedChristoph Hellwig1-6/+0
2015-11-11kaweth: remove ifdefed out call to dma_supportedChristoph Hellwig1-6/+0
2015-11-11sfc: don't call dma_supportedChristoph Hellwig1-5/+3
2015-11-11pcnet32: use pci_set_dma_mask insted of pci_dma_supportedChristoph Hellwig1-1/+1
2015-11-10qed: select ZLIB_INFLATEArnd Bergmann1-0/+1
2015-11-10net: mvneta: Fix memory use after free.Justin Maggard1-1/+1
2015-11-10remove abs64()Andrew Morton1-1/+1
2015-11-09macvtap: Resolve possible __might_sleep warning in macvtap_do_read()Vlad Yasevich1-2/+3
2015-11-09mvneta: add FIXED_PHY dependencyArnd Bergmann1-0/+1
2015-11-09net: caif: check return value of alloc_netdevRasmus Villemoes1-2/+5
2015-11-09net: hisilicon: NET_VENDOR_HISILICON should depend on HAS_DMAGeert Uytterhoeven1-1/+2
2015-11-09drivers: net: xgene: fix RGMII 10/100Mb modeIyappan Subramanian3-3/+48
2015-11-08Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-1/+1
2015-11-08Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds11-49/+254
2015-11-08Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus 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-07bonding: fix panic on non-ARPHRD_ETHER enslave failureJay Vosburgh1-0/+1
2015-11-07net/qlcnic: fix mac address restore in bond mode 5/6Jarod Wilson1-1/+2
2015-11-07fjes: Delete an unnecessary check before the function call "vfree"Markus Elfring1-3/+1
2015-11-07mm, page_alloc: distinguish between being unable to sleep, unwilling to sleep...Mel Gorman1-1/+1
2015-11-07Merge tag 'asm-generic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds6-6/+6
2015-11-06bnxt_en: More robust SRIOV cleanup sequence.Jeffrey Huang1-13/+27
2015-11-06bnxt_en: Fix comparison of u16 sw_id against negative value.Michael Chan1-4/+5
2015-11-06bnxt_en: map CAG_REG_LEGACY_INT_STATUS_MASK to GRC window #4Jeffrey Huang2-3/+20
2015-11-06bnxt_en: Determine tcp/ipv6 RSS hash type correctly.Michael Chan1-5/+7
2015-11-06bnxt_en: Change sp events definitions to represent bit position.Jeffrey Huang1-5/+5
2015-11-06Merge tag 'spi-v4.4' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie...Linus Torvalds13-13/+0