summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | Merge tag 'v6.4-rc4' into wpan-next/stagingMiquel Raynal2023-06-066233-139327/+375510
| | |\ \ \ \
| | * | | | | ieee802154: ca8210: Flag the driver as being limitedMiquel Raynal2023-03-241-1/+2
| * | | | | | net: stmmac: dwmac-qcom-ethqos: use devm_stmmac_pltfr_probe()Bartosz Golaszewski2023-06-241-2/+1
| * | | | | | net: stmmac: platform: provide devm_stmmac_pltfr_probe()Bartosz Golaszewski2023-06-242-0/+33
| * | | | | | net: stmmac: dwmac-qco-ethqos: use devm_stmmac_probe_config_dt()Bartosz Golaszewski2023-06-241-34/+15
| * | | | | | net: stmmac: platform: provide devm_stmmac_probe_config_dt()Bartosz Golaszewski2023-06-242-0/+43
| * | | | | | net: stmmac: platform: provide stmmac_pltfr_remove_no_dt()Bartosz Golaszewski2023-06-242-2/+19
| * | | | | | net: stmmac: dwmac-generic: use stmmac_pltfr_probe()Bartosz Golaszewski2023-06-241-8/+1
| * | | | | | net: stmmac: platform: provide stmmac_pltfr_probe()Bartosz Golaszewski2023-06-242-0/+31
| * | | | | | net: stmmac: dwmac-generic: use stmmac_pltfr_exit()Bartosz Golaszewski2023-06-241-2/+1
| * | | | | | net: stmmac: platform: provide stmmac_pltfr_exit()Bartosz Golaszewski2023-06-242-6/+18
| * | | | | | net: stmmac: dwmac-generic: use stmmac_pltfr_init()Bartosz Golaszewski2023-06-241-5/+3
| * | | | | | net: stmmac: platform: provide stmmac_pltfr_init()Bartosz Golaszewski2023-06-242-2/+26
| * | | | | | Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...Jakub Kicinski2023-06-249-108/+52
| |\ \ \ \ \ \
| | * | | | | | ice: use ice_down_up() where applicableMaciej Fijalkowski2023-06-221-15/+3
| | * | | | | | ice: Remove managed memory usage in ice_get_fw_log_cfg()Christophe JAILLET2023-06-221-2/+2
| | * | | | | | ice: remove null checks before devm_kfree() callsPrzemek Kitszel2023-06-226-75/+29
| | * | | | | | ice: clean up freeing SR-IOV VFsPrzemek Kitszel2023-06-221-3/+2
| | * | | | | | ice: allow hot-swapping XDP programsMaciej Fijalkowski2023-06-221-10/+9
| | * | | | | | ice: reduce initial wait for control queue messagesJacob Keller2023-06-222-3/+7
| * | | | | | | Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/n...Jakub Kicinski2023-06-248-142/+55
| |\ \ \ \ \ \ \
| | * | | | | | | iavf: make functions static where possiblePrzemek Kitszel2023-06-224-43/+28
| | * | | | | | | iavf: remove some unused functions and pointless wrappersPrzemek Kitszel2023-06-225-76/+8
| | * | | | | | | iavf: fix err handling for MAC replacePrzemek Kitszel2023-06-221-23/+19
| | |/ / / / / /
| * | | | | | | revert "s390/net: lcs: use IS_ENABLED() for kconfig detection"Randy Dunlap2023-06-241-5/+5
| * | | | | | | net: phy: broadcom: drop brcm_phy_setbits() and use phy_set_bits() insteadGiulio Benetti2023-06-241-15/+4
| * | | | | | | mlxsw: spectrum_router: Track next hops at CRIFsPetr Machata2023-06-231-52/+75
| * | | | | | | mlxsw: spectrum_router: Split nexthop finalization to two stagesPetr Machata2023-06-231-4/+9
| * | | | | | | mlxsw: spectrum_router: Use router.lb_crif instead of .lb_rif_indexPetr Machata2023-06-232-9/+4
| * | | | | | | mlxsw: spectrum_router: Link CRIFs to RIFsPetr Machata2023-06-231-12/+47
| * | | | | | | mlxsw: spectrum_router: Maintain CRIF for fallback loopback RIFPetr Machata2023-06-232-1/+12
| * | | | | | | mlxsw: spectrum_router: Maintain a hash table of CRIFsPetr Machata2023-06-232-0/+176
| * | | | | | | mlxsw: spectrum_router: Use mlxsw_sp_ul_rif_get() to get main VRF LB RIFPetr Machata2023-06-231-5/+6
| * | | | | | | mlxsw: spectrum_router: Add extack argument to mlxsw_sp_lb_rif_init()Petr Machata2023-06-231-2/+3
| | |_|_|/ / / | |/| | | | |
| * | | | | | s390/ctcm: Convert sprintf/snprintf to scnprintfThorsten Winkler2023-06-235-30/+33
| * | | | | | s390/ctcm: Convert sysfs sprintf to sysfs_emitThorsten Winkler2023-06-231-5/+5
| * | | | | | s390/lcs: Convert sprintf to scnprintfThorsten Winkler2023-06-231-1/+1
| * | | | | | s390/lcs: Convert sysfs sprintf to sysfs_emitThorsten Winkler2023-06-231-6/+7
| * | | | | | net: hns3: clear hns unused parameter alarmPeiyang Wang2023-06-238-51/+33
| * | | | | | net: hns3: fix strncpy() not using dest-buf length as length issueHao Chen2023-06-232-12/+48
| * | | | | | net: hns3: refine the tcam key convert handleJian Shen2023-06-231-8/+3
| * | | | | | Merge tag 'wireless-next-2023-06-22' of git://git.kernel.org/pub/scm/linux/ke...Jakub Kicinski2023-06-22204-3704/+4908
| |\ \ \ \ \ \
| | * | | | | | wifi: rtlwifi: cleanup USB interfaceDmitry Antipov2023-06-212-27/+6
| | * | | | | | wifi: rtlwifi: simplify LED managementDmitry Antipov2023-06-2140-391/+177
| | * | | | | | Merge ath-next from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.gitKalle Valo2023-06-2144-562/+1336
| | |\ \ \ \ \ \
| | | * | | | | | wifi: ath10k: improve structure paddingArnd Bergmann2023-06-211-3/+3
| | | * | | | | | wifi: ath9k: convert msecs to jiffies where neededDmitry Antipov2023-06-211-2/+2
| | | * | | | | | wifi: ath11k: Add missing hw_ops->get_ring_selector() for IPQ5018Ziyang Huang2023-06-161-1/+1
| | | * | | | | | wifi: ath11k: Restart firmware after cold boot calibration for IPQ5018Ziyang Huang2023-06-161-0/+1
| | | * | | | | | wifi: ath11k: Add missing ops config for IPQ5018 in ath11k_ahb_probe()Ziyang Huang2023-06-161-0/+1