summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* selftests: mptcp: netlink: drop disable=SC2086Geliang Tang2024-04-081-8/+3
* selftests: mptcp: ip_mptcp option for more scriptsGeliang Tang2024-04-083-4/+35
* selftests: mptcp: use pm_nl endpoint opsGeliang Tang2024-04-083-61/+89
* selftests: mptcp: export pm_nl endpoint opsGeliang Tang2024-04-082-66/+91
* selftests: mptcp: join: update endpoint opsGeliang Tang2024-04-081-49/+23
* selftests: mptcp: netlink: add change_address helperGeliang Tang2024-04-081-2/+13
* selftests: mptcp: add {get,format}_endpoint(s) helpersGeliang Tang2024-04-083-71/+98
* selftests: mptcp: netlink: add 'limits' helpersGeliang Tang2024-04-081-7/+25
* selftests: mptcp: export ip_mptcp to mptcp_libGeliang Tang2024-04-082-9/+17
* selftests: mptcp: add ms units for tc-netem delayGeliang Tang2024-04-082-5/+5
* selftests: mptcp: add tc check for check_toolsGeliang Tang2024-04-084-3/+9
* tcp: more struct tcp_sock adjustmentsEric Dumazet2024-04-082-7/+7
* net: usb: ax88179_178a: non necessary second random mac addressJose Ignacio Tornos Martinez2024-04-081-1/+0
* pfcp: avoid copy warning by simplifing codeMichal Swiatkowski2024-04-081-3/+2
* Merge branch 'ynl-tests'David S. Miller2024-04-0817-1/+617
|\
| * testing: net-drv: add a driver test for stats reportingJakub Kicinski2024-04-081-0/+86
| * selftests: drivers: add scaffolding for Netlink tests in PythonJakub Kicinski2024-04-087-1/+224
| * netdevsim: report stats by default, like a real deviceJakub Kicinski2024-04-082-0/+60
| * selftests: nl_netdev: add a trivial Netlink netdev testJakub Kicinski2024-04-082-0/+25
| * selftests: net: add scaffolding for Netlink tests in PythonJakub Kicinski2024-04-087-1/+223
|/
* Merge tag 'batadv-next-pullrequest-20240405' of git://git.open-mesh.org/linux...David S. Miller2024-04-083-45/+6
|\
| * batman-adv: bypass empty buckets in batadv_purge_orig_ref()Eric Dumazet2024-03-311-0/+2
| * batman-adv: prefer kfree_rcu() over call_rcu() with free-only callbacksDmitry Antipov2024-03-291-44/+3
| * batman-adv: Start new development cycleSimon Wunderlich2024-03-291-1/+1
* | net: mdio-gpio: Use device_is_compatible()Andy Shevchenko2024-04-081-2/+1
* | net: dqs: use sysfs_emit() in favor of sprintf()Eric Dumazet2024-04-081-3/+3
* | ip_tunnel: harden copying IP tunnel params to userspaceAlexander Lobakin2024-04-081-0/+2
* | ipv6: remove RTNL protection from ip6addrlbl_dump()Eric Dumazet2024-04-081-7/+11
* | inet: frags: delay fqdir_free_fn()Eric Dumazet2024-04-081-2/+2
* | ip6_vti: Remove generic .ndo_get_stats64Breno Leitao2024-04-081-1/+0
* | ip6_vti: Do not use custom stat allocatorBreno Leitao2024-04-081-10/+1
* | Merge branch 'phy-listing-link_topology-tracking'David S. Miller2024-04-0622-8/+385
|\ \
| * | net: ethtool: Allow passing a phy index for some commandsMaxime Chevallier2024-04-064-2/+59
| * | net: sfp: Add helper to return the SFP bus nameMaxime Chevallier2024-04-062-0/+17
| * | net: phy: add helpers to handle sfp phy connect/disconnectMaxime Chevallier2024-04-067-0/+60
| * | net: sfp: pass the phy_device when disconnecting an sfp module's PHYMaxime Chevallier2024-04-063-4/+5
| * | net: phy: Introduce ethernet link topology representationMaxime Chevallier2024-04-0610-2/+244
|/ /
* | net: phy: marvell: implement cable test for 88E1111Pawel Dembicki2024-04-061-0/+93
* | netlink: add nlmsg_consume() and use it in devlink compatJakub Kicinski2024-04-062-3/+13
* | net: skbuff: generalize the skb->decrypted bitJakub Kicinski2024-04-068-24/+24
* | Merge branch 'ynl-rename-array-nest-to-indexed-array'Jakub Kicinski2024-04-0510-31/+70
|\ \
| * | ynl: support binary and integer sub-type for indexed-arrayHangbin Liu2024-04-052-3/+17
| * | ynl: rename array-nest to indexed-arrayHangbin Liu2024-04-0510-28/+53
|/ /
* | tcp: annotate data-races around tp->window_clampEric Dumazet2024-04-057-23/+29
* | Merge branch 'ethtool-hw-timestamping-statistics'Jakub Kicinski2024-04-0512-12/+209
|\ \
| * | tools: ynl: ethtool.py: Output timestamping statistics from tsinfo-get operationRahul Rameshbabu2024-04-051-1/+10
| * | netlink: specs: ethtool: define header-flags as an enumJakub Kicinski2024-04-052-7/+5
| * | net/mlx5e: Implement ethtool hardware timestamping statisticsRahul Rameshbabu2024-04-053-0/+56
| * | net/mlx5e: Introduce timestamps statistic counter for Tx DMA layerRahul Rameshbabu2024-04-054-2/+12
| * | net/mlx5e: Introduce lost_cqe statistic counter for PTP Tx port timestamping CQRahul Rameshbabu2024-04-054-0/+9