summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* net: mscc: ocelot: issue a warning if stats are incorrectly orderedColin Foster2022-11-221-1/+7
* net: mscc: ocelot: remove unnecessary exposure of stats structuresColin Foster2022-11-221-0/+216
* net: mscc: ocelot: remove redundant stats_layout pointersColin Foster2022-11-226-25/+12
* octeontx2-pf: Add additional checks while configuring ucast/bcast/mcast rulesSuman Ghosh2022-11-225-16/+124
* net: bcmgenet: Clear RGMII_LINK upon link downFlorian Fainelli2022-11-211-5/+14
* net: microchip: sparx5: fix uninitialized variablesDan Carpenter2022-11-211-3/+5
* net: ethernet: renesas: rswitch: Fix MAC address infoYoshihiro Shimoda2022-11-211-1/+1
* net: microchip: sparx5: Add VCAP debugfs KUNIT testSteen Hegelund2022-11-214-3/+553
* net: microchip: sparx5: Add VCAP locking to protect rulesSteen Hegelund2022-11-214-0/+15
* net: microchip: sparx5: Add VCAP debugFS key/action support for the VCAP APISteen Hegelund2022-11-213-10/+333
* net: microchip: sparx5: Add VCAP rule debugFS support for the VCAP APISteen Hegelund2022-11-213-4/+141
* net: microchip: sparx5: Add raw VCAP debugFS support for the VCAP APISteen Hegelund2022-11-214-56/+535
* net: microchip: sparx5: Add VCAP debugFS supportSteen Hegelund2022-11-2112-64/+266
* net: microchip: sparx5: Ensure VCAP last_used_addr is set back to defaultSteen Hegelund2022-11-211-2/+2
* net: microchip: sparx5: Ensure L3 protocol has a default valueSteen Hegelund2022-11-211-1/+5
* gve: Handle alternate miss completionsJeroen de Borst2022-11-213-8/+21
* gve: Adding a new AdminQ command to verify driverJeroen de Borst2022-11-214-1/+122
* net: axienet: set mdio clock according to bus-frequencyAndy Chiu2022-11-211-21/+49
* net: axienet: Unexport and remove unused mdio functionsAndy Chiu2022-11-212-14/+1
* net: microchip: sparx5: prevent uninitialized variableDan Carpenter2022-11-211-1/+1
* net: ethernet: mtk_eth_soc: fix RSTCTRL_PPE{0,1} definitionsLorenzo Bianconi2022-11-212-13/+10
* net: microchip: sparx5: kunit test: Fix compile warnings.Horatiu Vultur2022-11-211-6/+6
* nfp: implement xfrm callbacks and expose ipsec offload feature to upper layerHuanhuan Wang2022-11-213-4/+490
* nfp: add framework to support ipsec offloadingHuanhuan Wang2022-11-2110-10/+233
* nfp: extend capability and control wordsYinjun Zhang2022-11-213-3/+14
* bna: Avoid clashing function prototypesGustavo A. R. Silva2022-11-217-43/+82
* net: ethernet: mediatek: ppe: assign per-port queues for offloaded trafficFelix Fietkau2022-11-183-3/+31
* net: ethernet: mtk_eth_soc: implement multi-queue support for per-port queuesFelix Fietkau2022-11-182-49/+258
* net: ethernet: mtk_eth_soc: avoid port_mg assignment on MT7622 and newerFelix Fietkau2022-11-182-3/+5
* net: ethernet: mtk_eth_soc: drop packets to WDMA if the ring is fullFelix Fietkau2022-11-182-1/+5
* net: ethernet: mtk_eth_soc: increase tx ring size for QDMA devicesFelix Fietkau2022-11-182-16/+23
* net: fman: remove reference to non-existing config PCSLukas Bulwahn2022-11-181-1/+0
* net: ethernet: mtk_eth_soc: remove cpu_relax in mtk_pending_workLorenzo Bianconi2022-11-181-5/+2
* net: ethernet: mtk_eth_soc: do not overwrite mtu configuration running reset ...Lorenzo Bianconi2022-11-181-19/+34
* net: ipa: avoid a null pointer dereferenceAlex Elder2022-11-181-3/+6
* Merge tag 'wireless-next-2022-11-18' of git://git.kernel.org/pub/scm/linux/ke...David S. Miller2022-11-1897-1257/+5688
|\
| * Merge tag 'iwlwifi-next-for-kalle-2022-11-06-v2' of http://git.kernel.org/pub...Kalle Valo2022-11-1719-121/+773
| |\
| | * wifi: iwlwifi: mei: wait for the mac to stop on suspendAvraham Stern2022-11-101-2/+21
| | * wifi: iwlwifi: iwlmei: report disconnection as temporaryAvraham Stern2022-11-101-1/+1
| | * wifi: iwlwifi: mei: use wait_event_timeout() return valueAvraham Stern2022-11-101-20/+1
| | * wifi: iwlwifi: mei: implement PLDR flowAvraham Stern2022-11-105-0/+183
| | * wifi: iwlwifi: mvm: Fix getting the lowest rateIlan Peer2022-11-104-11/+59
| | * wifi: iwlwifi: mvm: support new key APIJohannes Berg2022-11-107-2/+337
| | * wifi: iwlwifi: dbg: use bit of DRAM alloc ID to store failed allocsRotem Saado2022-11-101-1/+1
| | * wifi: iwlwifi: mvm: print an error instead of a warning on invalid rateLuca Coelho2022-11-101-3/+5
| | * wifi: iwlwifi: cfg: disable STBC for BL step A devicesLuca Coelho2022-11-101-3/+17
| | * wifi: iwlwifi: dbg: add support for DBGC4 on BZ family and aboveRotem Saado2022-11-101-1/+4
| | * wifi: iwlwifi: mvm: use old checksum for Bz A-stepJohannes Berg2022-11-102-3/+20
| | * wifi: iwlwifi: mei: fix potential NULL-ptr deref after cloneJohannes Berg2022-11-101-3/+7
| | * wifi: iwlwifi: mei: avoid blocking sap messages handling due to rtnl lockAvraham Stern2022-11-101-20/+37