summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-01-02selftest/tcp-ao: Set routes in a proper VRF table idDmitry Safonov3-10/+9
2024-01-02Merge tag 'wireless-next-2023-12-22' of git://git.kernel.org/pub/scm/linux/ke...David S. Miller67-419/+2733
2024-01-02Merge branch 'net-tc-ipt-retire'David S. Miller18-520/+2
2024-01-02net/sched: Remove CONFIG_NET_ACT_IPT from default configsJamal Hadi Salim10-10/+0
2024-01-02net/sched: Retire ipt actionJamal Hadi Salim8-510/+2
2024-01-02net-device: move gso_partial_features to net_device_read_txEric Dumazet3-3/+4
2024-01-02ptp: ocp: Use DEFINE_RES_*() in placeAndy Shevchenko1-20/+6
2024-01-01Merge branch 'phy-listing-link_topology-tracking'David S. Miller30-35/+912
2024-01-01Documentation: networking: document phy_link_topologyMaxime Chevallier2-0/+122
2024-01-01net: ethtool: strset: Allow querying phy stats by indexMaxime Chevallier1-7/+8
2024-01-01net: ethtool: cable-test: Target the command to the requested PHYMaxime Chevallier1-6/+6
2024-01-01net: ethtool: pse-pd: Target the command to the requested PHYMaxime Chevallier1-6/+3
2024-01-01net: ethtool: plca: Target the command to the requested PHYMaxime Chevallier1-7/+6
2024-01-01netlink: specs: add ethnl PHY_GET command setMaxime Chevallier1-0/+65
2024-01-01net: ethtool: Introduce a command to list PHYs on an interfaceMaxime Chevallier6-1/+394
2024-01-01netlink: specs: add phy-index as a header parameterMaxime Chevallier1-0/+3
2024-01-01net: ethtool: Allow passing a phy index for some commandsMaxime Chevallier4-2/+37
2024-01-01net: sfp: Add helper to return the SFP bus nameMaxime Chevallier2-0/+17
2024-01-01net: phy: add helpers to handle sfp phy connect/disconnectMaxime Chevallier6-0/+50
2024-01-01net: sfp: pass the phy_device when disconnecting an sfp module's PHYMaxime Chevallier4-4/+13
2024-01-01net: phy: Introduce ethernet link topology representationMaxime Chevallier10-2/+188
2024-01-01Merge tag 'nf-next-23-12-22' of git://git.kernel.org/pub/scm/linux/kernel/git...David S. Miller7-38/+567
2024-01-01Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...David S. Miller23-431/+652
2024-01-01net: mdio: get/put device node during (un)registrationLuiz Angelo Daros de Luca3-1/+17
2023-12-30Merge tag 'mlx5-updates-2023-12-20' of git://git.kernel.org/pub/scm/linux/ker...David S. Miller40-192/+1320
2023-12-29genetlink: Use internal flags for multicast groupsIdo Schimmel5-8/+11
2023-12-29iucv: make iucv_bus constGreg Kroah-Hartman2-3/+3
2023-12-29ethtool: reformat kerneldoc for struct ethtool_fec_statsJonathan Corbet1-2/+4
2023-12-29ethtool: reformat kerneldoc for struct ethtool_link_settingsJonathan Corbet1-12/+15
2023-12-29net: sock: remove excess structure-member documentationJonathan Corbet1-2/+0
2023-12-27net: pktgen: Use wait_event_freezable_timeout() for freezable kthreadKevin Hao1-4/+2
2023-12-27Merge branch 'net-tja11xx-macsec-support'David S. Miller12-101/+2043
2023-12-27net: phy: nxp-c45-tja11xx: implement mdo_insert_tx_tagRadu Pirea (NXP OSS)1-0/+41
2023-12-27net: phy: nxp-c45-tja11xx: add MACsec statisticsRadu Pirea (NXP OSS)1-0/+345
2023-12-27net: phy: nxp-c45-tja11xx: add MACsec supportRadu Pirea (NXP OSS)6-33/+1460
2023-12-27net: macsec: introduce mdo_insert_tx_tagRadu Pirea (NXP OSS)2-5/+93
2023-12-27net: macsec: revert the MAC address if mdo_upd_secy failsRadu Pirea (NXP OSS)1-12/+26
2023-12-27net: macsec: documentation for macsec_context and macsec_opsRadu Pirea (NXP OSS)1-0/+39
2023-12-27net: macsec: move sci_to_cpu to macsec headerRadu Pirea (NXP OSS)2-5/+5
2023-12-27net: macsec: use skb_ensure_writable_head_tail to expand the skbRadu Pirea (NXP OSS)1-20/+5
2023-12-27net: rename dsa_realloc_skb to skb_ensure_writable_head_tailRadu Pirea (NXP OSS)3-26/+29
2023-12-27bridge: cfm: fix enum typo in br_cc_ccm_tx_parseLin Ma1-1/+1
2023-12-27Merge branch 'mptcp-cleanups-ephemeral-port-sockopts'David S. Miller3-68/+79
2023-12-27selftests/net: add MPTCP coverage for IP_LOCAL_PORT_RANGEMaxim Galaganov1-0/+12
2023-12-27mptcp: sockopt: support IP_LOCAL_PORT_RANGE and IP_BIND_ADDRESS_NO_PORTMaxim Galaganov1-1/+20
2023-12-27mptcp: rename mptcp_setsockopt_sol_ip_set_transparent()Maxim Galaganov1-3/+3
2023-12-27mptcp: don't overwrite sock_ops in mptcp_is_tcpsk()Davide Caratti1-64/+44
2023-12-27net: phy: at803x: better align function varibles to open parenthesisChristian Marangi1-30/+37
2023-12-27Merge branch 'net-sched-tc-block-ports-tracking'David S. Miller7-65/+269
2023-12-27net/sched: act_mirred: Allow mirred to blockVictor Nogueira3-2/+119