summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2026-01-13net: stmmac: Add glue driver for Motorcomm YT6801 ethernet controllerYao Zi3-0/+394
2026-01-13net: phy: motorcomm: Support YT8531S PHY in YT6801 Ethernet controllerYao Zi1-0/+4
2026-01-13selftests/net/ipsec: Fix variable size type not at the end of structAnkit Khushwaha1-2/+9
2026-01-13net: ipconfig: Remove outdated comment and indent code blockThorsten Blum1-47/+42
2026-01-13Merge branch 'net-stmmac-cleanups-and-low-priority-fixes'Jakub Kicinski25-665/+348
2026-01-13net: stmmac: remove unused definitionsRussell King (Oracle)4-149/+1
2026-01-13net: stmmac: arrange register fields after register offsetsRussell King (Oracle)2-152/+154
2026-01-13net: stmmac: cores: remove many xxx_SHIFT definitionsRussell King (Oracle)18-222/+129
2026-01-13net: stmmac: descs: remove many xxx_SHIFT definitionsRussell King (Oracle)8-108/+55
2026-01-13net: stmmac: descs: use u32 for descriptorsRussell King (Oracle)4-27/+25
2026-01-13net: stmmac: descs: fix buffer 1 off-by-one errorRussell King (Oracle)1-9/+17
2026-01-13net: stmmac: dwmac4: fix PTP message type field extractionRussell King (Oracle)1-1/+1
2026-01-13net: stmmac: dwmac4: fix RX FIFO fill statisticsRussell King (Oracle)2-3/+1
2026-01-13net: stmmac: dwmac4: remove duplicated definitionsRussell King (Oracle)1-29/+0
2026-01-13net: devmem: convert binding refcount to percpu_refBobby Eshleman2-10/+22
2026-01-13Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...Jakub Kicinski10-116/+145
2026-01-13Merge tag 'wireless-next-2026-01-12' of https://git.kernel.org/pub/scm/linux/...Jakub Kicinski103-17405/+20328
2026-01-13Merge branch 'tools-ynl-cli-improve-the-help-and-doc'Jakub Kicinski1-66/+147
2026-01-13tools: ynl: cli: print reply in combined format if possibleJakub Kicinski1-4/+17
2026-01-13tools: ynl: cli: extract the event/notify handling in --list-attrsJakub Kicinski1-9/+12
2026-01-13tools: ynl: cli: factor out --list-attrs / --doc handlingJakub Kicinski1-15/+20
2026-01-13tools: ynl: cli: add --doc as alias to --list-attrsJakub Kicinski1-1/+1
2026-01-13tools: ynl: cli: improve --helpJakub Kicinski1-41/+72
2026-01-13tools: ynl: cli: wrap the doc text if it's longJakub Kicinski1-1/+6
2026-01-13tools: ynl: cli: introduce formatting for attr names in --list-attrsJakub Kicinski1-3/+27
2026-01-12wifi: mac80211: remove width argument from ieee80211_parse_bitratesMiri Korenblit4-9/+5
2026-01-12wifi: mac80211_hwsim: remove NAN by defaultJohannes Berg1-2/+0
2026-01-12wifi: mac80211: improve station iteration ergonomicsJohannes Berg2-10/+42
2026-01-12wifi: mac80211: improve interface iteration ergonomicsJohannes Berg2-14/+80
2026-01-12wifi: cfg80211: include S1G_NO_PRIMARY flag when sending channelLachlan Hodges2-0/+7
2026-01-12wifi: mac80211: unexport ieee80211_get_bssid()Johannes Berg1-1/+0
2026-01-12wl1251: Replace strncpy with strscpy in wl1251_acx_fw_versionThorsten Blum1-9/+2
2026-01-12wifi: iwlegacy: 3945-rs: remove redundant pointer check in il3945_rs_tx_statu...Tuo Li1-6/+1
2026-01-12wifi: mac80211: don't send an unused argument to ieee80211_check_combinationsMiri Korenblit1-1/+1
2026-01-11Merge branch 'bnxt_en-updates-for-net-next'Jakub Kicinski7-22/+361
2026-01-11bnxt_en: Implement ethtool_ops -> get_link_ext_state()Michael Chan4-1/+62
2026-01-11bnxt_en: Use a larger RSS indirection table on P5_PLUS chipsMichael Chan2-0/+15
2026-01-11bnxt_en: Defrag the NVRAM region when resizing UPDATE region failsPavan Chebbi1-3/+29
2026-01-11bnxt_en: Add support for FEC bin histogramsMichael Chan2-0/+52
2026-01-11bnxt_en: Add PTP .getcrosststamp() interface to get device/host timesPavan Chebbi3-0/+50
2026-01-11bnxt_en: Update FW interface to 1.10.3.151Michael Chan2-18/+153
2026-01-11selftests: net: py: ensure defer() is only used within a test caseJakub Kicinski2-0/+10
2026-01-11selftests: net: py: capitalize defer queue and improve importJakub Kicinski2-6/+6
2026-01-11selftests/net: parametrise iou-zcrx.py with ksft_variantsDavid Wei1-89/+73
2026-01-11selftests: drv-net: psp: Better control the used PSP devCosmin Ratiu3-29/+26
2026-01-10Merge branch 'net-convert-drivers-to-get_rx_ring_count'Jakub Kicinski8-55/+53
2026-01-10net: hns3: convert to use .get_rx_ring_countBreno Leitao1-3/+9
2026-01-10net: hns: convert to use .get_rx_ring_countBreno Leitao1-13/+3
2026-01-10net: qede: convert to use .get_rx_ring_countBreno Leitao1-3/+9
2026-01-10net: niu: convert to use .get_rx_ring_countBreno Leitao1-3/+8