summaryrefslogtreecommitdiff
path: root/net/ipv4
AgeCommit message (Expand)AuthorFilesLines
2024-08-29udp: fix receiving fraglist GSO packetsFelix Fietkau1-1/+2
2024-08-29net: drop bad gso csum_start and offset in virtio_net_hdrWillem de Bruijn2-0/+7
2024-08-29gso: fix dodgy bit handling for GSO_UDP_L4Yan Zhai1-5/+11
2024-08-29udp: allow header check for dodgy GSO_UDP_L4 packets.Andrew Melnychenko1-1/+2
2024-08-29tcp: do not export tcp_twsk_purge()Eric Dumazet1-1/+0
2024-08-29tcp: prevent concurrent execution of tcp_sk_exit_batchFlorian Westphal1-0/+14
2024-08-29tcp/dccp: do not care about families in inet_twsk_purge()Eric Dumazet3-10/+7
2024-08-29tcp/dccp: bypass empty buckets in inet_twsk_purge()Eric Dumazet1-2/+7
2024-08-29fou: remove warn in gue_gro_receive on unsupported protocolWillem de Bruijn1-1/+1
2024-08-11netfilter: iptables: Fix null-ptr-deref in iptable_nat_table_init().Kuniyuki Iwashima1-8/+10
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: fix races in tcp_v[46]_err()Eric Dumazet1-8/+3
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-03tcp: annotate lockless access to sk->sk_errEric Dumazet5-12/+13
2024-08-03tcp: annotate lockless accesses to sk->sk_err_softEric Dumazet3-7/+7
2024-08-03net: esp: cleanup esp_output_tail_tcp() in case of unsupported ESPINTCPHagar Hemdan1-2/+1
2024-07-18tcp: avoid too many retransmit packetsEric Dumazet1-5/+17
2024-07-18tcp: use signed arithmetic in tcp_rtx_probe0_timed_out()Eric Dumazet1-1/+6
2024-07-18udp: Set SOCK_RCU_FREE earlier in udp_lib_get_port().Kuniyuki Iwashima1-1/+3
2024-07-18tcp: fix incorrect undo caused by DSACK of TLP retransmitNeal Cardwell2-3/+10
2024-07-11inet_diag: Initialize pad field in struct inet_diag_req_v2Shigeru Yoshida1-0/+2
2024-07-11tcp_metrics: validate source addr lengthJakub Kicinski1-0/+1
2024-07-11UPSTREAM: tcp: fix DSACK undo in fast recovery to call tcp_try_to_open()Neal Cardwell1-1/+1
2024-07-05tcp: fix tcp_rcv_fastopen_synack() to enter TCP_CA_Loss for failed TFONeal Cardwell1-11/+27
2024-07-05Fix race for duplicate reqsk on identical SYNluoxuanqiang2-5/+19
2024-06-27tcp: clear tp->retrans_stamp in tcp_rcv_fastopen_synack()Eric Dumazet1-0/+1
2024-06-27cipso: fix total option length computationOndrej Mosnacek1-4/+8
2024-06-21tcp: count CLOSE-WAIT sockets for TCP_MIB_CURRESTABJason Xing1-1/+5
2024-06-16net: fix __dst_negative_advice() raceEric Dumazet1-14/+8
2024-06-12netfilter: tproxy: bail out if IP has been disabled on the deviceFlorian Westphal1-0/+2
2024-06-12net: relax socket state check at accept time.Paolo Abeni1-1/+3
2024-06-12inet: factor out locked section of inet_accept() in a new helperPaolo Abeni1-15/+17
2024-06-12tcp: Fix shift-out-of-bounds in dctcp_update_alpha().Kuniyuki Iwashima1-1/+12
2024-06-12tcp: avoid premature drops in tcp_add_backlog()Eric Dumazet1-2/+11
2024-06-12udp: Avoid call to compute_score on multiple sitesGabriel Krisman Bertazi1-5/+16
2024-06-12net: remove duplicate reuseport_lookup functionsLorenz Bauer2-28/+26
2024-06-12net: export inet_lookup_reuseport and inet6_lookup_reuseportLorenz Bauer1-7/+8
2024-05-17tcp: Use refcount_inc_not_zero() in tcp_twsk_unique().Kuniyuki Iwashima1-1/+7
2024-05-17tcp: defer shutdown(SEND_SHUTDOWN) for TCP_SYN_RECV socketsEric Dumazet3-3/+7
2024-05-17xfrm: Preserve vlan tags for transport mode software GROPaul Davey1-1/+5
2024-05-17net: gro: add flush check in udp_gro_receive_segmentRichard Gobert1-1/+11
2024-05-02udp: preserve the connected status if only UDP cmsgYick Xie1-2/+3
2024-05-02ipv4: check for NULL idev in ip_route_use_hint()Eric Dumazet1-0/+3
2024-05-02icmp: prevent possible NULL dereferences from icmp_build_probe()Eric Dumazet1-2/+10
2024-04-17netfilter: complete validation of user inputEric Dumazet2-0/+8