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
/
x_tables.c
Age
Commit message (
Expand
)
Author
Files
Lines
2018-02-01
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf
David S. Miller
1
-2
/
+7
2018-01-25
netfilter: x_tables: avoid out-of-bounds reads in xt_request_find_{match|target}
Eric Dumazet
1
-0
/
+6
2018-01-19
netfilter: delete /proc THIS_MODULE references
Alexey Dobriyan
1
-3
/
+0
2018-01-16
netfilter: x_tables: don't return garbage pointer on modprobe failure
Florian Westphal
1
-1
/
+1
2018-01-10
netfilter: x_tables: unbreak module auto loading
Florian Westphal
1
-1
/
+1
2018-01-08
netfilter: xtables: add and use xt_request_find_table_lock
Florian Westphal
1
-9
/
+27
2018-01-08
netfilter: mark expected switch fall-throughs
Gustavo A. R. Silva
1
-1
/
+1
2018-01-07
netfilter: x_tables: fix int overflow in xt_alloc_table_info()
Dmitry Vyukov
1
-2
/
+1
2017-11-20
netfilter: exit_net cleanup check added
Vasily Averin
1
-0
/
+9
2017-11-08
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next
David S. Miller
1
-3
/
+18
2017-10-24
netfilter: x_tables: make xt_replace_table wait until old rules are not used ...
Florian Westphal
1
-3
/
+18
2017-10-06
netfilter: x_tables: avoid stack-out-of-bounds read in xt_copy_counters_from_...
Eric Dumazet
1
-2
/
+2
2017-08-19
netfilter: use audit_log()
Geliang Tang
1
-10
/
+4
2017-07-12
net/netfilter/x_tables.c: use kvmalloc() in xt_alloc_table_info()
Michal Hocko
1
-8
/
+4
2017-05-18
netfilter: xtables: fix build failure from COMPAT_XT_ALIGN outside CONFIG_COMPAT
Willem de Bruijn
1
-8
/
+13
2017-05-15
netfilter: xtables: zero padding in data_to_user
Willem de Bruijn
1
-3
/
+6
2017-05-08
mm, vmalloc: use __GFP_HIGHMEM implicitly
Michal Hocko
1
-2
/
+1
2017-05-08
treewide: use kv[mz]alloc* rather than opencoded variants
Michal Hocko
1
-17
/
+4
2017-04-28
netfilter: x_tables: unlock on error in xt_find_table_lock()
Dan Carpenter
1
-1
/
+3
2017-02-27
scripts/spelling.txt: add "aligment" pattern and fix typo instances
Masahiro Yamada
1
-1
/
+1
2017-01-09
xtables: use match, target and data copy_to_user helpers in compat
Willem de Bruijn
1
-10
/
+4
2017-01-09
xtables: add xt_match, xt_target and data copy_to_user functions
Willem de Bruijn
1
-0
/
+54
2016-12-07
netfilter: x_tables: avoid warn and OOM killer on vmalloc call
Marcelo Ricardo Leitner
1
-1
/
+3
2016-12-06
netfilter: x_tables: pack percpu counter allocations
Florian Westphal
1
-9
/
+24
2016-12-06
netfilter: x_tables: pass xt_counters struct to counter allocator
Florian Westphal
1
-0
/
+30
2016-12-06
netfilter: x_tables: pass xt_counters struct instead of packet counter
Florian Westphal
1
-0
/
+9
2016-11-13
netfilter: x_tables: simplify IS_ERR_OR_NULL to NULL test
Julia Lawall
1
-1
/
+1
2016-10-19
netfilter: x_tables: suppress kmemcheck warning
Florian Westphal
1
-1
/
+1
2016-07-18
netfilter: x_tables: speed up jump target validation
Florian Westphal
1
-0
/
+50
2016-07-06
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next
David S. Miller
1
-0
/
+3
2016-06-23
netfilter: x_tables: fix possible ZERO_SIZE_PTR pointer dereferencing error.
Xiubo Li
1
-0
/
+3
2016-06-02
netfilter: x_tables: don't reject valid target size on some architectures
Florian Westphal
1
-2
/
+2
2016-04-14
netfilter: x_tables: introduce and use xt_copy_counters_from_user
Florian Westphal
1
-0
/
+74
2016-04-14
netfilter: x_tables: do compat validation via translate_table
Florian Westphal
1
-0
/
+8
2016-04-14
netfilter: x_tables: xt_compat_match_from_user doesn't need a retval
Florian Westphal
1
-3
/
+2
2016-04-14
netfilter: x_tables: validate all offsets and sizes in a rule
Florian Westphal
1
-5
/
+76
2016-04-14
netfilter: x_tables: check for bogus target offset
Florian Westphal
1
-2
/
+15
2016-04-14
netfilter: x_tables: check standard target size too
Florian Westphal
1
-0
/
+15
2016-04-14
netfilter: x_tables: add compat version of xt_check_entry_offsets
Florian Westphal
1
-0
/
+22
2016-04-14
netfilter: x_tables: assert minimum target size
Florian Westphal
1
-0
/
+3
2016-04-14
netfilter: x_tables: add and use xt_check_entry_offsets
Florian Westphal
1
-0
/
+34
2016-03-12
netfilter: x_tables: check for size overflow
Florian Westphal
1
-0
/
+3
2016-03-02
netfilter: xtables: don't hook tables by default
Florian Westphal
1
-25
/
+40
2015-11-25
netfilter: Set /proc/net entries owner to root in namespace
Philip Whineray
1
-0
/
+12
2015-10-16
netfilter: remove hook owner refcounting
Florian Westphal
1
-1
/
+0
2015-07-15
netfilter: add and use jump label for xt_tee
Florian Westphal
1
-0
/
+3
2015-07-15
netfilter: xtables: don't save/restore jumpstack offset
Florian Westphal
1
-11
/
+11
2015-07-15
netfilter: xtables: compute exact size needed for jumpstack
Florian Westphal
1
-0
/
+4
2015-06-15
netfilter: x_tables: remove XT_TABLE_INFO_SZ and a dereference.
Eric Dumazet
1
-20
/
+12
2015-06-12
netfilter: xtables: avoid percpu ruleset duplication
Florian Westphal
1
-15
/
+8
[next]