summaryrefslogtreecommitdiff
path: root/net/ipv4
AgeCommit message (Expand)AuthorFilesLines
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-13net/bpf: Avoid unused "sin_addr_len" warning when CONFIG_CGROUP_BPF is not setMartin KaFai Lau1-1/+1
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-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
2023-09-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni1-1/+3
2023-09-17ipv4: fix null-deref in ipv4_link_failureKyle Zeng1-1/+3
2023-09-16tcp: new TCP_INFO stats for RTO eventsAananth V4-2/+43
2023-09-16tcp: call tcp_try_undo_recovery when an RTOd TFO SYNACK is ACKedAananth V1-4/+5
2023-09-15tcp: indent an if statementDan Carpenter1-1/+1
2023-09-15ipv6: lockless IPV6_FLOWINFO_SEND implementationEric Dumazet1-2/+1
2023-09-15ipv6: lockless IPV6_RECVERR implemetationEric Dumazet1-1/+1
2023-09-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni1-16/+20
2023-09-14ipv4: igmp: Remove redundant comparison in igmp_mcf_get_next()Gavrilov Ilia1-2/+0
2023-09-14udplite: fix various data-racesEric Dumazet1-10/+11
2023-09-14udplite: remove UDPLITE_BITEric Dumazet1-1/+0
2023-09-14udp: annotate data-races around udp->encap_typeEric Dumazet2-6/+7