summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet
Commit message (Expand)AuthorAgeFilesLines
* dpaa2-eth: Update SINGLE_STEP register accessRadu Bulie2022-02-192-10/+93
* dpaa2-eth: Update dpni_get_single_step_cfg commandRadu Bulie2022-02-193-1/+13
* net: prestera: flower: fix destroy tmpl in chainVolodymyr Mytnyk2022-02-191-9/+19
* i40e: remove dead stores on XSK hotpathAlexander Lobakin2022-02-191-2/+1
* ionic: clean up comments and whitespaceShannon Nelson2022-02-183-5/+3
* ionic: prefer strscpy over strlcpyShannon Nelson2022-02-182-4/+4
* ionic: Use vzalloc for large per-queue related buffersBrett Creeley2022-02-181-8/+6
* ionic: catch transition back to RUNNING with fw_generation 0Shannon Nelson2022-02-181-2/+2
* net/ibmvnic: Cleanup workaround doing an EOI after partition migrationCédric Le Goater2022-02-181-9/+26
* net: ethernet: xilinx: cleanup commentsTom Rix2022-02-185-6/+6
* net: ll_temac: Use GFP_KERNEL instead of GFP_ATOMIC when possibleChristophe JAILLET2022-02-171-2/+3
* net: nixge: Use GFP_KERNEL instead of GFP_ATOMIC when possibleChristophe JAILLET2022-02-171-2/+3
* net: marvell: prestera: handle fib notificationsYevhen Orlov2022-02-173-0/+427
* net: marvell: prestera: add hardware router objects accounting for lpmYevhen Orlov2022-02-173-7/+170
* net: marvell: prestera: Add router LPM ABIYevhen Orlov2022-02-172-0/+55
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-02-177-11/+34
|\
| * nfp: flower: netdev offload check for ip6gretapDanie du Toit2022-02-171-0/+2
| * Revert "net: ethernet: bgmac: Use devm_platform_ioremap_resource_byname"Jonas Gorski2022-02-171-7/+16
| * net: mscc: ocelot: fix use-after-free in ocelot_vlan_del()Vladimir Oltean2022-02-151-1/+5
| * dpaa2-eth: Initialize mutex used in one step timestamping pathRadu Bulie2022-02-151-1/+1
| * dpaa2-switch: fix default return of dpaa2_switch_flower_parse_mirror_keyTom Rix2022-02-151-1/+3
| * ice: enable parsing IPSEC SPI headers for RSSJesse Brandeburg2022-02-141-0/+6
| * atl1c: fix tx timeout after link flap on Mikrotik 10/25G NICGatis Peisenieks2022-02-111-1/+1
* | net: ti: cpsw: remove guards against !BRIDGE_VLAN_INFO_BRENTRYVladimir Oltean2022-02-171-4/+0
* | net: ti: am65-cpsw-nuss: remove guards against !BRIDGE_VLAN_INFO_BRENTRYVladimir Oltean2022-02-171-4/+0
* | net: sparx5: remove guards against !BRIDGE_VLAN_INFO_BRENTRYVladimir Oltean2022-02-171-6/+4
* | net: lan966x: remove guards against !BRIDGE_VLAN_INFO_BRENTRYVladimir Oltean2022-02-171-12/+0
* | mlxsw: spectrum: remove guards against !BRIDGE_VLAN_INFO_BRENTRYVladimir Oltean2022-02-172-5/+2
* | net: mscc: ocelot: annotate which traps need PTP timestampingVladimir Oltean2022-02-173-8/+11
* | net: mscc: ocelot: keep traps in a listVladimir Oltean2022-02-173-2/+12
* | net: mscc: ocelot: use a single VCAP filter for all MRP trapsVladimir Oltean2022-02-173-30/+29
* | net: mscc: ocelot: delete OCELOT_MRP_CPUQVladimir Oltean2022-02-171-1/+0
* | net: mscc: ocelot: consolidate cookie allocation for private VCAP rulesVladimir Oltean2022-02-172-21/+19
* | net: mscc: ocelot: use a consistent cookie for MRP trapsVladimir Oltean2022-02-171-1/+2
* | net/mlx5e: TC, Allow sample action with CTRoi Dayan2022-02-162-9/+5
* | net/mlx5e: TC, Make post_act parse CT and sample actionsRoi Dayan2022-02-161-2/+3
* | net/mlx5e: TC, Clean redundant counter flag from tc action parsersRoi Dayan2022-02-168-15/+7
* | net/mlx5e: Use multi table support for CT and sample actionsRoi Dayan2022-02-166-94/+80
* | net/mlx5e: Create new flow attr for multi table actionsRoi Dayan2022-02-169-67/+483
* | net/mlx5e: Add post act offload/unoffload APIRoi Dayan2022-02-162-21/+54
* | net/mlx5e: Pass actions param to actions_match_supported()Roi Dayan2022-02-162-3/+8
* | net/mlx5e: TC, Move flow hashtable to be per repPaul Blakey2022-02-165-32/+43
* | net/mlx5e: E-Switch, Add support for tx_port_ts in switchdev modeAya Levin2022-02-161-3/+15
* | net/mlx5e: E-Switch, Add PTP counters for uplink representorAya Levin2022-02-163-1/+3
* | net/mlx5e: RX, Restrict bulk size for small Striding RQsTariq Toukan2022-02-165-2/+10
* | net/mlx5e: Default to Striding RQ when not conflicting with CQE compressionTariq Toukan2022-02-161-2/+3
* | net/mlx5e: Generalize packet merge error messageTariq Toukan2022-02-161-2/+2
* | net/mlx5e: Add support for using xdp->data_metaAlex Liu2022-02-161-5/+12
* | net/mlx5e: Fix spelling mistake "supoported" -> "supported"Colin Ian King2022-02-161-1/+1
* | net: Fix an ignored error return from dm9051_get_regs()Yang Li2022-02-161-1/+1