summaryrefslogtreecommitdiff
path: root/net/netfilter/ipvs
AgeCommit message (Expand)Author
2023-08-30ipvs: fix racy memcpy in proc_do_sync_thresholdSishuai Gong
2023-08-30ipvs: Improve robustness to the ipvs sysctlJunwei Hu
2022-11-10ipvs: use explicitly signed charsJason A. Donenfeld
2022-05-12ipvs: correctly print the memory size of ip_vs_conn_tabPengcheng Yang
2021-12-08netfilter: ipvs: Fix reuse connection if RS weight is 0yangxingwu
2021-10-27netfilter: ipvs: make global sysctl readonly in non-init netnsAntoine Tenart
2021-10-06ipvs: check that ip_vs_conn_tab_bits is between 8 and 20Andrea Claudi
2021-06-10ipvs: ignore IP_VS_SVC_F_HASHED flag when adding serviceJulian Anastasov
2020-10-29ipvs: Fix uninit-value in do_ip_vs_set_ctl()Peilin Ye
2020-08-21ipvs: allow connection reuse for unconfirmed conntrackJulian Anastasov
2020-07-29ipvs: fix the connection sync failed in some casesguodeqing
2020-01-04net: add bool confirm_neigh parameter for dst_ops.update_pmtuHangbin Liu
2019-11-12ipvs: move old_secure_tcp into struct netns_ipvsEric Dumazet
2019-11-12ipvs: don't ignore errors in case refcounting ip_vs module failsDavide Caratti
2019-07-31ipvs: fix tinfo memory leak in start_sync_threadJulian Anastasov
2019-07-31ipvs: defer hook registration to avoid leaksJulian Anastasov
2019-06-22ipvs: Fix use-after-free in ip_vs_inYueHaibing
2019-05-16ipvs: do not schedule icmp errors from tunnelsJulian Anastasov
2019-05-02ipvs: fix warning on unused variableAndrea Claudi
2019-03-23ipvs: fix dependency on nf_defrag_ipv6Andrea Claudi
2019-03-13ipvs: Fix signed integer overflow when setsockopt timeoutZhangXiaoxu
2018-12-17ipvs: call ip_vs_dst_notifier earlier than ipv6_dev_notfXin Long
2018-09-15ipvs: fix race between ip_vs_conn_new() and ip_vs_del_dest()Tan Hu
2018-07-08ipvs: fix buffer overflow with sync daemon and serviceJulian Anastasov
2018-05-30ipvs: remove IPS_NAT_MASK check to fix passive FTPJulian Anastasov
2018-05-16ipvs: fix rtnl_lock lockups caused by start_sync_threadJulian Anastasov
2017-12-20netfilter: ipvs: Fix inappropriate output of procfsKUWAZAWA Takuya
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-09-26netfilter: ipvs: full-functionality option for ECN encapsulation in tunnelVadim Fedorenko
2017-09-08netfilter: ipvs: do not create conn for ABORT packet in sctp_conn_scheduleXin Long
2017-09-08netfilter: ipvs: fix the issue that sctp_conn_schedule drops non-INIT packetXin Long
2017-07-31netfilter: nf_hook_ops structs can be constFlorian Westphal
2017-07-24netfilter: Remove duplicated rcu_read_lock.Taehee Yoo
2017-07-01sctp: remove the typedef sctp_chunkhdr_tXin Long
2017-07-01sctp: remove the typedef sctp_sctphdr_tXin Long
2017-05-08ipvs: SNAT packet replies only for NATed connectionsJulian Anastasov
2017-05-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller
2017-05-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller
2017-04-28ipvs: explicitly forbid ipv6 service/dest creation if ipv6 mod is disabledPaolo Abeni
2017-04-28ipvs: change comparison on sync_refresh_periodAaron Conole
2017-04-28ipvs: remove unused function ip_vs_set_state_timeoutAaron Conole
2017-04-26ipvs: convert to use pernet nf_hook apiFlorian Westphal
2017-04-19netfilter: ipvs: fix incorrect conflict resolutionFlorian Westphal
2017-04-15netfilter: remove nf_ct_is_untrackedFlorian Westphal
2017-04-15Merge tag 'ipvs2-for-v4.12' of https://git.kernel.org/pub/scm/linux/kernel/gi...Pablo Neira Ayuso
2017-04-13netlink: pass extended ACK struct where availableJohannes Berg
2017-04-13netlink: pass extended ACK struct to parsing functionsJohannes Berg
2017-04-07netfilter: Remove exceptional & on function nameArushi Singhal
2017-04-07netfilter: Use seq_puts()/seq_putc() where possiblesimran singhal
2017-04-06netfilter: nat: nf_nat_mangle_{udp,tcp}_packet returns booleanGao Feng