summaryrefslogtreecommitdiff
path: root/net/ipv4
AgeCommit message (Expand)Author
2024-10-10gso: fix udp gso fraglist segmentation after pull from frag_listWillem de Bruijn
2024-10-10net: gso: fix tcp fraglist segmentation after pull from frag_listFelix Fietkau
2024-10-10tcp: avoid reusing FIN_WAIT2 when trying to find port in connect() processJason Xing
2024-10-10ipv4: Mask upper DSCP bits and ECN bits in NETLINK_FIB_LOOKUP familyIdo Schimmel
2024-10-10ipv4: Check !in_dev earlier for ioctl(SIOCSIFADDR).Kuniyuki Iwashima
2024-10-10ipv4: ip_gre: Fix drops of small packets in ipgre_xmitAnton Danilov
2024-10-10netfilter: nf_tables: prevent nf_skb_duplicated corruptionEric Dumazet
2024-10-04icmp: change the order of rate limitsEric Dumazet
2024-09-18fou: fix initialization of grcMuhammad Usama Anjum
2024-09-12tcp: process the 3rd ACK with sk_socket for TFO/MPTCPMatthieu Baerts (NGI0)
2024-09-12tcp: Don't drop SYN+ACK for simultaneous connect().Kuniyuki Iwashima
2024-09-12fou: Fix null-ptr-deref in GRO.Kuniyuki Iwashima
2024-09-12tcp_bpf: fix return value of tcp_bpf_sendmsg()Cong Wang
2024-09-08net: tcp/dccp: prepare for tw_timer un-pinningValentin Schneider
2024-09-08tcp: annotate data-races around tw->tw_ts_recent and tw->tw_ts_recent_stampEric Dumazet
2024-09-08net: remove NULL-pointer net parameter in ip_metrics_convertJason Xing
2024-09-04tcp: fix forever orphan socket caused by tcp_abortXueming Feng
2024-08-29udp: fix receiving fraglist GSO packetsFelix Fietkau
2024-08-29tcp: prevent concurrent execution of tcp_sk_exit_batchFlorian Westphal
2024-08-29tcp: Update window clamping conditionSubash Abhinov Kasiviswanathan
2024-08-19fou: remove warn in gue_gro_receive on unsupported protocolWillem de Bruijn
2024-08-14net/tcp: Disable TCP-AO static key after RCU grace periodDmitry Safonov
2024-08-14net: drop bad gso csum_start and offset in virtio_net_hdrWillem de Bruijn
2024-08-11netfilter: iptables: Fix null-ptr-deref in iptable_nat_table_init().Kuniyuki Iwashima
2024-08-11tcp: Adjust clamping window for applications specifying SO_RCVBUFSubash Abhinov Kasiviswanathan
2024-08-03net: nexthop: Initialize all fields in dumped nexthopsPetr Machata
2024-08-03ipv4: Fix incorrect source address in Record Route optionIdo Schimmel
2024-08-03ipv4: fix source address selection with route leakNicolas Dichtel
2024-08-03ipv4: Fix incorrect TOS in fibmatch route get replyIdo Schimmel
2024-08-03ipv4: Fix incorrect TOS in route get replyIdo Schimmel
2024-08-03tcp: Don't access uninit tcp_rsk(req)->ao_keyid in tcp_create_openreq_child().Kuniyuki Iwashima
2024-08-03xfrm: Log input direction mismatch error in one placeAntony Antony
2024-08-03tcp: fix races in tcp_v[46]_err()Eric Dumazet
2024-08-03tcp: fix races in tcp_abort()Eric Dumazet
2024-08-03tcp: fix race in tcp_write_err()Eric Dumazet
2024-08-03tcp: add tcp_done_with_error() helperEric Dumazet
2024-08-03net: esp: cleanup esp_output_tail_tcp() in case of unsupported ESPINTCPHagar Hemdan
2024-07-11udp: Set SOCK_RCU_FREE earlier in udp_lib_get_port().Kuniyuki Iwashima
2024-07-10tcp: avoid too many retransmit packetsEric Dumazet
2024-07-05tcp: fix incorrect undo caused by DSACK of TLP retransmitNeal Cardwell
2024-07-04inet_diag: Initialize pad field in struct inet_diag_req_v2Shigeru Yoshida
2024-07-04tcp: Don't flag tcp_sk(sk)->rx_opt.saw_unknown for TCP AO.Kuniyuki Iwashima
2024-07-01tcp_metrics: validate source addr lengthJakub Kicinski
2024-06-28UPSTREAM: tcp: fix DSACK undo in fast recovery to call tcp_try_to_open()Neal Cardwell
2024-06-25tcp: fix tcp_rcv_fastopen_synack() to enter TCP_CA_Loss for failed TFONeal Cardwell
2024-06-25Fix race for duplicate reqsk on identical SYNluoxuanqiang
2024-06-19net/tcp_ao: Don't leak ao_info on error-pathDmitry Safonov
2024-06-17tcp: clear tp->retrans_stamp in tcp_rcv_fastopen_synack()Eric Dumazet
2024-06-14cipso: make cipso_v4_skbuff_delattr() fully remove the CIPSO optionsOndrej Mosnacek
2024-06-14cipso: fix total option length computationOndrej Mosnacek