summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* s390/qeth: conclude all event processing before offlining a cardJulian Wiedmann2019-02-044-5/+15
* s390/qeth: cancel close_dev work before removing a cardJulian Wiedmann2019-02-043-0/+4
* s390/qeth: fix use-after-free in error pathJulian Wiedmann2019-02-041-9/+6
* s390/qeth: release cmd buffer in error pathsJulian Wiedmann2019-02-041-0/+6
* Merge tag 'wireless-drivers-for-davem-2019-02-04' of git://git.kernel.org/pub...David S. Miller2019-02-046-37/+35
|\
| * ath10k: correct bus type for WCN3990Brian Norris2019-01-311-1/+1
| * mt76x0: eeprom: fix chan_vs_power map in mt76x0_get_power_infoLorenzo Bianconi2019-01-313-27/+25
| * wlcore: sdio: Fixup power on/off sequenceUlf Hansson2019-01-221-8/+7
| * iwlwifi: make IWLWIFI depend on CFG80211Luca Coelho2019-01-161-1/+2
* | net: dp83640: expire old TX-skbSebastian Andrzej Siewior2019-02-041-3/+10
* | virtio_net: Account for tx bytes and packets on sending xdp_framesToshiaki Makita2019-02-041-4/+16
* | net: systemport: Fix WoL with password after deep sleepFlorian Fainelli2019-02-032-15/+12
* | Revert "net: phy: marvell: avoid pause mode on SGMII-to-Copper for 88e151x"Russell King2019-02-031-16/+0
* | enic: fix checksum validation for IPv6Govindarajulu Varadarajan2019-02-011-1/+2
* | skge: potential memory corruption in skge_get_regs()Dan Carpenter2019-02-011-2/+4
* | bnxt_en: Disable interrupts when allocating CP rings or NQs.Michael Chan2019-01-311-1/+7
* | ieee802154: mcr20a: fix indentation, remove tabsColin Ian King2019-01-311-3/+3
* | net: stmmac: Disable EEE mode earlier in XMIT callbackJose Abreu2019-01-311-3/+3
* | net: stmmac: Send TSO packets always from Queue 0Jose Abreu2019-01-311-1/+10
* | net: stmmac: Fallback to Platform Data clock in Watchdog conversionJose Abreu2019-01-311-4/+10
* | ipvlan, l3mdev: fix broken l3s mode wrt local routesDaniel Borkmann2019-01-311-3/+3
* | tun: move the call to tun_set_real_num_queuesGeorge Amanakis2019-01-311-2/+1
* | virtio_net: Differentiate sk_buff and xdp_frame on freeingToshiaki Makita2019-01-301-12/+42
* | virtio_net: Use xdp_return_frame to free xdp_frames on destroying vqsToshiaki Makita2019-01-301-1/+1
* | virtio_net: Don't process redirected XDP frames when XDP is disabledToshiaki Makita2019-01-301-7/+26
* | virtio_net: Fix out of bounds access of sqToshiaki Makita2019-01-301-10/+7
* | virtio_net: Fix not restoring real_num_rx_queuesToshiaki Makita2019-01-301-1/+1
* | virtio_net: Don't call free_old_xmit_skbs for xdp_framesToshiaki Makita2019-01-301-16/+33
* | virtio_net: Don't enable NAPI when interface is downToshiaki Makita2019-01-301-2/+4
* | ucc_geth: Reset BQL queue when stopping deviceMathias Thore2019-01-301-0/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2019-01-3033-72/+170
|\ \
| * | net: b44: replace dev_kfree_skb_xxx by dev_consume_skb_xxx for drop profilesYang Wei2019-01-291-2/+2
| * | net: caif: call dev_consume_skb_any when skb xmit doneYang Wei2019-01-291-4/+1
| * | net: 8139cp: replace dev_kfree_skb_irq by dev_consume_skb_irq for drop profilesYang Wei2019-01-291-1/+1
| * | net: macb: Apply RXUBR workaround only to versions with errataHarini Katakam2019-01-292-11/+20
| * | net: ti: replace dev_kfree_skb_irq by dev_consume_skb_irq for drop profilesYang Wei2019-01-291-1/+1
| * | net: apple: replace dev_kfree_skb_irq by dev_consume_skb_irq for drop profilesYang Wei2019-01-291-1/+1
| * | net: amd8111e: replace dev_kfree_skb_irq by dev_consume_skb_irqYang Wei2019-01-291-1/+1
| * | net: alteon: replace dev_kfree_skb_irq by dev_consume_skb_irqYang Wei2019-01-291-1/+1
| * | vhost: fix OOB in get_rx_bufs()Jason Wang2019-01-295-7/+11
| * | qed: Fix stack out of bounds bugManish Chopra2019-01-281-4/+4
| * | qed: Fix system crash in ll2 xmitManish Chopra2019-01-281-5/+15
| * | qed: Fix VF probe failure while FLRManish Chopra2019-01-281-0/+10
| * | qed: Fix LACP pdu drops for VFsManish Chopra2019-01-283-2/+16
| * | qed: Fix bug in tx promiscuous mode settingsManish Chopra2019-01-281-1/+6
| * | net: i825xx: replace dev_kfree_skb_irq by dev_consume_skb_irq for drop profilesYang Wei2019-01-281-1/+1
| * | net: dsa: mv88e6xxx: Fix serdes irq setup going recursiveAndrew Lunn2019-01-281-1/+1
| * | net: stmmac: dwmac-rk: fix error handling in rk_gmac_powerup()Alexey Khoroshilov2019-01-281-1/+3
| * | net: hns: Fix wrong read accesses via Clause 45 MDIO protocolYonglong Liu2019-01-281-1/+1
| * | net: hns: Restart autoneg need return failed when autoneg offYonglong Liu2019-01-281-7/+9