summaryrefslogtreecommitdiffstats
path: root/drivers/net
Commit message (Expand)AuthorAgeFilesLines
* qlcnic: Fix NAPI poll routine for Tx completionShahed Shaikh2015-02-051-3/+24
* amd-xgbe: Set RSS enablement based on hardware featuresLendacky, Thomas2015-02-041-0/+1
* amd-xgbe: Adjust for zero-based traffic class countLendacky, Thomas2015-02-041-1/+2
* gianfar: correct the bad expression while writing bit-patternSanjeev Sharma2015-02-041-1/+1
* net: usb: sr9700: Use 'SR_' prefix for the common register macrosChen Gang2015-02-042-51/+51
* Revert "drivers/net: Disable UFO through virtio"Vlad Yasevich2015-02-033-30/+26
* Revert "drivers/net, ipv6: Select IPv6 fragment idents for virtio UFO packets"Vlad Yasevich2015-02-032-8/+1
* xen-netback: stop the guest rx thread after a fatal errorDavid Vrabel2015-02-022-2/+3
* net/mlx4_core: Fix kernel Oops (mem corruption) when working with more than 8...Jack Morgenstein2015-02-021-1/+2
* sunvnet: set queue mapping when doing packet copiesDavid L Stevens2015-02-021-0/+1
* qlge: Fix qlge_update_hw_vlan_features to handle if interface is downMarcelo Leitner2015-02-021-10/+16
* hyperv: Fix the error processing in netvsc_send()Haiyang Zhang2015-01-311-3/+8
* drivers: net: xgene: fix: Out of order descriptor bytes readIyappan Subramanian2015-01-301-0/+2
* ixgbevf: Fix checksum error when using stacked vlanToshiaki Makita2015-01-301-2/+2
* ixgbe: Fix checksum error when using stacked vlanToshiaki Makita2015-01-301-1/+1
* igbvf: Fix checksum error when using stacked vlanToshiaki Makita2015-01-301-8/+11
* net: am2150: fix nmclan_cs.c shared interrupt handlingArnd Bergmann2015-01-291-0/+2
* net: lance,ni64: don't build for ARMArnd Bergmann2015-01-291-2/+2
* net: wan: add missing virt_to_bus dependenciesArnd Bergmann2015-01-291-3/+3
* net: cs89x0: always build platform code if !HAS_IOPORT_MAPArnd Bergmann2015-01-291-1/+2
* ppp: deflate: never return len larger than output bufferFlorian Westphal2015-01-291-1/+1
* vxlan: setup the right link netns in newlink hdlrNicolas Dichtel2015-01-291-5/+5
* caif: remove wrong dev_net_set() callNicolas Dichtel2015-01-291-1/+0
* stmmac: prevent probe drivers to crash kernelAndy Shevchenko2015-01-271-1/+4
* bnx2x: fix napi poll return value for repollGovindarajulu Varadarajan2015-01-271-1/+1
* sh_eth: Fix DMA-API usage for RX buffersBen Hutchings2015-01-271-11/+23
* sh_eth: Check for DMA mapping errors on transmitBen Hutchings2015-01-271-0/+4
* sh_eth: Ensure DMA engines are stopped before freeing buffersBen Hutchings2015-01-271-7/+32
* sh_eth: Remove RX overflow log messagesBen Hutchings2015-01-271-3/+0
* can: kvaser_usb: Fix state handling upon BUS_ERROR eventsAhmed S. Darwish2015-01-271-4/+3
* can: kvaser_usb: Retry the first bulk transfer on -ETIMEDOUTAhmed S. Darwish2015-01-271-2/+10
* can: kvaser_usb: Send correct context to URB completionAhmed S. Darwish2015-01-271-1/+1
* can: kvaser_usb: Do not sleep in atomic contextAhmed S. Darwish2015-01-271-6/+1
* net: mv643xx_eth: Fix highmem support in non-TSO egress pathEzequiel Garcia2015-01-261-10/+49
* sh_eth: Fix serialisation of interrupt disable with interrupt & NAPI handlersBen Hutchings2015-01-262-9/+31
* sh_eth: Fix crash or memory leak when resizing rings on device that is downBen Hutchings2015-01-261-16/+18
* sh_eth: Detach net device when stopping queue to resize DMA ringsBen Hutchings2015-01-261-1/+2
* sh_eth: Fix padding of short frames on TXBen Hutchings2015-01-261-4/+4
* drivers: net: cpsw: discard dual emac default vlan configurationMugunthan V N2015-01-261-0/+22
* Merge tag 'linux-can-fixes-for-3.19-20150121' of git://git.kernel.org/pub/scm...David S. Miller2015-01-261-0/+3
|\
| * can: c_can: end pending transmission on network stop (ifdown)Viktor Babrian2015-01-211-0/+3
* | ipvlan: fix incorrect usage of IS_ERR() macro in IPv6 code path.Mahesh Bandewar2015-01-251-2/+4
* | netxen: fix netxen_nic_poll() logicEric Dumazet2015-01-251-1/+4
* | enic: fix rx napi poll return valueGovindarajulu Varadarajan2015-01-241-1/+1
* | Merge tag 'wireless-drivers-for-davem-2015-01-20' of git://git.kernel.org/pub...David S. Miller2015-01-246-31/+69
|\ \
| * | ath9k: fix race condition in irq processing during hardware resetFelix Fietkau2015-01-191-4/+3
| * | Merge tag 'iwlwifi-for-kalle-2015-01-15' of https://git.kernel.org/pub/scm/li...Kalle Valo2015-01-191-0/+7
| |\ \
| | * | iwlwifi: mvm: abort scheduled scan upon RFKILLEmmanuel Grumbach2015-01-181-0/+7
| * | | Merge tag 'iwlwifi-for-kalle-2015-01-13' of https://git.kernel.org/pub/scm/li...Kalle Valo2015-01-155-27/+59
| |\| |
| | * | iwlwifi: mvm: set the tx cmd tid for BAR frame correctlyEyal Shapira2015-01-131-2/+9