Single branch specified, using that and the previous one: remotes/brancher/net-next-hw-2025-06-17--08-00 (v6.16-rc1-494-gc1b83659770b) remotes/brancher/net-next-hw-2025-06-17--16-00 (v6.16-rc1-475-gc9db8c590da0) ==== BASE DIFF ==== Documentation/ABI/testing/sysfs-class-net-phydev | 10 ++ drivers/net/ethernet/freescale/enetc/enetc.c | 12 +-- drivers/net/ethernet/freescale/enetc/enetc_hw.h | 3 + drivers/net/ethernet/intel/igc/igc.h | 33 +++++-- drivers/net/ethernet/intel/igc/igc_base.h | 8 -- drivers/net/ethernet/intel/igc/igc_defines.h | 1 + drivers/net/ethernet/intel/igc/igc_ethtool.c | 12 ++- drivers/net/ethernet/intel/igc/igc_main.c | 57 ++++++++--- drivers/net/ethernet/intel/igc/igc_tsn.c | 116 ++++++++++++++++++++--- drivers/net/ethernet/intel/igc/igc_tsn.h | 5 + drivers/net/phy/phy_device.c | 112 +++++++++++++++++++++- net/openvswitch/actions.c | 23 ++--- net/openvswitch/datapath.c | 42 ++++++-- net/openvswitch/datapath.h | 3 +- 14 files changed, 364 insertions(+), 73 deletions(-) ==== COMMIT DIFF ==== diff --git a/tmp/tmp.Znam8bczTg b/tmp/tmp.XgZVsmvn4D index 8788111b4969..5fe41c8d063d 100644 --- a/tmp/tmp.Znam8bczTg +++ b/tmp/tmp.XgZVsmvn4D @@ -171,36 +171,6 @@ dt-bindings: net: Convert socfpga-dwmac bindings to yaml tcp: fix tcp_packet_delayed() for tcp_is_non_sack_preventing_reopen() behavior ptp: allow reading of currently dialed frequency to succeed on free-running clocks ptp: fix breakage after ptp_vclock_in_use() rework -neighbour: add support for NUD_PERMANENT proxy entries -net: phy: Add c45_phy_ids sysfs directory entry -openvswitch: Allocate struct ovs_pcpu_storage dynamically -tcp_metrics: use ssthresh value from dst if there is no metrics -tcp_metrics: set maximum cwnd from the dst entry -net: enetc: replace PCVLANR1/2 with SICVLANR1/2 and remove dead branch -net: phy: qcom: at803x: Add Qualcomm IPQ5018 Internal PHY support -dt-bindings: net: qca,ar803x: Add IPQ5018 Internal GE PHY support vsock/test: Cover more CIDs in transport_uaf test vsock/test: Introduce get_transports() vsock/test: Introduce vsock_bind_try() helper -igc: add preemptible queue support in mqprio -igc: add preemptible queue support in taprio -igc: add private flag to reverse TX queue priority in TSN mode -igc: assign highest TX queue number as highest priority in mqprio -igc: refactor TXDCTL macros to use FIELD_PREP and GEN_MASK -igc: add DCTL prefix to related macros -igc: move TXDCTL and RXDCTL related macros -tcp: try to avoid safer when ACKs are thinned -tcp: accecn: try to fit AccECN option with SACK -tcp: accecn: AccECN ACE field multi-wrap heuristic -tcp: accecn: AccECN option ceb/cep heuristic -tcp: accecn: AccECN option failure handling -tcp: accecn: AccECN option send control -tcp: accecn: AccECN option -tcp: sack option handling improvements -tcp: accecn: AccECN needs to know delivered bytes -tcp: accecn: add AccECN rx byte counters -tcp: accecn: AccECN negotiation -tcp: AccECN core -tcp: reorganize tcp_sock_write_txrx group for variables later -tcp: fast path functions later -tcp: reorganize SYN ECN code