summaryrefslogtreecommitdiffstats
path: root/net/ipv4
Commit message (Expand)AuthorAgeFilesLines
...
| * | | net: do not leave an empty skb in write queueEric Dumazet2023-10-201-3/+5
* | | | ipv6: drop feature RTAX_FEATURE_ALLFRAGYan Zhai2023-10-251-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-181-5/+9
| * | | tcp_bpf: properly release resources on error pathsPaolo Abeni2023-10-181-4/+12
| * | | tcp: tsq: relax tcp_small_queue_check() when rtx queue contains a single skbEric Dumazet2023-10-181-2/+14
| * | | Merge tag 'ipsec-2023-10-17' of git://git.kernel.org/pub/scm/linux/kernel/git...Jakub Kicinski2023-10-171-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-172-5/+6
| * | | | tcp: allow again tcp_disconnect() when threads are waitingPaolo Abeni2023-10-134-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-164-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-114-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
* | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-10-121-0/+1
|\ \ \ \ \ \ | | |/ / / / | |/| | | |
| * | | | | net: tcp: fix crashes trying to free half-baked MTU probesJakub Kicinski2023-10-111-0/+1
* | | | | | tcp: change data receiver flowlabel after one dupDavid Morley2023-10-101-3/+11
* | | | | | tcp: record last received ipv6 flowlabelDavid Morley2023-10-103-3/+18
* | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-10-057-13/+28
|\| | | | |
| * | | | | tcp: fix delayed ACKs for MSS boundary conditionNeal Cardwell2023-10-041-0/+13
| * | | | | tcp: fix quick-ack counting to count actual ACKs of new dataNeal Cardwell2023-10-041-4/+3
| * | | | | ipv4: Set offload_failed flag in fibmatch resultsBenjamin Poirier2023-10-041-0/+2
| * | | | | Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2023-10-042-9/+5
| |\ \ \ \ \
| | * | | | | bpf, sockmap: Do not inc copied_seq when PEEK flag setJohn Fastabend2023-09-291-1/+3
| | * | | | | bpf: tcp_read_skb needs to pop skb regardless of seqJohn Fastabend2023-09-291-8/+2
| * | | | | | ipv4/fib: send notify when delete source address routesHangbin Liu2023-10-032-0/+5
| |/ / / / /
* | | | | | udp_tunnel: Use flex array to simplify codeChristophe JAILLET2023-10-031-9/+2
* | | | | | tcp_metrics: optimize tcp_metrics_flush_all()Eric Dumazet2023-10-031-2/+5
* | | | | | tcp_metrics: do not create an entry from tcp_init_metrics()Eric Dumazet2023-10-031-1/+1
* | | | | | tcp_metrics: properly set tp->snd_ssthresh in tcp_init_metrics()Eric Dumazet2023-10-031-5/+4