summaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)AuthorFilesLines
2023-01-30devlink: remove devlink featuresJiri Pirko8-11/+5
2023-01-30net: microchip: sparx5: Add KUNIT tests for enabling/disabling chainsSteen Hegelund1-0/+66
2023-01-30net: microchip: sparx5: Add TC support for the ES2 VCAPSteen Hegelund2-4/+39
2023-01-30net: microchip: sparx5: Add ingress information to VCAP instanceSteen Hegelund11-19/+46
2023-01-30net: microchip: sparx5: Add ES2 VCAP keyset configuration for Sparx5Steen Hegelund4-119/+803
2023-01-30net: microchip: sparx5: Add ES2 VCAP model and updated KUNIT VCAP modelSteen Hegelund5-18/+1401
2023-01-30net: microchip: sparx5: Improve error message when parsing CVLAN filterSteen Hegelund1-1/+4
2023-01-30net: microchip: sparx5: Improve the IP frame key match for IPv6 framesSteen Hegelund1-0/+8
2023-01-30net: microchip: sparx5: Add support for getting keysets without a type idSteen Hegelund1-1/+23
2023-01-30net: bcmgenet: Add a check for oversized packetsFlorian Fainelli1-0/+8
2023-01-30fec: convert to gpio descriptorArnd Bergmann1-16/+9
2023-01-30net: mdio: mux-meson-g12a: use __clk_is_enabled to simplify the codeHeiner Kallweit1-8/+3
2023-01-28Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski14-111/+267
2023-01-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski22-128/+174
2023-01-28net: dsa: mt7530: fix tristate and help descriptionArınç ÜNAL1-3/+4
2023-01-28dpaa2-eth: execute xdp_do_flush() before napi_complete_done()Magnus Karlsson1-3/+6
2023-01-28dpaa_eth: execute xdp_do_flush() before napi_complete_done()Magnus Karlsson1-3/+3
2023-01-28virtio-net: execute xdp_do_flush() before napi_complete_done()Magnus Karlsson1-3/+3
2023-01-28lan966x: execute xdp_do_flush() before napi_complete_done()Magnus Karlsson1-3/+3
2023-01-28qede: execute xdp_do_flush() before napi_complete_done()Magnus Karlsson1-3/+4
2023-01-27net/mlx5: Move eswitch port metadata devlink param to flow eswitch codeJiri Pirko4-55/+94
2023-01-27net/mlx5: Move flow steering devlink param to flow steering codeJiri Pirko2-70/+83
2023-01-27net/mlx5: Move fw reset devlink param to fw reset codeJiri Pirko3-29/+38
2023-01-27devlink: protect devlink param list by instance lockJiri Pirko11-151/+154
2023-01-27qed: remove pointless call to devlink_param_driverinit_value_set()Jiri Pirko1-6/+0
2023-01-27ice: remove pointless calls to devlink_param_driverinit_value_set()Jiri Pirko1-18/+2
2023-01-27net/mlx5: Covert devlink params registration to use devlink_params_register/u...Jiri Pirko1-34/+46
2023-01-27net/mlx5: Change devlink param register/unregister function namesJiri Pirko3-9/+9
2023-01-27net: dsa: qca8k: convert to regmap read/write APIChristian Marangi3-65/+77
2023-01-27net: dsa: qca8k: add QCA8K_ATU_TABLE_SIZE define for fdb accessChristian Marangi2-4/+8
2023-01-27net: add missing includes of linux/sched/clock.hJakub Kicinski2-0/+3
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