summaryrefslogtreecommitdiff
path: root/net/ipv4
AgeCommit message (Expand)AuthorFilesLines
2022-01-27bpf, sockmap: Fix return codes from tcp_bpf_recvmsg_parser()John Fastabend1-0/+27
2022-01-27netfilter: ipt_CLUSTERIP: fix refcount leak in clusterip_tg_check()Xin Xiong1-1/+4
2022-01-11net: udp: fix alignment problem in udp4_seq_show()yangxingwu1-1/+1
2022-01-11lwtunnel: Validate RTA_ENCAP_TYPE attribute lengthDavid Ahern1-0/+3
2022-01-11ipv4: Check attribute length for RTA_FLOW in multipath routeDavid Ahern1-3/+14
2022-01-11ipv4: Check attribute length for RTA_GATEWAY in multipath routeDavid Ahern1-3/+26
2022-01-05net: fix use-after-free in tw_timer_handlerMuchun Song1-6/+4
2021-12-29inet: fully convert sk->sk_rx_dst to RCU rulesEric Dumazet5-11/+13
2021-12-29tcp: move inet->rx_dst_ifindex to sk->sk_rx_dst_ifindexEric Dumazet1-3/+3
2021-12-22inet_diag: fix kernel-infoleak for UDP socketsEric Dumazet1-3/+1
2021-12-17inet: use #ifdef CONFIG_SOCK_RX_QUEUE_MAPPING consistentlyEric Dumazet1-1/+1
2021-12-14udp: using datalen to cap max gso segmentsJianguo Wu1-1/+1
2021-12-08ipv4: convert fib_num_tclassid_users to atomic_tEric Dumazet3-5/+5
2021-12-08ipv6: fix memory leak in fib6_rule_suppressmsizanoen11-0/+1
2021-12-08net: return correct error codeliuguoqiang1-1/+1
2021-12-01tcp_cubic: fix spurious Hystart ACK train detections for not-cwnd-limited flowsEric Dumazet1-2/+3
2021-12-01net: nexthop: release IPv6 per-cpu dsts when replacing a nexthop groupNikolay Aleksandrov1-2/+23
2021-12-01net: nexthop: fix null pointer dereference when IPv6 is not enabledNikolay Aleksandrov1-3/+7
2021-11-25net: add and use skb_unclone_keeptruesize() helperEric Dumazet1-3/+3
2021-11-25bpf: Forbid bpf_ktime_get_coarse_ns and bpf_timer_* in tracing progsDmitrii Banshchikov1-0/+2
2021-11-25udp: Validate checksum in udp_read_sock()Cong Wang1-0/+11
2021-11-25tcp: Fix uninitialized access in skb frags array for Rx 0cp.Arjun Roy1-0/+3
2021-11-18bpf, sockmap: Fix race in ingress receive verdict with redirect to selfJohn Fastabend1-0/+47
2021-11-18bpf, sockmap: Remove unhash handler for BPF sockmap usageJohn Fastabend1-1/+0
2021-11-18tcp: don't free a FIN sk_buff in tcp_remove_empty_skb()Jon Maxwell1-1/+1
2021-11-18tcp: switch orphan_count to bare per-cpu countersEric Dumazet4-9/+37
2021-11-18inet: remove races in inet{6}_getname()Eric Dumazet1-7/+9
2021-10-26net: Implement ->sock_is_readable() for UDP and AF_UNIXCong Wang2-0/+4
2021-10-26skmsg: Extract and reuse sk_msg_is_readable()Cong Wang1-14/+1
2021-10-26net: Rename ->stream_memory_read to ->sock_is_readableCong Wang2-6/+3
2021-10-26tcp_bpf: Fix one concurrency problem in the tcp_bpf_send_verdict functionLiu Jian1-0/+12
2021-10-15tcp: md5: Allow MD5SIG_FLAG_IFINDEX with ifindex=0Leonard Crestez1-10/+16
2021-10-15tcp: md5: Fix overlap between vrf and non-vrf keysLeonard Crestez1-3/+16
2021-10-14icmp: fix icmp_ext_echo_iio parsing in icmp_build_probeXin Long1-12/+11
2021-10-07net: prefer socket bound to interface when not in VRFMike Manning2-2/+5
2021-10-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller1-21/+9
2021-09-28net: udp: annotate data race around udp_sk(sk)->corkflagEric Dumazet1-5/+5
2021-09-28netfilter: conntrack: fix boot failure with nf_conntrack.enable_hooks=1Florian Westphal1-21/+9
2021-09-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfJakub Kicinski1-1/+1
2021-09-24net: ipv4: Fix rtnexthop len when RTA_FLOW is presentXiao Liang1-7/+9
2021-09-23nexthop: Fix memory leaks in nexthop notification chain listenersIdo Schimmel1-5/+14
2021-09-21netfilter: iptable_raw: drop bogus net_init annotationFlorian Westphal1-1/+1
2021-09-20nexthop: Fix division by zero while replacing a resilient groupIdo Schimmel1-0/+2
2021-09-14Revert "Revert "ipv4: fix memory leaks in ip_cmsg_send() callers""Eric Dumazet4-7/+10
2021-09-14tcp: fix tp->undo_retrans accounting in tcp_sacktag_one()zhenggy1-1/+1
2021-09-13udp_tunnel: Fix udp_tunnel_nic work-queue typeAya Levin1-1/+1
2021-09-13Revert "ipv4: fix memory leaks in ip_cmsg_send() callers"Yajun Deng4-10/+7
2021-09-05ip_gre: validate csum_start only on pullWillem de Bruijn1-3/+6
2021-09-03net: remove the unnecessary check in cipso_v4_doi_free王贇1-10/+8
2021-09-02Set fc_nlinfo in nh_create_ipv4, nh_create_ipv6Ryoga Saito1-0/+2