summaryrefslogtreecommitdiffstats
path: root/net/netfilter/ipvs
AgeCommit message (Expand)AuthorLines
2026-04-10ipvs: add conn_lfactor and svc_lfactor sysctl varsJulian Anastasov-0/+76
2026-04-10ipvs: add ip_vs_status infoJulian Anastasov-0/+145
2026-04-10ipvs: show the current conn_tab size to usersJulian Anastasov-4/+22
2026-04-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-1/+0
2026-04-08ipvs: fix NULL deref in ip_vs_add_service error pathWeiming Shi-1/+0
2026-03-04ipvs: use more keys for connection hashingJulian Anastasov-65/+206
2026-03-04ipvs: switch to per-net connection tableJulian Anastasov-256/+638
2026-03-04ipvs: use resizable hash table for servicesJulian Anastasov-114/+559
2026-03-04ipvs: add resizable hash tablesJulian Anastasov-5/+179
2026-02-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-29/+25
2026-02-25ipvs: no_cport and dropentry counters can be per-netJulian Anastasov-25/+39
2026-02-25ipvs: use more counters to avoid service lookupsJulian Anastasov-37/+51
2026-02-25ipvs: do not keep dest_dst after dest is removedJulian Anastasov-16/+16
2026-02-25ipvs: use single svc tableJulian Anastasov-126/+20
2026-02-25ipvs: some service readers can use RCUJulian Anastasov-24/+23
2026-02-25ipvs: make ip_vs_svc_table and ip_vs_svc_fwm_table per netnsJiejian Wu-104/+81
2026-02-22Convert remaining multi-line kmalloc_obj/flex GFP_KERNEL usesKees Cook-1/+1
2026-02-21Convert more 'alloc_obj' cases to default GFP_KERNEL argumentsLinus Torvalds-4/+2
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds-15/+15
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook-29/+27
2026-02-17ipvs: do not keep dest_dst if dev is going downJulian Anastasov-10/+36
2026-02-17ipvs: skip ipv6 extension headers for csum checksJulian Anastasov-39/+20
2026-02-06net/ipv6: Introduce payload_len helpersAlice Mikityanska-1/+1
2025-12-10ipvs: fix ipv4 null-ptr-deref in route error pathSlavin Liu-0/+3
2025-11-28net: Remove KMSG_COMPONENT macroHeiko Carstens-60/+30
2025-11-04net: Convert proto_ops connect() callbacks to use sockaddr_unsizedKees Cook-1/+1
2025-11-04net: Convert proto_ops bind() callbacks to use sockaddr_unsizedKees Cook-2/+2
2025-09-24ipvs: Defer ip_vs_ftp unregister during netns cleanupSlavin Liu-1/+3
2025-09-11ipvs: Use READ_ONCE/WRITE_ONCE for ipvs->enableZhang Tengfei-20/+17
2025-08-13ipvs: Fix estimator kthreads preferred affinityFrederic Weisbecker-1/+2
2025-07-25ipvs: Rename del_timer in comment in ip_vs_conn_expire_now()WangYuli-1/+1
2025-07-02net: dst: annotate data-races around dst->obsoleteEric Dumazet-1/+1
2025-06-08treewide, timers: Rename from_timer() to timer_container_of()Ingo Molnar-4/+7
2025-05-21sctp: use skb_crc32c() instead of __skb_checksum()Eric Biggers-1/+1
2025-05-07ipvs: fix uninit-value for saddr in do_output_route4Julian Anastasov-19/+8
2025-04-08Merge tag 'crc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eb...Linus Torvalds-1/+1
2025-04-05treewide: Switch/rename to timer_delete[_sync]()Thomas Gleixner-4/+4
2025-04-04lib/crc: remove CONFIG_LIBCRC32CEric Biggers-1/+1
2025-03-12ipvs: prevent integer overflow in do_ip_vs_get_ctl()Dan Carpenter-4/+4
2025-01-05ipvs: speed up reads from ip_vs_conn proc fileFlorian Westphal-22/+28
2024-12-18ipvs: Fix clamp() of ip_vs_conn_tab on small memory systemsDavid Laight-2/+2
2024-11-28ipvs: fix UB due to uninitialized stack access in ip_vs_protocol_init()Jinghao Jia-3/+1
2024-11-11net: convert to nla_get_*_default()Johannes Berg-4/+1
2024-10-02move asm/unaligned.h to linux/unaligned.hAl Viro-2/+2
2024-07-24sysctl: treewide: constify the ctl_table argument of proc_handlersJoel Granados-6/+6
2024-07-17ipvs: properly dereference pe in ip_vs_add_serviceChen Hanxiao-5/+5
2024-06-26ipvs: Avoid unnecessary calls to skb_is_gso_sctpIsmael Luceno-2/+2
2024-05-28ipvs: constify ctl_table arguments of utility functionsThomas Weißschuh-3/+4
2024-05-08ipvs: allow some sysctls in non-init user namespacesAlexander Mikhalitsyn-4/+15
2024-05-08ipvs: add READ_ONCE barrier for ipvs->sysctl_amemthreshAlexander Mikhalitsyn-7/+7