index
:
drm-intel
core-for-ci
drm-intel-fixes
drm-intel-gt-next
drm-intel-gt-next-backup
drm-intel-next
drm-intel-next-fixes
drm-intel-next-queued
drm-intel-testing
for-linux-next
for-linux-next-fixes
for-linux-next-gt
i915-orig
main
maintainer-tools
topic/core-for-CI
topic/drm-intel-gem-next
topic/thunderbolt-next
Linux driver for Intel graphics
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
netfilter
/
nf_conncount.c
Age
Commit message (
Expand
)
Author
Files
Lines
2022-05-16
netfilter: nf_conncount: reduce unnecessary GC
William Tu
1
-0
/
+11
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