summaryrefslogtreecommitdiff
path: root/net/ipv4
AgeCommit message (Expand)Author
2023-06-14tcp: gso: really support BIG TCPEric Dumazet
2023-06-14net/ipv4: ping_group_range: allow GID from 2147483648 to 4294967294Akihiro Suda
2023-06-09tcp: fix mishandling when the sack compression is deferred.fuyuanli
2023-06-09tcp: Return user_mss for TCP_MAXSEG in CLOSE/LISTEN state if user_mss setCambda Zhu
2023-06-09tcp: deny tcp_disconnect() when threads are waitingEric Dumazet
2023-06-05bpf, sockmap: Incorrectly handling copied_seqJohn Fastabend
2023-06-05bpf, sockmap: TCP data stall on recv before acceptJohn Fastabend
2023-06-05bpf, sockmap: Handle fin correctlyJohn Fastabend
2023-06-05bpf, sockmap: Pass skb ownership through read_skbJohn Fastabend
2023-06-05ipv{4,6}/raw: fix output xfrm lookup wrt protocolNicolas Dichtel
2023-06-05inet: Add IP_LOCAL_PORT_RANGE socket optionJakub Sitnicki
2023-05-30udplite: Fix NULL pointer dereference in __sk_mem_raise_allocated().Kuniyuki Iwashima
2023-05-24tcp: fix possible sk_priority leak in tcp_v4_send_reset()Eric Dumazet
2023-05-24tcp: add annotations around sk->sk_shutdown accessesEric Dumazet
2023-05-24net: deal with most data-races in sk_wait_event()Eric Dumazet
2023-05-11ipv4: Fix potential uninit variable access bug in __ip_make_skb()Ziyang Xuan
2023-04-20tcp: restrict net.ipv4.tcp_app_winYueHaibing
2023-04-20bpf: tcp: Use sock_gen_put instead of sock_put in bpf_iter_tcpMartin KaFai Lau
2023-04-13ping: Fix potentail NULL deref for /proc/net/icmp.Kuniyuki Iwashima
2023-04-13raw: Fix NULL deref in raw_get_next().Kuniyuki Iwashima
2023-04-13raw: use net_hash_mix() in hash functionEric Dumazet
2023-04-13icmp: guard against too small mtuEric Dumazet
2023-03-30erspan: do not use skb_mac_header() in ndo_start_xmit()Eric Dumazet
2023-03-22ipv4: Fix incorrect table ID in IOCTL pathIdo Schimmel
2023-03-22tcp: Fix bind() conflict check for dual-stack wildcard address.Kuniyuki Iwashima
2023-03-22net: tunnels: annotate lockless accesses to dev->needed_headroomEric Dumazet
2023-03-22tcp: tcp_make_synack() can be called from process contextBreno Leitao
2023-03-17netfilter: tproxy: fix deadlock due to missing BH disableFlorian Westphal
2023-03-17bpf, sockmap: Fix an infinite loop error when len is 0 in tcp_bpf_recvmsg_par...Liu Jian
2023-03-11tcp: tcp_check_req() can be called from process contextEric Dumazet
2023-03-11netfilter: x_tables: fix percpu counter block leak on error path when creatin...Pavel Tikhomirov
2023-03-11netfilter: ebtables: fix table blob use-after-freeFlorian Westphal
2023-03-10inet: fix fast path in __inet_hash_connect()Pietro Borrello
2023-02-14txhash: fix sk->sk_txrehash defaultKevin Yang
2023-02-09use less confusing names for iov_iter direction initializersAl Viro
2023-02-09bpf, sockmap: Check for any of tcp_bpf_prots when cloning a listenerJakub Sitnicki
2023-02-01ipv4: prevent potential spectre v1 gadget in fib_metrics_match()Eric Dumazet
2023-02-01ipv4: prevent potential spectre v1 gadget in ip_metrics_convert()Eric Dumazet
2023-02-01tcp: fix rate_app_limited to default to 1David Morley
2023-02-01tcp: avoid the lookup process failing to get sk in ehash tableJason Xing
2023-01-24net/ulp: use consistent error code when blocking ULPPaolo Abeni
2023-01-12net/ulp: prevent ULP without clone op from entering the LISTEN statusPaolo Abeni
2023-01-12tcp: Add TIME_WAIT sockets in bhash2.Kuniyuki Iwashima
2023-01-07mptcp: remove MPTCP 'ifdef' in TCP SYN cookiesMatthieu Baerts
2022-12-31net/tunnel: wait until all sk_user_data reader finish before releasing the sockHangbin Liu
2022-12-31bpf, sockmap: Fix data loss caused by using apply_bytes on ingress redirectPengcheng Yang
2022-12-31bpf, sockmap: Fix missing BPF_F_INGRESS flag when using apply_bytesPengcheng Yang
2022-12-31bpf, sockmap: Fix repeated calls to sock_put() when msg has more_dataPengcheng Yang
2022-12-31net: Return errno in sk->sk_prot->get_port().Kuniyuki Iwashima
2022-12-31udp: Clean up some functions.Kuniyuki Iwashima