summaryrefslogtreecommitdiff
path: root/net/ipv4
AgeCommit message (Expand)AuthorFilesLines
10 daysfou: fix initialization of grcMuhammad Usama Anjum1-2/+2
2024-09-12tcp: process the 3rd ACK with sk_socket for TFO/MPTCPMatthieu Baerts (NGI0)1-3/+0
2024-09-12tcp: Don't drop SYN+ACK for simultaneous connect().Kuniyuki Iwashima1-0/+9
2024-09-12fou: Fix null-ptr-deref in GRO.Kuniyuki Iwashima1-5/+24
2024-09-12tcp_bpf: fix return value of tcp_bpf_sendmsg()Cong Wang1-1/+1
2024-09-08net: tcp/dccp: prepare for tw_timer un-pinningValentin Schneider3-10/+47
2024-09-08tcp: annotate data-races around tw->tw_ts_recent and tw->tw_ts_recent_stampEric Dumazet2-13/+21
2024-09-08net: remove NULL-pointer net parameter in ip_metrics_convertJason Xing3-13/+11
2024-09-04tcp: fix forever orphan socket caused by tcp_abortXueming Feng1-7/+11
2024-08-29udp: fix receiving fraglist GSO packetsFelix Fietkau1-1/+2
2024-08-29tcp: prevent concurrent execution of tcp_sk_exit_batchFlorian Westphal1-0/+14
2024-08-29tcp: Update window clamping conditionSubash Abhinov Kasiviswanathan1-16/+12
2024-08-19fou: remove warn in gue_gro_receive on unsupported protocolWillem de Bruijn1-1/+1
2024-08-14net/tcp: Disable TCP-AO static key after RCU grace periodDmitry Safonov1-13/+30
2024-08-14net: drop bad gso csum_start and offset in virtio_net_hdrWillem de Bruijn2-0/+7
2024-08-11netfilter: iptables: Fix null-ptr-deref in iptable_nat_table_init().Kuniyuki Iwashima1-8/+10
2024-08-11tcp: Adjust clamping window for applications specifying SO_RCVBUFSubash Abhinov Kasiviswanathan1-7/+16
2024-08-03net: nexthop: Initialize all fields in dumped nexthopsPetr Machata1-3/+4
2024-08-03ipv4: Fix incorrect source address in Record Route optionIdo Schimmel1-1/+1
2024-08-03ipv4: fix source address selection with route leakNicolas Dichtel1-2/+11
2024-08-03ipv4: Fix incorrect TOS in fibmatch route get replyIdo Schimmel1-1/+1
2024-08-03ipv4: Fix incorrect TOS in route get replyIdo Schimmel2-7/+8
2024-08-03tcp: Don't access uninit tcp_rsk(req)->ao_keyid in tcp_create_openreq_child().Kuniyuki Iwashima1-7/+8
2024-08-03xfrm: Log input direction mismatch error in one placeAntony Antony1-0/+7
2024-08-03tcp: fix races in tcp_v[46]_err()Eric Dumazet1-8/+3
2024-08-03tcp: fix races in tcp_abort()Eric Dumazet1-5/+1
2024-08-03tcp: fix race in tcp_write_err()Eric Dumazet1-5/+1
2024-08-03tcp: add tcp_done_with_error() helperEric Dumazet2-12/+22
2024-08-03net: esp: cleanup esp_output_tail_tcp() in case of unsupported ESPINTCPHagar Hemdan1-2/+1
2024-07-11udp: Set SOCK_RCU_FREE earlier in udp_lib_get_port().Kuniyuki Iwashima1-1/+3
2024-07-11tcp: avoid too many retransmit packetsEric Dumazet1-2/+13
2024-07-06tcp: fix incorrect undo caused by DSACK of TLP retransmitNeal Cardwell2-3/+10
2024-07-04inet_diag: Initialize pad field in struct inet_diag_req_v2Shigeru Yoshida1-0/+2
2024-07-04tcp: Don't flag tcp_sk(sk)->rx_opt.saw_unknown for TCP AO.Kuniyuki Iwashima1-0/+7
2024-07-01tcp_metrics: validate source addr lengthJakub Kicinski1-0/+1
2024-06-28UPSTREAM: tcp: fix DSACK undo in fast recovery to call tcp_try_to_open()Neal Cardwell1-1/+1
2024-06-26tcp: fix tcp_rcv_fastopen_synack() to enter TCP_CA_Loss for failed TFONeal Cardwell1-11/+27
2024-06-25Fix race for duplicate reqsk on identical SYNluoxuanqiang2-5/+19
2024-06-20net/tcp_ao: Don't leak ao_info on error-pathDmitry Safonov1-2/+4
2024-06-18tcp: clear tp->retrans_stamp in tcp_rcv_fastopen_synack()Eric Dumazet1-0/+1
2024-06-14cipso: make cipso_v4_skbuff_delattr() fully remove the CIPSO optionsOndrej Mosnacek1-25/+54
2024-06-14cipso: fix total option length computationOndrej Mosnacek1-4/+8
2024-06-11tcp: use signed arithmetic in tcp_rtx_probe0_timed_out()Eric Dumazet1-1/+5
2024-06-05rtnetlink: make the "split" NLM_DONE handling genericJakub Kicinski2-7/+2
2024-06-05tcp: count CLOSE-WAIT sockets for TCP_MIB_CURRESTABJason Xing1-1/+5
2024-06-04net: tls: fix marking packets as decryptedJakub Kicinski1-0/+3
2024-06-02net/tcp: Don't consider TCP_CLOSE in TCP_AO_ESTABLISHEDDmitry Safonov1-4/+9
2024-05-30Merge tag 'nf-24-05-29' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...Paolo Abeni1-0/+2
2024-05-30ipv4: correctly iterate over the target netns in inet_dump_ifaddr()Alexander Mikhalitsyn1-1/+1
2024-05-30net: fix __dst_negative_advice() raceEric Dumazet1-14/+8