summaryrefslogtreecommitdiffstats
path: root/net/ipv4
Commit message (Expand)AuthorAgeFilesLines
* tcp: Don't access uninit tcp_rsk(req)->ao_keyid in tcp_create_openreq_child().Kuniyuki Iwashima2024-07-161-7/+8
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-07-153-4/+19
|\
| * ipv4: fix source address selection with route leakNicolas Dichtel2024-07-141-2/+11
| * Merge tag 'ipsec-2024-07-11' of git://git.kernel.org/pub/scm/linux/kernel/git...Jakub Kicinski2024-07-142-2/+8
| |\
| | * xfrm: Log input direction mismatch error in one placeAntony Antony2024-06-171-0/+7
| | * net: esp: cleanup esp_output_tail_tcp() in case of unsupported ESPINTCPHagar Hemdan2024-05-231-2/+1
* | | Merge tag 'ipsec-next-2024-07-13' of git://git.kernel.org/pub/scm/linux/kerne...Jakub Kicinski2024-07-142-2/+23
|\ \ \
| * | | xfrm: Support crypto offload for outbound IPv4 UDP-encapsulated ESP packetMike Yu2024-07-122-2/+23
* | | | tcp: Don't drop SYN+ACK for simultaneous connect().Kuniyuki Iwashima2024-07-131-0/+9
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-07-113-6/+26
|\ \ \ \ | | |/ / | |/| |
| * | | udp: Set SOCK_RCU_FREE earlier in udp_lib_get_port().Kuniyuki Iwashima2024-07-111-1/+3
| * | | tcp: avoid too many retransmit packetsEric Dumazet2024-07-101-2/+13
| * | | tcp: fix incorrect undo caused by DSACK of TLP retransmitNeal Cardwell2024-07-052-3/+10
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-07-043-1/+11
|\| | |
| * | | inet_diag: Initialize pad field in struct inet_diag_req_v2Shigeru Yoshida2024-07-041-0/+2
| * | | tcp: Don't flag tcp_sk(sk)->rx_opt.saw_unknown for TCP AO.Kuniyuki Iwashima2024-07-041-0/+7
| * | | tcp_metrics: validate source addr lengthJakub Kicinski2024-07-011-0/+1
| * | | UPSTREAM: tcp: fix DSACK undo in fast recovery to call tcp_try_to_open()Neal Cardwell2024-06-281-1/+1
* | | | udp: Allow GSO transmit from devices with no checksum offloadJakub Sitnicki2024-06-282-2/+9
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-06-272-16/+46
|\| | |
| * | | tcp: fix tcp_rcv_fastopen_synack() to enter TCP_CA_Loss for failed TFONeal Cardwell2024-06-251-11/+27
| * | | Fix race for duplicate reqsk on identical SYNluoxuanqiang2024-06-252-5/+19
* | | | net/ipv4: Use nested-BH locking for ipv4_tcp_sk.Sebastian Andrzej Siewior2024-06-241-4/+11
* | | | net/tcp_sigpool: Use nested-BH locking for sigpool_scratch.Sebastian Andrzej Siewior2024-06-241-4/+13
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-06-203-23/+59
|\| | |
| * | | net/tcp_ao: Don't leak ao_info on error-pathDmitry Safonov2024-06-191-2/+4
| * | | tcp: clear tp->retrans_stamp in tcp_rcv_fastopen_synack()Eric Dumazet2024-06-171-0/+1
| * | | cipso: make cipso_v4_skbuff_delattr() fully remove the CIPSO optionsOndrej Mosnacek2024-06-141-25/+54
| * | | cipso: fix total option length computationOndrej Mosnacek2024-06-141-4/+8
* | | | udp: use sk_skb_reason_drop to free rx packetsYan Zhai2024-06-191-5/+5
* | | | tcp: use sk_skb_reason_drop to free rx packetsYan Zhai2024-06-193-5/+5
* | | | net: raw: use sk_skb_reason_drop to free rx packetsYan Zhai2024-06-191-2/+2
* | | | ping: use sk_skb_reason_drop to free rx packetsYan Zhai2024-06-191-1/+1
* | | | fou: remove warn in gue_gro_receive on unsupported protocolWillem de Bruijn2024-06-171-1/+1
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-06-131-1/+5
|\| | |
| * | | tcp: use signed arithmetic in tcp_rtx_probe0_timed_out()Eric Dumazet2024-06-101-1/+5
* | | | net: ipv4: Add a sysctl to set multipath hash seedPetr Machata2024-06-121-0/+66
* | | | net: ipv4,ipv6: Pass multipath hash computation through a helperPetr Machata2024-06-121-6/+6
* | | | net/tcp: Remove tcp_hash_fail()Dmitry Safonov2024-06-122-34/+0
* | | | net/tcp: Add tcp-md5 and tcp-ao tracepointsDmitry Safonov2024-06-124-2/+38
* | | | net/tcp: Move tcp_inbound_hash() from headersDmitry Safonov2024-06-121-2/+72
* | | | net/tcp: Add a helper tcp_ao_hdr_maclen()Dmitry Safonov2024-06-121-1/+1
* | | | net/tcp: Use static_branch_tcp_{md5,ao} to drop ifdefsDmitry Safonov2024-06-121-6/+2
* | | | ip_tunnel: Move stats allocation to coreBreno Leitao2024-06-111-8/+2
* | | | Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2024-06-101-3/+3
|\ \ \ \
| * | | | bpf: pass bpf_struct_ops_link to callbacks in bpf_struct_ops.Kui-Feng Lee2024-05-301-3/+3
* | | | | tcp: move inet_twsk_schedule helper out of headerFlorian Westphal2024-06-101-0/+5
* | | | | net: tcp: un-pin the tw_timerFlorian Westphal2024-06-102-8/+4
* | | | | net: tcp/dccp: prepare for tw_timer un-pinningValentin Schneider2024-06-103-10/+47
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-06-064-12/+19
|\ \ \ \ \ | | |/ / / | |/| | |