summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2024-03-04mptcp: get addr in userspace pm listGeliang Tang
2024-03-04mptcp: implement mptcp_userspace_pm_get_addrGeliang Tang
2024-03-04mptcp: add userspace_pm_lookup_addr_by_id helperGeliang Tang
2024-03-04mptcp: check userspace pm flagsGeliang Tang
2024-03-04mptcp: dump addrs in userspace pm listGeliang Tang
2024-03-04mptcp: add token for get-addr in yamlGeliang Tang
2024-03-04mptcp: implement mptcp_userspace_pm_dump_addrGeliang Tang
2024-03-04mptcp: export mptcp_genl_family & mptcp_nl_fill_addrGeliang Tang
2024-03-04mptcp: make pm_remove_addrs_and_subflows staticGeliang Tang
2024-03-04mptcp: cleanup SOL_TCP handlingPaolo Abeni
2024-03-04mptcp: implement TCP_NOTSENT_LOWAT supportPaolo Abeni
2024-03-04mptcp: avoid some duplicate code in socket option handlingPaolo Abeni
2024-03-04mptcp: cleanup writer wake-upPaolo Abeni
2024-03-04net: ip6_tunnel: Leverage core stats allocatorBreno Leitao
2024-03-04net: adopt skb_network_offset() and similar helpersEric Dumazet
2024-03-02Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski
2024-03-01inet: use xa_array iterator to implement inet_dump_ifaddr()Eric Dumazet
2024-03-01inet: prepare inet_base_seq() to run without RTNLEric Dumazet
2024-03-01inet: annotate data-races around ifa->ifa_flagsEric Dumazet
2024-03-01inet: annotate data-races around ifa->ifa_preferred_lftEric Dumazet
2024-03-01inet: annotate data-races around ifa->ifa_valid_lftEric Dumazet
2024-03-01inet: annotate data-races around ifa->ifa_tstamp and ifa->ifa_cstampEric Dumazet
2024-03-01ipv6: use xa_array iterator to implement inet6_netconf_dump_devconf()Eric Dumazet
2024-03-01ipv6/addrconf: annotate data-races around devconf fields (II)Eric Dumazet
2024-03-01ipv6/addrconf: annotate data-races around devconf fields (I)Eric Dumazet
2024-03-01ipv6: addrconf_disable_policy() optimizationEric Dumazet
2024-03-01ipv6: annotate data-races around devconf->disable_policyEric Dumazet
2024-03-01ipv6: annotate data-races around devconf->proxy_ndpEric Dumazet
2024-03-01ipv6: annotate data-races in rt6_probe()Eric Dumazet
2024-03-01ipv6: annotate data-races around idev->cnf.ignore_routes_with_linkdownEric Dumazet
2024-03-01ipv6: annotate data-races in ndisc_router_discovery()Eric Dumazet
2024-03-01ipv6: annotate data-races around cnf.forwardingEric Dumazet
2024-03-01ipv6: annotate data-races around cnf.hop_limitEric Dumazet
2024-03-01ipv6: annotate data-races around cnf.mtu6Eric Dumazet
2024-03-01ipv6: addrconf_disable_ipv6() optimizationEric Dumazet
2024-03-01ipv6: annotate data-races around cnf.disable_ipv6Eric Dumazet
2024-02-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-02-29Merge tag 'for-net-2024-02-28' of git://git.kernel.org/pub/scm/linux/kernel/g...Jakub Kicinski
2024-02-29tls: fix use-after-free on failed backlog decryptionSabrina Dubroca
2024-02-29tls: separate no-async decryption request handling from asyncSabrina Dubroca
2024-02-29tls: fix peeking with sync+async decryptionSabrina Dubroca
2024-02-29tls: decrement decrypt_pending if no async completion will be calledSabrina Dubroca
2024-02-29net: sit: Do not set .ndo_get_stats64Breno Leitao
2024-02-29net: get stats64 if device if driver is configuredBreno Leitao
2024-02-29Merge tag 'nf-24-02-29' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...Paolo Abeni
2024-02-29net: hsr: Use correct offset for HSR TLV values in supervisory HSR framesLukasz Majewski
2024-02-29ipv4: raw: remove useless input parameter in do_raw_set/getsockoptZhengchao Shao
2024-02-28inet6: expand rcu_read_lock() scope in inet6_dump_addr()Eric Dumazet
2024-02-28net: call skb_defer_free_flush() from __napi_busy_loop()Eric Dumazet
2024-02-28net: bridge: Exit if multicast_init_stats failsBreno Leitao