summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet
AgeCommit message (Expand)AuthorFilesLines
2023-07-29net: ethernet: mtk_eth_soc: enable nft hw flowtable_offload for MT7988 SoCLorenzo Bianconi3-5/+36
2023-07-29net: ethernet: mtk_eth_soc: enable page_pool support for MT7988 SoCLorenzo Bianconi1-1/+1
2023-07-29net: bcmasp: Clean up redundant dev_err_probe()Chen Jiahao1-1/+1
2023-07-29net: ethernet: slicoss: remove redundant increment of pointer dataColin Ian King1-3/+1
2023-07-29Merge branch 'in-kernel-support-for-the-tls-alert-protocol'Jakub Kicinski1-0/+1
2023-07-29net/tls: Move TLS protocol elements to a separate headerChuck Lever1-0/+1
2023-07-29octeontx2-af: Initialize 'cntr_val' to fix uninitialized symbol errorSuman Ghosh1-2/+2
2023-07-28eth: bnxt: fix warning for define in struct_groupJakub Kicinski1-1/+2
2023-07-28eth: bnxt: fix one of the W=1 warnings about fortified memcpy()Jakub Kicinski1-1/+1
2023-07-28Merge tag 'mlx5-updates-2023-07-24' of git://git.kernel.org/pub/scm/linux/ker...Jakub Kicinski20-525/+565
2023-07-28mlxsw: spectrum_router: IPv6 events: Use tracker helpers to hold & put netdev...Petr Machata1-2/+3
2023-07-28mlxsw: spectrum_router: RIF: Use tracker helpers to hold & put netdevicesPetr Machata1-3/+4
2023-07-28mlxsw: spectrum_router: hw_stats: Use tracker helpers to hold & put netdevicesPetr Machata1-2/+3
2023-07-28mlxsw: spectrum_router: FIB: Use tracker helpers to hold & put netdevicesPetr Machata1-3/+5
2023-07-28mlxsw: spectrum_switchdev: Use tracker helpers to hold & put netdevicesPetr Machata1-4/+5
2023-07-28mlxsw: spectrum_nve: Do not take reference when looking up netdevicePetr Machata1-3/+4
2023-07-28mlxsw: spectrum: Drop unused functions mlxsw_sp_port_lower_dev_hold/_put()Petr Machata2-19/+0
2023-07-28Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/nexDavid S. Miller16-135/+2128
2023-07-28sfc: Remove vfdi.hMartin Habets1-252/+0
2023-07-28sfc: Cleanups in io.hMartin Habets2-80/+9
2023-07-28sfc: Miscellaneous comment removalsMartin Habets4-21/+2
2023-07-28sfc: Remove struct efx_special_bufferMartin Habets8-75/+25
2023-07-28sfc: Filter cleanups for Falcon and SienaMartin Habets2-23/+0
2023-07-28sfc: Remove some NIC type indirections that are no longer neededMartin Habets5-19/+0
2023-07-28sfc: Remove PTP code for SienaMartin Habets2-226/+1
2023-07-28sfc: Remove EFX_REV_SIENA_A0Martin Habets2-9/+1
2023-07-28sfc: Remove support for siena high priority queueMartin Habets4-50/+2
2023-07-28sfc: Remove siena_nic_data and statsMartin Habets1-95/+0
2023-07-28sfc: Remove falcon referencesMartin Habets6-3170/+2
2023-07-28net/mlx5: Fix flowhash key set/get for custom RSSJoe Damato3-17/+48
2023-07-28net: Explicitly include correct DT includesRob Herring87-90/+86
2023-07-28Revert "net: stmmac: correct MAC propagation delay"Jakub Kicinski4-56/+0
2023-07-28net: stmmac: dwmac-qcom-ethqos: Use max frequency for clk_ptp_refAndrew Halaney1-0/+18
2023-07-28net: stmmac: Make ptp_clk_freq_config variable type explicitAndrew Halaney1-2/+1
2023-07-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski21-64/+240
2023-07-27net/mlx5: Give esw_offloads_load/unload_rep() "mlx5_" prefixJiri Pirko3-9/+9
2023-07-27net/mlx5: Make mlx5_eswitch_load/unload_vport() staticJiri Pirko2-8/+3
2023-07-27net/mlx5: Make mlx5_esw_offloads_rep_load/unload() staticJiri Pirko2-5/+2
2023-07-27net/mlx5: Remove pointless devlink_rate checksJiri Pirko1-8/+4
2023-07-27net/mlx5: Don't check vport->enabled in port opsJiri Pirko1-22/+6
2023-07-27net/mlx5e: Make flow classification filters staticParav Pandit2-6/+3
2023-07-27net/mlx5e: Remove duplicate code for user flowParav Pandit1-4/+0
2023-07-27net/mlx5: Allocate command stats with xarrayShay Drory2-9/+36
2023-07-27net/mlx5: split mlx5_cmd_init() to probe and reload routinesShay Drory3-56/+82
2023-07-27net/mlx5: Remove redundant cmdif revision checkShay Drory1-12/+3
2023-07-27net/mlx5: Re-organize mlx5_cmd structShay Drory2-49/+49
2023-07-27net/mlx5e: E-Switch, Allow devcom initialization on more vportsRoi Dayan1-1/+2
2023-07-27net/mlx5e: E-Switch, Register devcom device with switch id keyRoi Dayan3-9/+11
2023-07-27net/mlx5: Devcom, Infrastructure changesRoi Dayan10-325/+357
2023-07-27net/mlx5: Use shared code for checking lag is supportedRoi Dayan3-16/+12