summaryrefslogtreecommitdiffstats
path: root/net/ipv4
Commit message (Expand)AuthorAgeFilesLines
* tcp: annotate data-races around fastopenq.max_qlenEric Dumazet2023-07-272-3/+5
* tcp: annotate data-races around icsk->icsk_user_timeoutEric Dumazet2023-07-271-3/+3
* tcp: annotate data-races around tp->notsent_lowatEric Dumazet2023-07-271-2/+2
* tcp: annotate data-races around rskq_defer_acceptEric Dumazet2023-07-271-5/+6
* tcp: annotate data-races around tp->linger2Eric Dumazet2023-07-271-4/+4
* tcp: annotate data-races around icsk->icsk_syn_retriesEric Dumazet2023-07-272-4/+4
* tcp: annotate data-races around tp->keepalive_probesEric Dumazet2023-07-271-2/+3
* tcp: annotate data-races around tp->keepalive_intvlEric Dumazet2023-07-271-2/+2
* tcp: annotate data-races around tp->keepalive_timeEric Dumazet2023-07-271-1/+2
* tcp: annotate data-races around tp->tsoffsetEric Dumazet2023-07-272-4/+5
* tcp: annotate data-races around tp->tcp_tx_delayEric Dumazet2023-07-271-2/+2
* Revert "tcp: avoid the lookup process failing to get sk in ehash table"Kuniyuki Iwashima2023-07-272-19/+6
* net: ipv4: Use kfree_sensitive instead of kfreeWang Ming2023-07-271-1/+1
* tcp: annotate data-races around tcp_rsk(req)->ts_recentEric Dumazet2023-07-273-5/+8
* tcp: annotate data-races around tcp_rsk(req)->txhashEric Dumazet2023-07-273-4/+5
* net: ipv4: use consistent txhash in TIME_WAIT and SYN_RECVAntoine Tenart2023-07-272-6/+12
* bpf: tcp: Avoid taking fast sock lock in iteratorAditi Ghag2023-07-271-3/+2
* tcp: annotate data races in __tcp_oow_rate_limited()Eric Dumazet2023-07-191-3/+9
* xfrm: Linearize the skb after offloading if needed.Sebastian Andrzej Siewior2023-06-281-0/+3
* xfrm: fix inbound ipv4/udp/esp packets to UDPv6 dualstack socketsMaciej Żenczykowski2023-06-281-0/+1
* tcp: gso: really support BIG TCPEric Dumazet2023-06-141-10/+9
* net/ipv4: ping_group_range: allow GID from 2147483648 to 4294967294Akihiro Suda2023-06-141-4/+4
* tcp: fix mishandling when the sack compression is deferred.fuyuanli2023-06-092-4/+14
* tcp: Return user_mss for TCP_MAXSEG in CLOSE/LISTEN state if user_mss setCambda Zhu2023-06-091-1/+2
* tcp: deny tcp_disconnect() when threads are waitingEric Dumazet2023-06-093-0/+9
* bpf, sockmap: Incorrectly handling copied_seqJohn Fastabend2023-06-052-10/+28
* bpf, sockmap: TCP data stall on recv before acceptJohn Fastabend2023-06-051-0/+20
* bpf, sockmap: Handle fin correctlyJohn Fastabend2023-06-051-0/+31
* bpf, sockmap: Pass skb ownership through read_skbJohn Fastabend2023-06-052-6/+2
* ipv{4,6}/raw: fix output xfrm lookup wrt protocolNicolas Dichtel2023-06-052-2/+15
* inet: Add IP_LOCAL_PORT_RANGE socket optionJakub Sitnicki2023-06-054-4/+43
* udplite: Fix NULL pointer dereference in __sk_mem_raise_allocated().Kuniyuki Iwashima2023-05-301-0/+2
* tcp: fix possible sk_priority leak in tcp_v4_send_reset()Eric Dumazet2023-05-241-2/+3
* tcp: add annotations around sk->sk_shutdown accessesEric Dumazet2023-05-243-9/+11
* net: deal with most data-races in sk_wait_event()Eric Dumazet2023-05-241-1/+1
* ipv4: Fix potential uninit variable access bug in __ip_make_skb()Ziyang Xuan2023-05-111-3/+13
* tcp: restrict net.ipv4.tcp_app_winYueHaibing2023-04-201-0/+3
* bpf: tcp: Use sock_gen_put instead of sock_put in bpf_iter_tcpMartin KaFai Lau2023-04-201-2/+2
* ping: Fix potentail NULL deref for /proc/net/icmp.Kuniyuki Iwashima2023-04-131-4/+4
* raw: Fix NULL deref in raw_get_next().Kuniyuki Iwashima2023-04-132-23/+23
* raw: use net_hash_mix() in hash functionEric Dumazet2023-04-131-6/+7
* icmp: guard against too small mtuEric Dumazet2023-04-131-0/+5
* erspan: do not use skb_mac_header() in ndo_start_xmit()Eric Dumazet2023-03-301-2/+2
* ipv4: Fix incorrect table ID in IOCTL pathIdo Schimmel2023-03-221-0/+3
* tcp: Fix bind() conflict check for dual-stack wildcard address.Kuniyuki Iwashima2023-03-221-1/+7
* net: tunnels: annotate lockless accesses to dev->needed_headroomEric Dumazet2023-03-221-6/+6
* tcp: tcp_make_synack() can be called from process contextBreno Leitao2023-03-221-1/+1
* netfilter: tproxy: fix deadlock due to missing BH disableFlorian Westphal2023-03-171-1/+1
* bpf, sockmap: Fix an infinite loop error when len is 0 in tcp_bpf_recvmsg_par...Liu Jian2023-03-172-0/+9
* tcp: tcp_check_req() can be called from process contextEric Dumazet2023-03-111-2/+5