Sign in
android-kvm
/
linux
/
e4f7bdc2ec0d0dcc27f7d70db27a620dfdc1f697
/
net
/
netfilter
/
xt_hashlimit.c
e71456ae
netfilter: Remove checks of seq_printf() return values
by Steven Rostedt (Red Hat)
· 10 years ago
b167a37
netfilter: Convert pr_warning to pr_warn
by Joe Perches
· 10 years ago
8fc54f6
net: use reciprocal_scale() helper
by Daniel Borkmann
· 10 years ago
7bd8490
netfilter: xt_hashlimit: perform garbage collection from process context
by Eric Dumazet
· 10 years ago
b4ef4ce
netfilter: xt_hashlimit: fix proc entry leak in netns destroy path
by Sergey Popovich
· 11 years ago
20b4fb4
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 12 years ago
14b872f
xt_hashlimit: allocate a copy of name explicitly, don't rely on procfs guts
by Al Viro
· 12 years ago
f229f6c
netfilter: add my copyright statements
by Patrick McHardy
· 12 years ago
d9dda78
procfs: new helper - PDE_DATA(inode)
by Al Viro
· 12 years ago
b67bfe0
hlist: drop the node parameter from iterators
by Sasha Levin
· 12 years ago
ece31ff
net: proc: change proc_net_remove to remove_proc_entry
by Gao feng
· 12 years ago
32263dd
netfilter: xt_hashlimit: fix namespace destroy path
by Vitaly E. Lavrov
· 12 years ago
0918184
netfilter: xt_hashlimit: fix race that results in duplicated entries
by Pablo Neira Ayuso
· 12 years ago
1f27e25
netfilter: xt_hashlimit: use _ALL macro to reject unknown flag bits
by Florian Westphal
· 13 years ago
e87cc47
net: Convert net_ratelimit uses to net_<level>_ratelimited
by Joe Perches
· 13 years ago
0197dee
netfilter: hashlimit: byte-based limit mode
by Florian Westphal
· 13 years ago
817e076
netfilter: hashlimit: move rateinfo initialization to helper
by Florian Westphal
· 13 years ago
7a909ac
netfilter: limit, hashlimit: avoid duplicated inline
by Florian Westphal
· 13 years ago
412662d
netfilter: xt_hashlimit: fix unused variable warning if IPv6 disabled
by Stephen Rothwell
· 13 years ago
c0cd115
net:netfilter: use IS_ENABLED
by Igor Maravić
· 13 years ago
75f2811
ipv6: Add fragment reporting to ipv6_skip_exthdr().
by Jesse Gross
· 13 years ago
0a9ee81
netfilter: Remove unnecessary OOM logging messages
by Joe Perches
· 13 years ago
aca071c
netfilter: xt_hashlimit: use proto_ports_offset() to support AH message
by Changli Gao
· 14 years ago
b4ba261
netfilter: xtables: change hotdrop pointer to direct modification
by Jan Engelhardt
· 15 years ago
62fc805
netfilter: xtables: deconstify struct xt_action_param for matches
by Jan Engelhardt
· 15 years ago
4b560b4
netfilter: xtables: substitute temporary defines by final name
by Jan Engelhardt
· 15 years ago
6291055
Merge branch 'master' of /repos/git/net-next-2.6
by Patrick McHardy
· 15 years ago
02e4eb7
netfilter: xt_hashlimit: RCU conversion
by Eric Dumazet
· 15 years ago
8f59922
netfilter: xt_hashlimit: IPV6 bugfix
by Eric Dumazet
· 15 years ago
779dd63
netfilter: xtables: remove xt_hashlimit revision 0
by Jan Engelhardt
· 15 years ago
4a5a5c7
netfilter: xtables: slightly better error reporting
by Jan Engelhardt
· 15 years ago
bd414ee
netfilter: xtables: change matches to return error code
by Jan Engelhardt
· 15 years ago
b0f3845
netfilter: xtables: change xt_match.checkentry return type
by Jan Engelhardt
· 15 years ago
55e0d7c
netfilter: xt_hashlimit: dl_seq_stop() fix
by Eric Dumazet
· 15 years ago
8bee4ba
netfilter: xt extensions: use pr_<level>
by Jan Engelhardt
· 15 years ago
85bc3f3
netfilter: xtables: do not print any messages on ENOMEM
by Jan Engelhardt
· 15 years ago
aa5fa31
netfilter: xtables: make use of caller family rather than match family
by Jan Engelhardt
· 15 years ago
408ffaa
netfilter: update my email address
by Jan Engelhardt
· 15 years ago
318ae2e
Merge branch 'for-next' into for-linus
by Jiri Kosina
· 15 years ago
8a5ce54
xt_hashlimit: fix locking
by Eric Dumazet
· 15 years ago
739674f
netfilter: xtables: constify args in compat copying functions
by Jan Engelhardt
· 16 years ago
3ad2f3fb
tree-wide: Assorted spelling fixes
by Daniel Mack
· 15 years ago
2eff25c
netfilter: xt_hashlimit: fix race condition and simplify locking
by Patrick McHardy
· 15 years ago
e89fc3f
netfilter: xt_hashlimit: netns support
by Alexey Dobriyan
· 15 years ago
a1004d8
netfilter: xt_hashlimit: simplify seqfile code
by Alexey Dobriyan
· 15 years ago
89bc7a0
netfilter: xt_recent: save 8 bytes per htable
by Jan Engelhardt
· 15 years ago
4481374
mm: replace various uses of num_physpages by totalram_pages
by Jan Beulich
· 15 years ago
683a04c
netfilter: xt_hashlimit does a wrong SEQ_SKIP
by Jesper Dangaard Brouer
· 16 years ago
28337ff
netfilter: xt_hashlimit fix
by Eric Dumazet
· 16 years ago
af07d24
netfilter: fix hardcoded size assumptions
by Hagen Paul Pfeifer
· 16 years ago
14d5e83
net: replace NIPQUAD() in net/netfilter/
by Harvey Harrison
· 16 years ago
5b095d989
net: replace %p6 with %pI6
by Harvey Harrison
· 16 years ago
38ff4fa
netfilter: replace uses of NIP6_FMT with %p6
by Harvey Harrison
· 16 years ago
6be3d85
netfilter: xtables: move extension arguments into compound structure (3/6)
by Jan Engelhardt
· 16 years ago
9b4fce7
netfilter: xtables: move extension arguments into compound structure (2/6)
by Jan Engelhardt
· 16 years ago
f7108a20
netfilter: xtables: move extension arguments into compound structure (1/6)
by Jan Engelhardt
· 16 years ago
ee999d8
netfilter: x_tables: use NFPROTO_* in extensions
by Jan Engelhardt
· 16 years ago
76108ce
netfilter: Use unsigned types for hooknum and pf vars
by Jan Engelhardt
· 16 years ago
967ab99
netfilter: xt_hashlimit: fix race between htable_destroy and htable_gc
by Pavel Emelyanov
· 16 years ago
6e79d85
netfilter: assign PDE->data before gluing PDE into /proc tree
by Denis V. Lunev
· 17 years ago
1b9b70e
[NETFILTER]: xt_hashlimit: fix mask calculation
by Patrick McHardy
· 17 years ago
8eeee8b
[NETFILTER]: Replate direct proc_fops assignment with proc_create call.
by Denis V. Lunev
· 17 years ago
7d9904c
[NETFILTER]: xt_hashlimit: remove unneeded struct member
by Jan Engelhardt
· 17 years ago
3ed5df4
[NETFILTER]: Ipv6-related xt_hashlimit compilation fix.
by Pavel Emelyanov
· 17 years ago
09e410d
[NETFILTER]: xt_hashlimit match, revision 1
by Jan Engelhardt
· 17 years ago
f4f6fb7
[NETFILTER]: more sparse fixes
by Stephen Hemminger
· 17 years ago
2ae15b6
[NETFILTER]: Update modules' descriptions
by Jan Engelhardt
· 17 years ago
7b21e09
[NETFILTER]: xt_hashlimit: reduce overhead without IPv6
by Eric Dumazet
· 17 years ago
e2f82ac
[NETFILTER]: xt_hashlimit: speedup hash_dst()
by Eric Dumazet
· 17 years ago
193b23c
[NETFILTER]: xt_hashlimit: remove ip6tables module dependency
by Patrick McHardy
· 17 years ago
d3c5ee6
[NETFILTER]: x_tables: consistent and unique symbol names
by Jan Engelhardt
· 17 years ago
cbebc51
[NETFILTER]: xt_hashlimit should use time_after_eq()
by Eric Dumazet
· 17 years ago
457c4cb
[NET]: Make /proc/net per network namespace
by Eric W. Biederman
· 17 years ago
20c2df8
mm: Remove slab destructors from kmem_cache_create().
by Paul Mundt
· 17 years ago
56b3d97
[NET]: Make all initialized struct seq_operations const.
by Philippe De Muyter
· 17 years ago
9f15c53
[NETFILTER]: x_tables: mark matches and targets __read_mostly
by Patrick McHardy
· 17 years ago
7c4e36b
[NETFILTER]: Remove redundant parentheses/braces
by Jan Engelhardt
· 17 years ago
a47362a
[NETFILTER]: add some consts, remove some casts
by Jan Engelhardt
· 17 years ago
ccb79bd
[NETFILTER]: x_tables: switch xt_match->checkentry to bool
by Jan Engelhardt
· 17 years ago
1d93a9c
[NETFILTER]: x_tables: switch xt_match->match to bool
by Jan Engelhardt
· 17 years ago
cff533a
[NETFILTER]: x_tables: switch hotdrop to bool
by Jan Engelhardt
· 17 years ago
e6f689d
[NETFILTER]: Use setup_timer
by Patrick McHardy
· 18 years ago
0660e03
[SK_BUFF]: Introduce ipv6_hdr(), remove skb->nh.ipv6h
by Arnaldo Carvalho de Melo
· 18 years ago
eddc9ec
[SK_BUFF]: Introduce ip_hdr(), remove skb->nh.iph
by Arnaldo Carvalho de Melo
· 18 years ago
601e68e
[NETFILTER]: Fix whitespace errors
by YOSHIFUJI Hideaki
· 18 years ago
da7071d
[PATCH] mark struct file_operations const 8
by Arjan van de Ven
· 18 years ago
a8d0f95
[NET]: Add UDPLITE support in a few missing spots
by Patrick McHardy
· 18 years ago
9c2440b
[NETFILTER] xt_hashlimit.c: fix typo
by Alexey Dobriyan
· 18 years ago
e18b890
[PATCH] slab: remove kmem_cache_t
by Christoph Lameter
· 18 years ago
d7fe0f2
[PATCH] severing skbuff.h -> mm.h
by Al Viro
· 18 years ago
02dba02
[NETFILTER]: xtables: fixes warning on compilation of hashlimit
by Yasuyuki Kozakai
· 18 years ago
39b46fc
[NETFILTER]: x_tables: add port of hashlimit match for IPv4 and IPv6
by Patrick McHardy
· 18 years ago