summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)Author
2024-12-09vxlan: Add an attribute to make VXLAN header validation configurablePetr Machata
2024-12-09vxlan: vxlan_rcv(): Drop unparsedPetr Machata
2024-12-09vxlan: Bump error counters for header mismatchesPetr Machata
2024-12-09vxlan: Track reserved bits explicitly as part of the configurationPetr Machata
2024-12-09vxlan: vxlan_rcv(): Extract vxlan_hdr(skb) to a named variablePetr Machata
2024-12-09vxlan: vxlan_rcv() callees: Drop the unparsed argumentPetr Machata
2024-12-09vxlan: vxlan_rcv() callees: Move clearing of unparsed flags outPetr Machata
2024-12-09vxlan: In vxlan_rcv(), access flags through the vxlan netdevicePetr Machata
2024-12-09net: dsa: microchip: Make MDIO bus name uniqueJesse Van Gavere
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-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-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-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-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-06net: simplify resource acquisition + ioremapRosen Penev
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
2024-12-06net: freescale: ucc_geth: Use the correct type to store WoL optsMaxime Chevallier
2024-12-06net: freescale: ucc_geth: Fix WOL configurationMaxime Chevallier
2024-12-06net: freescale: ucc_geth: Use netdev->phydev to access the PHYMaxime Chevallier
2024-12-06net: freescale: ucc_geth: split adjust_link for phylink conversionMaxime Chevallier