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
/
xt_connlimit.c
Age
Commit message (
Expand
)
Author
Files
Lines
2019-09-13
netfilter: update include directives.
Jeremy Sowden
1
-0
/
+2
2018-07-30
netfilter: use PTR_ERR_OR_ZERO()
YueHaibing
1
-3
/
+1
2018-03-20
netfilter: Refactor nf_conncount
Yi-Hung Wei
1
-2
/
+2
2018-01-08
netfilter: connlimit: split xt_connlimit into front and backend
Florian Westphal
1
-345
/
+24
2017-11-06
netfilter: xt_connlimit: remove mask argument
Florian Westphal
1
-32
/
+20
2017-10-24
netfilter: xt_connlimit: don't store address in the conn nodes
Florian Westphal
1
-3
/
+0
2017-08-19
netfilter: connlimit: merge root4 and root6.
Taehee Yoo
1
-15
/
+8
2017-07-24
netfilter: Remove duplicated rcu_read_lock.
Taehee Yoo
1
-3
/
+0
2017-01-09
xtables: extend matches and targets with .usersize
Willem de Bruijn
1
-0
/
+1
2017-01-05
netfilter: xt_connlimit: use rb_entry()
Geliang Tang
1
-2
/
+2
2016-12-04
netfilter: add and use nf_ct_netns_get/put
Florian Westphal
1
-3
/
+3
2016-11-03
netfilter: x_tables: move hook state into xt_action_param structure
Pablo Neira Ayuso
1
-4
/
+4
2016-09-23
netfilter: Enhance the codes used to get random once
Gao Feng
1
-7
/
+1
2015-09-18
netfilter: nf_conntrack: Add a struct net parameter to l4_pkt_to_tuple
Eric W. Biederman
1
-1
/
+1
2015-09-18
netfilter: x_tables: Use par->net instead of computing from the passed net de...
Eric W. Biederman
1
-1
/
+1
2015-08-11
netfilter: nf_conntrack: push zone object into functions
Daniel Borkmann
1
-4
/
+5
2014-11-17
netfilter: xt_connlimit: honor conntrack zone if available
Florian Westphal
1
-11
/
+14
2014-04-03
netfilter: connlimit: move lock array out of struct connlimit_data
Florian Westphal
1
-9
/
+16
2014-04-03
netfilter: connlimit: fix UP build
Florian Westphal
1
-1
/
+1
2014-03-17
netfilter: connlimit: use rbtree for per-host conntrack obj storage
Florian Westphal
1
-47
/
+177
2014-03-17
netfilter: connlimit: make same_source_net signed
Florian Westphal
1
-4
/
+5
2014-03-17
netfilter: connlimit: use keyed locks
Florian Westphal
1
-8
/
+18
2014-03-12
netfilter: connlimit: use kmem_cache for conn objects
Florian Westphal
1
-5
/
+19
2014-03-12
netfilter: connlimit: move insertion of new element out of count function
Florian Westphal
1
-15
/
+23
2014-03-12
netfilter: connlimit: improve packet-to-closed-connection logic
Florian Westphal
1
-15
/
+8
2014-03-12
netfilter: connlimit: factor hlist search into new function
Florian Westphal
1
-16
/
+33
2013-02-27
hlist: drop the node parameter from iterators
Sasha Levin
1
-4
/
+4
2012-06-07
netfilter: xt_connlimit: remove revision 0
Cong Wang
1
-24
/
+11
2011-03-15
netfilter: xt_connlimit: remove connlimit_rnd_inited
Changli Gao
1
-4
/
+7
2011-03-15
netfilter: xt_connlimit: use hlist instead
Changli Gao
1
-14
/
+14
2011-03-15
netfilter: xt_connlimit: use kmalloc() instead of kzalloc()
Changli Gao
1
-1
/
+1
2011-03-15
netfilter: xt_connlimit: fix daddr connlimit in SNAT scenario
Changli Gao
1
-11
/
+9
2011-02-14
Revert "netfilter: xt_connlimit: connlimit-above early loop termination"
Stefan Berger
1
-10
/
+3
2011-02-11
netfilter: xt_connlimit: connlimit-above early loop termination
Stefan Berger
1
-3
/
+10
2011-01-26
netfilter: xt_connlimit: pick right dstaddr in NAT scenario
Jan Engelhardt
1
-4
/
+8
2011-01-19
netfilter: xtables: connlimit revision 1
Jan Engelhardt
1
-14
/
+30
2011-01-18
netfilter: xt_connlimit: use hotdrop jump mark
Richard Weinberger
1
-4
/
+2
2010-05-11
netfilter: xtables: change hotdrop pointer to direct modification
Jan Engelhardt
1
-2
/
+2
2010-05-11
netfilter: xtables: deconstify struct xt_action_param for matches
Jan Engelhardt
1
-1
/
+1
2010-05-11
netfilter: xtables: substitute temporary defines by final name
Jan Engelhardt
1
-1
/
+1
2010-04-20
Merge branch 'master' of /repos/git/net-next-2.6
Patrick McHardy
1
-0
/
+1
2010-03-30
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
1
-0
/
+1
2010-03-25
netfilter: xtables: slightly better error reporting
Jan Engelhardt
1
-3
/
+5
2010-03-25
netfilter: xtables: change matches to return error code
Jan Engelhardt
1
-3
/
+3
2010-03-25
netfilter: xtables: change xt_match.checkentry return type
Jan Engelhardt
1
-1
/
+1
2010-03-18
netfilter: xt extensions: use pr_<level>
Jan Engelhardt
1
-2
/
+3
2010-03-17
netfilter: update my email address
Jan Engelhardt
1
-1
/
+0
2010-02-15
netfilter: nf_conntrack: add support for "conntrack zones"
Patrick McHardy
1
-1
/
+3
2010-01-18
netfilter: xt_connlimit: netns support
Alexey Dobriyan
1
-3
/
+5
2010-01-04
netfilter: xtables: obtain random bytes earlier, in checkentry
Jan Engelhardt
1
-11
/
+6
[next]