summaryrefslogtreecommitdiffstats
path: root/net/ipv4
Commit message (Expand)AuthorAgeFilesLines
* ipmr,ip6mr: acquire RTNL before calling ip[6]mr_free_table() on failure pathEric Dumazet2022-02-161-0/+2
* tcp: add missing tcp_skb_can_collapse() test in tcp_shift_skb_data()Eric Dumazet2022-02-051-0/+2
* ipv4: tcp: send zero IPID in SYNACK messagesEric Dumazet2022-02-011-2/+9
* ipv4: raw: lock the socket in raw_bind()Eric Dumazet2022-02-011-1/+4
* ipv4: fix ip option filtering for locally generated fragmentsJakub Kicinski2022-02-011-3/+12
* ping: fix the sk_bound_dev_if match in ping_lookupXin Long2022-02-011-1/+2
* gre: Don't accidentally set RTO_ONLINK in gre_fill_metadata_dst()Guillaume Nault2022-01-271-2/+3
* inet: frags: annotate races around fqdir->dead and fqdir->high_threshEric Dumazet2022-01-272-4/+7
* ipv4: avoid quadratic behavior in netns dismantleEric Dumazet2022-01-271-19/+17
* ipv4: update fib_info_cnt under spinlock protectionEric Dumazet2022-01-271-3/+8
* bpf, sockmap: Fix return codes from tcp_bpf_recvmsg_parser()John Fastabend2022-01-271-0/+27
* netfilter: ipt_CLUSTERIP: fix refcount leak in clusterip_tg_check()Xin Xiong2022-01-271-1/+4
* net: udp: fix alignment problem in udp4_seq_show()yangxingwu2022-01-111-1/+1
* lwtunnel: Validate RTA_ENCAP_TYPE attribute lengthDavid Ahern2022-01-111-0/+3
* ipv4: Check attribute length for RTA_FLOW in multipath routeDavid Ahern2022-01-111-3/+14
* ipv4: Check attribute length for RTA_GATEWAY in multipath routeDavid Ahern2022-01-111-3/+26
* net: fix use-after-free in tw_timer_handlerMuchun Song2022-01-051-6/+4
* inet: fully convert sk->sk_rx_dst to RCU rulesEric Dumazet2021-12-295-11/+13
* tcp: move inet->rx_dst_ifindex to sk->sk_rx_dst_ifindexEric Dumazet2021-12-291-3/+3
* inet_diag: fix kernel-infoleak for UDP socketsEric Dumazet2021-12-221-3/+1
* inet: use #ifdef CONFIG_SOCK_RX_QUEUE_MAPPING consistentlyEric Dumazet2021-12-171-1/+1
* udp: using datalen to cap max gso segmentsJianguo Wu2021-12-141-1/+1
* ipv4: convert fib_num_tclassid_users to atomic_tEric Dumazet2021-12-083-5/+5
* ipv6: fix memory leak in fib6_rule_suppressmsizanoen12021-12-081-0/+1
* net: return correct error codeliuguoqiang2021-12-081-1/+1
* tcp_cubic: fix spurious Hystart ACK train detections for not-cwnd-limited flowsEric Dumazet2021-12-011-2/+3
* net: nexthop: release IPv6 per-cpu dsts when replacing a nexthop groupNikolay Aleksandrov2021-12-011-2/+23
* net: nexthop: fix null pointer dereference when IPv6 is not enabledNikolay Aleksandrov2021-12-011-3/+7
* net: add and use skb_unclone_keeptruesize() helperEric Dumazet2021-11-251-3/+3
* bpf: Forbid bpf_ktime_get_coarse_ns and bpf_timer_* in tracing progsDmitrii Banshchikov2021-11-251-0/+2
* udp: Validate checksum in udp_read_sock()Cong Wang2021-11-251-0/+11
* tcp: Fix uninitialized access in skb frags array for Rx 0cp.Arjun Roy2021-11-251-0/+3
* bpf, sockmap: Fix race in ingress receive verdict with redirect to selfJohn Fastabend2021-11-181-0/+47
* bpf, sockmap: Remove unhash handler for BPF sockmap usageJohn Fastabend2021-11-181-1/+0
* tcp: don't free a FIN sk_buff in tcp_remove_empty_skb()Jon Maxwell2021-11-181-1/+1
* tcp: switch orphan_count to bare per-cpu countersEric Dumazet2021-11-184-9/+37
* inet: remove races in inet{6}_getname()Eric Dumazet2021-11-181-7/+9
* net: Implement ->sock_is_readable() for UDP and AF_UNIXCong Wang2021-10-262-0/+4
* skmsg: Extract and reuse sk_msg_is_readable()Cong Wang2021-10-261-14/+1
* net: Rename ->stream_memory_read to ->sock_is_readableCong Wang2021-10-262-6/+3
* tcp_bpf: Fix one concurrency problem in the tcp_bpf_send_verdict functionLiu Jian2021-10-261-0/+12
* tcp: md5: Allow MD5SIG_FLAG_IFINDEX with ifindex=0Leonard Crestez2021-10-151-10/+16
* tcp: md5: Fix overlap between vrf and non-vrf keysLeonard Crestez2021-10-151-3/+16
* icmp: fix icmp_ext_echo_iio parsing in icmp_build_probeXin Long2021-10-141-12/+11
* net: prefer socket bound to interface when not in VRFMike Manning2021-10-072-2/+5
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2021-10-021-21/+9
|\
| * netfilter: conntrack: fix boot failure with nf_conntrack.enable_hooks=1Florian Westphal2021-09-281-21/+9
* | net: udp: annotate data race around udp_sk(sk)->corkflagEric Dumazet2021-09-281-5/+5
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfJakub Kicinski2021-09-241-1/+1
|\
| * netfilter: iptable_raw: drop bogus net_init annotationFlorian Westphal2021-09-211-1/+1