summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2024-12-10vxlan: Add an attribute to make VXLAN header validation configurablePetr Machata1-7/+46
2024-12-10vxlan: vxlan_rcv(): Drop unparsedPetr Machata1-15/+1
2024-12-10vxlan: Bump error counters for header mismatchesPetr Machata1-0/+4
2024-12-10vxlan: Track reserved bits explicitly as part of the configurationPetr Machata1-11/+30
2024-12-10vxlan: vxlan_rcv(): Extract vxlan_hdr(skb) to a named variablePetr Machata1-5/+6
2024-12-10vxlan: vxlan_rcv() callees: Drop the unparsed argumentPetr Machata1-15/+16
2024-12-10vxlan: vxlan_rcv() callees: Move clearing of unparsed flags outPetr Machata1-9/+7
2024-12-10vxlan: In vxlan_rcv(), access flags through the vxlan netdevicePetr Machata1-5/+5
2024-12-10net: dsa: microchip: Make MDIO bus name uniqueJesse Van Gavere1-1/+5
2024-12-09cn10k-ipsec: Enable outbound ipsec crypto offloadBharat Bhushan1-3/+3
2024-12-09cn10k-ipsec: Allow ipsec crypto offload for skb with SABharat Bhushan1-0/+15
2024-12-09cn10k-ipsec: Process outbound ipsec crypto offloadBharat Bhushan7-3/+321
2024-12-09cn10k-ipsec: Add SA add/del support for outb ipsec crypto offloadBharat Bhushan2-0/+523
2024-12-09cn10k-ipsec: Init hardware for outbound ipsec crypto offloadBharat Bhushan6-2/+565
2024-12-09octeontx2-af: Disable backpressure between CPT and NIXBharat Bhushan6-17/+106
2024-12-09octeontx2-pf: Move skb fragment map/unmap to common codeBharat Bhushan3-46/+50
2024-12-09octeontx2-pf: map skb data as device writeableBharat Bhushan1-2/+16
2024-12-08rtase: Refine the if statementJustin Lai1-6/+6
2024-12-08net: pcs: xpcs: implement pcs_inband_caps() methodRussell King (Oracle)1-0/+28
2024-12-08net: pcs: pcs-mtk-lynxi: implement pcs_inband_caps() methodRussell King (Oracle)1-0/+16
2024-12-08net: pcs: pcs-lynx: implement pcs_inband_caps() methodRussell King (Oracle)1-0/+22
2024-12-08tun: fix group permission checkStas Sergeev1-5/+9
2024-12-07bareudp: Handle stats using NETDEV_PCPU_STAT_DSTATS.Guillaume Nault1-8/+8
2024-12-07geneve: Handle stats using NETDEV_PCPU_STAT_DSTATS.Guillaume Nault1-6/+6
2024-12-07vxlan: Handle stats using NETDEV_PCPU_STAT_DSTATS.Guillaume Nault1-14/+14
2024-12-07vrf: Make pcpu_dstats update functions available to other modules.Guillaume Nault1-35/+14
2024-12-07net: usb: lan78xx: Improve error handling in dataport and multicast writesOleksij Rempel1-22/+45
2024-12-07net: usb: lan78xx: Add error handling to lan78xx_irq_bus_sync_unlockOleksij Rempel1-2/+11
2024-12-07net: usb: lan78xx: Add error handling to set_rx_max_frame_length and set_mtuOleksij Rempel1-6/+18
2024-12-07net: usb: lan78xx: Add error handling to lan78xx_init_ltmOleksij Rempel1-11/+39
2024-12-07net: usb: lan78xx: Improve error handling in EEPROM and OTP operationsOleksij Rempel1-88/+152
2024-12-07net: usb: lan78xx: Fix error handling in MII read/write functionsOleksij Rempel1-1/+9
2024-12-07net: usb: lan78xx: Improve error reporting with %pe specifierOleksij Rempel1-4/+4
2024-12-07net: usb: lan78xx: move functions to avoid forward definitionsOleksij Rempel1-150/+150
2024-12-07net: usb: lan78xx: Remove KSZ9031 PHY fixupOleksij Rempel1-33/+5
2024-12-07net: usb: lan78xx: Remove LAN8835 PHY fixupOleksij Rempel1-35/+0
2024-12-07net: phy: update phy_ethtool_get_eee() documentationRussell King (Oracle)1-2/+2
2024-12-07net: phy: remove genphy_c45_eee_is_active()'s is_enabled argRussell King (Oracle)2-11/+6
2024-12-07net: phy: avoid genphy_c45_ethtool_get_eee() setting eee_enabledRussell King (Oracle)1-3/+1
2024-12-07net: phy: marvell: use phydev->eee_cfg.eee_enabledRussell King (Oracle)1-3/+1
2024-12-07net: simplify resource acquisition + ioremapRosen Penev4-83/+17
2024-12-06net: freescale: ucc_geth: phylink conversionMaxime Chevallier4-325/+209
2024-12-06net: freescale: ucc_geth: Introduce a helper to check Reduced modesMaxime Chevallier1-9/+9
2024-12-06net: freescale: ucc_geth: Move the serdes configuration aroundMaxime Chevallier1-47/+46
2024-12-06net: freescale: ucc_geth: Hardcode the preamble length to 7 bytesMaxime Chevallier2-23/+2
2024-12-06net: freescale: ucc_geth: Simplify frame length checkMaxime Chevallier2-19/+3
2024-12-06net: freescale: ucc_geth: Use the correct type to store WoL optsMaxime Chevallier1-1/+1
2024-12-06net: freescale: ucc_geth: Fix WOL configurationMaxime Chevallier3-9/+32
2024-12-06net: freescale: ucc_geth: Use netdev->phydev to access the PHYMaxime Chevallier3-25/+20
2024-12-06net: freescale: ucc_geth: split adjust_link for phylink conversionMaxime Chevallier1-87/+93