summaryrefslogtreecommitdiffstats
path: root/net/devlink/region.c (unfollow)
Commit message (Expand)AuthorFilesLines
2023-11-18devlink: Allow taking device lock in pre_doit operationsIdo Schimmel1-1/+2
2023-11-18devlink: Enable the use of private flags in post_doit operationsIdo Schimmel1-2/+8
2023-11-18devlink: Acquire device lock during netns dismantleIdo Schimmel2-2/+17
2023-11-18devlink: Move private netlink flags to C fileIdo Schimmel2-3/+3
2023-11-18net/ncsi: Add NC-SI 1.2 Get MC MAC Address commandPeter Delevoryas4-4/+59
2023-11-18net/ncsi: Fix netlink major/minor version numbersPeter Delevoryas4-8/+36
2023-11-18net/ncsi: Simplify Kconfig/dts control flowPeter Delevoryas1-17/+3
2023-11-18netlink: specs: Introduce time stamping set commandKory Maincent1-0/+9
2023-11-18net: ethtool: ts: Let the active time stamping layer be selectableKory Maincent5-0/+126
2023-11-18net: ethtool: ts: Update GET_TS to reply the current selected timestampKory Maincent1-17/+1
2023-11-18net: Change the API of PHY default timestamp to MACKory Maincent12-16/+115
2023-11-18net: Replace hwtstamp_source by timestamping layerKory Maincent3-12/+7
2023-11-18netlink: specs: Introduce new netlink command to list available time stamping...Kory Maincent1-0/+24
2023-11-18net: ethtool: Add a command to list available time stamping layersKory Maincent5-0/+121
2023-11-18netlink: specs: Introduce new netlink command to get current timestampKory Maincent1-0/+24
2023-11-18net: ethtool: Add a command to expose current time stamping layerKory Maincent8-1/+149
2023-11-18net_tstamp: Add TIMESTAMPING SOFTWARE and HARDWARE maskKory Maincent1-0/+8
2023-11-18net: phy: micrel: fix ts_info value in case of no phcKory Maincent1-5/+1
2023-11-18net: Make dev_set_hwtstamp_phylib accessibleKory Maincent2-3/+7
2023-11-18net: macb: Convert to ndo_hwtstamp_get() and ndo_hwtstamp_set()Kory Maincent3-32/+53
2023-11-18net: ethtool: Refactor identical get_ts_info implementations.Richard Cochran5-54/+18
2023-11-18net: phy: Remove the call to phy_mii_ioctl in phy_hwstamp_get/setKory Maincent1-2/+5
2023-11-18net: Convert PHYs hwtstamp callback to use kernel_hwtstamp_configKory Maincent9-77/+82
2023-11-17gve: add gve_features_check()Eric Dumazet3-22/+31
2023-11-17net: phy: broadcom: Wire suspend/resume for BCM54612EMarco von Rosenberg1-0/+2
2023-11-17tipc: Remove redundant call to TLV_SPACE()Shigeru Yoshida1-1/+1
2023-11-17dt-bindings: net: renesas,etheravb: Document RZ/Five SoCLad Prabhakar1-1/+1
2023-11-17net: sfp: use linkmode_*() rather than open codingRussell King (Oracle)1-1/+1
2023-11-17net: phylink: use linkmode_fill()Russell King (Oracle)1-2/+2
2023-11-17net: linkmode: add linkmode_fill() helperRussell King (Oracle)1-0/+5
2023-11-17tcp: no longer abort SYN_SENT when receiving some ICMPEric Dumazet2-3/+12
2023-11-17tcp: use tp->total_rto to track number of linear timeouts in SYN_SENT stateEric Dumazet1-2/+2
2023-11-16vxlan: add support for flowlabel inheritAlce Lafranque4-17/+58
2023-11-16selftests/net: synchronize udpgro tests' tx and rx connectionLucas Karpinski4-11/+34
2023-11-16selftests: tc-testing: use parallel tdc in kselftestsPedro Tammela1-2/+2
2023-11-16selftests: tc-testing: preload all modules in kselftestsPedro Tammela1-2/+63
2023-11-16selftests: tc-testing: rework namespaces and devices setupPedro Tammela1-20/+49
2023-11-16selftests: tc-testing: drop '-N' argument from nsPluginPedro Tammela1-36/+13