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