summaryrefslogtreecommitdiffstats
path: root/drivers/net (follow)
Commit message (Expand)AuthorAgeFilesLines
* net: phylink: add separate pcs operations structureRussell King2020-03-301-22/+55
* net: phylink: rename 'ops' to 'mac_ops'Russell King2020-03-301-15/+15
* net: phylink: change phylink_mii_c22_pcs_set_advertisement() prototypeRussell King2020-03-301-5/+7
* r8169: factor out rtl8169_tx_mapHeiner Kallweit2020-03-301-60/+50
* qed: Fix use after free in qed_chain_freeYuval Basson2020-03-301-22/+16
* r8169: improve handling of TD_MSS_MAXHeiner Kallweit2020-03-301-2/+2
* net: dsa: sja1105: add broadcast and per-traffic class policersVladimir Oltean2020-03-304-0/+385
* net: dsa: sja1105: add configuration of port policersVladimir Oltean2020-03-301-32/+100
* net: dsa: felix: add port policersVladimir Oltean2020-03-304-11/+28
* net: mscc: ocelot: add action of police on vcap_is2Xiaoliang Yang2020-03-305-7/+99
* ionic: remove lifs on fw resetShannon Nelson2020-03-305-25/+158
* ionic: disable the queues on link downShannon Nelson2020-03-301-56/+61
* ionic: check for queues before deletingShannon Nelson2020-03-301-19/+38
* ionic: clean tx queue of unfinished requestsShannon Nelson2020-03-303-0/+18
* ionic: move irq request to qcq allocShannon Nelson2020-03-301-22/+19
* ionic: move debugfs add/delete to match alloc/freeShannon Nelson2020-03-301-12/+8
* ionic: check for linkup in watchdogShannon Nelson2020-03-303-2/+7
* ionic: decouple link message from netdev stateShannon Nelson2020-03-301-14/+18
* mlxsw: spectrum_ptp: Fix build warningsIdo Schimmel2020-03-301-0/+4
* devlink: Implicitly set auto recover flag when registering health reporterEran Ben Elisha2020-03-305-9/+9
* netdevsim: Change dummy reporter auto recover defaultEran Ben Elisha2020-03-301-1/+1
* ptp: Avoid deadlocks in the programmable pin code.Richard Cochran2020-03-301-1/+1
* net: sched: expose HW stats types per action used by driversJiri Pirko2020-03-3011-13/+25
* net: ena: Make some functions staticYueHaibing2020-03-301-7/+6
* dpaa_eth: Make dpaa_a050385_wa staticYueHaibing2020-03-301-1/+1
* net: stmmac: Add support for VLAN Rx filteringWong Vee Khee2020-03-305-0/+245
* net: ethernet: ti: fix spelling mistake "rundom" -> "random"Colin Ian King2020-03-301-1/+1
* net/mlx5e: add mlx5e_rep_indr_setup_ft_cb supportwenxu2020-03-301-0/+49
* net/mlx5e: refactor indr setup blockwenxu2020-03-301-21/+21
* net/mlx5: E-Switch: Move eswitch chains to a new directorySaeed Mahameed2020-03-308-6/+10
* net/mlx5: Use a separate work queue for fib event handlingMark Zhang2020-03-302-4/+11
* Merge branch 'mlx5-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mel...Saeed Mahameed2020-03-302-30/+6
|\
| * mlx5: Remove uninitialized use of key in mlx5_core_create_mkeyNathan Chancellor2020-03-171-3/+1
| * {IB,net}/mlx5: Move asynchronous mkey creation to mlx5_ibMichael Guralnik2020-03-131-19/+3
| * {IB,net}/mlx5: Assign mkey variant in mlx5_ib onlySaeed Mahameed2020-03-132-8/+1
| * {IB,net}/mlx5: Setup mkey variant before mr create command invocationSaeed Mahameed2020-03-131-1/+2
* | mlx4: fix "initializer element not constant" compiler errorJacob Keller2020-03-301-4/+7
* | net: dsa: mt7530: use resolved link config in mac_link_up()René van Dorst2020-03-302-33/+28
* | net: dsa: sja1105: show more ethtool statistics counters for P/Q/R/SVladimir Oltean2020-03-303-1/+134
* | qed: Fix race condition between scheduling and destroying the slowpath workqueueYuval Basson2020-03-301-11/+2
* | net: phy: micrel.c: add rgmii interface delay possibility to ksz9131Philippe Schenker2020-03-301-0/+50
* | net: macsec: add support for specifying offload upon link creationMark Starovoytov2020-03-301-2/+29
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2020-03-304-18/+64
|\ \
| * | r8169: fix PHY driver check on platforms w/o module softdepsHeiner Kallweit2020-03-271-9/+7
| * | net: ks8851-ml: Fix IO operations, againMarek Vasut2020-03-271-4/+52
| * | mlxsw: spectrum_mr: Fix list iteration in error pathIdo Schimmel2020-03-261-4/+4
| * | qlcnic: Fix bad kzalloc null testXu Wang2020-03-261-1/+1
* | | net: dsa: felix: support changing the MTUVladimir Oltean2020-03-282-10/+54
* | | net: dsa: vsc73xx: make the MTU configurableVladimir Oltean2020-03-281-10/+20
* | | net: dsa: sja1105: implement the port MTU callbacksVladimir Oltean2020-03-282-4/+47