summaryrefslogtreecommitdiff
path: root/net/netfilter/ipvs
AgeCommit message (Expand)AuthorFilesLines
10 daysipvs: separate destination availability stateYizhou Zhao6-14/+14
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: do not propagate one-packet flag to synced connsZhiling Zou1-0/+3
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-19use less confusing names for iov_iter direction initializersAl Viro1-1/+1
2026-06-19ipvs: clear the svc scheduler ptr early on editJulian Anastasov2-12/+15
2026-06-01ipvs: fix MTU check for GSO packets in tunnel modeYingnan Zhang1-4/+15
2026-01-19ipvs: fix ipv4 null-ptr-deref in route error pathSlavin Liu1-0/+3
2025-10-19ipvs: Defer ip_vs_ftp unregister during netns cleanupSlavin Liu1-1/+3
2025-05-02ipvs: properly dereference pe in ip_vs_add_serviceChen Hanxiao1-5/+5
2025-04-10ipvs: prevent integer overflow in do_ip_vs_get_ctl()Dan Carpenter1-4/+4
2024-12-14ipvs: fix UB due to uninitialized stack access in ip_vs_protocol_init()Jinghao Jia1-3/+1
2024-08-19ipvs: 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-20net: prevent address rewrite in kernel_bind()Jordan Rife1-2/+2
2023-10-10net: replace calls to sock->ops->connect() with kernel_connect()Jordan Rife1-2/+2
2023-08-26ipvs: fix racy memcpy in proc_do_sync_thresholdSishuai Gong1-0/+4
2023-07-23ipvs: increase ip_vs_conn_tab_bits range for 64BITAbhijeet Rastogi2-15/+16
2023-06-28ipvs: align inner_mac_header for encapsulationTerin Stock1-0/+2
2023-05-24ipvs: Update width of source for ip_vs_sync_conn_optionsSimon Horman1-1/+1
2022-11-10ipvs: fix WARNING in ip_vs_app_net_cleanup()Zhengchao Shao1-2/+8
2022-11-10ipvs: fix WARNING in __ip_vs_cleanup_batch()Zhengchao Shao1-5/+21
2022-11-10ipvs: use explicitly signed charsJason A. Donenfeld1-2/+2
2022-08-31net: Fix data-races around sysctl_[rw]mem_(max|default).Kuniyuki Iwashima1-2/+2
2022-05-09ipvs: correctly print the memory size of ip_vs_conn_tabPengcheng Yang1-1/+1
2021-12-01netfilter: ipvs: Fix reuse connection if RS weight is 0yangxingwu1-4/+4
2021-10-15netfilter: ipvs: make global sysctl readonly in non-init netnsAntoine Tenart1-0/+5
2021-09-14ipvs: check that ip_vs_conn_tab_bits is between 8 and 20Andrea Claudi1-0/+4
2021-06-07Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-1/+1
2021-05-29netfilter: Remove leading spaces in KconfigJuerg Haefliger1-1/+1
2021-05-27ipvs: ignore IP_VS_SVC_F_HASHED flag when adding serviceJulian Anastasov1-1/+1
2021-04-03netfilter: ipvs: do not printk on netns creationFlorian Westphal1-2/+0
2021-03-29netfilter: ipvs: A spello fixBhaskar Chowdhury1-1/+1
2021-02-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextJakub Kicinski3-0/+151
2021-02-05netfilter: move handlers to net/ip_vs.hLeon Romanovsky1-12/+0
2021-01-28net: remove redundant 'depends on NET'Masahiro Yamada1-1/+1
2021-01-26ipvs: add weighted random twos choice algorithmDarby Payne3-0/+151
2020-12-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextJakub Kicinski2-3/+3
2020-11-27ipvs: fix possible memory leak in ip_vs_control_net_initWang Hai1-6/+25
2020-11-22ipvs: replace atomic_add_return()Yejune Deng2-3/+3