aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4
AgeCommit message (Expand)Author
2022-01-25Merge tag 'v4.14.262' into v4.14/standard/basev4.14/standard/baseBruce Ashfield
2022-01-25Merge tag 'v4.14.261' into v4.14/standard/baseBruce Ashfield
2022-01-25Merge tag 'v4.14.257' into v4.14/standard/baseBruce Ashfield
2022-01-25Merge tag 'v4.14.254' into v4.14/standard/baseBruce Ashfield
2022-01-25Merge tag 'v4.14.249' into v4.14/standard/baseBruce Ashfield
2022-01-25Merge tag 'v4.14.247' into v4.14/standard/baseBruce Ashfield
2022-01-25Merge tag 'v4.14.246' into v4.14/standard/baseBruce Ashfield
2022-01-25Merge tag 'v4.14.245' into v4.14/standard/baseBruce Ashfield
2022-01-11net: udp: fix alignment problem in udp4_seq_show()yangxingwu
2022-01-05net: fix use-after-free in tw_timer_handlerMuchun Song
2021-12-08net: return correct error codeliuguoqiang
2021-12-08tcp_cubic: fix spurious Hystart ACK train detections for not-cwnd-limited flowsEric Dumazet
2021-11-02ipv4: use siphash instead of Jenkins in fnhe_hashfun()Eric Dumazet
2021-10-06net: udp: annotate data race around udp_sk(sk)->corkflagEric Dumazet
2021-09-22tcp: fix tp->undo_retrans accounting in tcp_sacktag_one()zhenggy
2021-09-22ipv4: ip_output.c: Fix out-of-bounds warning in ip_copy_addrs()Gustavo A. R. Silva
2021-09-22ipv4: make exception cache less predictibleEric Dumazet
2021-09-22tcp: seq_file: Avoid skipping sk during tcp_seek_last_posMartin KaFai Lau
2021-09-22ipv4/icmp: l3mdev: Perform icmp error route lookup on source device routing t...Mathieu Desnoyers
2021-09-22igmp: Add ip_mc_list lock in ip_check_mc_rcuLiu Jian
2021-09-03ip_gre: add validation for csum_startShreyansh Chouhan
2021-08-26tcp_bbr: fix u32 wrap bug in round logic if bbr_init() called after 2B packetsNeal Cardwell
2021-08-25Merge tag 'v4.14.241' into v4.14/standard/baseBruce Ashfield
2021-08-25Merge tag 'v4.14.238' into v4.14/standard/baseBruce Ashfield
2021-07-28ipv6: tcp: drop silly ICMPv6 packet too big messagesEric Dumazet
2021-07-28tcp: annotate data races around tp->mtu_infoEric Dumazet
2021-06-30ping: Check return value of function 'ping_queue_rcv_skb'Zheng Yongjun
2021-06-30inet: use bigger hash table for IP ID generationEric Dumazet
2021-06-30icmp: don't send out ICMP messages with a source address of 0.0.0.0Toke Høiland-Jørgensen
2021-06-30net: ipv4: fix memory leak in ip_mc_add1_srcChengyang Fan
2021-06-30udp: fix race between close() and udp_abort()Paolo Abeni
2021-06-30net: ipv4: fix memory leak in netlbl_cipsov4_add_stdNanyong Sun
2021-06-30net: ipconfig: Don't override command-line hostnames or domainsJosh Triplett
2021-06-10Merge tag 'v4.14.231' into v4.14/standard/baseBruce Ashfield
2021-06-10Merge tag 'v4.14.226' into v4.14/standard/baseBruce Ashfield
2021-06-10Merge tag 'v4.14.223' into v4.14/standard/baseBruce Ashfield
2021-06-10Merge tag 'v4.14.221' into v4.14/standard/baseBruce Ashfield
2021-06-10Merge tag 'v4.14.219' into v4.14/standard/baseBruce Ashfield
2021-06-10Merge tag 'v4.14.218' into v4.14/standard/baseBruce Ashfield
2021-06-10Merge tag 'v4.14.217' into v4.14/standard/baseBruce Ashfield
2021-04-16netfilter: x_tables: fix compat match/target pad out-of-bound writeFlorian Westphal
2021-03-17cipso,calipso: resolve a number of problems with the DOI refcountsPaul Moore
2021-03-17net: Fix gro aggregation for udp encaps with zero csumDaniel Borkmann
2021-03-03net: icmp: pass zeroed opts from icmp{,v6}_ndo_send before sendingJason A. Donenfeld
2021-03-03icmp: introduce helper for nat'd source address in network device contextJason A. Donenfeld
2021-02-10ipv4: fix race condition between route lookup and invalidationWei Wang
2021-02-03tcp: fix TLP timer not set when CA_STATE changes from DISORDER to OPENPengcheng Yang
2021-01-30udp: mask TOS bits in udp_v4_early_demux()Guillaume Nault
2021-01-30netfilter: rpfilter: mask ecn bits before fib lookupGuillaume Nault
2021-01-23esp: avoid unneeded kmap_atomic callWillem de Bruijn