summaryrefslogtreecommitdiffstats
path: root/net/ipv4
Commit message (Expand)AuthorAgeFilesLines
...
* net: igmp: respect RCU rules in ip_mc_source() and ip_mc_msfilter()Eric Dumazet2022-05-121-3/+6
* tcp: fix potential xmit stalls caused by TCP_NOTSENT_LOWATEric Dumazet2022-05-122-1/+12
* ip_gre: Make o_seqno start from 0 in native modePeilin Ye2022-05-121-5/+3
* tcp: Fix potential use-after-free due to double kfree()Kuniyuki Iwashima2022-04-271-2/+2
* tcp: fix race condition when creating child sockets from syncookiesRicardo Dias2022-04-273-11/+74
* net: add missing SOF_TIMESTAMPING_OPT_ID supportWillem de Bruijn2022-04-201-1/+1
* tcp: ensure PMTU updates are processed during fastopenJakub Kicinski2022-04-201-1/+4
* esp: Fix possible buffer overflow in ESP transformationSteffen Klassert2022-03-281-0/+5
* tcp: make tcp_read_sock() more robustEric Dumazet2022-03-231-4/+6
* gso: do not skip outer ip header in case of ipip and net_failoverTao Liu2022-03-021-1/+4
* ping: remove pr_err from ping_lookupXin Long2022-03-021-1/+0
* ping: fix the dif and sdif check in ping_lookupXin Long2022-02-231-2/+9
* xfrm: Don't accidentally set RTO_ONLINK in decode_session4()Guillaume Nault2022-02-231-1/+2
* ipmr,ip6mr: acquire RTNL before calling ip[6]mr_free_table() on failure pathEric Dumazet2022-02-161-0/+2
* ipv4: tcp: send zero IPID in SYNACK messagesEric Dumazet2022-02-081-2/+9
* ipv4: raw: lock the socket in raw_bind()Eric Dumazet2022-02-081-1/+4
* ping: fix the sk_bound_dev_if match in ping_lookupXin Long2022-02-081-1/+2
* net: udp: fix alignment problem in udp4_seq_show()yangxingwu2022-01-111-1/+1
* net: fix use-after-free in tw_timer_handlerMuchun Song2022-01-051-6/+4
* net: return correct error codeliuguoqiang2021-12-081-1/+1
* tcp_cubic: fix spurious Hystart ACK train detections for not-cwnd-limited flowsEric Dumazet2021-12-081-2/+3
* ipv4: use siphash instead of Jenkins in fnhe_hashfun()Eric Dumazet2021-11-021-6/+6
* net: udp: annotate data race around udp_sk(sk)->corkflagEric Dumazet2021-10-061-5/+5
* tcp: fix tp->undo_retrans accounting in tcp_sacktag_one()zhenggy2021-09-221-1/+1
* ipv4: ip_output.c: Fix out-of-bounds warning in ip_copy_addrs()Gustavo A. R. Silva2021-09-221-2/+3
* ipv4: make exception cache less predictibleEric Dumazet2021-09-221-16/+30
* tcp: seq_file: Avoid skipping sk during tcp_seek_last_posMartin KaFai Lau2021-09-221-2/+3
* ipv4/icmp: l3mdev: Perform icmp error route lookup on source device routing t...Mathieu Desnoyers2021-09-221-2/+21
* igmp: Add ip_mc_list lock in ip_check_mc_rcuLiu Jian2021-09-221-0/+2
* ip_gre: add validation for csum_startShreyansh Chouhan2021-09-031-0/+2
* tcp_bbr: fix u32 wrap bug in round logic if bbr_init() called after 2B packetsNeal Cardwell2021-08-261-1/+1
* ipv6: tcp: drop silly ICMPv6 packet too big messagesEric Dumazet2021-07-281-0/+1
* tcp: annotate data races around tp->mtu_infoEric Dumazet2021-07-281-2/+2
* ping: Check return value of function 'ping_queue_rcv_skb'Zheng Yongjun2021-06-301-5/+7
* inet: use bigger hash table for IP ID generationEric Dumazet2021-06-301-13/+28
* icmp: don't send out ICMP messages with a source address of 0.0.0.0Toke Høiland-Jørgensen2021-06-301-0/+7
* net: ipv4: fix memory leak in ip_mc_add1_srcChengyang Fan2021-06-301-0/+1
* udp: fix race between close() and udp_abort()Paolo Abeni2021-06-301-0/+10
* net: ipv4: fix memory leak in netlbl_cipsov4_add_stdNanyong Sun2021-06-301-0/+1
* net: ipconfig: Don't override command-line hostnames or domainsJosh Triplett2021-06-301-5/+8
* netfilter: x_tables: fix compat match/target pad out-of-bound writeFlorian Westphal2021-04-162-0/+4
* cipso,calipso: resolve a number of problems with the DOI refcountsPaul Moore2021-03-171-10/+1
* net: Fix gro aggregation for udp encaps with zero csumDaniel Borkmann2021-03-171-1/+1
* net: icmp: pass zeroed opts from icmp{,v6}_ndo_send before sendingJason A. Donenfeld2021-03-031-2/+3
* icmp: introduce helper for nat'd source address in network device contextJason A. Donenfeld2021-03-031-0/+33
* ipv4: fix race condition between route lookup and invalidationWei Wang2021-02-101-19/+19
* tcp: fix TLP timer not set when CA_STATE changes from DISORDER to OPENPengcheng Yang2021-02-032-6/+9
* udp: mask TOS bits in udp_v4_early_demux()Guillaume Nault2021-01-301-1/+2
* netfilter: rpfilter: mask ecn bits before fib lookupGuillaume Nault2021-01-301-1/+1
* esp: avoid unneeded kmap_atomic callWillem de Bruijn2021-01-231-6/+1