summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | net: phy: move phy_state_machine()Russell King (Oracle)2023-09-171-76/+76
| * | net: phy: move phy_suspend() to end of phy_state_machine()Russell King (Oracle)2023-09-171-7/+6
| * | net: phy: move call to start anegRussell King (Oracle)2023-09-171-5/+6
| * | net: phy: call phy_error_precise() while holding the lockRussell King (Oracle)2023-09-171-3/+1
| * | net: phy: always call phy_process_state_change() under lockRussell King (Oracle)2023-09-171-1/+1
|/ /
* | net: dsa: microchip: Add partial ACL support for ksz9477 switchesOleksij Rempel2023-09-177-1/+1815
* | net: dsa: microchip: Move *_port_setup code to dsa_switch_ops::port_setup()Oleksij Rempel2023-09-171-3/+2
* | Merge branch 'devlink-instances-relationships'David S. Miller2023-09-1716-60/+509
|\ \
| * | net/mlx5e: Set en auxiliary devlink instance as nestedJiri Pirko2023-09-171-0/+8
| * | devlink: introduce possibility to expose info about nested devlinksJiri Pirko2023-09-174-0/+54
| * | devlink: convert linecard nested devlink to new rel infrastructureJiri Pirko2023-09-173-18/+42
| * | net/mlx5: SF, Implement peer devlink set for SF representor devlink portJiri Pirko2023-09-174-0/+67
| * | devlink: expose peer SF devlink instanceJiri Pirko2023-09-173-0/+55
| * | devlink: introduce object and nested devlink relationship infraJiri Pirko2023-09-173-0/+233
| * | devlink: extend devlink_nl_put_nested_handle() with attrtype argJiri Pirko2023-09-173-4/+5
| * | devlink: move devlink_nl_put_nested_handle() into netlink.cJiri Pirko2023-09-173-26/+28
| * | devlink: put netnsid to nested handleJiri Pirko2023-09-171-2/+11
| * | net/mlx5: Lift reload limitation when SFs are presentJiri Pirko2023-09-171-11/+0
| * | net/mlx5: Disable eswitch as the first thing in mlx5_unload()Jiri Pirko2023-09-171-1/+1
| * | devlink: move linecard struct into linecard.cJiri Pirko2023-09-173-15/+22
|/ /
* | net: microchip: lan743x: add fixed phy unregister supportPavithra Sathyanarayanan2023-09-171-0/+6
* | Merge branch 'dpll-api'David S. Miller2023-09-1741-96/+8050
|\ \
| * | mlx5: Implement SyncE support using DPLL infrastructureJiri Pirko2023-09-176-1/+520
| * | ptp_ocp: implement DPLL opsVadim Fedorenko2023-09-172-60/+310
| * | ice: implement dpll interface to control cguArkadiusz Kubalewski2023-09-176-1/+2020
| * | ice: add admin commands to access cgu configurationArkadiusz Kubalewski2023-09-178-33/+1385
| * | netdev: expose DPLL pin handle for netdeviceJiri Pirko2023-09-176-3/+109
| * | dpll: netlink: Add DPLL framework base functionsVadim Fedorenko2023-09-174-1/+1268
| * | dpll: core: Add DPLL framework base functionsVadim Fedorenko2023-09-178-0/+1041
| * | dpll: spec: Add Netlink spec in YAMLVadim Fedorenko2023-09-174-0/+902
| * | dpll: documentation on DPLL subsystem interfaceVadim Fedorenko2023-09-172-0/+498
|/ /
* | Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/nextDavid S. Miller2023-09-176-7/+141
|\ \
| * | iavf: Add ability to turn off CRC stripping for VFNorbert Zulinski2023-09-133-1/+64
| * | ice: Check CRC strip requirement for VLAN stripHaiyue Wang2023-09-132-9/+58
| * | ice: Support FCS/CRC strip disable for VFHaiyue Wang2023-09-131-0/+15
| * | virtchnl: Add CRC stripping capabilityPaul M Stillwell Jr2023-09-131-2/+9
* | | Merge branch 'TCP_INFO-RTO'David S. Miller2023-09-166-6/+68
|\ \ \
| * | | tcp: new TCP_INFO stats for RTO eventsAananth V2023-09-166-2/+63
| * | | tcp: call tcp_try_undo_recovery when an RTOd TFO SYNACK is ACKedAananth V2023-09-161-4/+5
|/ / /
* | | Merge branch 'dsa-microchip-drive-strength-support'David S. Miller2023-09-165-27/+349
|\ \ \
| * | | net: dsa: microchip: Add drive strength configurationOleksij Rempel2023-09-164-27/+329
| * | | dt-bindings: net: dsa: microchip: Update ksz device tree bindings for drive s...Oleksij Rempel2023-09-161-0/+20
|/ / /
* | | Merge branch '200GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...David S. Miller2023-09-1626-0/+19191
|\ \ \
| * | | idpf: add SRIOV support and other ndo_opsJoshua Hay2023-09-1310-3/+1114
| * | | idpf: add ethtool callbacksAlan Brady2023-09-137-3/+1851
| * | | idpf: add singleq start_xmit and napi pollJoshua Hay2023-09-138-31/+1290
| * | | idpf: add RX splitq napi poll supportAlan Brady2023-09-134-6/+892
| * | | idpf: add TX splitq napi poll supportJoshua Hay2023-09-136-5/+926
| * | | idpf: add splitq start_xmitJoshua Hay2023-09-135-1/+1107
| * | | idpf: initialize interrupts and enable vportPavan Kumar Linga2023-09-1310-3/+1389