aboutsummaryrefslogtreecommitdiffstats
path: root/net/netfilter/ipvs/ip_vs_conn.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-11-02ipvs: fix WARNING in __ip_vs_cleanup_batch()Zhengchao Shao1-5/+21
2022-11-02ipvs: use explicitly signed charsJason A. Donenfeld1-2/+2
2022-10-11treewide: use get_random_u32() when possibleJason A. Donenfeld1-1/+1
2022-04-19ipvs: correctly print the memory size of ip_vs_conn_tabPengcheng Yang1-1/+1
2021-09-14ipvs: check that ip_vs_conn_tab_bits is between 8 and 20Andrea Claudi1-0/+4
2020-10-12ipvs: inspect reply packets from DR/TUN real serverslongguang.yue1-3/+15
2020-07-22ipvs: queue delayed work to expire no destination connections if expire_nodest_conn=1Andrew Sy Kim1-0/+39
2020-07-01ipvs: avoid expiring many connections from timerJulian Anastasov1-15/+38
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner1-6/+1
2018-08-16ipvs: don't show negative times in ip_vs_connMatteo Croce1-8/+14
2018-07-18ipvs: drop conn templates under attackJulian Anastasov1-20/+39
2018-07-18ipvs: provide just conn to ip_vs_state_nameJulian Anastasov1-4/+4
2018-06-12treewide: Use array_size() in vmalloc()Kees Cook1-1/+2
2018-06-04Merge branch 'hch.procfs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-30/+5
2018-05-16proc: introduce proc_create_net{,_data}Christoph Hellwig1-30/+5
2018-05-08ipvs: fix refcount usage for conns in ops modeJulian Anastasov1-11/+6
2018-01-19netfilter: delete /proc THIS_MODULE referencesAlexey Dobriyan1-2/+0
2018-01-08netfilter: ipvs: Remove useless ipvsh param of frag_safe_skb_hpGao Feng1-1/+1
2017-11-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-1/+1
2017-11-08netfilter: ipvs: Convert timers to use timer_setup()Kees Cook1-5/+5
2017-11-06netfilter: ipvs: Use %pS printk format for direct addressesHelge Deller1-1/+1
2017-03-17netfilter: refcounter conversionsReshetova, Elena1-12/+12
2017-02-27lib/vsprintf.c: remove %Z supportAlexey Dobriyan1-1/+1
2016-06-06ipvs: update real-server binding of outgoing connections in SIP-peMarco Angaroni1-2/+3
2016-05-06ipvs: make drop_entry protection effective for SIP-peMarco Angaroni1-3/+19
2016-04-20ipvs: don't alter conntrack in OPS modeMarco Angaroni1-1/+2
2016-04-20ipvs: optimize release of connections in OPS modeMarco Angaroni1-3/+23
2015-10-07ipvs: Remove possibly unused variables from ip_vs_conn_net_{init,cleanup}Simon Horman1-8/+5
2015-09-24ipvs: Pass ipvs not net into ip_vs_conn_net_init and ip_vs_conn_net_cleanupEric W. Biederman1-4/+4
2015-09-24ipvs: Pass ipvs not net into ip_vs_conn_net_flushEric W. Biederman1-3/+4
2015-09-24ipvs: Pass ipvs not net to ip_vs_conn_hashkeyEric W. Biederman1-4/+4
2015-09-24ipvs: Pass ipvs into conn_out_getEric W. Biederman1-2/+2
2015-09-24ipvs: Pass ipvs into .conn_in_get and ip_vs_conn_in_get_protoEric W. Biederman1-2/+2
2015-09-24ipvs: Pass ipvs into ip_vs_conn_fill_param_protoEric W. Biederman1-4/+6
2015-09-24ipvs: Pass ipvs not net to ip_vs_random_drop_entryEric W. Biederman1-2/+2
2015-09-24ipvs: Pass ipvs not net to ip_vs_sync_connEric W. Biederman1-2/+1
2015-09-24ipvs: Pass ipvs not net to ip_vs_proto_data_getEric W. Biederman1-2/+2
2015-09-24ipvs: Pass ipvs not net to ip_vs_find_destEric W. Biederman1-1/+1
2015-09-24ipvs: Pass ipvs not net to ip_vs_fill_connEric W. Biederman1-4/+4
2015-09-24ipvs: Store ipvs not net in struct ip_vs_conn_paramEric W. Biederman1-7/+7
2015-09-24ipvs: Store ipvs not net in struct ip_vs_connEric W. Biederman1-15/+15
2015-09-01ipvs: drop inverse argument to conn_{in,out}_getAlex Gartrell1-6/+6
2014-09-18ipvs: use the new dest addr family fieldJulian Anastasov1-11/+38
2014-09-16ipvs: support ipv4 in ipv6 and ipv6 in ipv4 tunnel forwardingAlex Gartrell1-2/+10
2014-09-16ipvs: Supply destination address family to ip_vs_conn_newAlex Gartrell1-2/+3
2014-09-16ipvs: Supply destination addr family to ip_vs_{lookup_dest,find_dest}Alex Gartrell1-1/+7
2014-07-16ipvs: avoid netns exit crash on ip_vs_conn_drop_conntrackJulian Anastasov1-1/+0
2014-02-04ipvs: fix AF assignment in ip_vs_conn_new()Michal Kubecek1-4/+4
2014-01-14net: replace macros net_random and net_srandom with direct calls to prandomAruna-Hewapathirane1-1/+1
2013-06-26ipvs: drop SCTP connections depending on stateJulian Anastasov1-0/+12