summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-11-18devlink: Move private netlink flags to C fileIdo Schimmel2-3/+3
2023-11-18Merge branch 'ncsi-mac-address-command'David S. Miller6-29/+98
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-18Merge branch 'net-make-timestamping-selectable'David S. Miller33-201/+732
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-17Merge branch 'phylink-sfp-linkmode'David S. Miller3-3/+8
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-17Merge branch 'tcp-change-reaction-to-ICMP'David S. Miller3-5/+14
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-17vxlan: add support for flowlabel inheritAlce Lafranque4-17/+58
2023-11-17selftests/net: synchronize udpgro tests' tx and rx connectionLucas Karpinski4-11/+34
2023-11-17Merge branch 'tc-testing-tdc-updates'David S. Miller2-57/+124
2023-11-17selftests: tc-testing: use parallel tdc in kselftestsPedro Tammela1-2/+2
2023-11-17selftests: tc-testing: preload all modules in kselftestsPedro Tammela1-2/+63
2023-11-17selftests: tc-testing: rework namespaces and devices setupPedro Tammela1-20/+49
2023-11-17selftests: tc-testing: drop '-N' argument from nsPluginPedro Tammela1-36/+13
2023-11-17dt-bindings: Document Marvell Aquantia PHYChristian Marangi1-0/+116
2023-11-17net: phy: aquantia: add firmware load supportRobert Marko5-1/+410
2023-11-17net: phy: aquantia: move MMD_VEND define to headerChristian Marangi3-69/+69
2023-11-17net: phy: aquantia: move to separate directoryChristian Marangi7-9/+13
2023-11-17Merge branch 'octeon_ep-transmit-cleanups-and-optimizations'David S. Miller5-30/+45
2023-11-17octeon_ep: remove atomic variable usage in Tx data pathShinas Rasheed5-13/+14
2023-11-17octeon_ep: implement xmit_more in transmitShinas Rasheed2-10/+28
2023-11-17octeon_ep: remove dma sync in trasmit pathShinas Rasheed1-7/+0
2023-11-17octeon_ep: add padding for small packetsShinas Rasheed1-0/+3
2023-11-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni524-8533/+9134