summaryrefslogtreecommitdiff
path: root/net/ipv4
AgeCommit message (Expand)Author
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-08txhash: fix sk->sk_txrehash defaultKevin Yang
2023-01-27Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski
2023-01-24bpf, sockmap: Check for any of tcp_bpf_prots when cloning a listenerJakub Sitnicki
2023-01-23ipv4: prevent potential spectre v1 gadget in fib_metrics_match()Eric Dumazet
2023-01-23ipv4: prevent potential spectre v1 gadget in ip_metrics_convert()Eric Dumazet
2023-01-20tcp: fix rate_app_limited to default to 1David Morley
2023-01-19net/ulp: use consistent error code when blocking ULPPaolo Abeni
2023-01-19tcp: avoid the lookup process failing to get sk in ehash tableJason Xing
2023-01-05Merge tag 'net-6.2-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds
2023-01-04inet: control sockets should not use current thread task_fragEric Dumazet
2023-01-04net/ulp: prevent ULP without clone op from entering the LISTEN statusPaolo Abeni
2022-12-30tcp: Add TIME_WAIT sockets in bhash2.Kuniyuki Iwashima
2022-12-25treewide: Convert del_timer*() to timer_shutdown*()Steven Rostedt (Google)
2022-12-20prandom: remove prandom_u32_max()Jason A. Donenfeld
2022-12-13Merge tag 'net-next-6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2022-12-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni
2022-12-12Merge tag 'pull-iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds
2022-12-12Merge tag 'random-6.2-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2022-12-12mptcp: remove MPTCP 'ifdef' in TCP SYN cookiesMatthieu Baerts
2022-12-12Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski
2022-12-12Merge tag 'rcu.2022.12.02a' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2022-12-12net/tunnel: wait until all sk_user_data reader finish before releasing the sockHangbin Liu
2022-12-12udp: allow header check for dodgy GSO_UDP_L4 packets.Andrew Melnychenko
2022-12-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-12-06ipv4: Fix incorrect route flushing when table ID 0 is usedIdo Schimmel
2022-12-06ipv4: Fix incorrect route flushing when source address is deletedIdo Schimmel
2022-12-06ip_gre: do not report erspan version on GRE interfaceHangbin Liu
2022-12-02tcp: use 2-arg optimal variant of kfree_rcu()Eric Dumazet
2022-12-01net/tcp: Separate initialization of twskDmitry Safonov
2022-12-01net/tcp: Do cleanup on tcp_md5_key_copy() failureDmitry Safonov
2022-12-01net/tcp: Disable TCP-MD5 static key on tcp_md5sig_info destructionDmitry Safonov
2022-12-01net/tcp: Separate tcp_md5sig_info allocation into tcp_md5sig_info_add()Dmitry Safonov