aboutsummaryrefslogtreecommitdiff
path: root/net/netfilter/ipvs
AgeCommit message (Expand)AuthorFilesLines
2026-07-10ipvs: fix more places with wrong ipv6 transport offsetsJulian Anastasov2-8/+5
2026-07-10ipvs: reload ip header after head reallocationFlorian Westphal1-4/+2
2026-07-08ipvs: ensure inner headers in ICMP errors are in headroomJulian Anastasov1-6/+15
2026-07-08ipvs: use parsed transport offset in SCTP state lookupYizhou Zhao1-10/+5
2026-07-08ipvs: use parsed transport offset in TCP state lookupYizhou Zhao1-7/+1
2026-07-08ipvs: pass parsed transport offset to state handlersYizhou Zhao4-8/+11
2026-07-03ipvs: reset full ip_vs_seq structs in ip_vs_conn_newYizhou Zhao1-2/+2
2026-07-03ipvs: fix PMTU for GUE/GRE tunnel ICMP errorsYizhou Zhao1-3/+3
2026-06-14ipvs: Replace use of system_unbound_wq with system_dfl_long_wqMarco Crivellari2-7/+7
2026-06-05ipvs: add conn_max sysctl to limit connectionsJulian Anastasov2-1/+62
2026-06-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-12/+15
2026-06-01ipvs: clear the svc scheduler ptr early on editJulian Anastasov2-12/+15
2026-05-24netfilter: add option for GCOV profilingFlorian Westphal2-0/+12
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