summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-06-09Merge branch 'complete-lynx-mdio-device-handling'Jakub Kicinski4-50/+58
2023-06-09net: fman_memac: use pcs-lynx's check for fwnode availabilityRussell King (Oracle)1-1/+1
2023-06-09net: dpaa2: use pcs-lynx's check for fwnode availabilityRussell King (Oracle)1-6/+5
2023-06-09net: pcs: lynx: check that the fwnode is available prior to useRussell King (Oracle)1-0/+14
2023-06-09net: pcs: lynx: change lynx_pcs_create() to return error-pointersRussell King (Oracle)1-13/+1
2023-06-09net: pcs: lynx: make lynx_pcs_create() staticRussell King (Oracle)2-3/+1
2023-06-09net: fman_memac: use lynx_pcs_create_fwnode()Russell King (Oracle)1-9/+4
2023-06-09net: dpaa2-mac: use lynx_pcs_create_fwnode()Russell King (Oracle)1-8/+10
2023-06-09net: pcs: lynx: add lynx_pcs_create_fwnode()Russell King (Oracle)2-0/+30
2023-06-09net: pcs: lynx: remove lynx_get_mdio_device()Russell King (Oracle)2-10/+0
2023-06-09net: fman_memac: allow lynx PCS to handle mdiodev lifetimeRussell King (Oracle)1-6/+1
2023-06-09net: dpaa2-mac: allow lynx PCS to manage mdiodev lifetimeRussell King (Oracle)1-4/+1
2023-06-09net: pch_gbe: Allow build on MIPS_GENERIC kernelJiaxun Yang2-2/+2
2023-06-09mlxsw: spectrum_nve_vxlan: Fix unsupported flag regressionIdo Schimmel1-2/+4
2023-06-09Merge branch 'tools-ynl-generate-code-for-the-devlink-family'Jakub Kicinski11-58/+1101
2023-06-09tools: ynl: add sample for devlinkJakub Kicinski2-0/+61
2023-06-09tools: ynl: generate code for the devlink familyJakub Kicinski3-1/+932
2023-06-09tools: ynl-gen: don't generate forward declarations for policies - regenJakub Kicinski3-8/+0
2023-06-09tools: ynl-gen: don't generate forward declarations for policiesJakub Kicinski1-9/+3
2023-06-09tools: ynl-gen: walk nested types in depthJakub Kicinski1-12/+29
2023-06-09tools: ynl-gen: inherit struct use infoJakub Kicinski1-0/+8
2023-06-09tools: ynl-gen: try to sort the types more intelligentlyJakub Kicinski1-2/+24
2023-06-09tools: ynl-gen: enable code gen for directional specsJakub Kicinski2-6/+11
2023-06-09tools: ynl-gen: refactor strmap helper generationJakub Kicinski1-19/+17
2023-06-09tools: ynl-gen: use enum names in op strmap more carefullyJakub Kicinski3-2/+9
2023-06-09netlink: specs: devlink: fill in some details important for CJakub Kicinski1-0/+8
2023-06-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski319-1351/+2815
2023-06-08Merge tag 'net-6.4-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds105-386/+788
2023-06-08wifi: rtlwifi: remove misused flag from HAL dataDmitry Antipov2-5/+3
2023-06-08wifi: rtlwifi: remove unused dualmac control leftoversDmitry Antipov2-14/+0
2023-06-08wifi: rtlwifi: remove unused timer and related codeDmitry Antipov3-18/+1
2023-06-08wifi: rsi: Do not set MMC_PM_KEEP_POWER in shutdownMarek Vasut1-3/+0
2023-06-08wifi: rsi: Do not configure WoWlan in shutdown hook if not enabledMarek Vasut1-4/+2
2023-06-08wifi: brcmfmac: Detect corner error case earlier with logNeal Sidhwaney1-0/+6
2023-06-08wifi: rtw89: 8852c: update RF radio A/B parameters to R63Ping-Ke Shih1-982/+3948
2023-06-08wifi: rtw89: 8852c: update TX power tables to R63 with 6 GHz power type (3 of 3)Zong-Zhe Yang3-1156/+7306
2023-06-08wifi: rtw89: 8852c: update TX power tables to R63 with 6 GHz power type (2 of 3)Zong-Zhe Yang3-1956/+9282
2023-06-08wifi: rtw89: 8852c: update TX power tables to R63 with 6 GHz power type (1 of 3)Zong-Zhe Yang1-418/+2964
2023-06-08wifi: rtw89: process regulatory for 6 GHz power typeZong-Zhe Yang4-16/+116
2023-06-08wifi: rtw89: regd: update regulatory map to R64-R40Zong-Zhe Yang1-61/+61
2023-06-08wifi: rtw89: regd: judge 6 GHz according to chip and BIOSZong-Zhe Yang1-0/+50
2023-06-08wifi: rtw89: refine clearing supported bands to check 2/5 GHz firstZong-Zhe Yang1-2/+4
2023-06-08wifi: rtw89: 8851b: configure CRASH_TRIGGER feature for 8851BZong-Zhe Yang1-0/+1
2023-06-08wifi: rtw89: set TX power without precondition during setting channelZong-Zhe Yang1-3/+2
2023-06-08wifi: rtw89: debug: txpwr table access only valid page according to chipZong-Zhe Yang2-1/+18
2023-06-08wifi: rtw89: 8851b: enable hw_scan supportPo-Hao Huang2-1/+2
2023-06-08Merge tag 'xfs-6.4-rc5-fixes' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds24-229/+427
2023-06-08Merge branch 'crypto-splice-net-make-af_alg-handle-sendmsg-msg_splice_pages'Paolo Abeni11-445/+451
2023-06-08crypto: af_alg/hash: Support MSG_SPLICE_PAGESDavid Howells2-41/+70
2023-06-08crypto: af_alg: Convert af_alg_sendpage() to use MSG_SPLICE_PAGESDavid Howells1-44/+8