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
/
x_tables.c
Age
Commit message (
Expand
)
Author
2019-02-12
netfilter: compat: initialize all fields in xt_init
Francesco Ruggeri
2018-08-16
netfilter: x_tables: do not fail xt_alloc_table_info too easilly
Michal Hocko
2018-06-12
treewide: kmalloc() -> kmalloc_array()
Kees Cook
2018-06-06
Merge tag 'audit-pr-20180605' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2018-06-04
Merge branch 'hch.procfs' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...
Linus Torvalds
2018-05-16
netfilter/x_tables: switch to proc_create_seq_private
Christoph Hellwig
2018-05-16
proc: introduce proc_create_net{,_data}
Christoph Hellwig
2018-05-16
netfilter/x_tables: simplify ѕeq_file code
Christoph Hellwig
2018-05-14
audit: use inline function to get audit context
Richard Guy Briggs
2018-04-27
netfilter: x_tables: check name length in find_match/target, too
Florian Westphal
2018-03-30
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next
David S. Miller
2018-03-30
netfilter: x_tables: Add note about how to free percpu counters
Ben Hutchings
2018-03-27
net: Drop pernet_operations::async
Kirill Tkhai
2018-03-23
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2018-03-13
netfilter: x_tables: fix build with CONFIG_COMPAT=n
Florian Westphal
2018-03-11
netfilter: x_tables: add and use xt_check_proc_name
Florian Westphal
2018-03-05
netfilter: x_tables: make sure compat af mutex is held
Florian Westphal
2018-03-05
netfilter: compat: reject huge allocation requests
Florian Westphal
2018-03-05
netfilter: compat: prepare xt_compat_init_offsets to return errors
Florian Westphal
2018-03-05
netfilter: x_tables: add counters allocation wrapper
Florian Westphal
2018-03-05
netfilter: x_tables: limit allocation requests for blob rule heads
Florian Westphal
2018-03-05
netfilter: x_tables: cap allocations at 512 mbyte
Florian Westphal
2018-03-05
netfilter: x_tables: enforce unique and ascending entry points
Florian Westphal
2018-03-05
netfilter: x_tables: move hook entry checks into core
Florian Westphal
2018-03-05
netfilter: x_tables: check error target size too
Florian Westphal
2018-03-05
netfilter: x_tables: check standard verdicts in core
Florian Westphal
2018-02-24
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2018-02-19
net: Convert ip_tables_net_ops, udplite6_net_ops and xt_net_ops
Kirill Tkhai
2018-02-14
netfilter: x_tables: use pr ratelimiting in xt core
Florian Westphal
2018-02-08
netfilter: x_tables: remove size check
Michal Hocko
2018-02-02
netfilter: x_tables: make allocation less aggressive
Michal Hocko
2018-02-01
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf
David S. Miller
2018-01-25
netfilter: x_tables: avoid out-of-bounds reads in xt_request_find_{match|target}
Eric Dumazet
2018-01-19
netfilter: delete /proc THIS_MODULE references
Alexey Dobriyan
2018-01-16
netfilter: x_tables: don't return garbage pointer on modprobe failure
Florian Westphal
2018-01-10
netfilter: x_tables: unbreak module auto loading
Florian Westphal
2018-01-08
netfilter: xtables: add and use xt_request_find_table_lock
Florian Westphal
2018-01-08
netfilter: mark expected switch fall-throughs
Gustavo A. R. Silva
2018-01-07
netfilter: x_tables: fix int overflow in xt_alloc_table_info()
Dmitry Vyukov
2017-11-20
netfilter: exit_net cleanup check added
Vasily Averin
2017-11-08
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next
David S. Miller
2017-10-24
netfilter: x_tables: make xt_replace_table wait until old rules are not used ...
Florian Westphal
2017-10-06
netfilter: x_tables: avoid stack-out-of-bounds read in xt_copy_counters_from_...
Eric Dumazet
2017-08-19
netfilter: use audit_log()
Geliang Tang
2017-07-12
net/netfilter/x_tables.c: use kvmalloc() in xt_alloc_table_info()
Michal Hocko
2017-05-18
netfilter: xtables: fix build failure from COMPAT_XT_ALIGN outside CONFIG_COMPAT
Willem de Bruijn
2017-05-15
netfilter: xtables: zero padding in data_to_user
Willem de Bruijn
2017-05-08
mm, vmalloc: use __GFP_HIGHMEM implicitly
Michal Hocko
2017-05-08
treewide: use kv[mz]alloc* rather than opencoded variants
Michal Hocko
2017-04-28
netfilter: x_tables: unlock on error in xt_find_table_lock()
Dan Carpenter
[next]