summaryrefslogtreecommitdiff
path: root/net/netfilter/ipvs
AgeCommit message (Expand)Author
2026-08-23ipvs: separate destination availability stateYizhou Zhao
2026-08-19ipvs: clear IPv4 options after rebasing tunnel ICMP errorsKyle Zeng
2026-08-19ipvs: properly update the overload flag on dest editJulian Anastasov
2026-08-19ipvs: add totalconns for destJulian Anastasov
2026-08-19ipvs: stop estimator after disabled calc phaseZhiling Zou
2026-08-19ipvs: return the csum validation for forward hookJulian Anastasov
2026-08-19ipvs: avoid out-of-bounds write in ip_vs_nat_icmpJulian Anastasov
2026-08-09ipvs: do not propagate one-packet flag to synced connsZhiling Zou
2026-08-09ipvs: do not mangle ICMP replies for non-first fragmentsJulian Anastasov
2026-08-09ipvs: fix places with wrong packet offsetsJulian Anastasov
2026-08-09ipvs: fix the checksum validationsJulian Anastasov
2026-07-24ipvs: reload ip header after head reallocationFlorian Westphal
2026-07-24ipvs: fix more places with wrong ipv6 transport offsetsJulian Anastasov
2026-07-24ipvs: reset full ip_vs_seq structs in ip_vs_conn_newYizhou Zhao
2026-07-24ipvs: use parsed transport offset in SCTP state lookupYizhou Zhao
2026-07-24ipvs: ensure inner headers in ICMP errors are in headroomJulian Anastasov
2026-07-24ipvs: fix PMTU for GUE/GRE tunnel ICMP errorsYizhou Zhao
2026-07-24ipvs: use parsed transport offset in TCP state lookupYizhou Zhao
2026-07-24ipvs: pass parsed transport offset to state handlersYizhou Zhao
2026-06-19ipvs: skip ipv6 extension headers for csum checksJulian Anastasov
2026-06-19ipvs: clear the svc scheduler ptr early on editJulian Anastasov
2026-05-23ipvs: fix MTU check for GSO packets in tunnel modeYingnan Zhang
2026-04-22ipvs: fix NULL deref in ip_vs_add_service error pathWeiming Shi
2026-02-26ipvs: do not keep dest_dst if dev is going downJulian Anastasov
2026-01-02ipvs: fix ipv4 null-ptr-deref in route error pathSlavin Liu
2025-09-24ipvs: Defer ip_vs_ftp unregister during netns cleanupSlavin Liu
2025-09-11ipvs: Use READ_ONCE/WRITE_ONCE for ipvs->enableZhang Tengfei
2025-08-13ipvs: Fix estimator kthreads preferred affinityFrederic Weisbecker
2025-07-25ipvs: Rename del_timer in comment in ip_vs_conn_expire_now()WangYuli
2025-07-02net: dst: annotate data-races around dst->obsoleteEric Dumazet
2025-06-08treewide, timers: Rename from_timer() to timer_container_of()Ingo Molnar
2025-05-21sctp: use skb_crc32c() instead of __skb_checksum()Eric Biggers
2025-05-07ipvs: fix uninit-value for saddr in do_output_route4Julian Anastasov
2025-04-08Merge tag 'crc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eb...Linus Torvalds
2025-04-05treewide: Switch/rename to timer_delete[_sync]()Thomas Gleixner
2025-04-04lib/crc: remove CONFIG_LIBCRC32CEric Biggers
2025-03-12ipvs: prevent integer overflow in do_ip_vs_get_ctl()Dan Carpenter
2025-01-05ipvs: speed up reads from ip_vs_conn proc fileFlorian Westphal
2024-12-18ipvs: Fix clamp() of ip_vs_conn_tab on small memory systemsDavid Laight
2024-11-28ipvs: fix UB due to uninitialized stack access in ip_vs_protocol_init()Jinghao Jia
2024-11-11net: convert to nla_get_*_default()Johannes Berg
2024-10-02move asm/unaligned.h to linux/unaligned.hAl Viro
2024-07-24sysctl: treewide: constify the ctl_table argument of proc_handlersJoel Granados
2024-07-17ipvs: properly dereference pe in ip_vs_add_serviceChen Hanxiao
2024-06-26ipvs: Avoid unnecessary calls to skb_is_gso_sctpIsmael Luceno
2024-05-28ipvs: constify ctl_table arguments of utility functionsThomas Weißschuh
2024-05-08ipvs: allow some sysctls in non-init user namespacesAlexander Mikhalitsyn
2024-05-08ipvs: add READ_ONCE barrier for ipvs->sysctl_amemthreshAlexander Mikhalitsyn
2024-05-03netfilter: Remove the now superfluous sentinel elements from ctl_table arrayJoel Granados
2024-04-30inet: introduce dst_rtable() helperEric Dumazet