summaryrefslogtreecommitdiff
path: root/net/netfilter/ipvs
AgeCommit message (Expand)Author
6 daysipvs: ensure inner headers in ICMP errors are in headroomJulian Anastasov
6 daysipvs: use parsed transport offset in SCTP state lookupYizhou Zhao
6 daysipvs: use parsed transport offset in TCP state lookupYizhou Zhao
6 daysipvs: pass parsed transport offset to state handlersYizhou Zhao
11 daysipvs: reset full ip_vs_seq structs in ip_vs_conn_newYizhou Zhao
11 daysipvs: fix PMTU for GUE/GRE tunnel ICMP errorsYizhou Zhao
2026-06-14ipvs: Replace use of system_unbound_wq with system_dfl_long_wqMarco Crivellari
2026-06-05ipvs: add conn_max sysctl to limit connectionsJulian Anastasov
2026-06-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2026-06-01ipvs: clear the svc scheduler ptr early on editJulian Anastasov
2026-05-24netfilter: add option for GCOV profilingFlorian Westphal
2026-05-16ipvs: avoid possible loop in ip_vs_dst_event on resizingJulian Anastasov
2026-05-05ipvs: Guard access of HK_TYPE_KTHREAD cpumask with RCUWaiman Long
2026-05-05ipvs: fix shift-out-of-bounds in ip_vs_rht_desired_sizeJulian Anastasov
2026-05-05ipvs: fix races around est_mutex and est_cpulistJulian Anastasov
2026-05-05ipvs: do not leak dest after get from dest trashJulian Anastasov
2026-05-05ipvs: fix the spin_lock usage for RT buildJulian Anastasov
2026-05-05ipvs: fix races around the conn_lfactor and svc_lfactor sysctl varsJulian Anastasov
2026-05-05ipvs: fixes for the new ip_vs_status infoJulian Anastasov
2026-04-20ipvs: fix MTU check for GSO packets in tunnel modeYingnan Zhang
2026-04-10ipvs: add conn_lfactor and svc_lfactor sysctl varsJulian Anastasov
2026-04-10ipvs: add ip_vs_status infoJulian Anastasov
2026-04-10ipvs: show the current conn_tab size to usersJulian Anastasov
2026-04-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2026-04-08ipvs: 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