summaryrefslogtreecommitdiffstats
path: root/.rustfmt.toml (unfollow)
Commit message (Expand)AuthorFilesLines
2024-06-19net/mlx4_en: Use ethtool_puts/sprintf to fill stats stringsKamal Heib1-35/+17
2024-06-19net/mlx4_en: Use ethtool_puts to fill selftest stringsKamal Heib1-2/+2
2024-06-19net/mlx4_en: Use ethtool_puts to fill priv flags stringsKamal Heib1-2/+1
2024-06-18net: microchip: Constify struct vcap_operationsChristophe JAILLET5-5/+5
2024-06-18dt-bindings: net: ethernet-controller: add 10g-qxgmii modeVladimir Oltean1-0/+1
2024-06-18net: phy: introduce core support for phy-mode = "10g-qxgmii"Vladimir Oltean5-1/+20
2024-06-18net: stmmac: Enable TSO on VLANsFurong Xu1-13/+19
2024-06-18net: Move dev_set_hwtstamp_phylib to net/core/dev.hKory Maincent3-4/+4
2024-06-18net: dwc-xlgmac: fix missing MODULE_DESCRIPTION() warningJeff Johnson2-7/+5
2024-06-18net: mana: Use mana_cleanup_port_context() for rxq cleanupShradha Gupta1-4/+2
2024-06-18fou: remove warn in gue_gro_receive on unsupported protocolWillem de Bruijn1-1/+1
2024-06-17net/smc: Introduce IPPROTO_SMCD. Wythe5-3/+198
2024-06-17net/smc: expose smc proto operationsD. Wythe2-30/+63
2024-06-17net/smc: refactoring initialization of smc sockD. Wythe2-38/+53
2024-06-17net: make for_each_netdev_dump() a little more bug-proofJakub Kicinski1-1/+2
2024-06-17net/mlx5e: Add per queue netdev-genl statsJoe Damato1-0/+132
2024-06-17net/mlx5e: Add txq to sq stats mappingJoe Damato3-3/+23
2024-06-15net: micro-optimize skb_datagram_iterSagi Grimberg1-2/+2
2024-06-15selftests: forwarding: Add test for minimum and maximum MTUAmit Cohen2-0/+284
2024-06-15mlxsw: Use the same maximum MTU value throughout the driverAmit Cohen3-26/+6
2024-06-15mlxsw: spectrum: Set more accurate values for netdevice min/max MTUAmit Cohen1-4/+2
2024-06-15mlxsw: Adjust MTU value to hardware checkAmit Cohen2-1/+2
2024-06-15mlxsw: port: Edit maximum MTU valueAmit Cohen1-1/+1
2024-06-15atm: clean up a put_user() callsDan Carpenter1-2/+2
2024-06-15net: stmmac: clean up stmmac_mac_select_pcs()Russell King (Oracle)1-1/+1
2024-06-15net: stmmac: dwmac-socfpga: provide select_pcs() implementationRussell King (Oracle)1-0/+7
2024-06-15net: stmmac: dwmac-rzn1: provide select_pcs() implementationRussell King (Oracle)1-0/+7
2024-06-15net: stmmac: dwmac-intel: provide a select_pcs() implementationRussell King (Oracle)2-3/+11
2024-06-15net: stmmac: add select_pcs() platform methodRussell King (Oracle)2-1/+10
2024-06-15net/mlx5e: Support SWP-mode offload L4 csum calculationRahul Rameshbabu3-2/+44
2024-06-15net/mlx5e: Use tcp_v[46]_check checksum helpersGal Pressman1-5/+4
2024-06-15net/mlx5e: Fix outdated comment in features checkGal Pressman1-1/+1
2024-06-15net/mlx5: Replace strcpy with strscpyMoshe Shemesh1-2/+2
2024-06-15net/mlx5: CT: Separate CT and CT-NAT tuple entriesChris Mi1-44/+143
2024-06-15net/mlx5: Correct TASR typo into TSARCosmin Ratiu2-2/+2
2024-06-15net: phy: realtek: add support for rtl8224 2.5Gbps PHYChris Packham1-0/+8
2024-06-15eth: lan966x: don't clear unsupported statsJakub Kicinski1-8/+0
2024-06-14net: qrtr: ns: Ignore ENODEV failures in nsChris Lew1-7/+10
2024-06-14net: stmmac: dwmac-stm32: add management of stm32mp13 for stm32Christophe Roullier1-4/+28
2024-06-14net: stmmac: dwmac-stm32: Mask support for PMCR configurationChristophe Roullier1-9/+19
2024-06-14net: stmmac: dwmac-stm32: Fix Mhz to MHzMarek Vasut1-2/+2
2024-06-14net: stmmac: dwmac-stm32: Clean up the debug printsMarek Vasut1-10/+8
2024-06-14net: stmmac: dwmac-stm32: Extract PMCR configurationMarek Vasut1-10/+17
2024-06-14net: stmmac: dwmac-stm32: Separate out external clock selectorMarek Vasut1-12/+38
2024-06-14net: stmmac: dwmac-stm32: Separate out external clock rate validationMarek Vasut1-10/+41
2024-06-14dt-bindings: net: add STM32MP13 compatible in documentation for stm32Christophe Roullier1-7/+36
2024-06-14net: hsr: Send supervisory frames to HSR network with ProxyNodeTable dataLukasz Majewski6-14/+105
2024-06-14net: dsa: lantiq_gswip: Improve error message in gswip_port_fdb()Martin Blumenstingl1-1/+2
2024-06-14net: dsa: lantiq_gswip: Update comments in gswip_port_vlan_filtering()Martin Blumenstingl1-2/+2
2024-06-14net: dsa: lantiq_gswip: Remove dead code from gswip_add_single_port_br()Martin Schiller1-6/+0