aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/ethernet
AgeCommit message (Expand)AuthorFilesLines
2022-05-10net: ethernet: Add driver for Sunplus SP7021Wells Lu17-0/+2042
2022-05-10tsnep: Add free running cycle counter supportGerhard Engleder3-7/+63
2022-05-10eth: dpaa2-mac: remove a dead-code NULL check on fwnode parentJakub Kicinski1-3/+0
2022-05-09nfp: support Corigine PCIE vendor IDYu Xiao4-16/+50
2022-05-09nfp: vendor neutral strings for chip and Corigne in strings for driverYu Xiao3-5/+7
2022-05-09Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...Jakub Kicinski2-5/+4
2022-05-09net: hns3: fix incorrect type of argument in declaration of function hclge_co...Guangbin Huang1-1/+1
2022-05-09net: hns3: add query vf ring and vector map relationGuangbin Huang2-0/+84
2022-05-09net: hns3: add byte order conversion for VF to PF mailbox messageJie Wang4-58/+75
2022-05-09net: hns3: add byte order conversion for PF to VF mailbox messageJie Wang7-77/+109
2022-05-09net: hns3: remove the affinity settings of vector0Yufeng Mo2-28/+1
2022-05-09net: hns3: fix access null pointer issue when set tx-buf-size as 0Hao Chen1-2/+5
2022-05-09rtnetlink: add extack support in fdb del handlersAlaa Mohamed3-3/+6
2022-05-08mlxsw: spectrum_router: Take router lock in router notifier handlerPetr Machata1-32/+15
2022-05-08mlxsw: spectrum: Update a commentPetr Machata1-3/+2
2022-05-08mlxsw: spectrum: Move handling of tunnel events to router codePetr Machata3-28/+15
2022-05-08mlxsw: spectrum: Move handling of router events to router codePetr Machata3-18/+16
2022-05-08mlxsw: spectrum: Move handling of HW stats events to router codePetr Machata2-11/+40
2022-05-08mlxsw: spectrum: Move handling of VRF events to router codePetr Machata3-15/+16
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-08eth: switch to netif_napi_add_weight()Jakub Kicinski34-47/+58
2022-05-06net: dsa: felix: perform MDB migration based on ocelot->multicast listVladimir Oltean1-0/+61
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-06Revert "ice: Hide bus-info in ethtool for PRs in switchdev mode"Marcin Szycik1-5/+3
2022-05-06ice: link representors to PCI deviceMichal Swiatkowski1-0/+1
2022-05-06net: make drivers set the TSO limit not the GSO limitJakub Kicinski18-25/+28
2022-05-06net: add netif_inherit_tso_max()Jakub Kicinski1-2/+1
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-05net: move snowflake callers to netif_napi_add_tx_weight()Jakub Kicinski2-5/+5
2022-05-05net: switch to netif_napi_add_tx()Jakub Kicinski15-32/+23
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-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 Kicinski26-113/+222
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