summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* net: dsa: add port policersVladimir Oltean2020-03-302-7/+85
* net: dsa: refactor matchall mirred action to separate functionVladimir Oltean2020-03-301-30/+40
* net: mscc: ocelot: add action of police on vcap_is2Xiaoliang Yang2020-03-306-7/+100
* Merge branch 'ionic-support-for-firmware-upgrade'David S. Miller2020-03-307-145/+322
|\
| * 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
* Merge branch 'Devlink-health-auto-attributes-refactor'David S. Miller2020-03-309-21/+42
|\
| * devlink: Add auto dump flag to health reporterEran Ben Elisha2020-03-302-4/+24
| * devlink: Implicitly set auto recover flag when registering health reporterEran Ben Elisha2020-03-307-17/+13
| * netdevsim: Change dummy reporter auto recover defaultEran Ben Elisha2020-03-302-1/+6
|/
* ptp: Avoid deadlocks in the programmable pin code.Richard Cochran2020-03-304-3/+44
* net: devlink: use NL_SET_ERR_MSG_MOD instead of NL_SET_ERR_MSGJiri Pirko2020-03-301-2/+2
* Merge branch 'net-sched-expose-HW-stats-types-per-action-used-by-drivers'David S. Miller2020-03-3020-37/+78
|\
| * net: sched: expose HW stats types per action used by driversJiri Pirko2020-03-3018-17/+54
| * net: introduce nla_put_bitfield32() helper and use itJiri Pirko2020-03-303-21/+25
|/
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2020-03-307-34/+112
|\
| * xfrm: add prep for esp beet mode offloadXin Long2020-03-261-1/+27
| * esp6: add gso_segment for esp6 beet modeXin Long2020-03-261-0/+36
| * esp4: add gso_segment for esp4 beet modeXin Long2020-03-261-0/+32
| * ESP: Export esp_output_fill_trailer functionRaed Salem2020-02-193-32/+16
| * xfrm: Use kmem_cache_zalloc() instead of kmem_cache_alloc() with flag GFP_ZERO.Huang Zijiang2020-02-191-1/+1
* | net: dsa: Simplify 'dsa_tag_protocol_to_str()'Christophe JAILLET2020-03-301-5/+1
* | net: ena: Make some functions staticYueHaibing2020-03-301-7/+6
* | dpaa_eth: Make dpaa_a050385_wa staticYueHaibing2020-03-301-1/+1
* | crypto/chtls: Fix chtls crash in connection cleanupRohit Maheshwari2020-03-301-4/+25
* | crypto/chcr: fix incorrect ipv6 packet lengthRohit Maheshwari2020-03-301-1/+1
* | net: stmmac: Add support for VLAN Rx filteringWong Vee Khee2020-03-305-0/+245
* | Merge branch 'crypto-chelsio-Fixes-issues-during-chcr-driver-registration'David S. Miller2020-03-302-8/+28
|\ \
| * | Crypto: chelsio - Fixes a deadlock between rtnl_lock and uld_mutexAyush Sawal2020-03-302-6/+28
| * | Crypto: chelsio - Fixes a hang issue during driver registrationAyush Sawal2020-03-301-2/+0
|/ /
* | selftests:mptcp: fix failure due to whitespace damageMatthieu Baerts2020-03-302-8/+8
* | net: ethernet: ti: fix spelling mistake "rundom" -> "random"Colin Ian King2020-03-301-1/+1
* | Merge tag 'mlx5-updates-2020-03-29' of git://git.kernel.org/pub/scm/linux/ker...David S. Miller2020-03-3016-86/+153
|\ \
| * | net/mlx5e: add mlx5e_rep_indr_setup_ft_cb supportwenxu2020-03-291-0/+49
| * | net/mlx5e: refactor indr setup blockwenxu2020-03-291-21/+21
| * | net/mlx5: E-Switch: Move eswitch chains to a new directorySaeed Mahameed2020-03-298-6/+10
| * | net/mlx5: Use a separate work queue for fib event handlingMark Zhang2020-03-292-4/+11
| * | Merge branch 'mlx5-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mel...Saeed Mahameed2020-03-296-55/+62
| |\ \
| | * | mlx5: Remove uninitialized use of key in mlx5_core_create_mkeyNathan Chancellor2020-03-161-3/+1
| | * | {IB,net}/mlx5: Move asynchronous mkey creation to mlx5_ibMichael Guralnik2020-03-133-28/+6
| | * | {IB,net}/mlx5: Assign mkey variant in mlx5_ib onlySaeed Mahameed2020-03-136-22/+55
| | * | {IB,net}/mlx5: Setup mkey variant before mr create command invocationSaeed Mahameed2020-03-132-6/+4
* | | | Merge branch 'ethtool-netlink-interface-part-4'David S. Miller2020-03-2917-31/+1350
|\ \ \ \