summaryrefslogtreecommitdiff
path: root/net/ipv4
AgeCommit message (Expand)Author
2023-10-25net: ipv4: fix typo in commentsDeming Wang
2023-10-22tcp: fix wrong RTO timeout when received SACK renegingFred Chen
2023-10-20net: do not leave an empty skb in write queueEric Dumazet
2023-10-19tcp: check mptcp-level constraints for backlog coalescingPaolo Abeni
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-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-13tcp: allow again tcp_disconnect() when threads are waitingPaolo Abeni
2023-10-13tcp: Fix listen() warning with v4-mapped-v6 address.Kuniyuki Iwashima
2023-10-11net: tcp: fix crashes trying to free half-baked MTU probesJakub Kicinski
2023-10-10net: ipv4: fix return value check in esp_remove_trailerMa Ke
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-03ipv4/fib: send notify when delete source address routesHangbin Liu
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
2023-09-17ipv4: fix null-deref in ipv4_link_failureKyle Zeng
2023-09-13tcp: Fix bind() regression for v4-mapped-v6 non-wildcard address.Kuniyuki Iwashima
2023-09-13tcp: Fix bind() regression for v4-mapped-v6 wildcard address.Kuniyuki Iwashima
2023-09-13tcp: Factorise sk_family-independent comparison in inet_bind2_bucket_match(_a...Kuniyuki Iwashima
2023-09-08net: ipv4: fix one memleak in __inet_del_ifa()Liu Jian
2023-09-07Merge tag 'net-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds
2023-09-05igmp: limit igmpv3_newpack() packet size to IP_MAX_MTUEric Dumazet
2023-09-01ipv4: ignore dst hint for multipath routesSriram Yagnaraman
2023-09-01net: annotate data-races around sk->sk_tsflagsEric Dumazet
2023-09-01net: annotate data-races around sk->sk_forward_allocEric Dumazet
2023-08-31ipv4: annotate data-races around fi->fib_deadEric Dumazet
2023-08-30net: ipv4, ipv6: fix IPSTATS_MIB_OUTOCTETS increment duplicatedHeng Guo
2023-08-29Merge tag 'sysctl-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds
2023-08-29Merge tag 'mm-stable-2023-08-28-18-26' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2023-08-28inet: fix IP_TRANSPARENT error handlingEric Dumazet
2023-08-25Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski
2023-08-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-08-22net: remove unnecessary input parameter 'how' in ifdown functionZhengchao Shao
2023-08-21IPv4: add extack info for IPv4 address add/deleteHangbin Liu
2023-08-20net: selectively purge error queue in IP_RECVERR / IPV6_RECVERREric Dumazet
2023-08-20ipv4: fix data-races around inet->inet_idEric Dumazet
2023-08-18tcp: refine skb->ooo_okay settingEric Dumazet
2023-08-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-08-18mm: allow per-VMA locks on file-backed VMAsMatthew Wilcox (Oracle)
2023-08-18lwt: Check LWTUNNEL_XMIT_CONTINUE strictlyYan Zhai
2023-08-16inet: implement lockless IP_MINTTLEric Dumazet
2023-08-16inet: implement lockless IP_TTLEric Dumazet
2023-08-16inet: move inet->defer_connect to inet->inet_flagsEric Dumazet
2023-08-16inet: move inet->bind_address_no_port to inet->inet_flagsEric Dumazet
2023-08-16inet: move inet->nodefrag to inet->inet_flagsEric Dumazet