summaryrefslogtreecommitdiffstats
path: root/net/ipv4
Commit message (Expand)AuthorAgeFilesLines
...
| * | 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
* | | | | tcp_metrics: add missing barriers on deleteEric Dumazet2023-10-031-2/+2
* | | | | inet: implement lockless getsockopt(IP_MULTICAST_IF)Eric Dumazet2023-10-015-21/+20
* | | | | inet: lockless IP_PKTOPTIONS implementationEric Dumazet2023-10-011-39/+37
* | | | | inet: implement lockless getsockopt(IP_UNICAST_IF)Eric Dumazet2023-10-015-18/+21
* | | | | inet: lockless getsockopt(IP_MTU)Eric Dumazet2023-10-011-11/+9
* | | | | inet: lockless getsockopt(IP_OPTIONS)Eric Dumazet2023-10-011-10/+10
* | | | | inet: implement lockless IP_TOSEric Dumazet2023-10-014-24/+20
* | | | | inet: implement lockless IP_MTU_DISCOVEREric Dumazet2023-10-015-17/+13
* | | | | inet: implement lockless IP_MULTICAST_TTLEric Dumazet2023-10-012-16/+17
* | | | | net: annotate data-races around sk->sk_dst_pending_confirmEric Dumazet2023-10-011-1/+1
* | | | | net: implement lockless SO_MAX_PACING_RATEEric Dumazet2023-10-013-12/+14
* | | | | net: implement lockless SO_PRIORITYEric Dumazet2023-10-014-4/+4
* | | | | tcp: derive delack_max from rto_minEric Dumazet2023-10-012-2/+17
| |/ / / |/| | |
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni2023-09-211-1/+3
|\| | | | |_|/ |/| |
| * | ipv4: fix null-deref in ipv4_link_failureKyle Zeng2023-09-171-1/+3