summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | net: qca_spi: Fix log level if probe failsStefan Wahren2018-07-191-8/+8
| * | | | | | | net: qca_spi: Make sure the QCA7000 reset is triggeredStefan Wahren2018-07-191-0/+3
| * | | | | | | net: qca_spi: Avoid packet drop during initial syncStefan Wahren2018-07-191-1/+1
| * | | | | | | net: usb: asix: replace mii_nway_restart in resume pathAlexander Couzens2018-07-181-1/+3
| * | | | | | | net: cxgb3_main: fix potential Spectre v1Gustavo A. R. Silva2018-07-181-0/+2
| * | | | | | | net: usb: rtl8150: demote allmulti message to dev_dbg()David Lechner2018-07-181-1/+1
| * | | | | | | octeon_mgmt: Fix MIX registers configuration on MTU setupAlexander Sverdlin2018-07-181-3/+11
| * | | | | | | 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