index
:
linux.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
netfilter
/
xt_limit.c
Age
Commit message (
Expand
)
Author
2017-03-13
netfilter: limit: use per-rule spinlock to improve the scalability
Liping Zhang
2017-01-09
xtables: extend matches and targets with .usersize
Willem de Bruijn
2013-04-18
netfilter: add my copyright statements
Patrick McHardy
2012-09-26
netfilter: xt_limit: have r->cost != 0 case work
Jan Engelhardt
2012-05-09
netfilter: limit, hashlimit: avoid duplicated inline
Florian Westphal
2010-05-11
netfilter: xtables: deconstify struct xt_action_param for matches
Jan Engelhardt
2010-05-11
netfilter: xtables: substitute temporary defines by final name
Jan Engelhardt
2010-04-20
Merge branch 'master' of /repos/git/net-next-2.6
Patrick McHardy
2010-03-30
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
2010-03-25
netfilter: xtables: slightly better error reporting
Jan Engelhardt
2010-03-25
netfilter: xtables: change matches to return error code
Jan Engelhardt
2010-03-25
netfilter: xtables: change xt_match.checkentry return type
Jan Engelhardt
2010-03-18
netfilter: xt extensions: use pr_<level>
Jan Engelhardt
2010-02-15
netfilter: xtables: constify args in compat copying functions
Jan Engelhardt
2009-11-23
netfilter: xt_limit: fix invalid return code in limit_mt_check()
Patrick McHardy
2009-03-16
netfilter: xtables: avoid pointer to self
Jan Engelhardt
2008-10-08
netfilter: xtables: move extension arguments into compound structure (2/6)
Jan Engelhardt
2008-10-08
netfilter: xtables: move extension arguments into compound structure (1/6)
Jan Engelhardt
2008-10-08
netfilter: implement NFPROTO_UNSPEC as a wildcard for extensions
Jan Engelhardt
2008-10-08
netfilter: x_tables: use NFPROTO_* in extensions
Jan Engelhardt
2008-01-28
[NETFILTER]: Update modules' descriptions
Jan Engelhardt
2008-01-28
[NETFILTER]: x_tables: enable compat translation for IPv6 matches/targets
Patrick McHardy
2008-01-28
[NETFILTER]: x_tables: consistent and unique symbol names
Jan Engelhardt
2007-10-19
more UTF-8 conversions
Marcin Garski
2007-07-10
[NETFILTER]: x_tables: mark matches and targets __read_mostly
Patrick McHardy
2007-07-10
[NETFILTER]: add some consts, remove some casts
Jan Engelhardt
2007-07-10
[NETFILTER]: x_tables: switch xt_match->checkentry to bool
Jan Engelhardt
2007-07-10
[NETFILTER]: x_tables: switch xt_match->match to bool
Jan Engelhardt
2007-07-10
[NETFILTER]: x_tables: switch hotdrop to bool
Jan Engelhardt
2007-04-25
[NETFILTER]: Remove changelogs and CVS IDs
Patrick McHardy
2007-02-12
[NETFILTER]: Fix whitespace errors
YOSHIFUJI Hideaki
2006-09-22
[NETFILTER]: xt_limit: add compat conversion functions
Patrick McHardy
2006-09-22
[NETFILTER]: xt_limit: don't reset state on unrelated rule updates
Patrick McHardy
2006-09-22
[NETFILTER]: x_tables: remove unused size argument to check/destroy functions
Patrick McHardy
2006-09-22
[NETFILTER]: x_tables: make use of mass registation helpers
Patrick McHardy
2006-03-28
[NETFILTER]: Rename init functions.
Andrew Morton
2006-03-22
[NETFILTER]: x_tables: set the protocol family in x_tables targets/matches
Pablo Neira Ayuso
2006-03-20
[NETFILTER]: x_tables: add xt_{match,target} arguments to match/target functions
Patrick McHardy
2006-03-20
[NETFILTER]: Convert x_tables matches/targets to centralized error checking
Patrick McHardy
2006-01-12
[NETFILTER] x_tables: Abstraction layer for {ip,ip6,arp}_tables
Harald Welte