index
:
Linux Stable
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
netfilter
/
x_tables.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
netfilter: x_tables: Use correct memory barriers.
Mark Tomlinson
2021-06-03
1
-0
/
+3
*
netfilter: x_tables: fix compat match/target pad out-of-bound write
Florian Westphal
2021-04-16
1
-8
/
+2
*
netfilter: x_tables: gpf inside xt_find_revision()
Vasily Averin
2021-03-17
1
-2
/
+4
*
netfilter: compat: initialize all fields in xt_init
Francesco Ruggeri
2019-05-16
1
-1
/
+1
*
netfilter: x_tables: limit allocation requests for blob rule heads
Florian Westphal
2018-04-26
1
-0
/
+3
*
netfilter: compat: reject huge allocation requests
Florian Westphal
2018-04-26
1
-8
/
+18
*
netfilter: compat: prepare xt_compat_init_offsets to return errors
Florian Westphal
2018-04-26
1
-1
/
+3
*
netfilter: x_tables: add counters allocation wrapper
Florian Westphal
2018-04-26
1
-0
/
+15
*
netfilter: x_tables: cap allocations at 512 mbyte
Florian Westphal
2018-04-26
1
-1
/
+2
*
netfilter: x_tables: add and use xt_check_proc_name
Florian Westphal
2018-04-08
1
-0
/
+30
*
netfilter: x_tables: make allocation less aggressive
Michal Hocko
2018-04-08
1
-1
/
+6
*
netfilter: x_tables: avoid out-of-bounds reads in xt_request_find_{match|target}
Eric Dumazet
2018-02-25
1
-0
/
+6
*
netfilter: x_tables: fix int overflow in xt_alloc_table_info()
Dmitry Vyukov
2018-02-25
1
-2
/
+1
*
netfilter: x_tables: avoid stack-out-of-bounds read in xt_copy_counters_from_...
Eric Dumazet
2017-10-06
1
-2
/
+2
*
netfilter: use audit_log()
Geliang Tang
2017-08-19
1
-10
/
+4
*
net/netfilter/x_tables.c: use kvmalloc() in xt_alloc_table_info()
Michal Hocko
2017-07-12
1
-8
/
+4
*
netfilter: xtables: fix build failure from COMPAT_XT_ALIGN outside CONFIG_COMPAT
Willem de Bruijn
2017-05-18
1
-8
/
+13
*
netfilter: xtables: zero padding in data_to_user
Willem de Bruijn
2017-05-15
1
-3
/
+6
*
mm, vmalloc: use __GFP_HIGHMEM implicitly
Michal Hocko
2017-05-08
1
-2
/
+1
*
treewide: use kv[mz]alloc* rather than opencoded variants
Michal Hocko
2017-05-08
1
-17
/
+4
*
netfilter: x_tables: unlock on error in xt_find_table_lock()
Dan Carpenter
2017-04-28
1
-1
/
+3
*
scripts/spelling.txt: add "aligment" pattern and fix typo instances
Masahiro Yamada
2017-02-27
1
-1
/
+1
*
xtables: use match, target and data copy_to_user helpers in compat
Willem de Bruijn
2017-01-09
1
-10
/
+4
*
xtables: add xt_match, xt_target and data copy_to_user functions
Willem de Bruijn
2017-01-09
1
-0
/
+54
*
netfilter: x_tables: avoid warn and OOM killer on vmalloc call
Marcelo Ricardo Leitner
2016-12-07
1
-1
/
+3
*
netfilter: x_tables: pack percpu counter allocations
Florian Westphal
2016-12-06
1
-9
/
+24
*
netfilter: x_tables: pass xt_counters struct to counter allocator
Florian Westphal
2016-12-06
1
-0
/
+30
*
netfilter: x_tables: pass xt_counters struct instead of packet counter
Florian Westphal
2016-12-06
1
-0
/
+9
*
netfilter: x_tables: simplify IS_ERR_OR_NULL to NULL test
Julia Lawall
2016-11-13
1
-1
/
+1
*
netfilter: x_tables: suppress kmemcheck warning
Florian Westphal
2016-10-19
1
-1
/
+1
*
netfilter: x_tables: speed up jump target validation
Florian Westphal
2016-07-18
1
-0
/
+50
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next
David S. Miller
2016-07-06
1
-0
/
+3
|
\
|
*
netfilter: x_tables: fix possible ZERO_SIZE_PTR pointer dereferencing error.
Xiubo Li
2016-06-23
1
-0
/
+3
*
|
netfilter: x_tables: don't reject valid target size on some architectures
Florian Westphal
2016-06-02
1
-2
/
+2
|
/
*
netfilter: x_tables: introduce and use xt_copy_counters_from_user
Florian Westphal
2016-04-14
1
-0
/
+74
*
netfilter: x_tables: do compat validation via translate_table
Florian Westphal
2016-04-14
1
-0
/
+8
*
netfilter: x_tables: xt_compat_match_from_user doesn't need a retval
Florian Westphal
2016-04-14
1
-3
/
+2
*
netfilter: x_tables: validate all offsets and sizes in a rule
Florian Westphal
2016-04-14
1
-5
/
+76
*
netfilter: x_tables: check for bogus target offset
Florian Westphal
2016-04-14
1
-2
/
+15
*
netfilter: x_tables: check standard target size too
Florian Westphal
2016-04-14
1
-0
/
+15
*
netfilter: x_tables: add compat version of xt_check_entry_offsets
Florian Westphal
2016-04-14
1
-0
/
+22
*
netfilter: x_tables: assert minimum target size
Florian Westphal
2016-04-14
1
-0
/
+3
*
netfilter: x_tables: add and use xt_check_entry_offsets
Florian Westphal
2016-04-14
1
-0
/
+34
*
netfilter: x_tables: check for size overflow
Florian Westphal
2016-03-12
1
-0
/
+3
*
netfilter: xtables: don't hook tables by default
Florian Westphal
2016-03-02
1
-25
/
+40
*
netfilter: Set /proc/net entries owner to root in namespace
Philip Whineray
2015-11-25
1
-0
/
+12
*
netfilter: remove hook owner refcounting
Florian Westphal
2015-10-16
1
-1
/
+0
*
netfilter: add and use jump label for xt_tee
Florian Westphal
2015-07-15
1
-0
/
+3
*
netfilter: xtables: don't save/restore jumpstack offset
Florian Westphal
2015-07-15
1
-11
/
+11
*
netfilter: xtables: compute exact size needed for jumpstack
Florian Westphal
2015-07-15
1
-0
/
+4
[next]