summaryrefslogtreecommitdiffstats
path: root/net/ipv4
Commit message (Expand)AuthorAgeFilesLines
* 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
* netfilter: x_tables: fix percpu counter block leak on error path when creatin...Pavel Tikhomirov2023-03-112-0/+8
* netfilter: ebtables: fix table blob use-after-freeFlorian Westphal2023-03-111-2/+1
* inet: fix fast path in __inet_hash_connect()Pietro Borrello2023-03-101-11/+1
* txhash: fix sk->sk_txrehash defaultKevin Yang2023-02-142-3/+1
* use less confusing names for iov_iter direction initializersAl Viro2023-02-091-2/+2
* bpf, sockmap: Check for any of tcp_bpf_prots when cloning a listenerJakub Sitnicki2023-02-091-2/+2
* ipv4: prevent potential spectre v1 gadget in fib_metrics_match()Eric Dumazet2023-02-011-0/+2
* ipv4: prevent potential spectre v1 gadget in ip_metrics_convert()Eric Dumazet2023-02-011-0/+2
* tcp: fix rate_app_limited to default to 1David Morley2023-02-011-0/+2
* tcp: avoid the lookup process failing to get sk in ehash tableJason Xing2023-02-012-6/+19
* net/ulp: use consistent error code when blocking ULPPaolo Abeni2023-01-241-1/+1
* net/ulp: prevent ULP without clone op from entering the LISTEN statusPaolo Abeni2023-01-122-0/+18
* tcp: Add TIME_WAIT sockets in bhash2.Kuniyuki Iwashima2023-01-123-9/+56
* mptcp: remove MPTCP 'ifdef' in TCP SYN cookiesMatthieu Baerts2023-01-071-4/+3
* net/tunnel: wait until all sk_user_data reader finish before releasing the sockHangbin Liu2022-12-311-0/+1
* bpf, sockmap: Fix data loss caused by using apply_bytes on ingress redirectPengcheng Yang2022-12-311-1/+4
* bpf, sockmap: Fix missing BPF_F_INGRESS flag when using apply_bytesPengcheng Yang2022-12-311-5/+6
* bpf, sockmap: Fix repeated calls to sock_put() when msg has more_dataPengcheng Yang2022-12-311-1/+2
* net: Return errno in sk->sk_prot->get_port().Kuniyuki Iwashima2022-12-314-7/+8
* udp: Clean up some functions.Kuniyuki Iwashima2022-12-311-16/+23
* ipv4: Fix incorrect route flushing when table ID 0 is usedIdo Schimmel2022-12-061-0/+3
* ipv4: Fix incorrect route flushing when source address is deletedIdo Schimmel2022-12-061-0/+1
* ip_gre: do not report erspan version on GRE interfaceHangbin Liu2022-12-061-19/+29
* inet: ping: use hlist_nulls rcu iterator during lookupFlorian Westphal2022-12-011-1/+6
* ipv4: Fix route deletion when nexthop info is not specifiedIdo Schimmel2022-11-281-3/+5
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...Jakub Kicinski2022-11-232-0/+8
|\
| * xfrm: replay: Fix ESN wrap around for GSOChristian Langrock2022-10-191-0/+3
| * xfrm: fix "disable_policy" on ipv4 early demuxEyal Birger2022-10-121-0/+5
* | ipv4: Fix error return code in fib_table_insert()Ziyang Xuan2022-11-221-1/+3
* | dccp/tcp: Fixup bhash2 bucket when connect() fails.Kuniyuki Iwashima2022-11-223-8/+36
* | dccp/tcp: Update saddr under bhash's lock.Kuniyuki Iwashima2022-11-223-32/+44
* | dccp/tcp: Remove NULL check for prev_saddr in inet_bhash2_update_saddr().Kuniyuki Iwashima2022-11-221-7/+4
* | dccp/tcp: Reset saddr on failure after inet6?_hash_connect().Kuniyuki Iwashima2022-11-221-0/+2