summaryrefslogtreecommitdiff
path: root/net/netfilter/ipvs
AgeCommit message (Expand)Author
2026-01-11ipvs: fix ipv4 null-ptr-deref in route error pathSlavin Liu
2025-10-15ipvs: Defer ip_vs_ftp unregister during netns cleanupSlavin Liu
2025-05-18ipvs: fix uninit-value for saddr in do_output_route4Julian Anastasov
2025-05-18ipv4: Drop tos parameter from flowi4_update_output()Guillaume Nault
2025-03-28ipvs: prevent integer overflow in do_ip_vs_get_ctl()Dan Carpenter
2024-12-14ipvs: fix UB due to uninitialized stack access in ip_vs_protocol_init()Jinghao Jia
2024-11-22ipvs: properly dereference pe in ip_vs_add_serviceChen Hanxiao
2024-08-03ipvs: Avoid unnecessary calls to skb_is_gso_sctpIsmael Luceno
2024-05-02ipvs: Fix checksumming on GSO of SCTP packetsIsmael Luceno
2024-01-25ipvs: avoid stat macros calls from preemptible contextFedor Pchelkin
2024-01-10netfilter: use skb_ip_totlen and iph_totlenXin Long
2023-10-19net: prevent address rewrite in kernel_bind()Jordan Rife
2023-10-10net: replace calls to sock->ops->connect() with kernel_connect()Jordan Rife
2023-08-23ipvs: fix racy memcpy in proc_do_sync_thresholdSishuai Gong
2023-07-19ipvs: increase ip_vs_conn_tab_bits range for 64BITAbhijeet Rastogi
2023-06-28ipvs: align inner_mac_header for encapsulationTerin Stock
2023-05-24ipvs: Update width of source for ip_vs_sync_conn_optionsSimon Horman
2023-02-09use less confusing names for iov_iter direction initializersAl Viro
2022-12-31ipvs: use u64_stats_t for the per-cpu countersJulian Anastasov
2022-11-02ipvs: fix WARNING in ip_vs_app_net_cleanup()Zhengchao Shao
2022-11-02ipvs: fix WARNING in __ip_vs_cleanup_batch()Zhengchao Shao
2022-11-02ipvs: use explicitly signed charsJason A. Donenfeld
2022-10-11treewide: use get_random_u32() when possibleJason A. Donenfeld
2022-10-11treewide: use prandom_u32_max() when possible, part 1Jason A. Donenfeld
2022-09-07netfilter: move from strlcpy with unused retval to strscpyWolfram Sang
2022-08-29genetlink: start to validate reserved header bytesJakub Kicinski
2022-08-24net: Fix data-races around sysctl_[rw]mem_(max|default).Kuniyuki Iwashima
2022-07-21netfilter: ipvs: Use the bitmap API to allocate bitmapsChristophe JAILLET
2022-05-03net: sysctl: introduce sysctl SYSCTL_THREETonghao Zhang
2022-04-19ipvs: correctly print the memory size of ip_vs_conn_tabPengcheng Yang
2022-03-03net: Add skb_clear_tstamp() to keep the mono delivery_timeMartin KaFai Lau
2021-11-30ipvs: remove unused variable for ip_vs_new_destGuoYong Zheng
2021-11-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller
2021-11-11Merge tag 'net-5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2021-11-08netfilter: ipvs: Fix reuse connection if RS weight is 0yangxingwu
2021-11-06Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2021-11-06include/linux/mm.h: move nr_free_buffer_pages from swap.h to mm.hMianhan Liu
2021-11-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfJakub Kicinski
2021-10-22ipvs: autoload ipvs on genl accessThomas Weißschuh
2021-10-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2021-10-14netfilter: ipvs: make global sysctl readonly in non-init netnsAntoine Tenart
2021-10-14netfilter: ipvs: merge ipv4 + ipv6 icmp reply handlersFlorian Westphal
2021-10-14netfilter: ipvs: remove unneeded input wrappersFlorian Westphal
2021-10-14netfilter: ipvs: remove unneeded output wrappersFlorian Westphal
2021-10-14netfilter: ipvs: prepare for hook function reductionFlorian Westphal
2021-10-07ipvs: add sysctl_run_estimation to support disable estimationDust Li
2021-09-14ipvs: check that ip_vs_conn_tab_bits is between 8 and 20Andrea Claudi
2021-06-07Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2021-05-29netfilter: Remove leading spaces in KconfigJuerg Haefliger
2021-05-27ipvs: ignore IP_VS_SVC_F_HASHED flag when adding serviceJulian Anastasov