summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
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 Kicinski164-666/+1281
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 Kicinski3-0/+4
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-26Merge tag 'net-6.2-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds16-112/+156
2023-01-26treewide: fix up files incorrectly marked executableLinus Torvalds1-0/+0
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