aboutsummaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2024-03-04mptcp: get addr in userspace pm listGravatar Geliang Tang 3-1/+15
2024-03-04mptcp: implement mptcp_userspace_pm_get_addrGravatar Geliang Tang 2-0/+76
2024-03-04mptcp: add userspace_pm_lookup_addr_by_id helperGravatar Geliang Tang 1-15/+16
2024-03-04mptcp: check userspace pm flagsGravatar Geliang Tang 1-5/+10
2024-03-04mptcp: dump addrs in userspace pm listGravatar Geliang Tang 3-2/+20
2024-03-04mptcp: add token for get-addr in yamlGravatar Geliang Tang 2-4/+5
2024-03-04mptcp: implement mptcp_userspace_pm_dump_addrGravatar Geliang Tang 2-0/+62
2024-03-04mptcp: export mptcp_genl_family & mptcp_nl_fill_addrGravatar Geliang Tang 2-6/+7
2024-03-04mptcp: make pm_remove_addrs_and_subflows staticGravatar Geliang Tang 2-4/+2
2024-03-04mptcp: cleanup SOL_TCP handlingGravatar Paolo Abeni 1-45/+30
2024-03-04mptcp: implement TCP_NOTSENT_LOWAT supportGravatar Paolo Abeni 3-6/+73
2024-03-04mptcp: avoid some duplicate code in socket option handlingGravatar Paolo Abeni 1-12/+8
2024-03-04mptcp: cleanup writer wake-upGravatar Paolo Abeni 2-22/+9
2024-03-04net: ip6_tunnel: Leverage core stats allocatorGravatar Breno Leitao 1-8/+2
2024-03-04net: adopt skb_network_offset() and similar helpersGravatar Eric Dumazet 6-9/+9
2024-03-02Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Gravatar Jakub Kicinski 13-35/+38
2024-03-01inet: use xa_array iterator to implement inet_dump_ifaddr()Gravatar Eric Dumazet 1-58/+37
2024-03-01inet: prepare inet_base_seq() to run without RTNLGravatar Eric Dumazet 2-3/+4
2024-03-01inet: annotate data-races around ifa->ifa_flagsGravatar Eric Dumazet 1-9/+13
2024-03-01inet: annotate data-races around ifa->ifa_preferred_lftGravatar Eric Dumazet 1-8/+8
2024-03-01inet: annotate data-races around ifa->ifa_valid_lftGravatar Eric Dumazet 1-8/+8
2024-03-01inet: annotate data-races around ifa->ifa_tstamp and ifa->ifa_cstampGravatar Eric Dumazet 1-10/+13
2024-03-01ipv6: use xa_array iterator to implement inet6_netconf_dump_devconf()Gravatar Eric Dumazet 1-58/+44
2024-03-01ipv6/addrconf: annotate data-races around devconf fields (II)Gravatar Eric Dumazet 7-54/+61
2024-03-01ipv6/addrconf: annotate data-races around devconf fields (I)Gravatar Eric Dumazet 2-31/+39
2024-03-01ipv6: addrconf_disable_policy() optimizationGravatar Eric Dumazet 1-7/+6
2024-03-01ipv6: annotate data-races around devconf->disable_policyGravatar Eric Dumazet 3-5/+5
2024-03-01ipv6: annotate data-races around devconf->proxy_ndpGravatar Eric Dumazet 3-4/+6
2024-03-01ipv6: annotate data-races in rt6_probe()Gravatar Eric Dumazet 1-2/+3
2024-03-01ipv6: annotate data-races around idev->cnf.ignore_routes_with_linkdownGravatar Eric Dumazet 1-4/+4
2024-03-01ipv6: annotate data-races in ndisc_router_discovery()Gravatar Eric Dumazet 1-15/+18
2024-03-01ipv6: annotate data-races around cnf.forwardingGravatar Eric Dumazet 5-13/+16
2024-03-01ipv6: annotate data-races around cnf.hop_limitGravatar Eric Dumazet 5-7/+7
2024-03-01ipv6: annotate data-races around cnf.mtu6Gravatar Eric Dumazet 3-7/+7
2024-03-01ipv6: addrconf_disable_ipv6() optimizationGravatar Eric Dumazet 1-7/+6
2024-03-01ipv6: annotate data-races around cnf.disable_ipv6Gravatar Eric Dumazet 3-7/+8
2024-02-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar Jakub Kicinski 25-57/+328
2024-02-29Merge tag 'for-net-2024-02-28' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Jakub Kicinski 6-11/+30
2024-02-29tls: fix use-after-free on failed backlog decryptionGravatar Sabrina Dubroca 1-7/+17
2024-02-29tls: separate no-async decryption request handling from asyncGravatar Sabrina Dubroca 1-5/+8
2024-02-29tls: fix peeking with sync+async decryptionGravatar Sabrina Dubroca 1-3/+6
2024-02-29tls: decrement decrypt_pending if no async completion will be calledGravatar Sabrina Dubroca 1-0/+2
2024-02-29net: sit: Do not set .ndo_get_stats64Gravatar Breno Leitao 1-1/+0
2024-02-29net: get stats64 if device if driver is configuredGravatar Breno Leitao 1-0/+2
2024-02-29Merge tag 'nf-24-02-29' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...Gravatar Paolo Abeni 4-0/+147
2024-02-29net: hsr: Use correct offset for HSR TLV values in supervisory HSR framesGravatar Lukasz Majewski 1-1/+1
2024-02-29ipv4: raw: remove useless input parameter in do_raw_set/getsockoptGravatar Zhengchao Shao 1-5/+5
2024-02-28inet6: expand rcu_read_lock() scope in inet6_dump_addr()Gravatar Eric Dumazet 1-4/+4
2024-02-28net: call skb_defer_free_flush() from __napi_busy_loop()Gravatar Eric Dumazet 1-21/+22
2024-02-28net: bridge: Exit if multicast_init_stats failsGravatar Breno Leitao 1-1/+2