summaryrefslogtreecommitdiff
path: root/net/netfilter/ipvs
AgeCommit message (Expand)Author
8 daysipvs: add conn_lfactor and svc_lfactor sysctl varsJulian Anastasov
8 daysipvs: add ip_vs_status infoJulian Anastasov
8 daysipvs: show the current conn_tab size to usersJulian Anastasov
8 daysMerge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
10 daysipvs: fix NULL deref in ip_vs_add_service error pathWeiming Shi
2026-03-04ipvs: use more keys for connection hashingJulian Anastasov
2026-03-04ipvs: switch to per-net connection tableJulian Anastasov
2026-03-04ipvs: use resizable hash table for servicesJulian Anastasov
2026-03-04ipvs: add resizable hash tablesJulian Anastasov
2026-02-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2026-02-25ipvs: no_cport and dropentry counters can be per-netJulian Anastasov
2026-02-25ipvs: use more counters to avoid service lookupsJulian Anastasov
2026-02-25ipvs: do not keep dest_dst after dest is removedJulian Anastasov
2026-02-25ipvs: use single svc tableJulian Anastasov
2026-02-25ipvs: some service readers can use RCUJulian Anastasov
2026-02-25ipvs: make ip_vs_svc_table and ip_vs_svc_fwm_table per netnsJiejian Wu
2026-02-22Convert remaining multi-line kmalloc_obj/flex GFP_KERNEL usesKees Cook
2026-02-21Convert more 'alloc_obj' cases to default GFP_KERNEL argumentsLinus Torvalds
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook
2026-02-17ipvs: do not keep dest_dst if dev is going downJulian Anastasov
2026-02-17ipvs: skip ipv6 extension headers for csum checksJulian Anastasov
2026-02-06net/ipv6: Introduce payload_len helpersAlice Mikityanska
2025-12-10ipvs: fix ipv4 null-ptr-deref in route error pathSlavin Liu
2025-11-28net: Remove KMSG_COMPONENT macroHeiko Carstens
2025-11-04net: Convert proto_ops connect() callbacks to use sockaddr_unsizedKees Cook
2025-11-04net: Convert proto_ops bind() callbacks to use sockaddr_unsizedKees Cook
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