index
:
linux.git
arm64-uaccess
for-next
master
vsnprintf
Linux kernel source tree
Gitolite user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
netfilter
/
ipvs
/
ip_vs_conn.c
Age
Commit message (
Expand
)
Author
2025-11-28
net: Remove KMSG_COMPONENT macro
Heiko Carstens
2025-09-11
ipvs: Use READ_ONCE/WRITE_ONCE for ipvs->enable
Zhang Tengfei
2025-07-25
ipvs: Rename del_timer in comment in ip_vs_conn_expire_now()
WangYuli
2025-06-08
treewide, timers: Rename from_timer() to timer_container_of()
Ingo Molnar
2025-04-05
treewide: Switch/rename to timer_delete[_sync]()
Thomas Gleixner
2025-01-05
ipvs: speed up reads from ip_vs_conn proc file
Florian Westphal
2024-12-18
ipvs: Fix clamp() of ip_vs_conn_tab on small memory systems
David Laight
2024-01-29
ipvs: Simplify the allocation of ip_vs_conn slab caches
Kunwu Chan
2023-12-27
Kill sched.h dependency on rcupdate.h
Kent Overstreet
2023-06-01
ipvs: dynamically limit the connection hash table
Julian Anastasov
2023-06-01
ipvs: increase ip_vs_conn_tab_bits range for 64BIT
Abhijeet Rastogi
2023-04-22
ipvs: Consistently use array_size() in ip_vs_conn_init()
Simon Horman
2022-11-02
ipvs: fix WARNING in __ip_vs_cleanup_batch()
Zhengchao Shao
2022-11-02
ipvs: use explicitly signed chars
Jason A. Donenfeld
2022-10-11
treewide: use get_random_u32() when possible
Jason A. Donenfeld
2022-04-19
ipvs: correctly print the memory size of ip_vs_conn_tab
Pengcheng Yang
2021-09-14
ipvs: check that ip_vs_conn_tab_bits is between 8 and 20
Andrea Claudi
2020-10-12
ipvs: inspect reply packets from DR/TUN real servers
longguang.yue
2020-07-22
ipvs: queue delayed work to expire no destination connections if expire_nodes...
Andrew Sy Kim
2020-07-01
ipvs: avoid expiring many connections from timer
Julian Anastasov
2019-05-30
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152
Thomas Gleixner
2018-08-16
ipvs: don't show negative times in ip_vs_conn
Matteo Croce
2018-07-18
ipvs: drop conn templates under attack
Julian Anastasov
2018-07-18
ipvs: provide just conn to ip_vs_state_name
Julian Anastasov
2018-06-12
treewide: Use array_size() in vmalloc()
Kees Cook
2018-06-04
Merge branch 'hch.procfs' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...
Linus Torvalds
2018-05-16
proc: introduce proc_create_net{,_data}
Christoph Hellwig
2018-05-08
ipvs: fix refcount usage for conns in ops mode
Julian Anastasov
2018-01-19
netfilter: delete /proc THIS_MODULE references
Alexey Dobriyan
2018-01-08
netfilter: ipvs: Remove useless ipvsh param of frag_safe_skb_hp
Gao Feng
2017-11-15
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
2017-11-08
netfilter: ipvs: Convert timers to use timer_setup()
Kees Cook
2017-11-06
netfilter: ipvs: Use %pS printk format for direct addresses
Helge Deller
2017-03-17
netfilter: refcounter conversions
Reshetova, Elena
2017-02-27
lib/vsprintf.c: remove %Z support
Alexey Dobriyan
2016-06-06
ipvs: update real-server binding of outgoing connections in SIP-pe
Marco Angaroni
2016-05-06
ipvs: make drop_entry protection effective for SIP-pe
Marco Angaroni
2016-04-20
ipvs: don't alter conntrack in OPS mode
Marco Angaroni
2016-04-20
ipvs: optimize release of connections in OPS mode
Marco Angaroni
2015-10-07
ipvs: Remove possibly unused variables from ip_vs_conn_net_{init,cleanup}
Simon Horman
2015-09-24
ipvs: Pass ipvs not net into ip_vs_conn_net_init and ip_vs_conn_net_cleanup
Eric W. Biederman
2015-09-24
ipvs: Pass ipvs not net into ip_vs_conn_net_flush
Eric W. Biederman
2015-09-24
ipvs: Pass ipvs not net to ip_vs_conn_hashkey
Eric W. Biederman
2015-09-24
ipvs: Pass ipvs into conn_out_get
Eric W. Biederman
2015-09-24
ipvs: Pass ipvs into .conn_in_get and ip_vs_conn_in_get_proto
Eric W. Biederman
2015-09-24
ipvs: Pass ipvs into ip_vs_conn_fill_param_proto
Eric W. Biederman
2015-09-24
ipvs: Pass ipvs not net to ip_vs_random_drop_entry
Eric W. Biederman
2015-09-24
ipvs: Pass ipvs not net to ip_vs_sync_conn
Eric W. Biederman
2015-09-24
ipvs: Pass ipvs not net to ip_vs_proto_data_get
Eric W. Biederman
2015-09-24
ipvs: Pass ipvs not net to ip_vs_find_dest
Eric W. Biederman
[next]