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
2019-06-19
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500
Thomas Gleixner
1
-5
/
+1
2019-04-08
netfilter: make two functions static
Florian Westphal
1
-2
/
+1
2019-03-01
netfilter: convert the proto argument from u8 to u16
Li RongQing
1
-2
/
+2
2019-02-12
netfilter: compat: initialize all fields in xt_init
Francesco Ruggeri
1
-1
/
+1
2018-08-16
netfilter: x_tables: do not fail xt_alloc_table_info too easilly
Michal Hocko
1
-6
/
+1
2018-06-12
treewide: kmalloc() -> kmalloc_array()
Kees Cook
1
-1
/
+1
2018-06-06
Merge tag 'audit-pr-20180605' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-1
/
+1
2018-06-04
Merge branch 'hch.procfs' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...
Linus Torvalds
1
-77
/
+18
2018-05-16
netfilter/x_tables: switch to proc_create_seq_private
Christoph Hellwig
1
-36
/
+6
2018-05-16
proc: introduce proc_create_net{,_data}
Christoph Hellwig
1
-15
/
+3
2018-05-16
netfilter/x_tables: simplify ѕeq_file code
Christoph Hellwig
1
-28
/
+11
2018-05-14
audit: use inline function to get audit context
Richard Guy Briggs
1
-1
/
+1
2018-04-27
netfilter: x_tables: check name length in find_match/target, too
Florian Westphal
1
-0
/
+6
2018-03-30
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next
David S. Miller
1
-17
/
+174
2018-03-30
netfilter: x_tables: Add note about how to free percpu counters
Ben Hutchings
1
-1
/
+3
2018-03-27
net: Drop pernet_operations::async
Kirill Tkhai
1
-1
/
+0
2018-03-23
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-0
/
+30
2018-03-13
netfilter: x_tables: fix build with CONFIG_COMPAT=n
Florian Westphal
1
-31
/
+31
2018-03-11
netfilter: x_tables: add and use xt_check_proc_name
Florian Westphal
1
-0
/
+30
2018-03-05
netfilter: x_tables: make sure compat af mutex is held
Florian Westphal
1
-0
/
+6
2018-03-05
netfilter: compat: reject huge allocation requests
Florian Westphal
1
-8
/
+18
2018-03-05
netfilter: compat: prepare xt_compat_init_offsets to return errors
Florian Westphal
1
-1
/
+3
2018-03-05
netfilter: x_tables: add counters allocation wrapper
Florian Westphal
1
-0
/
+15
2018-03-05
netfilter: x_tables: limit allocation requests for blob rule heads
Florian Westphal
1
-0
/
+3
2018-03-05
netfilter: x_tables: cap allocations at 512 mbyte
Florian Westphal
1
-1
/
+2
2018-03-05
netfilter: x_tables: enforce unique and ascending entry points
Florian Westphal
1
-1
/
+30
2018-03-05
netfilter: x_tables: move hook entry checks into core
Florian Westphal
1
-0
/
+29
2018-03-05
netfilter: x_tables: check error target size too
Florian Westphal
1
-0
/
+23
2018-03-05
netfilter: x_tables: check standard verdicts in core
Florian Westphal
1
-6
/
+43
2018-02-24
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-40
/
+34
2018-02-19
net: Convert ip_tables_net_ops, udplite6_net_ops and xt_net_ops
Kirill Tkhai
1
-0
/
+1
2018-02-14
netfilter: x_tables: use pr ratelimiting in xt core
Florian Westphal
1
-36
/
+34
2018-02-08
netfilter: x_tables: remove size check
Michal Hocko
1
-4
/
+0
2018-02-02
netfilter: x_tables: make allocation less aggressive
Michal Hocko
1
-1
/
+6
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
[next]