summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorLines
2025-11-20Merge branch 'net-phy-adin1100-fix-powerdown-mode-setting'Jakub Kicinski-4/+3
2025-11-20net: phy: adin1100: Simplify register value passingAlexander Dahl-3/+2
2025-11-20net: phy: adin1100: Fix software power-down ready conditionAlexander Dahl-1/+1
2025-11-20Merge branch 'net-stmmac-simplify-axi_blen-handling'Jakub Kicinski-146/+78
2025-11-20net: stmmac: remove axi_blen arrayRussell King (Oracle)-19/+5
2025-11-20net: stmmac: move stmmac_axi_blen_to_mask() to axi_blen init sitesRussell King (Oracle)-5/+10
2025-11-20net: stmmac: move stmmac_axi_blen_to_mask() to stmmac_main.cRussell King (Oracle)-8/+10
2025-11-20net: stmmac: provide common stmmac_axi_blen_to_mask()Russell King (Oracle)-93/+56
2025-11-20net: stmmac: move common DMA AXI register bits to common.hRussell King (Oracle)-25/+21
2025-11-20net: stmmac: dwc-qos-eth: simplify switch() in dwc_eth_dwmac_config_dt()Russell King (Oracle)-23/+3
2025-11-20net: stmmac: rk: use phylink's interface mode for set_clk_tx_rate()Russell King (Oracle)-2/+1
2025-11-20Merge branch 'net-stmmac-pass-struct-device-to-init-exit'Jakub Kicinski-99/+94
2025-11-20net: stmmac: rk: convert to init()/exit() methodsRussell King (Oracle)-28/+19
2025-11-20net: stmmac: move probe/remove calling of init/exitRussell King (Oracle)-34/+36
2025-11-20net: stmmac: pass struct device to init()/exit() methodsRussell King (Oracle)-45/+47
2025-11-20Merge branch 'tcp-tcp_rcvbuf_grow-changes'Jakub Kicinski-13/+42
2025-11-20tcp: add net.ipv4.tcp_rcvbuf_low_rttEric Dumazet-4/+38
2025-11-20tcp: tcp_moderate_rcvbuf is only used in rx pathEric Dumazet-9/+4
2025-11-20Merge branch 'net-mdio-improve-reset-handling-of-mdio-devices'Jakub Kicinski-42/+68
2025-11-20net: mdio: improve reset handling in mdio_device.cBuday Csaba-2/+6
2025-11-20net: mdio: common handling of phy device reset propertiesBuday Csaba-25/+34
2025-11-20net: mdio: move device reset functions to mdio_device.cBuday Csaba-29/+42
2025-11-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-1056/+2888
2025-11-20Merge tag 'net-6.18-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds-252/+521
2025-11-20vsock: Ignore signal/timeout on connect() if already establishedMichal Luczaj-9/+31
2025-11-20be2net: pass wrb_params in case of OS2BMCAndrey Vatoropin-3/+4
2025-11-20Merge branch 'ynl-cli-list-attrs-argument'Paolo Abeni-0/+79
2025-11-20tools: ynl: cli: Display enum values in --list-attrs outputGal Pressman-1/+7
2025-11-20tools: ynl: cli: Parse nested attributes in --list-attrs outputGal Pressman-9/+26
2025-11-20tools: ynl: cli: Add --list-attrs option to show operation attributesGal Pressman-0/+56
2025-11-20Merge branch 'add-af_xdp-zero-copy-support'Paolo Abeni-149/+739
2025-11-20net: ti: icssg-prueth: Enable zero copy in XDP featuresMeghana Malladi-1/+2
2025-11-20net: ti: icssg-prueth: Add AF_XDP zero copy for RXMeghana Malladi-72/+313
2025-11-20net: ti: icssg-prueth: Make emac_run_xdp function independent of pageMeghana Malladi-13/+25
2025-11-20net: ti: icssg-prueth: Add AF_XDP zero copy for TXMeghana Malladi-2/+125
2025-11-20net: ti: icssg-prueth: Add XSK pool helpersMeghana Malladi-1/+149
2025-11-20net: ti: icssg-prueth: Add functions to create and destroy Rx/Tx queuesMeghana Malladi-62/+127
2025-11-20Merge tag 'wireless-2025-11-20' of https://git.kernel.org/pub/scm/linux/kerne...Paolo Abeni-0/+7
2025-11-20Merge branch 'txgbe-support-more-modules'Paolo Abeni-96/+290
2025-11-20net: txgbe: support getting module EEPROM by pageJiawen Wu-0/+77
2025-11-20net: txgbe: delay to identify modules in .ndo_openJiawen Wu-1/+2
2025-11-20net: txgbe: improve functions of AML 40G devicesJiawen Wu-48/+137
2025-11-20net: txgbe: rename the SFP relatedJiawen Wu-34/+35
2025-11-20net: txgbe: support CR modules for AML devicesJiawen Wu-18/+44
2025-11-20l2tp: reset skb control buffer on xmitDavid Bauer-3/+3
2025-11-20net: dsa: microchip: lan937x: Fix RGMII delay tuningOleksij Rempel-0/+1
2025-11-20Merge tag 'rtw-2025-11-20' of https://github.com/pkshih/rtwJohannes Berg-0/+7
2025-11-19Merge branch 'net-mlx5-move-notifiers-outside-the-devlink-lock'Jakub Kicinski-151/+253
2025-11-19net/mlx5: Move SF dev table notifier registration outside the PF devlink lockCosmin Ratiu-17/+49
2025-11-19net/mlx5: Move the SF table notifiers outside the devlink lockCosmin Ratiu-33/+78