summaryrefslogtreecommitdiffstats
path: root/drivers/net (follow)
Commit message (Expand)AuthorAgeFilesLines
* net: qed: Move static keyword to the front of declarationKrzysztof Wilczynski2019-09-051-1/+1
* net: phy: gmii2rgmii: Dont use priv field in phy deviceHarini Katakam2019-09-051-2/+2
* gianfar: use DT more consistently when selecting PHY connection typeArseny Solokha2019-09-051-10/+9
* gianfar: cleanup gianfar.hArseny Solokha2019-09-051-38/+0
* gianfar: make five functions staticArseny Solokha2019-09-051-5/+6
* gianfar: remove forward declarationsArseny Solokha2019-09-053-1408/+1347
* net: stmmac: selftests: Add Jumbo Frame testsJose Abreu2019-09-051-3/+62
* net: stmmac: xgmac: Enable RX Jumbo frame supportJose Abreu2019-09-052-12/+2
* net: stmmac: Correctly assing MAX MTU in XGMAC cores caseJose Abreu2019-09-051-3/+3
* net: stmmac: xgmac: Correct RAVSEL field interpretationJose Abreu2019-09-051-1/+1
* net: stmmac: ethtool: Let user configure TX coalesce without RIWTJose Abreu2019-09-051-12/+9
* net: stmmac: Only consider RX error when HW Timestamping is not enabledJose Abreu2019-09-051-1/+2
* net: stmmac: selftests: Implement the ARP Offload testJose Abreu2019-09-051-0/+110
* net: stmmac: xgmac: Implement ARP OffloadJose Abreu2019-09-054-0/+22
* net: stmmac: selftests: Add selftest for L3/L4 FiltersJose Abreu2019-09-051-1/+285
* net: stmmac: Implement L3/L4 Filters using TC FlowerJose Abreu2019-09-058-2/+488
* net: stmmac: Do not return error code in TC InitializationJose Abreu2019-09-051-1/+2
* 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
* | | 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