summaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)AuthorFilesLines
2022-05-06nfp: flower: rework tunnel neighbour configurationLouis Peens1-59/+115
2022-05-06nfp: flower: update nfp_tun_neigh structsLouis Peens2-33/+47
2022-05-06nfp: flower: fixup ipv6/ipv4 route lookup for neigh eventsLouis Peens1-19/+33
2022-05-06nfp: flower: enforce more strict pre_tun checksLouis Peens1-7/+34
2022-05-06nfp: flower: add/remove predt_list entriesLouis Peens2-7/+39
2022-05-06nfp: flower: add infrastructure for pre_tun reworkLouis Peens3-33/+105
2022-05-06Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...David S. Miller13-53/+150
2022-05-06net: move snowflake callers to netif_napi_add_tx_weight()Jakub Kicinski3-7/+8
2022-05-06net: switch to netif_napi_add_tx()Jakub Kicinski17-36/+26
2022-05-06jme: remove an unnecessary indirectionJakub Kicinski2-3/+1
2022-05-06net: ethernet: Prepare cleanup of powerpc's asm/prom.hChristophe Leroy9-3/+8
2022-05-06sungem: Prepare cleanup of powerpc's asm/prom.hChristophe Leroy1-5/+1
2022-05-06Revert "Merge branch 'mlxsw-line-card-model'"Jakub Kicinski3-321/+4
2022-05-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski36-213/+368
2022-05-05ice: remove period on argument description in ice_for_each_vfJacob Keller1-2/+2
2022-05-05ice: add a function comment for ice_cfg_mac_antispoofJacob Keller1-0/+7
2022-05-05ice: fix wording in comment for ice_reset_vfJacob Keller1-2/+2
2022-05-05ice: remove return value comment for ice_reset_all_vfsJacob Keller1-2/+2
2022-05-05ice: always check VF VSI pointer valuesJacob Keller6-7/+77
2022-05-05ice: add newline to dev_dbg in ice_vf_fdir_dump_infoJacob Keller1-1/+1
2022-05-05ice: get switch id on switchdev devicesMichal Swiatkowski2-0/+37
2022-05-05ice: return ENOSPC when exceeding ICE_MAX_CHAIN_WORDSWojciech Drewek2-2/+4
2022-05-05ice: introduce common helper for retrieving VSI by vsi_numMaciej Fijalkowski3-35/+17
2022-05-05ice: use min_t() to make code cleaner in ice_gnssWan Jiabing1-2/+1
2022-05-05net: sparx5: Add handling of host MDB entriesCasper Andersson1-0/+12
2022-05-05net: mscc: ocelot: don't use magic numbers for OCELOT_POLICER_DISCARDVladimir Oltean1-11/+7
2022-05-05net: mscc: ocelot: drop port argument from qos_policer_conf_setVladimir Oltean3-14/+18
2022-05-05net: mscc: ocelot: use list_for_each_entry in ocelot_vcap_filter_add_to_blockVladimir Oltean1-9/+5
2022-05-05net: mscc: ocelot: add to tail of empty list in ocelot_vcap_filter_add_to_blockVladimir Oltean1-1/+1
2022-05-05net: mscc: ocelot: use list_add_tail in ocelot_vcap_filter_add_to_block()Vladimir Oltean1-1/+1
2022-05-04mlxsw: spectrum_router: Only query neighbour activity when necessaryIdo Schimmel2-0/+7
2022-05-04mlxsw: spectrum_switchdev: Only query FDB notifications when necessaryIdo Schimmel1-11/+20
2022-05-04mlxsw: spectrum_acl: Do not report activity for multicast routesIdo Schimmel1-3/+2
2022-05-04mlxsw: Treat LLDP packets as controlPetr Machata1-1/+1
2022-05-04mlxsw: spectrum_dcb: Do not warn about priority changesPetr Machata1-13/+0
2022-05-04sfc: Copy a subset of mcdi_pcol.h to sienaMartin Habets1-0/+17204
2022-05-04sfc: Disable Siena supportMartin Habets4-27/+6
2022-05-04net/mlx5: Fix matching on inner TTCMark Bloch2-1/+3
2022-05-04net/mlx5: Avoid double clear or set of sync reset requestedMoshe Shemesh1-9/+19
2022-05-04net/mlx5: Fix deadlock in sync reset flowMoshe Shemesh1-17/+17
2022-05-04net/mlx5e: Fix trust state reset in reloadMoshe Tal1-0/+10
2022-05-04net/mlx5e: Avoid checking offload capability in post_parse actionAriel Levkovich1-2/+1
2022-05-04net/mlx5e: CT: Fix queued up restore put() executing after relevant ft releasePaul Blakey1-0/+4
2022-05-04net/mlx5e: TC, fix decap fallback to uplink when int port not supportedAriel Levkovich1-1/+2
2022-05-04net/mlx5e: TC, Fix ct_clear overwriting ct action metadataAriel Levkovich3-16/+49
2022-05-04net/mlx5e: Lag, Don't skip fib events on current dstVlad Buslov2-8/+14
2022-05-04net/mlx5e: Lag, Fix fib_info pointer assignmentVlad Buslov1-1/+1
2022-05-04net/mlx5e: Lag, Fix use-after-free in fib event handlerVlad Buslov2-11/+20
2022-05-04net/mlx5e: Fix the calling of update_buffer_lossy() APIMark Zhang1-2/+2
2022-05-04net/mlx5e: Don't match double-vlan packets if cvlan is not setVlad Buslov1-0/+11