summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* tg3: Add higher cpu clock for 5762.Sanjeev Bansal2018-07-161-0/+9
* tg3: Update copyrightSiva Reddy Kallam2018-07-162-0/+6
* ibmvnic: Fix error recovery on login failureJohn Allen2018-07-161-2/+2
* net: lan78xx: Fix race in tx pending skb size calculationStefan Wahren2018-07-161-1/+4
* net/mlx4_en: Don't reuse RX page when XDP is setSaeed Mahameed2018-07-161-2/+6
* hv/netvsc: fix handling of fallback to single queue modeStephen Hemminger2018-07-161-0/+1
* ibmvnic: Revise RX/TX queue error messagesThomas Falcon2018-07-161-12/+27
* net: ethernet: stmmac: fix documentation warningCorentin Labbe2018-07-161-1/+0
* net: stmmac: dwmac-sun8i: fix typo descrive => describeCorentin Labbe2018-07-161-1/+1
* tun: Fix use-after-free on XDP_TXToshiaki Makita2018-07-161-1/+1
* qlogic: check kstrtoul() for errorsDan Carpenter2018-07-141-0/+2
* sfc: hold filter_sem consistently during resetBert Kenward2018-07-121-9/+8
* sfc: avoid hang from nested use of the filter_semBert Kenward2018-07-121-9/+21
* net: systemport: Fix CRC forwarding check for SYSTEMPORT LiteFlorian Fainelli2018-07-122-3/+4
* Merge branch '10GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirshe...David S. Miller2018-07-122-2/+12
|\
| * ixgbe: Off by one in ixgbe_ipsec_tx()Dan Carpenter2018-07-121-1/+1
| * ixgbe: Be more careful when modifying MAC filtersAlexander Duyck2018-07-121-1/+11
* | Merge branch 'ieee802154-for-davem-2018-07-11' of git://git.kernel.org/pub/sc...David S. Miller2018-07-124-14/+40
|\ \ | |/ |/|
| * net: ieee802154: adf7242: Fix OCL calibration runsMichael Hennerich2018-07-091-1/+28
| * net: ieee802154: adf7242: Fix erroneous RX enableMichael Hennerich2018-07-091-1/+4
| * ieee802154: fakelb: switch from BUG_ON() to WARN_ON() on problemStefan Schmidt2018-07-091-1/+1
| * ieee802154: at86rf230: use __func__ macro for debug messagesStefan Schmidt2018-07-091-9/+4
| * ieee802154: at86rf230: switch from BUG_ON() to WARN_ON() on problemStefan Schmidt2018-07-091-1/+1
| * ieee802154: mcr20a: add missing includesArnd Bergmann2018-07-051-1/+2
* | qed: fix spelling mistake "successffuly" -> "successfully"Ewan D. Milne2018-07-121-1/+1
* | sfp: fix module initialisation with netdev already upRussell King2018-07-121-2/+2
* | sfp: ensure we clean up properly on bus registration failureRussell King2018-07-121-7/+24
* | bnxt_en: Fix for system hang if request_irq failsVikas Gupta2018-07-101-1/+3
* | bnxt_en: Do not modify max IRQ count after RDMA driver requests/frees IRQs.Michael Chan2018-07-103-4/+1
* | bnxt_en: Support clearing of the IFF_BROADCAST flag.Michael Chan2018-07-101-2/+7
* | bnxt_en: Always set output parameters in bnxt_get_max_rings().Michael Chan2018-07-101-2/+2
* | bnxt_en: Fix inconsistent BNXT_FLAG_AGG_RINGS logic.Michael Chan2018-07-101-1/+4
* | bnxt_en: Fix the vlan_tci exact match check.Venkat Duvvuru2018-07-101-3/+27
* | net: macb: Allocate valid memory for TX and RX BD prefetchHarini Katakam2018-07-072-6/+32
* | net: macb: Free RX ring for all queuesHarini Katakam2018-07-071-6/+5
* | cxgb4: assume flash part size to be 4MB, if it can't be determinedCasey Leedom2018-07-071-22/+13
* | ravb: remove custom .set_link_ksettings from ethtool opsVladimir Zapolskiy2018-07-071-10/+1
* | ravb: remove custom .get_link_ksettings from ethtool opsVladimir Zapolskiy2018-07-071-12/+1
* | ravb: remove useless serialization in ravb_get_link_ksettings()Vladimir Zapolskiy2018-07-071-5/+0
* | ravb: remove custom .nway_reset from ethtool opsVladimir Zapolskiy2018-07-071-11/+1
* | ravb: simplify link auto-negotiation by ethtoolVladimir Zapolskiy2018-07-071-1/+1
* | ravb: fix invalid context bug while changing link options by ethtoolVladimir Zapolskiy2018-07-071-34/+15
* | ravb: fix invalid context bug while calling auto-negotiation by ethtoolVladimir Zapolskiy2018-07-071-6/+1
* | sh_eth: remove custom .set_link_ksettings from ethtool opsVladimir Zapolskiy2018-07-071-10/+1
* | sh_eth: remove custom .get_link_ksettings from ethtool opsVladimir Zapolskiy2018-07-071-12/+1
* | sh_eth: remove useless serialization in sh_eth_get_link_ksettings()Vladimir Zapolskiy2018-07-071-5/+0
* | sh_eth: remove custom .nway_reset from ethtool opsVladimir Zapolskiy2018-07-071-9/+1
* | sh_eth: simplify link auto-negotiation by ethtoolVladimir Zapolskiy2018-07-071-1/+1
* | sh_eth: fix invalid context bug while changing link options by ethtoolVladimir Zapolskiy2018-07-071-34/+15
* | sh_eth: fix invalid context bug while calling auto-negotiation by ethtoolVladimir Zapolskiy2018-07-071-9/+1