summaryrefslogtreecommitdiff
path: root/net/ipv4
AgeCommit message (Expand)Author
2023-10-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-10-19tcp: check mptcp-level constraints for backlog coalescingPaolo Abeni
2023-10-19inet: lock the socket in ip_sock_set_tos()Eric Dumazet
2023-10-18ipv4: fib: annotate races around nh->nh_saddr_genid and nh->nh_saddrEric Dumazet
2023-10-18tcp_bpf: properly release resources on error pathsPaolo Abeni
2023-10-18tcp: tsq: relax tcp_small_queue_check() when rtx queue contains a single skbEric Dumazet
2023-10-18netfilter: xt_mangle: only check verdict part of return valueFlorian Westphal
2023-10-17Merge tag 'ipsec-2023-10-17' of git://git.kernel.org/pub/scm/linux/kernel/git...Jakub Kicinski
2023-10-17tcp: fix excessive TLP and RACK timeouts from HZ roundingNeal Cardwell
2023-10-16Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski
2023-10-16tcp: Set pingpong threshold via sysctlHaiyang Zhang
2023-10-16ipv4: use tunnel flow flags for tunnel route lookupsBeniamino Galvani
2023-10-16ipv4: add new arguments to udp_tunnel_dst_lookup()Beniamino Galvani
2023-10-16ipv4: remove "proto" argument from udp_tunnel_dst_lookup()Beniamino Galvani
2023-10-16ipv4: rename and move ip_route_output_tunnel()Beniamino Galvani
2023-10-13tcp: allow again tcp_disconnect() when threads are waitingPaolo Abeni
2023-10-13net/bpf: Avoid unused "sin_addr_len" warning when CONFIG_CGROUP_BPF is not setMartin KaFai Lau
2023-10-13tcp: Fix listen() warning with v4-mapped-v6 address.Kuniyuki Iwashima
2023-10-13net: fix IPSTATS_MIB_OUTFORWDATAGRAMS increment after fragment checkHeng Guo
2023-10-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-10-11net: tcp: fix crashes trying to free half-baked MTU probesJakub Kicinski
2023-10-11bpf: Propagate modified uaddrlen from cgroup sockaddr programsDaan De Meyer
2023-10-10tcp: change data receiver flowlabel after one dupDavid Morley
2023-10-10tcp: record last received ipv6 flowlabelDavid Morley
2023-10-10net: ipv4: fix return value check in esp_remove_trailerMa Ke
2023-10-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-10-04tcp: fix delayed ACKs for MSS boundary conditionNeal Cardwell
2023-10-04tcp: fix quick-ack counting to count actual ACKs of new dataNeal Cardwell
2023-10-04ipv4: Set offload_failed flag in fibmatch resultsBenjamin Poirier
2023-10-04Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski
2023-10-03udp_tunnel: Use flex array to simplify codeChristophe JAILLET
2023-10-03tcp_metrics: optimize tcp_metrics_flush_all()Eric Dumazet
2023-10-03tcp_metrics: do not create an entry from tcp_init_metrics()Eric Dumazet
2023-10-03tcp_metrics: properly set tp->snd_ssthresh in tcp_init_metrics()Eric Dumazet
2023-10-03tcp_metrics: add missing barriers on deleteEric Dumazet
2023-10-03ipv4/fib: send notify when delete source address routesHangbin Liu
2023-10-01inet: implement lockless getsockopt(IP_MULTICAST_IF)Eric Dumazet
2023-10-01inet: lockless IP_PKTOPTIONS implementationEric Dumazet
2023-10-01inet: implement lockless getsockopt(IP_UNICAST_IF)Eric Dumazet
2023-10-01inet: lockless getsockopt(IP_MTU)Eric Dumazet
2023-10-01inet: lockless getsockopt(IP_OPTIONS)Eric Dumazet
2023-10-01inet: implement lockless IP_TOSEric Dumazet
2023-10-01inet: implement lockless IP_MTU_DISCOVEREric Dumazet
2023-10-01inet: implement lockless IP_MULTICAST_TTLEric Dumazet
2023-10-01net: annotate data-races around sk->sk_dst_pending_confirmEric Dumazet
2023-10-01net: implement lockless SO_MAX_PACING_RATEEric Dumazet
2023-10-01net: implement lockless SO_PRIORITYEric Dumazet
2023-10-01tcp: derive delack_max from rto_minEric Dumazet
2023-09-29bpf, sockmap: Do not inc copied_seq when PEEK flag setJohn Fastabend
2023-09-29bpf: tcp_read_skb needs to pop skb regardless of seqJohn Fastabend