aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/mellanox/mlx5/core/en/monitor_stats.h (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2022-01-06net/mlx5e: Refactor set_pflag_cqe_based_moderSaeed Mahameed1-12/+7
2022-01-06net/mlx5e: Move HW-GRO and CQE compression check to fix features flowGal Pressman1-5/+5
2022-01-06net/mlx5e: Fix feature check per profileAya Levin1-1/+1
2022-01-06net/mlx5e: Unblock setting vid 0 for VF in case PF isn't eswitch managerMaor Dickman1-1/+1
2022-01-06net/mlx5e: Expose FEC counters via ethtoolLama Kayal1-3/+98
2022-01-06net/mlx5: Update log_max_qp value to FW max capabilityMaher Sanalla1-2/+6
2022-01-06net/mlx5: SF, Use all available cpu for setting cpu affinityShay Drory5-34/+201
2022-01-06net/mlx5: Introduce API for bulk request and release of IRQsShay Drory5-47/+135
2022-01-06net/mlx5: Split irq_pool_affinity logic to new fileShay Drory5-97/+157
2022-01-06net/mlx5: Move affinity assignment into irq_requestShay Drory1-13/+9
2022-01-06net/mlx5: Introduce control IRQ request APIShay Drory3-10/+58
2022-01-06net/mlx5: mlx5e_hv_vhca_stats_create return type to voidSaeed Mahameed2-15/+6
2022-01-06veth: Do not record rx queue hint in veth_xmitDaniel Borkmann1-1/+0
2022-01-06ethernet: ibmveth: use default_groups in kobj_typeGreg Kroah-Hartman1-1/+2
2022-01-06sfc: Use swap() instead of open coding itJiapeng Chong1-10/+4
2022-01-06ethtool: use phydev variableTom Rix1-4/+4
2022-01-06net: macb: use .mac_select_pcs() interfaceRussell King (Oracle)2-15/+14
2022-01-06gro: add ability to control gro max packet sizeCoco Li6-1/+41
2022-01-06net: fix SOF_TIMESTAMPING_BIND_PHC to work with multiple socketsMiroslav Lichvar3-13/+18
2022-01-06net: dsa: warn about dsa_port and dsa_switch bit fields being non atomicVladimir Oltean1-0/+8
2022-01-06net: dsa: don't enumerate dsa_switch and dsa_port bit fields using commasVladimir Oltean1-58/+56
2022-01-06net: dsa: setup master before portsVladimir Oltean1-10/+13
2022-01-06net: dsa: first set up shared ports, then non-shared portsVladimir Oltean1-13/+37
2022-01-06net: dsa: hold rtnl_mutex when calling dsa_master_{setup,teardown}Vladimir Oltean2-2/+10
2022-01-06net: dsa: stop updating master MTU from master.cVladimir Oltean1-24/+1
2022-01-06net: dsa: merge rtnl_lock sections in dsa_slave_createVladimir Oltean1-3/+1
2022-01-06net: dsa: reorder PHY initialization with MTU setup in slave.cVladimir Oltean1-7/+7
2022-01-05net: lantiq_xrx200: convert to build_skbAleksander Jan Bajkowski1-20/+36
2022-01-05net: lantiq_xrx200: increase napi poll weigthAleksander Jan Bajkowski1-2/+4
2022-01-05MIPS: lantiq: dma: increase descritor countAleksander Jan Bajkowski1-1/+1
2022-01-05testptp: set pin function before other requestsMiroslav Lichvar1-12/+12
2022-01-05net: gemini: allow any RGMII interface modeRussell King (Oracle)1-3/+6
2022-01-05net: phy: marvell: configure RGMII delays for 88E1118Russell King (Oracle)1-0/+6
2022-01-05net: phy: marvell: use phy_write_paged() to set MSCRRussell King (Oracle)1-14/+8
2022-01-05selftests: set amt.sh executableTaehee Yoo1-0/+0
2022-01-05Revert "net: usb: r8152: Add MAC passthrough support for more Lenovo Docks"Aaron Ma1-3/+6
2022-01-05netlink: do not allocate a device refcount tracker in ethnl_default_notify()Eric Dumazet1-1/+0
2022-01-05net/sched: add missing tracker information in qdisc_create()Eric Dumazet1-1/+1
2022-01-05net: dsa: remove cross-chip support for HSRVladimir Oltean3-49/+13
2022-01-05net: dsa: remove cross-chip support for MRPVladimir Oltean3-106/+20
2022-01-05net: dsa: fix incorrect function pointer check for MRP ring rolesVladimir Oltean1-2/+2
2022-01-05mlxsw: pci: Avoid flow control for EMAD packetsDanielle Ratson2-1/+17
2022-01-05net: dsa: combine two holes in struct dsa_switch_treeVladimir Oltean1-3/+3
2022-01-05net: dsa: move dsa_switch_tree :: ports and lags to first cache lineVladimir Oltean1-7/+9
2022-01-05net: dsa: make dsa_switch :: num_ports an unsigned intVladimir Oltean2-2/+2
2022-01-05net: dsa: merge all bools of struct dsa_switch into a single u32Vladimir Oltean1-46/+51
2022-01-05net: dsa: move dsa_port :: type near dsa_port :: indexVladimir Oltean1-2/+4
2022-01-05net: dsa: merge all bools of struct dsa_port into a single u8Vladimir Oltean1-7/+10
2022-01-05net: dsa: move dsa_port :: stp_state near dsa_port :: macVladimir Oltean1-1/+3
2022-01-05net: hns3: create new common cmd code for PF and VF modulesJie Wang7-329/+279