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
2021-04-26
netfilter: allow to turn off xtables compat layer
Florian Westphal
2021-04-26
netfilter: ip_tables: pass table pointer via nf_hook_ops
Florian Westphal
2021-04-26
netfilter: x_tables: add xt_find_table
Florian Westphal
2021-04-17
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2021-04-13
netfilter: x_tables: fix compat match/target pad out-of-bound write
Florian Westphal
2021-04-06
netfilter: x_tables: move known table lists to net_generic infra
Florian Westphal
2021-03-15
netfilter: x_tables: Use correct memory barriers.
Mark Tomlinson
2021-03-15
Revert "netfilter: x_tables: Switch synchronization to RCU"
Mark Tomlinson
2021-02-28
netfilter: x_tables: gpf inside xt_find_revision()
Vasily Averin
2020-12-08
netfilter: x_tables: Switch synchronization to RCU
Subash Abhinov Kasiviswanathan
2020-08-05
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next
Linus Torvalds
2020-08-03
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next
David S. Miller
2020-07-28
net: remove sockptr_advance
Christoph Hellwig
2020-07-24
netfilter: switch xt_copy_counters to sockptr_t
Christoph Hellwig
2020-07-22
netfilter: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
2020-07-19
netfilter: remove the compat argument to xt_copy_counters_from_user
Christoph Hellwig
2020-06-29
audit: add gfp parameter to audit_log_nfcfg
Richard Guy Briggs
2020-04-28
netfilter: add audit table unregister actions
Richard Guy Briggs
2020-04-28
audit: tidy and extend netfilter_cfg x_tables
Richard Guy Briggs
2020-03-04
netfilter: x_tables: xt_mttg_seq_next should increase position index
Vasily Averin
2020-01-31
netfilter: Use kvcalloc
Joe Perches
2019-06-19
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500
Thomas Gleixner
2019-04-08
netfilter: make two functions static
Florian Westphal
2019-03-01
netfilter: convert the proto argument from u8 to u16
Li RongQing
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
[next]