summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* net: stmmac: xgmac: Add RBU handling in DMA interruptJose Abreu2019-09-051-0/+4
* net: stmmac: selftests: Return proper error code to userspaceJose Abreu2019-09-051-11/+11
* Merge tag 'linux-can-next-for-5.4-20190904' of git://git.kernel.org/pub/scm/l...David S. Miller2019-09-054-8/+33
|\
| * can: make use of preallocated can_ml_priv for per device struct can_dev_rcv_l...Marc Kleine-Budde2019-09-044-0/+5
| * can: introduce CAN midlayer private and allocate it automaticallyMarc Kleine-Budde2019-09-044-8/+28
* | rocker: add missing init_net check in FIB notifierJiri Pirko2019-09-051-0/+3
* | ixgbe: Use kzfree() rather than its implementation.zhong jiang2019-09-051-6/+3
* | Merge tag 'linux-can-next-for-5.4-20190903' of git://git.kernel.org/pub/scm/l...David S. Miller2019-09-054-148/+81
|\ \
| * | can: dev: can_dev_init(): convert from printk(KERN_INFO) to pr_infoMarc Kleine-Budde2019-09-031-1/+1
| * | can: dev: can_dellink(): remove return at end of void functionMarc Kleine-Budde2019-09-031-1/+0
| * | can: dev: can_restart(): convert NULL pointer checkMarc Kleine-Budde2019-09-031-1/+1
| * | can: dev: remove unnecessary blank lineMarc Kleine-Budde2019-09-031-1/+0
| * | can: dev: remove unnecessary parenthesesMarc Kleine-Budde2019-09-031-5/+5
| * | can: dev: avoid long linesMarc Kleine-Budde2019-09-031-16/+27
| * | can: dev: convert block comments to network style commentsMarc Kleine-Budde2019-09-031-52/+24
| * | can: mcp251x: Call wrapper instead of regulator_disable()Andy Shevchenko2019-09-031-4/+2
| * | can: mcp251x: Make use of device property APIAndy Shevchenko2019-09-031-7/+5
| * | can: mcp251x: Use devm_clk_get_optional() to get the input clockAndy Shevchenko2019-09-031-18/+12
| * | can: mcp251x: remove deprecated board file setup exampleMarc Kleine-Budde2019-09-031-20/+0
| * | can: tcan4x5x: Remove checking the wake pinDan Murphy2019-09-031-13/+0
| * | can: tcan4x5x: Remove data-ready gpio interruptDan Murphy2019-09-031-10/+1
| * | can: kvaser_pciefd: the PWM generator is running at the bus frequency of the ...Christer Beskow2019-09-031-1/+5
* | | net/tls: use the full sk_proto pointerJakub Kicinski2019-09-051-2/+4
* | | Convert usage of IN_MULTICAST to ipv4_is_multicastDave Taht2019-09-051-1/+1
* | | ionic: Add coalesce and other featuresShannon Nelson2019-09-055-3/+166
* | | ionic: Add RSS supportShannon Nelson2019-09-053-0/+165
* | | ionic: Add driver statsShannon Nelson2019-09-055-2/+480
* | | ionic: Add netdev-event handlingShannon Nelson2019-09-052-0/+64
* | | ionic: Add Tx and Rx handlingShannon Nelson2019-09-055-1/+1408
* | | ionic: Add initial ethtool supportShannon Nelson2019-09-056-1/+519
* | | ionic: Add async link status check and basic statsShannon Nelson2019-09-052-6/+111
* | | ionic: Add Rx filter and rx_mode ndo supportShannon Nelson2019-09-052-6/+423
* | | ionic: Add management of rx filtersShannon Nelson2019-09-055-1/+194
* | | ionic: Add the basic NDO callbacks for netdev supportShannon Nelson2019-09-056-2/+387
* | | ionic: Add notifyq supportShannon Nelson2019-09-053-2/+186
* | | ionic: Add adminq actionShannon Nelson2019-09-052-0/+118
* | | ionic: Add basic adminq supportShannon Nelson2019-09-0510-0/+941
* | | ionic: Add interrupts and doorbellsShannon Nelson2019-09-058-0/+91
* | | ionic: Add basic lif supportShannon Nelson2019-09-0511-1/+477
* | | ionic: Add port management commandsShannon Nelson2019-09-055-0/+213
* | | ionic: Add hardware init and device commandsShannon Nelson2019-09-0513-2/+3481
* | | ionic: Add basic framework for IONIC Network device driverShannon Nelson2019-09-0511-0/+220
* | | net: dsa: mt7530: Add support for port 5René van Dorst2019-09-052-6/+168
* | | net: dsa: mt7530: Convert to PHYLINK APIRené van Dorst2019-09-052-87/+211
* | | r8152: modify rtl8152_set_speed functionHayes Wang2019-09-051-64/+132
* | | dpaa2-eth: Poll Tx pending frames counter on if downIoana Radulescu2019-09-051-3/+28
* | | dpaa2-eth: Add new DPNI statistics countersIoana Radulescu2019-09-053-3/+58
* | | dpaa2-eth: Minor refactoring in ethtool statsIoana Radulescu2019-09-051-11/+7
| |/ |/|
* | Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...David S. Miller2019-09-049-74/+144
|\ \
| * | ice: Only disable VLAN pruning for the VF when all VLANs are removedBrett Creeley2019-09-041-2/+3