index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
netfilter
/
x_tables.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
netfilter: Fix use-after-free in get_info()
Dong Chenchen
2024-10-30
1
-1
/
+1
*
netfilter: x_tables: Use unsafe_memcpy() for 0-sized destination
Kees Cook
2024-02-21
1
-1
/
+2
*
netfilter: x_tables: refactor deprecated strncpy
Justin Stitt
2023-08-22
1
-3
/
+2
*
netfilter: move from strlcpy with unused retval to strscpy
Wolfram Sang
2022-09-07
1
-10
/
+10
*
proc: remove PDE_DATA() completely
Muchun Song
2022-01-22
1
-5
/
+5
*
netfilter: x_tables: never register tables by default
Florian Westphal
2021-08-09
1
-18
/
+80
*
netfilter: allow to turn off xtables compat layer
Florian Westphal
2021-04-26
1
-8
/
+8
*
netfilter: ip_tables: pass table pointer via nf_hook_ops
Florian Westphal
2021-04-26
1
-0
/
+1
*
netfilter: x_tables: add xt_find_table
Florian Westphal
2021-04-26
1
-0
/
+17
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2021-04-17
1
-8
/
+2
|
\
|
*
netfilter: x_tables: fix compat match/target pad out-of-bound write
Florian Westphal
2021-04-13
1
-8
/
+2
*
|
netfilter: x_tables: move known table lists to net_generic infra
Florian Westphal
2021-04-06
1
-13
/
+33
|
/
*
netfilter: x_tables: Use correct memory barriers.
Mark Tomlinson
2021-03-15
1
-1
/
+1
*
Revert "netfilter: x_tables: Switch synchronization to RCU"
Mark Tomlinson
2021-03-15
1
-15
/
+34
*
netfilter: x_tables: gpf inside xt_find_revision()
Vasily Averin
2021-02-28
1
-2
/
+4
*
netfilter: x_tables: Switch synchronization to RCU
Subash Abhinov Kasiviswanathan
2020-12-08
1
-34
/
+15
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next
Linus Torvalds
2020-08-06
1
-15
/
+15
|
\
|
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next
David S. Miller
2020-08-04
1
-1
/
+1
|
|
\
|
|
*
netfilter: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
2020-07-22
1
-1
/
+1
|
*
|
net: remove sockptr_advance
Christoph Hellwig
2020-07-28
1
-3
/
+4
|
*
|
netfilter: switch xt_copy_counters to sockptr_t
Christoph Hellwig
2020-07-25
1
-10
/
+10
|
*
|
netfilter: remove the compat argument to xt_copy_counters_from_user
Christoph Hellwig
2020-07-20
1
-5
/
+4
|
|
/
*
/
audit: add gfp parameter to audit_log_nfcfg
Richard Guy Briggs
2020-06-30
1
-2
/
+3
|
/
*
netfilter: add audit table unregister actions
Richard Guy Briggs
2020-04-29
1
-0
/
+2
*
audit: tidy and extend netfilter_cfg x_tables
Richard Guy Briggs
2020-04-28
1
-9
/
+3
*
netfilter: x_tables: xt_mttg_seq_next should increase position index
Vasily Averin
2020-03-04
1
-3
/
+3
*
netfilter: Use kvcalloc
Joe Perches
2020-01-31
1
-2
/
+2
*
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500
Thomas Gleixner
2019-06-19
1
-5
/
+1
*
netfilter: make two functions static
Florian Westphal
2019-04-08
1
-2
/
+1
*
netfilter: convert the proto argument from u8 to u16
Li RongQing
2019-03-01
1
-2
/
+2
*
netfilter: compat: initialize all fields in xt_init
Francesco Ruggeri
2019-02-12
1
-1
/
+1
*
netfilter: x_tables: do not fail xt_alloc_table_info too easilly
Michal Hocko
2018-08-16
1
-6
/
+1
*
treewide: kmalloc() -> kmalloc_array()
Kees Cook
2018-06-13
1
-1
/
+1
*
Merge tag 'audit-pr-20180605' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2018-06-07
1
-1
/
+1
|
\
|
*
audit: use inline function to get audit context
Richard Guy Briggs
2018-05-14
1
-1
/
+1
*
|
Merge branch 'hch.procfs' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...
Linus Torvalds
2018-06-04
1
-77
/
+18
|
\
\
|
*
|
netfilter/x_tables: switch to proc_create_seq_private
Christoph Hellwig
2018-05-16
1
-36
/
+6
|
*
|
proc: introduce proc_create_net{,_data}
Christoph Hellwig
2018-05-16
1
-15
/
+3
|
*
|
netfilter/x_tables: simplify ѕeq_file code
Christoph Hellwig
2018-05-16
1
-28
/
+11
|
|
/
*
/
netfilter: x_tables: check name length in find_match/target, too
Florian Westphal
2018-04-27
1
-0
/
+6
|
/
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next
David S. Miller
2018-03-30
1
-17
/
+174
|
\
|
*
netfilter: x_tables: Add note about how to free percpu counters
Ben Hutchings
2018-03-30
1
-1
/
+3
|
*
netfilter: x_tables: fix build with CONFIG_COMPAT=n
Florian Westphal
2018-03-13
1
-31
/
+31
|
*
netfilter: x_tables: make sure compat af mutex is held
Florian Westphal
2018-03-05
1
-0
/
+6
|
*
netfilter: compat: reject huge allocation requests
Florian Westphal
2018-03-05
1
-8
/
+18
|
*
netfilter: compat: prepare xt_compat_init_offsets to return errors
Florian Westphal
2018-03-05
1
-1
/
+3
|
*
netfilter: x_tables: add counters allocation wrapper
Florian Westphal
2018-03-05
1
-0
/
+15
|
*
netfilter: x_tables: limit allocation requests for blob rule heads
Florian Westphal
2018-03-05
1
-0
/
+3
|
*
netfilter: x_tables: cap allocations at 512 mbyte
Florian Westphal
2018-03-05
1
-1
/
+2
|
*
netfilter: x_tables: enforce unique and ascending entry points
Florian Westphal
2018-03-05
1
-1
/
+30
[next]