summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet
Commit message (Expand)AuthorAgeFilesLines
* mlxsw: spectrum_flower: Add ability to match on layer 2 missIdo Schimmel2023-05-304-5/+7
* mlxsw: spectrum_flower: Do not force matching on iifIdo Schimmel2023-05-301-0/+3
* mlxsw: spectrum_flower: Split iif parsing to a separate functionIdo Schimmel2023-05-301-21/+33
* flow_offload: Reject matching on layer 2 missIdo Schimmel2023-05-304-0/+28
* devlink: move port_del() to devlink_port_opsJiri Pirko2023-05-302-1/+3
* devlink: move port_fn_state_get/set() to devlink_port_opsJiri Pirko2023-05-302-2/+4
* devlink: move port_fn_migratable_get/set() to devlink_port_opsJiri Pirko2023-05-302-2/+2
* devlink: move port_fn_roce_get/set() to devlink_port_opsJiri Pirko2023-05-302-2/+4
* devlink: move port_fn_hw_addr_get/set() to devlink_port_opsJiri Pirko2023-05-305-58/+58
* mlx5: register devlink ports with opsJiri Pirko2023-05-301-2/+10
* sfc: register devlink port with opsJiri Pirko2023-05-301-1/+7
* devlink: move port_type_set() op into devlink_port_opsJiri Pirko2023-05-301-26/+26
* mlx4: register devlink port with opsJiri Pirko2023-05-301-1/+5
* devlink: move port_split/unsplit() ops into devlink_port_opsJiri Pirko2023-05-303-6/+6
* nfp: devlink: register devlink port with opsJiri Pirko2023-05-301-1/+5
* mlxsw_core: register devlink port with opsJiri Pirko2023-05-301-1/+5
* ice: register devlink port for PF with opsJiri Pirko2023-05-301-1/+5
* net: fec: remove last_bdp from fec_enet_txq_xmit_frame()Wei Fang2023-05-301-4/+2
* r8169: check for PCI read error in probeHeiner Kallweit2023-05-301-1/+8
* liquidio: Use vzalloc()Christophe JAILLET2023-05-302-6/+2
* net: dpaa2-mac: use correct interface to free mdiodevRussell King (Oracle)2023-05-291-3/+2
* net: enetc: use lynx_pcs_create_mdiodev()Russell King (Oracle)2023-05-291-18/+4
* net: stmmac: use xpcs_create_mdiodev()Russell King (Oracle)2023-05-291-12/+3
* sfc: handle VI shortage on ef100 by readjusting the channelsPieter Jansen van Vuuren2023-05-261-6/+45
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-05-2525-153/+284
|\
| * Merge tag 'mlx5-fixes-2023-05-22' of git://git.kernel.org/pub/scm/linux/kerne...David S. Miller2023-05-2416-58/+173
| |\
| | * net/mlx5: Fix indexing of mlx5_irqShay Drory2023-05-221-4/+5
| | * net/mlx5: Fix irq affinity managementShay Drory2023-05-221-1/+1
| | * net/mlx5: Free irqs only on shutdown callbackShay Drory2023-05-223-1/+31
| | * net/mlx5: Devcom, serialize devcom registrationShay Drory2023-05-221-5/+14
| | * net/mlx5: Devcom, fix error flow in mlx5_devcom_register_deviceShay Drory2023-05-221-1/+2
| | * net/mlx5: E-switch, Devcom, sync devcom events and devcom comp registerShay Drory2023-05-222-1/+9
| | * net/mlx5e: TC, Fix using eswitch mapping in nic modePaul Blakey2023-05-221-7/+27
| | * net/mlx5e: Fix SQ wake logic in ptp napi_poll contextRahul Rameshbabu2023-05-223-7/+16
| | * net/mlx5e: Fix deadlock in tc route query codeVlad Buslov2023-05-223-20/+48
| | * net/mlx5: Fix error message when failing to allocate device memoryRoi Dayan2023-05-221-1/+1
| | * net/mlx5e: Use correct encap attribute during invalidationVlad Buslov2023-05-221-1/+3
| | * net/mlx5: DR, Check force-loopback RC QP capability independently from RoCEYevgeny Kliteynik2023-05-221-1/+3
| | * net/mlx5: DR, Fix crc32 calculation to work on big-endian (BE) CPUsErez Shitrit2023-05-221-1/+2
| | * net/mlx5: Handle pairing of E-switch via uplink un/load APIsShay Drory2023-05-223-6/+9
| | * net/mlx5: Collect command failures data only for known commandsShay Drory2023-05-221-1/+2
| * | net: ethernet: mtk_eth_soc: fix QoS on DSA MAC on non MTK_NETSYS_V2 SoCsArınç ÜNAL2023-05-241-6/+2
| * | r8169: Use a raw_spinlock_t for the register locks.Sebastian Andrzej Siewior2023-05-231-22/+22
| * | lan966x: Fix unloading/loading of the driverHoratiu Vultur2023-05-231-0/+10
| |/
| * 3c589_cs: Fix an error handling path in tc589_probe()Christophe JAILLET2023-05-221-1/+10
| * forcedeth: Fix an error handling path in nv_probe()Christophe JAILLET2023-05-221-0/+1
| * net: fec: add dma_wmb to ensure correct descriptor valuesShenwei Wang2023-05-191-6/+11
| * octeontx2-pf: Fix TSOv6 offloadSunil Goutham2023-05-191-3/+1
| * sfc: fix devlink info error handlingAlejandro Lucero2023-05-191-50/+45
| * net/mlx5e: do as little as possible in napi poll when budget is 0Jakub Kicinski2023-05-191-7/+9