summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2024-03-05sock: Use unsafe_memcpy() for sock_copy()Kees Cook
2024-03-05rxrpc: Extract useful fields from a received ACK to skb priv dataDavid Howells
2024-03-05rxrpc: Clean up the resend algorithmDavid Howells
2024-03-05rxrpc: Record probes after transmission and reduce number of time-getsDavid Howells
2024-03-05rxrpc: Use ktimes for call timeout tracking and set the timer lazilyDavid Howells
2024-03-05rxrpc: Differentiate PING ACK transmission traces.David Howells
2024-03-05rxrpc: Don't permit resending after all Tx packets ackedDavid Howells
2024-03-05rxrpc: Parse received packets before dealing with timeoutsDavid Howells
2024-03-05rxrpc: Do zerocopy using MSG_SPLICE_PAGES and page fragsDavid Howells
2024-03-05nfc: core: make nfc_class constantRicardo B. Marliere
2024-03-05net/ipv6: avoid possible UAF in ip6_route_mpath_notify()Eric Dumazet
2024-03-05net/smc: reduce rtnl pressure in smc_pnet_create_pnetids_list()Eric Dumazet
2024-03-05net: Re-use and set mono_delivery_time bit for userspace tstamp packetsAbhishek Chauhan
2024-03-05tcp: gro: micro optimizations in tcp[4]_gro_complete()Eric Dumazet
2024-03-05net: gro: enable fast path for more casesEric Dumazet
2024-03-05net: gro: rename skb_gro_header_hard()Eric Dumazet
2024-03-05mm/page_alloc: modify page_frag_alloc_align() to accept align as an argumentYunsheng Lin
2024-03-05xfrm: set skb control buffer based on packet offload as wellMike Yu
2024-03-05xfrm: fix xfrm child route lookup for packet offloadMike Yu
2024-03-04tcp: align tcp_sock_write_rx groupEric Dumazet
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-04page_pool: fix netlink dump stop/resumeJakub Kicinski
2024-03-04net: ip6_tunnel: Leverage core stats allocatorBreno Leitao
2024-03-04net: adopt skb_network_offset() and similar helpersEric Dumazet
2024-03-03rxrpc: Use rxrpc_txbuf::kvec[0] instead of rxrpc_txbuf::wireDavid Howells
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