summaryrefslogtreecommitdiff
path: root/net/netfilter/ipvs
AgeCommit message (Expand)AuthorFilesLines
14 daysipvs: clear IPv4 options after rebasing tunnel ICMP errorsKyle Zeng1-0/+1
14 daysipvs: properly update the overload flag on dest editJulian Anastasov2-25/+69
14 daysipvs: add totalconns for destJulian Anastasov6-33/+16
14 daysipvs: stop estimator after disabled calc phaseZhiling Zou1-3/+7
14 daysipvs: return the csum validation for forward hookJulian Anastasov1-1/+1
14 daysipvs: avoid out-of-bounds write in ip_vs_nat_icmpJulian Anastasov2-34/+35
2026-08-09ipvs: do not propagate one-packet flag to synced connsZhiling Zou1-0/+3
2026-08-09ipvs: do not mangle ICMP replies for non-first fragmentsJulian Anastasov2-46/+43
2026-08-09ipvs: fix places with wrong packet offsetsJulian Anastasov6-87/+88
2026-08-09ipvs: fix the checksum validationsJulian Anastasov4-84/+45
2026-07-24ipvs: reload ip header after head reallocationFlorian Westphal1-4/+2
2026-07-24ipvs: fix more places with wrong ipv6 transport offsetsJulian Anastasov2-8/+5
2026-07-24ipvs: reset full ip_vs_seq structs in ip_vs_conn_newYizhou Zhao1-2/+2
2026-07-24ipvs: use parsed transport offset in SCTP state lookupYizhou Zhao1-10/+5
2026-07-24ipvs: ensure inner headers in ICMP errors are in headroomJulian Anastasov1-6/+15
2026-07-24ipvs: fix PMTU for GUE/GRE tunnel ICMP errorsYizhou Zhao1-3/+3
2026-07-24ipvs: use parsed transport offset in TCP state lookupYizhou Zhao1-7/+1
2026-07-24ipvs: pass parsed transport offset to state handlersYizhou Zhao4-8/+11
2026-06-19ipvs: skip ipv6 extension headers for csum checksJulian Anastasov3-39/+20
2026-06-19ipvs: clear the svc scheduler ptr early on editJulian Anastasov2-12/+15
2026-05-23ipvs: fix MTU check for GSO packets in tunnel modeYingnan Zhang1-4/+15
2026-04-27ipvs: fix NULL deref in ip_vs_add_service error pathWeiming Shi1-1/+0
2026-01-11ipvs: fix ipv4 null-ptr-deref in route error pathSlavin Liu1-0/+3
2025-10-15ipvs: Defer ip_vs_ftp unregister during netns cleanupSlavin Liu1-1/+3
2025-10-15ipvs: Use READ_ONCE/WRITE_ONCE for ipvs->enableZhang Tengfei4-20/+17
2025-05-18ipvs: fix uninit-value for saddr in do_output_route4Julian Anastasov1-19/+8
2025-03-22ipvs: prevent integer overflow in do_ip_vs_get_ctl()Dan Carpenter1-4/+4
2024-12-27ipvs: Fix clamp() of ip_vs_conn_tab on small memory systemsDavid Laight1-2/+2
2024-12-14ipv6: introduce dst_rt6_info() helperEric Dumazet1-7/+7
2024-12-14ipvs: fix UB due to uninitialized stack access in ip_vs_protocol_init()Jinghao Jia1-3/+1
2024-08-03ipvs: properly dereference pe in ip_vs_add_serviceChen Hanxiao1-5/+5
2024-08-03ipvs: Avoid unnecessary calls to skb_is_gso_sctpIsmael Luceno1-2/+2
2024-05-02ipvs: Fix checksumming on GSO of SCTP packetsIsmael Luceno1-2/+4
2024-01-26ipvs: avoid stat macros calls from preemptible contextFedor Pchelkin1-2/+2
2023-10-01net: prevent address rewrite in kernel_bind()Jordan Rife1-2/+2
2023-10-01net: replace calls to sock->ops->connect() with kernel_connect()Jordan Rife1-2/+2
2023-08-30Merge tag 'sysctl-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds3-8/+20
2023-08-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+4
2023-08-16inet: move inet->nodefrag to inet->inet_flagsEric Dumazet1-2/+2
2023-08-16inet: move inet->mc_loop to inet->inet_fragsEric Dumazet1-3/+1
2023-08-16netfilter: Update to register_net_sysctl_szJoel Granados3-8/+20
2023-08-16ipvs: fix racy memcpy in proc_do_sync_thresholdSishuai Gong1-0/+4
2023-06-26Merge tag 'nf-next-23-06-26' of git://git.kernel.org/pub/scm/linux/kernel/git...Jakub Kicinski2-22/+31
2023-06-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+2
2023-06-19ipvs: align inner_mac_header for encapsulationTerin Stock1-0/+2
2023-06-02ipv4: Drop tos parameter from flowi4_update_output()Guillaume Nault1-2/+2
2023-06-01ipvs: dynamically limit the connection hash tableJulian Anastasov1-9/+17
2023-06-01ipvs: increase ip_vs_conn_tab_bits range for 64BITAbhijeet Rastogi2-15/+16
2023-04-22ipvs: Remove {Enter,Leave}FunctionSimon Horman4-92/+9
2023-04-22ipvs: Consistently use array_size() in ip_vs_conn_init()Simon Horman1-6/+6