summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-12-26net/smc: manage system EID in SMC stack instead of ISM driverWen Gu
2023-12-26net/smc: disable SEID on non-s390 archs where virtual ISM may be usedWen Gu
2023-12-26net/smc: support extended GID in SMC-D lgr netlink attributeWen Gu
2023-12-26net/smc: compatible with 128-bits extended GID of virtual ISM deviceWen Gu
2023-12-26net/smc: define a reserved CHID range for virtual ISM devicesWen Gu
2023-12-26net/smc: introduce virtual ISM device support featureWen Gu
2023-12-26net/smc: support SMCv2.x supplemental features negotiationWen Gu
2023-12-26net/smc: unify the structs of accept or confirm message for v1 and v2Wen Gu
2023-12-26net/smc: introduce sub-functions for smc_clc_send_confirm_accept()Wen Gu
2023-12-26net/smc: rename some 'fce' to 'fce_v2x' for clarityWen Gu
2023-12-25net: sfp: fix PHY discovery for FS SFP-10G-T moduleMarek BehĂșn
2023-12-23Merge branch 'dpaa2-switch-small-improvements'David S. Miller
2023-12-23dpaa2-switch: cleanup the egress flood of an unused FDBIoana Ciornei
2023-12-23dpaa2-switch: move a check to the prechangeupper stageIoana Ciornei
2023-12-23dpaa2-switch: reorganize the [pre]changeupper eventsIoana Ciornei
2023-12-23dpaa2-switch: do not clear any interrupts automaticallyIoana Ciornei
2023-12-23dpaa2-switch: add ENDPOINT_CHANGED to the irq_maskIoana Ciornei
2023-12-23dpaa2-switch: print an error when the vlan is already configuredIoana Ciornei
2023-12-23dpaa2-switch: declare the netdev as IFF_LIVE_ADDR_CHANGE capableIoana Ciornei
2023-12-23dpaa2-switch: set interface MAC address only on endpoint changeIoana Ciornei
2023-12-23Merge branch 'am65-cpsw-preemption-coalescing'David S. Miller
2023-12-23net: ethernet: ti: am65-cpsw: add sw tx/rx irq coalescing based on hrtimersGrygorii Strashko
2023-12-23net: ethernet: ti: am65-cpsw-qos: Add Frame Preemption MAC Merge supportRoger Quadros
2023-12-23net: ethernet: ti: am65-cpsw: add mqprio qdisc offload in channel modeGrygorii Strashko
2023-12-23net: ethernet: am65-cpsw: Move register definitions to header fileRoger Quadros
2023-12-23net: ethernet: ti: am65-cpsw: Move code to avoid forward declarationRoger Quadros
2023-12-23net: ethernet: am65-cpsw: cleanup TAPRIO handlingRoger Quadros
2023-12-23net: ethernet: am65-cpsw: Rename TI_AM65_CPSW_TAS to TI_AM65_CPSW_QOSRoger Quadros
2023-12-23net: ethernet: am65-cpsw: Build am65-cpsw-qos only if requiredRoger Quadros
2023-12-23selftests: forwarding: ethtool_mm: fall back to aggregate if device does not ...Vladimir Oltean
2023-12-23selftests: forwarding: ethtool_mm: support devices with higher rx-min-frag-sizeVladimir Oltean
2023-12-23Merge branch 'net-selftests-unique-namespace-last-part'David S. Miller
2023-12-23kselftest/runner.sh: add netns supportHangbin Liu
2023-12-23selftests/net: convert pmtu.sh to run it in unique namespaceHangbin Liu
2023-12-23selftests/net: use unique netns name for setup_loopback.sh setup_veth.shHangbin Liu
2023-12-23selftests/net: convert xfrm_policy.sh to run it in unique namespaceHangbin Liu
2023-12-23selftests/net: convert stress_reuseport_listen.sh to run it in unique namespaceHangbin Liu
2023-12-23selftests/net: convert rtnetlink.sh to run it in unique namespaceHangbin Liu
2023-12-23selftests/net: convert netns-name.sh to run it in unique namespaceHangbin Liu
2023-12-23selftests/net: convert gre_gso.sh to run it in unique namespaceHangbin Liu
2023-12-23selftests/net: remove unneeded semicolonJiapeng Chong
2023-12-22selftest/tcp-ao: Rectify out-of-tree buildDmitry Safonov
2023-12-22tipc: Remove some excess struct member documentationJonathan Corbet
2023-12-22net: skbuff: Remove some excess struct-member documentationJonathan Corbet
2023-12-22Merge branch 'tcp-refactor-bhash2'David S. Miller
2023-12-22tcp: Remove dead code and fields for bhash2.Kuniyuki Iwashima
2023-12-22tcp: Link sk and twsk to tb2->owners using skc_bind_node.Kuniyuki Iwashima
2023-12-22tcp: Unlink sk from bhash.Kuniyuki Iwashima
2023-12-22tcp: Check hlist_empty(&tb->bhash2) instead of hlist_empty(&tb->owners).Kuniyuki Iwashima
2023-12-22tcp: Iterate tb->bhash2 in inet_csk_bind_conflict().Kuniyuki Iwashima