summaryrefslogtreecommitdiff
path: root/net/ipv4
AgeCommit message (Expand)AuthorFilesLines
2023-10-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski10-39/+70
2023-10-19tcp: check mptcp-level constraints for backlog coalescingPaolo Abeni1-0/+1
2023-10-19inet: lock the socket in ip_sock_set_tos()Eric Dumazet1-2/+9
2023-10-19ipv4: fib: annotate races around nh->nh_saddr_genid and nh->nh_saddrEric Dumazet1-5/+9
2023-10-19tcp_bpf: properly release resources on error pathsPaolo Abeni1-4/+12
2023-10-19tcp: tsq: relax tcp_small_queue_check() when rtx queue contains a single skbEric Dumazet1-2/+14
2023-10-18netfilter: xt_mangle: only check verdict part of return valueFlorian Westphal1-4/+5
2023-10-18Merge tag 'ipsec-2023-10-17' of git://git.kernel.org/pub/scm/linux/kernel/git...Jakub Kicinski1-1/+3
2023-10-18tcp: fix excessive TLP and RACK timeouts from HZ roundingNeal Cardwell2-5/+6
2023-10-17Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski4-9/+13
2023-10-17tcp: Set pingpong threshold via sysctlHaiyang Zhang3-2/+12
2023-10-16ipv4: use tunnel flow flags for tunnel route lookupsBeniamino Galvani1-0/+1
2023-10-16ipv4: add new arguments to udp_tunnel_dst_lookup()Beniamino Galvani1-13/+13
2023-10-16ipv4: remove "proto" argument from udp_tunnel_dst_lookup()Beniamino Galvani1-2/+2
2023-10-16ipv4: rename and move ip_route_output_tunnel()Beniamino Galvani2-48/+48
2023-10-14tcp: allow again tcp_disconnect() when threads are waitingPaolo Abeni4-11/+20
2023-10-13net/bpf: Avoid unused "sin_addr_len" warning when CONFIG_CGROUP_BPF is not setMartin KaFai Lau1-1/+1
2023-10-13tcp: Fix listen() warning with v4-mapped-v6 address.Kuniyuki Iwashima1-15/+9
2023-10-13net: fix IPSTATS_MIB_OUTFORWDATAGRAMS increment after fragment checkHeng Guo1-2/+2
2023-10-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+1
2023-10-12net: tcp: fix crashes trying to free half-baked MTU probesJakub Kicinski1-0/+1
2023-10-12bpf: Propagate modified uaddrlen from cgroup sockaddr programsDaan De Meyer4-8/+12
2023-10-10tcp: change data receiver flowlabel after one dupDavid Morley1-3/+11
2023-10-10tcp: record last received ipv6 flowlabelDavid Morley3-3/+18
2023-10-10net: ipv4: fix return value check in esp_remove_trailerMa Ke1-1/+3
2023-10-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski7-13/+28
2023-10-05tcp: fix delayed ACKs for MSS boundary conditionNeal Cardwell1-0/+13
2023-10-05tcp: fix quick-ack counting to count actual ACKs of new dataNeal Cardwell1-4/+3
2023-10-04ipv4: Set offload_failed flag in fibmatch resultsBenjamin Poirier1-0/+2
2023-10-04Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2-9/+5
2023-10-03udp_tunnel: Use flex array to simplify codeChristophe JAILLET1-9/+2
2023-10-03tcp_metrics: optimize tcp_metrics_flush_all()Eric Dumazet1-2/+5
2023-10-03tcp_metrics: do not create an entry from tcp_init_metrics()Eric Dumazet1-1/+1
2023-10-03tcp_metrics: properly set tp->snd_ssthresh in tcp_init_metrics()Eric Dumazet1-5/+4
2023-10-03tcp_metrics: add missing barriers on deleteEric Dumazet1-2/+2
2023-10-03ipv4/fib: send notify when delete source address routesHangbin Liu2-0/+5
2023-10-01inet: implement lockless getsockopt(IP_MULTICAST_IF)Eric Dumazet5-21/+20
2023-10-01inet: lockless IP_PKTOPTIONS implementationEric Dumazet1-39/+37
2023-10-01inet: implement lockless getsockopt(IP_UNICAST_IF)Eric Dumazet5-18/+21
2023-10-01inet: lockless getsockopt(IP_MTU)Eric Dumazet1-11/+9
2023-10-01inet: lockless getsockopt(IP_OPTIONS)Eric Dumazet1-10/+10
2023-10-01inet: implement lockless IP_TOSEric Dumazet4-24/+20
2023-10-01inet: implement lockless IP_MTU_DISCOVEREric Dumazet5-17/+13
2023-10-01inet: implement lockless IP_MULTICAST_TTLEric Dumazet2-16/+17
2023-10-01net: annotate data-races around sk->sk_dst_pending_confirmEric Dumazet1-1/+1
2023-10-01net: implement lockless SO_MAX_PACING_RATEEric Dumazet3-12/+14
2023-10-01net: implement lockless SO_PRIORITYEric Dumazet4-4/+4
2023-10-01tcp: derive delack_max from rto_minEric Dumazet2-2/+17
2023-09-29bpf, sockmap: Do not inc copied_seq when PEEK flag setJohn Fastabend1-1/+3
2023-09-29bpf: tcp_read_skb needs to pop skb regardless of seqJohn Fastabend1-8/+2