aboutsummaryrefslogtreecommitdiffstats
path: root/net/netfilter/ipvs/ip_vs_conn.c
AgeCommit message (Expand)Author
2022-11-10ipvs: fix WARNING in __ip_vs_cleanup_batch()Zhengchao Shao
2022-11-10ipvs: use explicitly signed charsJason A. Donenfeld
2022-05-09ipvs: correctly print the memory size of ip_vs_conn_tabPengcheng Yang
2021-10-06ipvs: check that ip_vs_conn_tab_bits is between 8 and 20Andrea Claudi
2020-10-12ipvs: inspect reply packets from DR/TUN real serverslongguang.yue
2020-07-22ipvs: queue delayed work to expire no destination connections if expire_nodes...Andrew Sy Kim
2020-07-01ipvs: avoid expiring many connections from timerJulian Anastasov
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner
2018-08-16ipvs: don't show negative times in ip_vs_connMatteo Croce
2018-07-18ipvs: drop conn templates under attackJulian Anastasov
2018-07-18ipvs: provide just conn to ip_vs_state_nameJulian Anastasov
2018-06-12treewide: Use array_size() in vmalloc()Kees Cook
2018-06-04Merge branch 'hch.procfs' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds
2018-05-16proc: introduce proc_create_net{,_data}Christoph Hellwig
2018-05-08ipvs: fix refcount usage for conns in ops modeJulian Anastasov
2018-01-19netfilter: delete /proc THIS_MODULE referencesAlexey Dobriyan
2018-01-08netfilter: ipvs: Remove useless ipvsh param of frag_safe_skb_hpGao Feng
2017-11-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2017-11-08netfilter: ipvs: Convert timers to use timer_setup()Kees Cook
2017-11-06netfilter: ipvs: Use %pS printk format for direct addressesHelge Deller
2017-03-17netfilter: refcounter conversionsReshetova, Elena
2017-02-27lib/vsprintf.c: remove %Z supportAlexey Dobriyan
2016-06-06ipvs: update real-server binding of outgoing connections in SIP-peMarco Angaroni
2016-05-06ipvs: make drop_entry protection effective for SIP-peMarco Angaroni
2016-04-20ipvs: don't alter conntrack in OPS modeMarco Angaroni
2016-04-20ipvs: optimize release of connections in OPS modeMarco Angaroni
2015-10-07ipvs: Remove possibly unused variables from ip_vs_conn_net_{init,cleanup}Simon Horman
2015-09-24ipvs: Pass ipvs not net into ip_vs_conn_net_init and ip_vs_conn_net_cleanupEric W. Biederman
2015-09-24ipvs: Pass ipvs not net into ip_vs_conn_net_flushEric W. Biederman
2015-09-24ipvs: Pass ipvs not net to ip_vs_conn_hashkeyEric W. Biederman
2015-09-24ipvs: Pass ipvs into conn_out_getEric W. Biederman
2015-09-24ipvs: Pass ipvs into .conn_in_get and ip_vs_conn_in_get_protoEric W. Biederman
2015-09-24ipvs: Pass ipvs into ip_vs_conn_fill_param_protoEric W. Biederman
2015-09-24ipvs: Pass ipvs not net to ip_vs_random_drop_entryEric W. Biederman
2015-09-24ipvs: Pass ipvs not net to ip_vs_sync_connEric W. Biederman
2015-09-24ipvs: Pass ipvs not net to ip_vs_proto_data_getEric W. Biederman
2015-09-24ipvs: Pass ipvs not net to ip_vs_find_destEric W. Biederman
2015-09-24ipvs: Pass ipvs not net to ip_vs_fill_connEric W. Biederman
2015-09-24ipvs: Store ipvs not net in struct ip_vs_conn_paramEric W. Biederman
2015-09-24ipvs: Store ipvs not net in struct ip_vs_connEric W. Biederman
2015-09-01ipvs: drop inverse argument to conn_{in,out}_getAlex Gartrell
2014-09-18ipvs: use the new dest addr family fieldJulian Anastasov
2014-09-16ipvs: support ipv4 in ipv6 and ipv6 in ipv4 tunnel forwardingAlex Gartrell
2014-09-16ipvs: Supply destination address family to ip_vs_conn_newAlex Gartrell
2014-09-16ipvs: Supply destination addr family to ip_vs_{lookup_dest,find_dest}Alex Gartrell
2014-07-16ipvs: avoid netns exit crash on ip_vs_conn_drop_conntrackJulian Anastasov
2014-02-04ipvs: fix AF assignment in ip_vs_conn_new()Michal Kubecek
2014-01-14net: replace macros net_random and net_srandom with direct calls to prandomAruna-Hewapathirane
2013-06-26ipvs: drop SCTP connections depending on stateJulian Anastasov
2013-05-23ipvs: use cond_resched_rcu() helper when walking connectionsSimon Horman