summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2022-11-18net: ethernet: mtk_eth_soc: implement multi-queue support for per-port queuesFelix Fietkau2-49/+258
2022-11-18net: ethernet: mtk_eth_soc: avoid port_mg assignment on MT7622 and newerFelix Fietkau2-3/+5
2022-11-18net: ethernet: mtk_eth_soc: drop packets to WDMA if the ring is fullFelix Fietkau2-1/+5
2022-11-18net: ethernet: mtk_eth_soc: increase tx ring size for QDMA devicesFelix Fietkau2-16/+23
2022-11-18net: fman: remove reference to non-existing config PCSLukas Bulwahn1-1/+0
2022-11-18netlink: remove the flex array from struct nlmsghdrJakub Kicinski2-3/+1
2022-11-18mrp: introduce active flags to prevent UAF when applicant uninitSchspa Shi2-5/+14
2022-11-18Merge tag 'rxrpc-next-20221116' of git://git.kernel.org/pub/scm/linux/kernel/...David S. Miller3-11/+19
2022-11-18net: fix napi_disable() logic errorEric Dumazet1-2/+2
2022-11-18rxrpc: uninitialized variable in rxrpc_send_ack_packet()Dan Carpenter1-2/+0
2022-11-18rxrpc: fix rxkad_verify_response()Dan Carpenter1-2/+4
2022-11-18net: ethernet: mtk_eth_soc: remove cpu_relax in mtk_pending_workLorenzo Bianconi1-5/+2
2022-11-18net: ethernet: mtk_eth_soc: do not overwrite mtu configuration running reset ...Lorenzo Bianconi1-19/+34
2022-11-18net: ipa: avoid a null pointer dereferenceAlex Elder1-3/+6
2022-11-18Merge tag 'wireless-next-2022-11-18' of git://git.kernel.org/pub/scm/linux/ke...David S. Miller106-1419/+5790
2022-11-18Merge branch 'sctp-vrf'David S. Miller14-69/+461
2022-11-18selftests: add a selftest for sctp vrfXin Long3-0/+317
2022-11-18sctp: add sysctl net.sctp.l3mdev_acceptXin Long2-0/+20
2022-11-18sctp: add dif and sdif check in asoc and ep lookupXin Long8-61/+89
2022-11-18sctp: add skb_sdif in struct sctp_afXin Long3-1/+14
2022-11-18sctp: check sk_bound_dev_if when matching ep in get_portXin Long1-1/+4
2022-11-18sctp: check ipv6 addr with sk_bound_dev if setXin Long1-3/+11
2022-11-18sctp: verify the bind address with the tb_id from l3mdevXin Long1-3/+6
2022-11-18net: libwx: Fix dead code for duplicate checkJiawen Wu1-2/+0
2022-11-18net: phy: mscc: macsec: do not copy encryption keysAntoine Tenart2-29/+30
2022-11-17Merge branch 'net-ipa-change-gsi-firmware-load-specification'Jakub Kicinski2-38/+135
2022-11-17net: ipa: permit GSI firmware loading to be skippedAlex Elder1-4/+12
2022-11-17dt-bindings: net: qcom,ipa: support skipping GSI firmware loadAlex Elder1-0/+2
2022-11-17net: ipa: introduce "qcom,gsi-loader" propertyAlex Elder1-7/+37
2022-11-17net: ipa: encapsulate decision about firmware loadAlex Elder1-8/+31
2022-11-17dt-bindings: net: qcom,ipa: deprecate modem-initAlex Elder1-21/+55
2022-11-17sctp: move SCTP_PAD4 and SCTP_TRUNC4 to linux/sctp.hXin Long4-7/+5
2022-11-17sctp: change to include linux/sctp.h in net/sctp/checksum.hXin Long1-1/+1
2022-11-17Merge branch 'implement-devlink-rate-api-and-extend-it'Jakub Kicinski18-28/+970
2022-11-17Documentation: Add documentation for new devlink-rate attributesMichal Wilczynski1-1/+32
2022-11-17ice: Add documentation for devlink-rate implementationMichal Wilczynski1-0/+115
2022-11-17ice: Prevent ADQ, DCB coexistence with Custom Tx schedulerMichal Wilczynski6-0/+111
2022-11-17ice: Implement devlink-rate APIMichal Wilczynski3-0/+426
2022-11-17ice: Add an option to pre-allocate memory for ice_sched_nodeMichal Wilczynski4-11/+24
2022-11-17ice: Introduce new parameters in ice_sched_nodeMichal Wilczynski5-7/+116
2022-11-17devlink: Allow to set up parent in devl_rate_leaf_create()Michal Wilczynski4-5/+14
2022-11-17devlink: Allow for devlink-rate nodes parent reassignmentMichal Wilczynski1-5/+7
2022-11-17devlink: Enable creation of the devlink-rate nodes from the driverMichal Wilczynski2-0/+48
2022-11-17devlink: Introduce new attribute 'tx_weight' to devlink-rateMichal Wilczynski3-0/+40
2022-11-17devlink: Introduce new attribute 'tx_priority' to devlink-rateMichal Wilczynski3-0/+38
2022-11-17Merge branch 'autoload-dsa-tagging-driver-when-dynamically-changing-protocol'Jakub Kicinski22-130/+191
2022-11-17net: dsa: autoload tag driver module on tagging protocol changeVladimir Oltean4-5/+7
2022-11-17net: dsa: rename dsa_tag_driver_get() to dsa_tag_driver_get_by_id()Vladimir Oltean3-3/+3
2022-11-17net: dsa: strip sysfs "tagging" string of trailing newlineVladimir Oltean3-4/+15
2022-11-17net: dsa: provide a second modalias to tag proto drivers based on their nameVladimir Oltean18-51/+98