summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2025-02-12blackhole_dev: convert self-test to KUnitTamir Duberstein5-53/+29
2025-02-12Merge branch 'net-phy-rename-eee_broken_mode'Jakub Kicinski5-12/+12
2025-02-12net: phy: rename phy_set_eee_broken to phy_disable_eee_modeHeiner Kallweit2-6/+6
2025-02-12net: phy: rename eee_broken_modes to eee_disabled_modesHeiner Kallweit4-6/+6
2025-02-11Merge branch 'tcp-allow-to-reduce-max-rto'Paolo Abeni14-49/+93
2025-02-11tcp: add tcp_rto_max_ms sysctlEric Dumazet6-3/+29
2025-02-11tcp: add the ability to control max RTOEric Dumazet9-17/+39
2025-02-11tcp: use tcp_reset_xmit_timer()Eric Dumazet5-21/+18
2025-02-11tcp: add a @pace_delay parameter to tcp_reset_xmit_timer()Eric Dumazet3-9/+11
2025-02-11tcp: remove tcp_reset_xmit_timer() @max_when argumentEric Dumazet3-11/+8
2025-02-11Merge branch 'mptcp-pm-misc-cleanups-part-2'Paolo Abeni4-210/+222
2025-02-11mptcp: pm: add local parameter for set_flagsGeliang Tang4-38/+38
2025-02-11mptcp: pm: change rem type of set_flagsGeliang Tang1-4/+4
2025-02-11mptcp: pm: drop skb parameter of set_flagsGeliang Tang4-9/+9
2025-02-11mptcp: pm: reuse sending nlmsg code in get_addrGeliang Tang4-77/+50
2025-02-11mptcp: pm: add id parameter for get_addrGeliang Tang4-30/+26
2025-02-11mptcp: pm: drop skb parameter of get_addrGeliang Tang4-10/+8
2025-02-11mptcp: pm: make three pm wrappers staticGeliang Tang3-22/+20
2025-02-11mptcp: pm: use NL_SET_ERR_MSG_ATTR when possibleMatthieu Baerts (NGI0)2-22/+31
2025-02-11mptcp: pm: mark missing address attributesMatthieu Baerts (NGI0)2-7/+32
2025-02-11mptcp: pm: remove duplicated error messagesMatthieu Baerts (NGI0)1-15/+5
2025-02-11mptcp: pm: userspace: use GENL_REQ_ATTR_CHECKGeliang Tang1-22/+19
2025-02-11mptcp: pm: improve error messagesMatthieu Baerts (NGI0)2-3/+13
2025-02-11mptcp: pm: more precise error messagesMatthieu Baerts (NGI0)1-7/+24
2025-02-11mptcp: pm: userspace: flags: clearer msg if no remote addrMatthieu Baerts (NGI0)1-5/+3
2025-02-11mptcp: pm: drop info of userspace_pm_remove_id_zero_addressGeliang Tang1-7/+8
2025-02-11selftests/net: Add selftest for IPv4 RTM_GETMULTICAST supportYuyang Huang5-1/+59
2025-02-11netlink: support dumping IPv4 multicast addressesYuyang Huang3-18/+90
2025-02-11net: fec: Refactor MAC reset to functionCsókás, Bence1-27/+25
2025-02-11mlxsw: Enable Tx checksum offloadIdo Schimmel3-2/+11
2025-02-11selftests: drv-net: add helper for path resolutionJakub Kicinski2-1/+13
2025-02-11selftests: drv-net: factor out a DrvEnv base classJakub Kicinski1-28/+35
2025-02-11selftests: drv-net: remove an unnecessary libmnl includeJakub Kicinski1-1/+0
2025-02-11Merge branch 'fib-rules-convert-rtm_newrule-and-rtm_delrule-to-per-netns-rtnl'Jakub Kicinski5-63/+110
2025-02-11net: fib_rules: Convert RTM_DELRULE to per-netns RTNL.Kuniyuki Iwashima1-7/+16
2025-02-11net: fib_rules: Add error_free label in fib_delrule().Kuniyuki Iwashima1-5/+6
2025-02-11net: fib_rules: Convert RTM_NEWRULE to per-netns RTNL.Kuniyuki Iwashima1-2/+14
2025-02-11net: fib_rules: Factorise fib_newrule() and fib_delrule().Kuniyuki Iwashima3-21/+29
2025-02-11ip: fib_rules: Fetch net from fib_rule in fib[46]_rule_configure().Kuniyuki Iwashima2-4/+4
2025-02-11net: fib_rules: Split fib_nl2rule().Kuniyuki Iwashima1-17/+41
2025-02-11net: fib_rules: Pass net to fib_nl2rule() instead of skb.Kuniyuki Iwashima1-4/+3
2025-02-11net: fib_rules: Don't check net in rule_exists() and rule_find().Kuniyuki Iwashima1-6/+0
2025-02-11Merge branch 'tun-unify-vnet-implementation'Jakub Kicinski4-317/+229
2025-02-11tap: Use tun's vnet-related codeAkihiko Odaki1-136/+16
2025-02-11tap: Keep hdr_len in tap_get_user()Akihiko Odaki1-18/+10
2025-02-11tun: Extract the vnet handling codeAkihiko Odaki3-179/+188
2025-02-11tun: Decouple vnet handlingAkihiko Odaki1-98/+139
2025-02-11tun: Decouple vnet from tun_structAkihiko Odaki1-25/+26
2025-02-11tun: Keep hdr_len in tun_get_user()Akihiko Odaki1-13/+11
2025-02-11tun: Refactor CONFIG_TUN_VNET_CROSS_LEAkihiko Odaki1-19/+10