summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2023-01-27net: add missing includes of linux/net.hJakub Kicinski1-0/+1
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 Kicinski10-62/+63
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 Romanovsky8-13/+25
2023-01-27net/mlx5e: Fill IPsec policy validation failure reasonLeon Romanovsky1-10/+12
2023-01-27xfrm: extend add policy callback to set failure reasonLeon Romanovsky1-1/+2
2023-01-26net: ethtool: provide shims for stats aggregation helpers when CONFIG_ETHTOOL...Vladimir Oltean1-0/+1
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
2023-01-26net: microchip: sparx5: Add IS0 VCAP model and updated KUNIT VCAP modelSteen Hegelund4-1821/+1145
2023-01-25virtchnl: i40e/iavf: rename iwarp to rdmaJesse Brandeburg10-62/+63
2023-01-25net/smc: De-tangle ism and smc device initializationStefan Raspl1-13/+12
2023-01-25s390/ism: Consolidate SMC-D-related codeStefan Raspl1-63/+99
2023-01-25net/smc: Separate SMC-D and ISM APIsStefan Raspl1-29/+63
2023-01-25net/smc: Register SMC-D as ISM clientStefan Raspl1-5/+0
2023-01-25net/ism: Add new API for client registrationStefan Raspl2-25/+165
2023-01-25s390/ism: Introduce struct ism_dmbStefan Raspl2-6/+17
2023-01-25net/ism: Add missing calls to disable bus-masteringStefan Raspl1-0/+2
2023-01-25virtio-net: Reduce debug name field size to 16 bytesParav Pandit1-2/+2
2023-01-25net: mscc: ocelot: fix incorrect verify_enabled reporting in ethtool get_mm()Vladimir Oltean1-0/+1
2023-01-25nfp: flower: change get/set_eeprom logic and enable for flower repsJames Hershaw1-4/+7
2023-01-24net: ethernet: ti: am65-cpsw/cpts: Fix CPTS release actionSiddharth Vadapalli3-10/+12
2023-01-24net: ethernet: ti: am65-cpsw: Delete unreachable error handling codeSiddharth Vadapalli1-5/+0
2023-01-24net: phy: microchip: run phy initialization during each link updateRakesh Sankaranarayanan1-14/+56
2023-01-24net: dsa: microchip: add support for credit based shaperArun Ramadoss8-25/+151
2023-01-24net: dsa: microchip: enable port queues for tc mqprioArun Ramadoss6-1/+47
2023-01-24net: microchip: sparx5: Fix uninitialized variable in vcap_path_exist()Dan Carpenter1-1/+2
2023-01-24net: mdio: warn once if addr parameter is invalid in mdiobus_get_phy()Heiner Kallweit1-1/+2
2023-01-24Merge tag 'wireless-next-2023-01-23' of git://git.kernel.org/pub/scm/linux/ke...Jakub Kicinski87-1209/+4808
2023-01-23net: mdio: mux-meson-g12a: use devm_clk_get_enabled to simplify the codeHeiner Kallweit1-21/+6