index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
netfilter
/
nf_conncount.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
netfilter: nf_conncount: reduce unnecessary GC
William Tu
2022-05-16
1
-0
/
+11
*
treewide: Add SPDX license identifier for more missed files
Thomas Gleixner
2019-05-21
1
-0
/
+1
*
netfilter: nf_conncount: fix argument order to find_next_bit
Florian Westphal
2018-12-29
1
-1
/
+1
*
netfilter: nf_conncount: speculative garbage collection on empty lists
Pablo Neira Ayuso
2018-12-29
1
-32
/
+15
*
netfilter: nf_conncount: move all list iterations under spinlock
Pablo Neira Ayuso
2018-12-29
1
-26
/
+20
*
netfilter: nf_conncount: merge lookup and add functions
Florian Westphal
2018-12-29
1
-80
/
+66
*
netfilter: nf_conncount: restart search when nodes have been erased
Florian Westphal
2018-12-29
1
-11
/
+7
*
netfilter: nf_conncount: split gc in two phases
Florian Westphal
2018-12-29
1
-3
/
+19
*
netfilter: nf_conncount: don't skip eviction when age is negative
Florian Westphal
2018-12-29
1
-1
/
+1
*
netfilter: nf_conncount: replace CONNCOUNT_LOCK_SLOTS with CONNCOUNT_SLOTS
Shawn Bohrer
2018-12-29
1
-14
/
+5
*
netfilter: nf_conncount: use rb_link_node_rcu() instead of rb_link_node()
Taehee Yoo
2018-12-13
1
-1
/
+1
*
netfilter: nf_conncount: remove wrong condition check routine
Taehee Yoo
2018-11-27
1
-5
/
+2
*
netfilter: nf_conncount: fix unexpected permanent node of list.
Taehee Yoo
2018-11-12
1
-3
/
+15
*
netfilter: nf_conncount: fix list_del corruption in conn_free
Taehee Yoo
2018-11-12
1
-2
/
+5
*
netfilter: nf_conncount: use spin_lock_bh instead of spin_lock
Taehee Yoo
2018-11-12
1
-6
/
+6
*
netfilter: nf_conncount: Add list lock and gc worker, and RCU for init tree s...
Yi-Hung Wei
2018-07-18
1
-72
/
+181
*
netfilter: nf_conncount: Split insert and traversal
Yi-Hung Wei
2018-07-18
1
-20
/
+67
*
netfilter: nf_conncount: Move locking into count_tree()
Yi-Hung Wei
2018-07-18
1
-27
/
+25
*
netfilter: nf_conncount: Early exit in nf_conncount_lookup() and cleanup
Yi-Hung Wei
2018-07-18
1
-17
/
+21
*
netfilter: nf_conncount: Switch to plain list
Yi-Hung Wei
2018-07-18
1
-32
/
+51
*
netfilter: nf_conncount: Early exit for garbage collection
Yi-Hung Wei
2018-07-18
1
-2
/
+37
*
netfilter: nf_conncount: fix garbage collection confirm race
Florian Westphal
2018-06-26
1
-5
/
+47
*
netfilter: nf_conncount: Fix garbage collection with zones
Yi-Hung Wei
2018-06-12
1
-4
/
+9
*
netfilter: nf_conncount: expose connection list interface
Pablo Neira Ayuso
2018-06-03
1
-13
/
+23
*
netfilter: conncount: Support count only use case
Yi-Hung Wei
2018-03-20
1
-2
/
+8
*
netfilter: Refactor nf_conncount
Yi-Hung Wei
2018-03-20
1
-3
/
+1
*
netfilter: return booleans instead of integers
Gustavo A. R. Silva
2018-01-19
1
-1
/
+1
*
netfilter: connlimit: split xt_connlimit into front and backend
Florian Westphal
2018-01-08
1
-0
/
+373