summaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2022-05-08mlxsw: spectrum_router: Add a dedicated notifier blockPetr Machata2-0/+21
2022-05-08mlxsw: spectrum: Tolerate enslaving of various devices to VRFPetr Machata1-10/+16
2022-05-08net: wan: switch to netif_napi_add_weight()Jakub Kicinski4-4/+5
2022-05-08net: virtio: switch to netif_napi_add_weight()Jakub Kicinski1-2/+2
2022-05-08r8152: switch to netif_napi_add_weight()Jakub Kicinski1-4/+2
2022-05-08eth: switch to netif_napi_add_weight()Jakub Kicinski34-47/+58
2022-05-08caif_virtio: switch to netif_napi_add_weight()Jakub Kicinski1-1/+2
2022-05-06net: dsa: felix: perform MDB migration based on ocelot->multicast listVladimir Oltean2-46/+66
2022-05-06net: dsa: felix: stop migrating FDBs back and forth on tag proto changeVladimir Oltean1-53/+2
2022-05-06net: dsa: felix: use PGID_CPU for FDB entry migration on NPI portVladimir Oltean1-4/+2
2022-05-06mlxbf_gige: increase MDIO polling rate to 5usDavid Thompson1-2/+4
2022-05-06Merge branch '10GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/n...Jakub Kicinski2-4/+4
2022-05-06net: make drivers set the TSO limit not the GSO limitJakub Kicinski26-38/+41
2022-05-06net: add netif_inherit_tso_max()Jakub Kicinski5-14/+7
2022-05-06nfp: flower: enable decap_v2 bitLouis Peens1-1/+2
2022-05-06nfp: flower: remove unused neighbour cacheLouis Peens2-183/+0
2022-05-06nfp: flower: link pre_tun flow rules with neigh entriesLouis Peens3-1/+154
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-05firmware: tee_bnxt: Use UUID API for exporting the UUIDAndy Shevchenko1-1/+1
2022-05-05net: move snowflake callers to netif_napi_add_tx_weight()Jakub Kicinski3-7/+8
2022-05-05net: switch to netif_napi_add_tx()Jakub Kicinski18-38/+27
2022-05-05jme: remove an unnecessary indirectionJakub Kicinski2-3/+1
2022-05-05net: ethernet: Prepare cleanup of powerpc's asm/prom.hChristophe Leroy9-3/+8
2022-05-05sungem: Prepare cleanup of powerpc's asm/prom.hChristophe Leroy1-5/+1
2022-05-05Revert "Merge branch 'mlxsw-line-card-model'"Jakub Kicinski3-321/+4
2022-05-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski137-821/+1582
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-05Merge tag 'net-5.18-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds37-214/+369
2022-05-05igb: Convert kmap() to kmap_local_page()Alaa Mohamed1-2/+2
2022-05-05ixgbe: Fix module_param allow_unsupported_sfp typeJeff Daly1-2/+2
2022-05-05net: sparx5: Add handling of host MDB entriesCasper Andersson1-0/+12
2022-05-04net: mscc: ocelot: don't use magic numbers for OCELOT_POLICER_DISCARDVladimir Oltean1-11/+7
2022-05-04net: mscc: ocelot: drop port argument from qos_policer_conf_setVladimir Oltean3-14/+18
2022-05-04net: mscc: ocelot: use list_for_each_entry in ocelot_vcap_filter_add_to_blockVladimir Oltean1-9/+5
2022-05-04net: mscc: ocelot: add to tail of empty list in ocelot_vcap_filter_add_to_blockVladimir Oltean1-1/+1