summaryrefslogtreecommitdiffstats
path: root/net/ipv4 (follow)
Commit message (Expand)AuthorAgeFilesLines
* net/tcp: Add TCP-AO segments countersDmitry Safonov2023-10-273-4/+32
* net/tcp: Verify inbound TCP-AO signed segmentsDmitry Safonov2023-10-273-36/+155
* net/tcp: Sign SYN-ACK segments with TCP-AODmitry Safonov2023-10-273-16/+79
* net/tcp: Wire TCP-AO to request socketsDmitry Safonov2023-10-276-36/+358
* net/tcp: Add TCP-AO sign to twskDmitry Safonov2023-10-274-29/+118
* net/tcp: Add AO sign to RST packetsDmitry Safonov2023-10-272-15/+156
* net/tcp: Add tcp_parse_auth_options()Dmitry Safonov2023-10-273-16/+41
* net/tcp: Add TCP-AO sign to outgoing packetsDmitry Safonov2023-10-273-38/+274
* net/tcp: Calculate TCP-AO traffic keysDmitry Safonov2023-10-274-0/+211
* net/tcp: Prevent TCP-MD5 with TCP-AO being setDmitry Safonov2023-10-273-3/+105
* net/tcp: Introduce TCP_AO setsockopt()sDmitry Safonov2023-10-274-2/+820
* net/tcp: Add TCP-AO config and structuresDmitry Safonov2023-10-271-0/+13
* net/tcp: Prepare tcp_md5sig_pool for TCP-AODmitry Safonov2023-10-276-164/+462
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-10-263-8/+11
|\
| * net: ipv4: fix typo in commentsDeming Wang2023-10-251-1/+1
| * tcp: fix wrong RTO timeout when received SACK renegingFred Chen2023-10-221-4/+5
| * net: do not leave an empty skb in write queueEric Dumazet2023-10-211-3/+5
* | ipv6: drop feature RTAX_FEATURE_ALLFRAGYan Zhai2023-10-261-19/+1
* | tcp: add TCPI_OPT_USEC_TSEric Dumazet2023-10-231-0/+2
* | tcp: add support for usec resolution in TCP TS valuesEric Dumazet2023-10-237-29/+72
* | tcp: add tcp_rtt_tsopt_us()Eric Dumazet2023-10-231-20/+23
* | tcp: rename tcp_time_stamp() to tcp_time_stamp_ts()Eric Dumazet2023-10-234-10/+10
* | tcp: move tcp_ns_to_ts() to net/ipv4/syncookies.cEric Dumazet2023-10-231-1/+9
* | tcp: rename tcp_skb_timestamp()Eric Dumazet2023-10-233-7/+7
* | tcp: replace tcp_time_stamp_raw()Eric Dumazet2023-10-232-4/+4
* | tcp: introduce tcp_clock_ms()Eric Dumazet2023-10-232-6/+4
* | tcp: add tcp_time_stamp_ms() helperEric Dumazet2023-10-232-2/+2
* | tcp: fix cookie_init_timestamp() overflowsEric Dumazet2023-10-231-13/+7
* | net: fix IPSTATS_MIB_OUTPKGS increment in OutForwDatagrams.Heng Guo2023-10-202-1/+4
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-10-1910-39/+70
|\|
| * tcp: check mptcp-level constraints for backlog coalescingPaolo Abeni2023-10-191-0/+1
| * ipv4: fib: annotate races around nh->nh_saddr_genid and nh->nh_saddrEric Dumazet2023-10-191-5/+9
| * tcp_bpf: properly release resources on error pathsPaolo Abeni2023-10-191-4/+12
| * tcp: tsq: relax tcp_small_queue_check() when rtx queue contains a single skbEric Dumazet2023-10-191-2/+14
| * Merge tag 'ipsec-2023-10-17' of git://git.kernel.org/pub/scm/linux/kernel/git...Jakub Kicinski2023-10-181-1/+3
| |\
| | * net: ipv4: fix return value check in esp_remove_trailerMa Ke2023-10-101-1/+3
| * | tcp: fix excessive TLP and RACK timeouts from HZ roundingNeal Cardwell2023-10-182-5/+6
| * | tcp: allow again tcp_disconnect() when threads are waitingPaolo Abeni2023-10-144-11/+20
| * | tcp: Fix listen() warning with v4-mapped-v6 address.Kuniyuki Iwashima2023-10-131-15/+9
* | | inet: lock the socket in ip_sock_set_tos()Eric Dumazet2023-10-191-2/+9
* | | netfilter: xt_mangle: only check verdict part of return valueFlorian Westphal2023-10-181-4/+5
* | | Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2023-10-174-9/+13
|\ \ \
| * | | net/bpf: Avoid unused "sin_addr_len" warning when CONFIG_CGROUP_BPF is not setMartin KaFai Lau2023-10-131-1/+1
| * | | bpf: Propagate modified uaddrlen from cgroup sockaddr programsDaan De Meyer2023-10-124-8/+12
* | | | tcp: Set pingpong threshold via sysctlHaiyang Zhang2023-10-163-2/+12
* | | | ipv4: use tunnel flow flags for tunnel route lookupsBeniamino Galvani2023-10-161-0/+1
* | | | ipv4: add new arguments to udp_tunnel_dst_lookup()Beniamino Galvani2023-10-161-13/+13
* | | | ipv4: remove "proto" argument from udp_tunnel_dst_lookup()Beniamino Galvani2023-10-161-2/+2
* | | | ipv4: rename and move ip_route_output_tunnel()Beniamino Galvani2023-10-162-48/+48
* | | | net: fix IPSTATS_MIB_OUTFORWDATAGRAMS increment after fragment checkHeng Guo2023-10-131-2/+2