aboutsummaryrefslogtreecommitdiff
path: root/net/netfilter/ipvs
AgeCommit message (Expand)AuthorFilesLines
9 daysipvs: clear the svc scheduler ptr early on editJulian Anastasov2-12/+15
2026-05-16ipvs: avoid possible loop in ip_vs_dst_event on resizingJulian Anastasov1-65/+122
2026-05-05ipvs: Guard access of HK_TYPE_KTHREAD cpumask with RCUWaiman Long1-5/+8
2026-05-05ipvs: fix shift-out-of-bounds in ip_vs_rht_desired_sizeJulian Anastasov1-1/+1
2026-05-05ipvs: fix races around est_mutex and est_cpulistJulian Anastasov2-44/+90
2026-05-05ipvs: do not leak dest after get from dest trashJulian Anastasov1-13/+24
2026-05-05ipvs: fix the spin_lock usage for RT buildJulian Anastasov1-33/+41
2026-05-05ipvs: fix races around the conn_lfactor and svc_lfactor sysctl varsJulian Anastasov2-4/+10
2026-05-05ipvs: fixes for the new ip_vs_status infoJulian Anastasov1-15/+36
2026-04-20ipvs: fix MTU check for GSO packets in tunnel modeYingnan Zhang1-4/+15
2026-04-10ipvs: add conn_lfactor and svc_lfactor sysctl varsJulian Anastasov1-0/+76
2026-04-10ipvs: add ip_vs_status infoJulian Anastasov1-0/+145
2026-04-10ipvs: show the current conn_tab size to usersJulian Anastasov1-4/+22
2026-04-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+0
2026-04-08ipvs: fix NULL deref in ip_vs_add_service error pathWeiming Shi1-1/+0
2026-03-04ipvs: use more keys for connection hashingJulian Anastasov1-65/+206
2026-03-04ipvs: switch to per-net connection tableJulian Anastasov4-256/+638
2026-03-04ipvs: use resizable hash table for servicesJulian Anastasov1-114/+559
2026-03-04ipvs: add resizable hash tablesJulian Anastasov2-5/+179
2026-02-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski12-29/+25
2026-02-25ipvs: no_cport and dropentry counters can be per-netJulian Anastasov1-25/+39
2026-02-25ipvs: use more counters to avoid service lookupsJulian Anastasov2-37/+51
2026-02-25ipvs: do not keep dest_dst after dest is removedJulian Anastasov2-16/+16
2026-02-25ipvs: use single svc tableJulian Anastasov1-126/+20
2026-02-25ipvs: some service readers can use RCUJulian Anastasov1-24/+23
2026-02-25ipvs: make ip_vs_svc_table and ip_vs_svc_fwm_table per netnsJiejian Wu2-104/+81
2026-02-22Convert remaining multi-line kmalloc_obj/flex GFP_KERNEL usesKees Cook1-1/+1
2026-02-21Convert more 'alloc_obj' cases to default GFP_KERNEL argumentsLinus Torvalds2-4/+2
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds10-15/+15
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook12-29/+27
2026-02-17ipvs: do not keep dest_dst if dev is going downJulian Anastasov1-10/+36
2026-02-17ipvs: skip ipv6 extension headers for csum checksJulian Anastasov3-39/+20
2026-02-06net/ipv6: Introduce payload_len helpersAlice Mikityanska1-1/+1
2025-12-10ipvs: fix ipv4 null-ptr-deref in route error pathSlavin Liu1-0/+3
2025-11-28net: Remove KMSG_COMPONENT macroHeiko Carstens30-60/+30
2025-11-04net: Convert proto_ops connect() callbacks to use sockaddr_unsizedKees Cook1-1/+1
2025-11-04net: Convert proto_ops bind() callbacks to use sockaddr_unsizedKees Cook1-2/+2
2025-09-24ipvs: Defer ip_vs_ftp unregister during netns cleanupSlavin Liu1-1/+3
2025-09-11ipvs: Use READ_ONCE/WRITE_ONCE for ipvs->enableZhang Tengfei4-20/+17
2025-08-13ipvs: Fix estimator kthreads preferred affinityFrederic Weisbecker1-1/+2
2025-07-25ipvs: Rename del_timer in comment in ip_vs_conn_expire_now()WangYuli1-1/+1
2025-07-02net: dst: annotate data-races around dst->obsoleteEric Dumazet1-1/+1
2025-06-08treewide, timers: Rename from_timer() to timer_container_of()Ingo Molnar4-4/+7
2025-05-21sctp: use skb_crc32c() instead of __skb_checksum()Eric Biggers1-1/+1
2025-05-07ipvs: fix uninit-value for saddr in do_output_route4Julian Anastasov1-19/+8
2025-04-08Merge tag 'crc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eb...Linus Torvalds1-1/+1
2025-04-05treewide: Switch/rename to timer_delete[_sync]()Thomas Gleixner2-4/+4
2025-04-04lib/crc: remove CONFIG_LIBCRC32CEric Biggers1-1/+1
2025-03-12ipvs: prevent integer overflow in do_ip_vs_get_ctl()Dan Carpenter1-4/+4
2025-01-05ipvs: speed up reads from ip_vs_conn proc fileFlorian Westphal1-22/+28