summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-11-30selftests: mptcp: add mptcp_lib_kill_waitGeliang Tang3-28/+22
2023-11-30selftests: mptcp: userspace pm send RM_ADDR for ID 0Geliang Tang1-0/+26
2023-11-30selftests: mptcp: userspace pm remove initial subflowGeliang Tang1-0/+24
2023-11-30mptcp: userspace pm rename remove_err to outGeliang Tang1-4/+4
2023-11-30selftests: mptcp: userspace pm create id 0 subflowGeliang Tang1-0/+19
2023-11-30selftests: mptcp: update userspace pm test helpersGeliang Tang1-52/+50
2023-11-30selftests: mptcp: add chk_subflows_total helperGeliang Tang1-1/+41
2023-11-30selftests: mptcp: add evts_get_info helperGeliang Tang3-58/+57
2023-11-30mptcp: add mptcpi_subflows_total counterGeliang Tang3-0/+12
2023-11-30Merge branch 'mlxsw-support-cff-flood-mode'Jakub Kicinski3-110/+727
2023-11-30mlxsw: spectrum: Use CFF mode where availablePetr Machata1-0/+2
2023-11-30mlxsw: spectrum_fid: Add support for rFID family in CFF flood modePetr Machata1-0/+231
2023-11-30mlxsw: spectrum_fid: Add a family for bridge FIDs in CFF flood modePetr Machata1-0/+96
2023-11-30mlxsw: spectrum_fid: Initialize flood profiles in CFF modePetr Machata1-1/+122
2023-11-30mlxsw: spectrum_fid: Add profile_id to flood profilePetr Machata1-0/+6
2023-11-30mlxsw: spectrum_fid: Add an object to keep flood profilesPetr Machata1-19/+31
2023-11-30mlxsw: spectrum_fid: Add hooks for RSP table maintenancePetr Machata3-1/+67
2023-11-30mlxsw: spectrum_fid: Add a not-UC packet typePetr Machata2-0/+12
2023-11-30mlxsw: spectrum_fid: Add an op for packing SFMRPetr Machata1-2/+11
2023-11-30mlxsw: spectrum_fid: Add an op to get PGT address of a FIDPetr Machata1-7/+9
2023-11-30mlxsw: spectrum_fid: Add an op to get PGT allocation sizePetr Machata1-5/+18
2023-11-30mlxsw: spectrum_fid: Add an op for flood table initializationPetr Machata1-5/+12
2023-11-30mlxsw: spectrum_fid: Move mlxsw_sp_fid_flood_table_init() upPetr Machata1-30/+30
2023-11-30mlxsw: spectrum_fid: Make mlxsw_sp_fid_ops.setup return an intPetr Machata1-7/+14
2023-11-30mlxsw: spectrum_fid: Split a helper out of mlxsw_sp_fid_flood_table_mid()Petr Machata1-5/+12
2023-11-30mlxsw: spectrum_fid: Rename FID ops, families, arraysPetr Machata1-23/+25
2023-11-30mlxsw: spectrum_fid: Privatize FID familiesPetr Machata3-20/+44
2023-11-30net: phy: aquantia: drop wrong endianness conversion for addr and CRCChristian Marangi1-10/+14
2023-11-30ice: Fix VF Reset paths when interface in a failed over aggregateDave Ertman4-50/+118
2023-11-30net: phy: adin: allow control of Fast Link DownVincent Whitchurch1-0/+53
2023-11-30r8169: improve handling task schedulingHeiner Kallweit1-2/+4
2023-11-30Merge tag 'wireless-2023-11-29' of git://git.kernel.org/pub/scm/linux/kernel/...Jakub Kicinski19-118/+614
2023-11-30Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski10-15/+66
2023-11-30Merge branch 'create-a-binding-for-the-marvell-mv88e6xxx-dsa-switches'Jakub Kicinski7-115/+458
2023-11-30dt-bindings: marvell: Add Marvell MV88E6060 DSA schemaLinus Walleij2-0/+89
2023-11-30dt-bindings: marvell: Rewrite MV88E6xxx in schemaLinus Walleij3-110/+338
2023-11-30dt-bindings: net: ethernet-switch: Accept special variantsLinus Walleij1-3/+20
2023-11-30dt-bindings: net: mvusb: Fix up DSA exampleLinus Walleij1-2/+5
2023-11-30dt-bindings: net: dsa: Require ports or ethernet-portsLinus Walleij1-0/+6
2023-11-30Merge branch 'tools-ynl-fixes-for-the-page-pool-sample-and-the-generation-pro...Jakub Kicinski5-7/+15
2023-11-30tools: ynl: don't skip regeneration from make targetsJakub Kicinski2-6/+10
2023-11-30tools: ynl: order building samples after generated codeJakub Kicinski1-0/+2
2023-11-30tools: ynl: make sure we use local headers for page-poolJakub Kicinski1-0/+2
2023-11-30tools: ynl: fix build of the page-pool sampleJakub Kicinski1-1/+1
2023-11-30bpf, sockmap: Add af_unix test with both sockets in mapJohn Fastabend2-11/+47
2023-11-30bpf, sockmap: af_unix stream sockets need to hold ref for pair sockJohn Fastabend5-2/+9
2023-11-30Merge branch 'xsk-tx-metadata'Alexei Starovoitov33-70/+969
2023-11-30selftests/bpf: Add TX side to xdp_hw_metadataStanislav Fomichev1-4/+160
2023-11-30selftests/bpf: Convert xdp_hw_metadata to XDP_USE_NEED_WAKEUPStanislav Fomichev1-24/+49
2023-11-30selftests/bpf: Add TX side to xdp_metadataStanislav Fomichev1-4/+29