summaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)AuthorFilesLines
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-16Driver: Vmxnet3: Fix use of mfTableLen for big endian architecturesShrikrishna Khare2-5/+6
2015-11-16net: usb: cdc_ether: add Dell DW5580 as a mobile broadband adapterDaniele Palmas1-0/+5
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-16ath10k: poll HTT send completion when CE 5 is unusedRajkumar Manoharan1-1/+12
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-15iwlwifi: mvm: Avoid dereferencing sta if it was already flushedAvri Altman1-24/+20
2015-11-15iwlwifi: mvm: don't overwrite the key indices in D3 entryLuca Coelho4-28/+39
2015-11-15iwlwifi: bump firmware API to 19Emmanuel Grumbach2-2/+2
2015-11-15iwlwifi: Add new PCI IDs for the 8260 seriesOren Givon1-1/+18
2015-11-14Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds1-139/+132
2015-11-13stmmac: 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/gi...Linus Torvalds1-1/+7
2015-11-12ath10k: override CE5 configuration for QCA6147 deviceRyan Hsu1-3/+29
2015-11-12ath10k: add QCA9377 hw1.0 supportBartosz Markowski3-0/+23
2015-11-12ath10k: introduce dev_id to hw_paramsBartosz Markowski4-7/+33
2015-11-12ath10k: update missing hw_params of QCA9377 hw1.1Bartosz Markowski1-1/+3
2015-11-12ath10k: fix the currently supported QCA9377 target version nameBartosz Markowski3-5/+9
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-10ath10k: fix invalid NSS for 4x4 devicesRajkumar Manoharan1-1/+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