summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* net: dsa: sja1105: Make function sja1105_xfer_long_buf staticzhengbin2019-10-051-3/+3
* net: dsa: sja1105: Add support for port mirroringVladimir Oltean2019-10-041-4/+84
* net: phy: broadcom: Use bcm54xx_config_clock_delay() for BCM54612EFlorian Fainelli2019-10-041-20/+1
* net: phy: broadcom: Fix RGMII delays configuration for BCM54210EFlorian Fainelli2019-10-041-8/+3
* net/tls: allow compiling TLS TOE outJakub Kicinski2019-10-041-1/+1
* net/tls: rename tls_device to tls_toe_deviceJakub Kicinski2019-10-042-12/+12
* net/tls: move TOE-related structures to a separate headerJakub Kicinski2019-10-041-0/+1
* net: devlink: allow to change namespaces during reloadJiri Pirko2019-10-043-2/+7
* netdevsim: take devlink net instead of init_netJiri Pirko2019-10-041-2/+2
* netdevsim: register port netdevices into net of deviceJiri Pirko2019-10-042-0/+6
* netdevsim: implement proper devlink reloadJiri Pirko2019-10-043-57/+99
* netdevsim: add all ports in nsim_dev_create() and del them in destroy()Jiri Pirko2019-10-041-82/+93
* mlxsw: Propagate extack down to register_fib_notifier()Jiri Pirko2019-10-0410-21/+34
* mlxsw: Register port netdevices into net of coreJiri Pirko2019-10-043-0/+3
* mlxsw: spectrum: Take devlink net instead of init_netJiri Pirko2019-10-046-17/+34
* net: fib_notifier: propagate extack down to the notifier block callbackJiri Pirko2019-10-044-4/+4
* mlxsw: spectrum_router: Don't rely on missing extack to symbolize dumpJiri Pirko2019-10-041-21/+1
* net: fib_notifier: make FIB notifier per-netnsJiri Pirko2019-10-044-21/+12
* netdevsim: change fib accounting and limitations to be per-deviceJiri Pirko2019-10-044-128/+114
* net: phy: at803x: remove probe and struct at803x_privOleksij Rempel2019-10-031-21/+0
* net: phy: at803x: add ar9331 supportOleksij Rempel2019-10-031-0/+12
* mlxsw: PCI: Send EMAD traffic on a separate queuePetr Machata2019-10-032-2/+19
* net: stmmac: Support enhanced addressing mode for DWMAC 4.10Thierry Reding2019-10-034-2/+34
* net: stmmac: Only enable enhanced addressing mode when neededThierry Reding2019-10-032-1/+11
* r8152: Add identifier names for function pointersPrashant Malani2019-10-031-11/+12
* mvpp2: remove misleading commentMatteo Croce2019-10-031-2/+1
* Minor fixes to the CAIF Transport drivers Kconfig filerd.dunlab@gmail.com2019-10-021-3/+3
* Isolate CAIF transport drivers into their own menurd.dunlab@gmail.com2019-10-021-1/+9
* net: dsa: sja1105: Rename sja1105_spi_send_packed_buf to sja1105_xfer_bufVladimir Oltean2019-10-027-88/+69
* net: dsa: sja1105: Replace sja1105_spi_send_int with sja1105_xfer_{u32, u64}Vladimir Oltean2019-10-024-32/+47
* net: dsa: sja1105: Don't use "inline" function declarations in C filesVladimir Oltean2019-10-022-5/+4
* ionic: add lif_quiesce to wait for queue activity to stopShannon Nelson2019-10-021-0/+16
* ionic: implement ethtool set-fecShannon Nelson2019-10-021-27/+67
* ionic: report users coalesce requestShannon Nelson2019-10-023-18/+19
* ionic: use wait_on_bit_lock() rather than open codeShannon Nelson2019-10-023-13/+13
* ionic: simplify returns in devlink infoShannon Nelson2019-10-021-5/+4
* mlxsw: spectrum: Use per-netns netdevice notifier registrationJiri Pirko2019-10-021-3/+6
* r8152: Use guard clause and fix comment typosPrashant Malani2019-10-021-16/+16
* hso: fix NULL-deref on tty openJohan Hovold2019-10-021-4/+8
* net: usb: ax88179_178a: allow optionally getting mac address from device treePeter Fink2019-10-021-4/+27
* r8152: Factor out OOB link list waitsPrashant Malani2019-10-011-52/+21
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2019-09-2987-917/+645
|\
| * net: tap: clean up an indentation issueColin Ian King2019-09-271-1/+1
| * nfp: abm: fix memory leak in nfp_abm_u32_knode_replaceNavid Emamdoost2019-09-271-4/+10
| * mlxsw: spectrum_flower: Fail in case user specifies multiple mirror actionsDanielle Ratson2019-09-271-0/+6
| * mlxsw: spectrum: Clear VLAN filters during port initializationIdo Schimmel2019-09-271-0/+9
| * net: ena: clean up indentation issueColin Ian King2019-09-271-2/+2
| * NFC: st95hf: clean up indentation issueColin Ian King2019-09-271-1/+1
| * net: phy: micrel: add Asym Pause workaround for KSZ9021Hans Andersson2019-09-271-0/+3
| * net: socionext: ave: Avoid using netdev_err() before calling register_netdev()Kunihiko Hayashi2019-09-271-3/+3