summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-12-09rxrpc: Use umin() and umax() rather than min_t()/max_t() where possibleDavid Howells
2024-12-09rxrpc: Fix handling of received connection abortDavid Howells
2024-12-09ktime: Add us_to_ktime()David Howells
2024-12-09Merge branch 'cn10k-ipswec-outbound-inline-support'David S. Miller
2024-12-09cn10k-ipsec: Enable outbound ipsec crypto offloadBharat Bhushan
2024-12-09cn10k-ipsec: Allow ipsec crypto offload for skb with SABharat Bhushan
2024-12-09cn10k-ipsec: Process outbound ipsec crypto offloadBharat Bhushan
2024-12-09cn10k-ipsec: Add SA add/del support for outb ipsec crypto offloadBharat Bhushan
2024-12-09cn10k-ipsec: Init hardware for outbound ipsec crypto offloadBharat Bhushan
2024-12-09octeontx2-af: Disable backpressure between CPT and NIXBharat Bhushan
2024-12-09octeontx2-pf: Move skb fragment map/unmap to common codeBharat Bhushan
2024-12-09octeontx2-pf: map skb data as device writeableBharat Bhushan
2024-12-07rtase: Refine the if statementJustin Lai
2024-12-07Merge branch 'net-net-add-negotiation-of-in-band-capabilities-remainder'Jakub Kicinski
2024-12-07net: pcs: xpcs: implement pcs_inband_caps() methodRussell King (Oracle)
2024-12-07net: pcs: pcs-mtk-lynxi: implement pcs_inband_caps() methodRussell King (Oracle)
2024-12-07net: pcs: pcs-lynx: implement pcs_inband_caps() methodRussell King (Oracle)
2024-12-07tun: fix group permission checkStas Sergeev
2024-12-07tools: ynl-gen-c: don't require -o argumentJohannes Berg
2024-12-07tools: ynl-gen-c: annotate valid choices for --modeJohannes Berg
2024-12-06Merge branch 'net-convert-some-udp-tunnel-drivers-to-netdev_pcpu_stat_dstats'Jakub Kicinski
2024-12-06bareudp: Handle stats using NETDEV_PCPU_STAT_DSTATS.Guillaume Nault
2024-12-06geneve: Handle stats using NETDEV_PCPU_STAT_DSTATS.Guillaume Nault
2024-12-06vxlan: Handle stats using NETDEV_PCPU_STAT_DSTATS.Guillaume Nault
2024-12-06vrf: Make pcpu_dstats update functions available to other modules.Guillaume Nault
2024-12-06Merge branch 'lan78xx-preparations-for-phylink'Jakub Kicinski
2024-12-06net: usb: lan78xx: Improve error handling in dataport and multicast writesOleksij Rempel
2024-12-06net: usb: lan78xx: Add error handling to lan78xx_irq_bus_sync_unlockOleksij Rempel
2024-12-06net: usb: lan78xx: Add error handling to set_rx_max_frame_length and set_mtuOleksij Rempel
2024-12-06net: usb: lan78xx: Add error handling to lan78xx_init_ltmOleksij Rempel
2024-12-06net: usb: lan78xx: Improve error handling in EEPROM and OTP operationsOleksij Rempel
2024-12-06net: usb: lan78xx: Fix error handling in MII read/write functionsOleksij Rempel
2024-12-06net: usb: lan78xx: Improve error reporting with %pe specifierOleksij Rempel
2024-12-06net: usb: lan78xx: move functions to avoid forward definitionsOleksij Rempel
2024-12-06net: usb: lan78xx: Remove KSZ9031 PHY fixupOleksij Rempel
2024-12-06net: usb: lan78xx: Remove LAN8835 PHY fixupOleksij Rempel
2024-12-06Merge branch 'net-phylib-eee-cleanups'Jakub Kicinski
2024-12-06net: phy: update phy_ethtool_get_eee() documentationRussell King (Oracle)
2024-12-06net: phy: remove genphy_c45_eee_is_active()'s is_enabled argRussell King (Oracle)
2024-12-06net: phy: avoid genphy_c45_ethtool_get_eee() setting eee_enabledRussell King (Oracle)
2024-12-06net: phy: marvell: use phydev->eee_cfg.eee_enabledRussell King (Oracle)
2024-12-06selftests: net: cleanup busy_poller.cJoe Damato
2024-12-06net: tipc: remove one synchronize_net() from tipc_nametbl_stop()Eric Dumazet
2024-12-06net: simplify resource acquisition + ioremapRosen Penev
2024-12-06Merge branch 'ucc_geth-phylink-conversion'David S. Miller
2024-12-06net: freescale: ucc_geth: phylink conversionMaxime Chevallier
2024-12-06net: freescale: ucc_geth: Introduce a helper to check Reduced modesMaxime Chevallier
2024-12-06net: freescale: ucc_geth: Move the serdes configuration aroundMaxime Chevallier
2024-12-06net: freescale: ucc_geth: Hardcode the preamble length to 7 bytesMaxime Chevallier
2024-12-06net: freescale: ucc_geth: Simplify frame length checkMaxime Chevallier