summaryrefslogtreecommitdiff
path: root/net/ipv4
AgeCommit message (Expand)AuthorFilesLines
2023-07-27tcp: annotate data-races around tp->notsent_lowatEric Dumazet1-2/+2
2023-07-27tcp: annotate data-races around rskq_defer_acceptEric Dumazet1-5/+6
2023-07-27tcp: annotate data-races around tp->linger2Eric Dumazet1-4/+4
2023-07-27tcp: annotate data-races around icsk->icsk_syn_retriesEric Dumazet2-4/+4
2023-07-27tcp: Fix data-races around sysctl_tcp_syn(ack)?_retries.Kuniyuki Iwashima3-5/+11
2023-07-27net: Introduce net.ipv4.tcp_migrate_req.Kuniyuki Iwashima1-0/+9
2023-07-27tcp: annotate data-races around tp->keepalive_probesEric Dumazet1-2/+3
2023-07-27tcp: annotate data-races around tp->keepalive_intvlEric Dumazet1-2/+2
2023-07-27tcp: annotate data-races around tp->keepalive_timeEric Dumazet1-1/+2
2023-07-27tcp: annotate data-races around tp->tcp_tx_delayEric Dumazet1-2/+2
2023-07-27Revert "tcp: avoid the lookup process failing to get sk in ehash table"Kuniyuki Iwashima2-19/+6
2023-07-27net: ipv4: Use kfree_sensitive instead of kfreeWang Ming1-1/+1
2023-07-27tcp: annotate data-races around tcp_rsk(req)->ts_recentEric Dumazet3-5/+8
2023-07-27tcp: annotate data races in __tcp_oow_rate_limited()Eric Dumazet1-3/+9
2023-07-27bpf: Remove extra lock_sock for TCP_ZEROCOPY_RECEIVEStanislav Fomichev2-0/+15
2023-06-28xfrm: Linearize the skb after offloading if needed.Sebastian Andrzej Siewior1-0/+3
2023-06-28xfrm: fix inbound ipv4/udp/esp packets to UDPv6 dualstack socketsMaciej Żenczykowski1-0/+1
2023-06-14tcp: fix tcp_min_tso_segs sysctlEric Dumazet1-2/+0
2023-06-09tcp: Return user_mss for TCP_MAXSEG in CLOSE/LISTEN state if user_mss setCambda Zhu1-1/+2
2023-06-09tcp: deny tcp_disconnect() when threads are waitingEric Dumazet3-0/+9
2023-06-05ipv{4,6}/raw: fix output xfrm lookup wrt protocolNicolas Dichtel2-2/+15
2023-05-30udplite: Fix NULL pointer dereference in __sk_mem_raise_allocated().Kuniyuki Iwashima1-0/+2
2023-05-30tcp: fix possible sk_priority leak in tcp_v4_send_reset()Eric Dumazet1-2/+3
2023-05-30net: Find dst with sk's xfrm policy not ctl_sksewookseo2-1/+3
2023-05-30ipv4/tcp: do not use per netns ctl socketsEric Dumazet1-34/+27
2023-05-30tcp: add annotations around sk->sk_shutdown accessesEric Dumazet3-9/+11
2023-05-30tcp: factor out __tcp_close() helperPaolo Abeni1-2/+7
2023-05-30net: deal with most data-races in sk_wait_event()Eric Dumazet1-1/+1
2023-05-17ipv4: Fix potential uninit variable access bug in __ip_make_skb()Ziyang Xuan1-3/+13
2023-04-26tcp/udp: Call inet6_destroy_sock() in IPv6 sk->sk_destruct().Kuniyuki Iwashima2-3/+14
2023-04-20tcp: restrict net.ipv4.tcp_app_winYueHaibing1-0/+3
2023-04-20tcp: convert elligible sysctls to u8Eric Dumazet1-68/+68
2023-04-20ipv4: shrink netns_ipv4 with sysctl conversionsEric Dumazet1-32/+32
2023-04-20icmp: guard against too small mtuEric Dumazet1-0/+5
2023-04-05erspan: do not use skb_mac_header() in ndo_start_xmit()Eric Dumazet1-2/+2
2023-03-22ipv4: Fix incorrect table ID in IOCTL pathIdo Schimmel1-0/+3
2023-03-22net: tunnels: annotate lockless accesses to dev->needed_headroomEric Dumazet1-6/+6
2023-03-22tcp: tcp_make_synack() can be called from process contextBreno Leitao1-1/+1
2023-03-17netfilter: tproxy: fix deadlock due to missing BH disableFlorian Westphal1-1/+1
2023-03-11tcp: Fix listen() regression in 5.10.163Kuniyuki Iwashima1-0/+1
2023-03-11tcp: tcp_check_req() can be called from process contextEric Dumazet1-2/+5
2023-03-11netfilter: ebtables: fix table blob use-after-freeFlorian Westphal1-2/+1
2023-03-11inet: fix fast path in __inet_hash_connect()Pietro Borrello1-11/+1
2023-02-15bpf, sockmap: Check for any of tcp_bpf_prots when cloning a listenerJakub Sitnicki1-2/+2
2023-02-01ipv4: prevent potential spectre v1 gadget in fib_metrics_match()Eric Dumazet1-0/+2
2023-02-01ipv4: prevent potential spectre v1 gadget in ip_metrics_convert()Eric Dumazet1-0/+2
2023-02-01tcp: fix rate_app_limited to default to 1David Morley1-0/+2
2023-02-01tcp: avoid the lookup process failing to get sk in ehash tableJason Xing2-6/+19
2023-01-24net/ulp: use consistent error code when blocking ULPPaolo Abeni1-1/+1
2023-01-14net/ulp: prevent ULP without clone op from entering the LISTEN statusPaolo Abeni2-1/+19