summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-12-26net/smc: manage system EID in SMC stack instead of ISM driverWen Gu6-50/+37
2023-12-26net/smc: disable SEID on non-s390 archs where virtual ISM may be usedWen Gu1-0/+14
2023-12-26net/smc: support extended GID in SMC-D lgr netlink attributeWen Gu4-0/+12
2023-12-26net/smc: compatible with 128-bits extended GID of virtual ISM deviceWen Gu12-68/+167
2023-12-26net/smc: define a reserved CHID range for virtual ISM devicesWen Gu1-0/+20
2023-12-26net/smc: introduce virtual ISM device support featureWen Gu1-3/+6
2023-12-26net/smc: support SMCv2.x supplemental features negotiationWen Gu4-4/+22
2023-12-26net/smc: unify the structs of accept or confirm message for v1 and v2Wen Gu3-97/+62
2023-12-26net/smc: introduce sub-functions for smc_clc_send_confirm_accept()Wen Gu1-82/+115
2023-12-26net/smc: rename some 'fce' to 'fce_v2x' for clarityWen Gu1-14/+16
2023-12-25net: sfp: fix PHY discovery for FS SFP-10G-T moduleMarek BehĂșn1-4/+13
2023-12-23Merge branch 'dpaa2-switch-small-improvements'David S. Miller1-48/+84
2023-12-23dpaa2-switch: cleanup the egress flood of an unused FDBIoana Ciornei1-0/+6
2023-12-23dpaa2-switch: move a check to the prechangeupper stageIoana Ciornei1-15/+16
2023-12-23dpaa2-switch: reorganize the [pre]changeupper eventsIoana Ciornei1-25/+52
2023-12-23dpaa2-switch: do not clear any interrupts automaticallyIoana Ciornei1-2/+2
2023-12-23dpaa2-switch: add ENDPOINT_CHANGED to the irq_maskIoana Ciornei1-1/+1
2023-12-23dpaa2-switch: print an error when the vlan is already configuredIoana Ciornei1-2/+4
2023-12-23dpaa2-switch: declare the netdev as IFF_LIVE_ADDR_CHANGE capableIoana Ciornei1-0/+1
2023-12-23dpaa2-switch: set interface MAC address only on endpoint changeIoana Ciornei1-3/+2
2023-12-23Merge branch 'am65-cpsw-preemption-coalescing'David S. Miller9-187/+1100
2023-12-23net: ethernet: ti: am65-cpsw: add sw tx/rx irq coalescing based on hrtimersGrygorii Strashko3-8/+134
2023-12-23net: ethernet: ti: am65-cpsw-qos: Add Frame Preemption MAC Merge supportRoger Quadros6-2/+456
2023-12-23net: ethernet: ti: am65-cpsw: add mqprio qdisc offload in channel modeGrygorii Strashko4-4/+278
2023-12-23net: ethernet: am65-cpsw: Move register definitions to header fileRoger Quadros2-35/+35
2023-12-23net: ethernet: ti: am65-cpsw: Move code to avoid forward declarationRoger Quadros1-43/+43
2023-12-23net: ethernet: am65-cpsw: cleanup TAPRIO handlingRoger Quadros1-80/+71
2023-12-23net: ethernet: am65-cpsw: Rename TI_AM65_CPSW_TAS to TI_AM65_CPSW_QOSRoger Quadros3-8/+8
2023-12-23net: ethernet: am65-cpsw: Build am65-cpsw-qos only if requiredRoger Quadros3-13/+28
2023-12-23selftests: forwarding: ethtool_mm: fall back to aggregate if device does not ...Vladimir Oltean2-0/+20
2023-12-23selftests: forwarding: ethtool_mm: support devices with higher rx-min-frag-sizeVladimir Oltean1-2/+35
2023-12-23Merge branch 'net-selftests-unique-namespace-last-part'David S. Miller12-157/+193
2023-12-23kselftest/runner.sh: add netns supportHangbin Liu2-3/+45
2023-12-23selftests/net: convert pmtu.sh to run it in unique namespaceHangbin Liu1-18/+9
2023-12-23selftests/net: use unique netns name for setup_loopback.sh setup_veth.shHangbin Liu4-15/+20
2023-12-23selftests/net: convert xfrm_policy.sh to run it in unique namespaceHangbin Liu1-69/+69
2023-12-23selftests/net: convert stress_reuseport_listen.sh to run it in unique namespaceHangbin Liu1-3/+3
2023-12-23selftests/net: convert rtnetlink.sh to run it in unique namespaceHangbin Liu1-16/+18
2023-12-23selftests/net: convert netns-name.sh to run it in unique namespaceHangbin Liu1-22/+22
2023-12-23selftests/net: convert gre_gso.sh to run it in unique namespaceHangbin Liu1-11/+7
2023-12-23selftests/net: remove unneeded semicolonJiapeng Chong1-1/+1
2023-12-22selftest/tcp-ao: Rectify out-of-tree buildDmitry Safonov1-6/+3
2023-12-22tipc: Remove some excess struct member documentationJonathan Corbet1-15/+0
2023-12-22net: skbuff: Remove some excess struct-member documentationJonathan Corbet1-2/+0
2023-12-22Merge branch 'tcp-refactor-bhash2'David S. Miller8-146/+92
2023-12-22tcp: Remove dead code and fields for bhash2.Kuniyuki Iwashima5-35/+1
2023-12-22tcp: Link sk and twsk to tb2->owners using skc_bind_node.Kuniyuki Iwashima5-26/+9
2023-12-22tcp: Unlink sk from bhash.Kuniyuki Iwashima3-12/+0
2023-12-22tcp: Check hlist_empty(&tb->bhash2) instead of hlist_empty(&tb->owners).Kuniyuki Iwashima3-9/+8
2023-12-22tcp: Iterate tb->bhash2 in inet_csk_bind_conflict().Kuniyuki Iwashima1-1/+17