summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-01-27net: add missing includes of linux/sched/clock.hJakub Kicinski6-0/+7
2023-01-27net: skbuff: drop the linux/textsearch.h includeJakub Kicinski2-1/+2
2023-01-27net: checksum: drop the linux/uaccess.h includeJakub Kicinski3-2/+4
2023-01-27net: skbuff: drop the linux/net.h includeJakub Kicinski1-1/+0
2023-01-27net: add missing includes of linux/net.hJakub Kicinski2-0/+2
2023-01-27Merge branch 'ipa-abstract-status'David S. Miller2-73/+217
2023-01-27net: ipa: add IPA v5.0 packet status supportAlex Elder1-16/+36
2023-01-27net: ipa: introduce generalized status decoderAlex Elder1-38/+120
2023-01-27net: ipa: IPA status preparatory cleanupsAlex Elder1-18/+25
2023-01-27net: ipa: define remaining IPA status field valuesAlex Elder1-9/+22
2023-01-27net: ipa: rename the NAT enumerated typeAlex Elder2-6/+8
2023-01-27net: ipa: define all IPA status mask bitsAlex Elder1-3/+22
2023-01-27net: ipa: stop using sizeof(status)Alex Elder1-6/+9
2023-01-27net: ipa: refactor status buffer parsingAlex Elder1-8/+6
2023-01-27net: dsa: ocelot: build felix.c into a dedicated kernel moduleVladimir Oltean3-7/+21
2023-01-27Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/n...Jakub Kicinski11-134/+150
2023-01-27Merge branch 'tools-ynl-prevent-reorder-and-fix-flags'Jakub Kicinski1-22/+28
2023-01-27tools: ynl: store ops in ordered dict to avoid random orderingJakub Kicinski1-1/+2
2023-01-27tools: ynl: rename ops_list -> msg_listJakub Kicinski1-4/+6
2023-01-27tools: ynl: support kdocs for flags in code generationJakub Kicinski1-17/+20
2023-01-27Merge branch 'convert-drivers-to-return-xfrm-configuration-errors-through-ext...Jakub Kicinski12-140/+137
2023-01-27cxgb4: fill IPsec state validation failure reasonLeon Romanovsky2-16/+15
2023-01-27bonding: fill IPsec state validation failure reasonLeon Romanovsky1-1/+1
2023-01-27ixgbe: fill IPsec state validation failure reasonLeon Romanovsky1-11/+10
2023-01-27ixgbevf: fill IPsec state validation failure reasonLeon Romanovsky1-9/+8
2023-01-27nfp: fill IPsec state validation failure reasonLeon Romanovsky1-19/+19
2023-01-27netdevsim: Fill IPsec state validation failure reasonLeon Romanovsky1-6/+5
2023-01-27net/mlx5e: Fill IPsec state validation failure reasonLeon Romanovsky1-43/+32
2023-01-27xfrm: extend add state callback to set failure reasonLeon Romanovsky12-20/+30
2023-01-27net/mlx5e: Fill IPsec policy validation failure reasonLeon Romanovsky1-10/+12
2023-01-27xfrm: extend add policy callback to set failure reasonLeon Romanovsky4-5/+5
2023-01-26net: ethtool: provide shims for stats aggregation helpers when CONFIG_ETHTOOL...Vladimir Oltean3-11/+43
2023-01-26Merge branch 'mptcp-add-mixed-v4-v6-support-for-the-in-kernel-pm'Paolo Abeni5-99/+171
2023-01-26selftests: mptcp: userspace: avoid read errorsMatthieu Baerts1-20/+12
2023-01-26selftests: mptcp: userspace: print error details if anyMatthieu Baerts1-8/+25
2023-01-26selftests: mptcp: userspace: refactor assertsMatthieu Baerts1-36/+36
2023-01-26selftests: mptcp: userspace: print titlesMatthieu Baerts1-1/+23
2023-01-26mptcp: userspace pm: use a single point of exitMatthieu Baerts1-2/+3
2023-01-26selftests: mptcp: add test-cases for mixed v4/v6 subflowsPaolo Abeni1-9/+44
2023-01-26mptcp: propagate sk_ipv6only to subflowsMatthieu Baerts1-0/+1
2023-01-26mptcp: let the in-kernel PM use mixed IPv4 and IPv6 addressesPaolo Abeni1-27/+31
2023-01-26icmp: Add counters for rate limitsJamie Bainbridge5-3/+16
2023-01-26Merge branch 'adding-sparx5-is0-vcap-support'Paolo Abeni12-1921/+2122
2023-01-26net: microchip: sparx5: Add support for IS0 VCAP CVLAN TC keysSteen Hegelund1-0/+51
2023-01-26net: microchip: sparx5: Add support for IS0 VCAP ethernet protocol typesSteen Hegelund3-30/+43
2023-01-26net: microchip: sparx5: Add automatic selection of VCAP rule actionsetSteen Hegelund3-10/+109
2023-01-26net: microchip: sparx5: Add TC filter chaining support for IS0 and IS2 VCAPsSteen Hegelund3-2/+136
2023-01-26net: microchip: sparx5: Add TC support for IS0 VCAPSteen Hegelund1-9/+45
2023-01-26net: microchip: sparx5: Add actionset type id information to ruleSteen Hegelund1-0/+34
2023-01-26net: microchip: sparx5: Add IS0 VCAP keyset configuration for Sparx5Steen Hegelund4-54/+564