index
:
sinitax/cachepc-linux
master
Fork of AMDESE/linux with modifications for CachePC side-channel attack
Louis Burda
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
/
linux
/
netfilter
/
x_tables.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
netfilter: x_tables: never register tables by default
Florian Westphal
2021-08-09
1
-3
/
+3
*
netfilter: x_tables: reduce xt_action_param by 8 byte
Florian Westphal
2021-05-29
1
-1
/
+1
*
netfilter: allow to turn off xtables compat layer
Florian Westphal
2021-04-26
1
-6
/
+6
*
netfilter: ip_tables: pass table pointer via nf_hook_ops
Florian Westphal
2021-04-26
1
-0
/
+3
*
netfilter: x_tables: add xt_find_table
Florian Westphal
2021-04-26
1
-0
/
+1
*
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
-4
/
+1
*
netfilter: x_tables: Switch synchronization to RCU
Subash Abhinov Kasiviswanathan
2020-12-08
1
-1
/
+4
*
netfilter: switch xt_copy_counters to sockptr_t
Christoph Hellwig
2020-07-24
1
-2
/
+2
*
netfilter: remove the compat argument to xt_copy_counters_from_user
Christoph Hellwig
2020-07-19
1
-1
/
+1
*
netfilter: Replace zero-length array with flexible-array member
Gustavo A. R. Silva
2020-03-15
1
-4
/
+4
*
netfilter: remove CONFIG_NETFILTER checks from headers.
Jeremy Sowden
2019-09-13
1
-6
/
+0
*
netfilter: fix coding-style errors.
Jeremy Sowden
2019-09-13
1
-1
/
+1
*
netfilter: add missing IS_ENABLED(CONFIG_NETFILTER) checks to some header-files.
Jeremy Sowden
2019-08-13
1
-0
/
+6
*
netfilter: make two functions static
Florian Westphal
2019-04-08
1
-1
/
+0
*
netfilter: convert the proto argument from u8 to u16
Li RongQing
2019-03-01
1
-2
/
+2
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next
David S. Miller
2018-03-30
1
-1
/
+4
|
\
|
*
netfilter: compat: prepare xt_compat_init_offsets to return errors
Florian Westphal
2018-03-05
1
-1
/
+1
|
*
netfilter: x_tables: add counters allocation wrapper
Florian Westphal
2018-03-05
1
-0
/
+1
|
*
netfilter: x_tables: move hook entry checks into core
Florian Westphal
2018-03-05
1
-0
/
+2
*
|
netfilter: x_tables: add and use xt_check_proc_name
Florian Westphal
2018-03-11
1
-0
/
+2
|
/
*
netfilter: xtables: add and use xt_request_find_table_lock
Florian Westphal
2018-01-08
1
-0
/
+2
*
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
2017-11-02
1
-0
/
+1
*
netfilter: xtables: zero padding in data_to_user
Willem de Bruijn
2017-05-15
1
-1
/
+1
*
xtables: add xt_match, xt_target and data copy_to_user functions
Willem de Bruijn
2017-01-09
1
-0
/
+9
*
netfilter: x_tables: pack percpu counter allocations
Florian Westphal
2016-12-06
1
-1
/
+6
*
netfilter: x_tables: pass xt_counters struct to counter allocator
Florian Westphal
2016-12-06
1
-26
/
+1
*
netfilter: x_tables: pass xt_counters struct instead of packet counter
Florian Westphal
2016-12-06
1
-5
/
+1
*
netfilter: x_tables: move hook state into xt_action_param structure
Pablo Neira Ayuso
2016-11-03
1
-10
/
+38
*
netfilter: x_tables: speed up jump target validation
Florian Westphal
2016-07-18
1
-0
/
+4
*
netfilter: Convert FWINV<[foo]> macros and uses to NF_INVF
Joe Perches
2016-07-03
1
-0
/
+4
*
netfilter: fix IS_ERR_VALUE usage
Pablo Neira Ayuso
2016-04-29
1
-3
/
+3
*
netfilter: x_tables: introduce and use xt_copy_counters_from_user
Florian Westphal
2016-04-14
1
-0
/
+3
*
netfilter: x_tables: xt_compat_match_from_user doesn't need a retval
Florian Westphal
2016-04-14
1
-1
/
+1
*
netfilter: x_tables: check for bogus target offset
Florian Westphal
2016-04-14
1
-2
/
+2
*
netfilter: x_tables: add compat version of xt_check_entry_offsets
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
/
+4
*
netfilter: xtables: don't hook tables by default
Florian Westphal
2016-03-02
1
-2
/
+4
*
netfilter: x_tables: Pass struct net in xt_action_param
Eric W. Biederman
2015-09-18
1
-1
/
+2
*
netfilter: add and use jump label for xt_tee
Florian Westphal
2015-07-15
1
-0
/
+7
*
netfilter: xtables: don't save/restore jumpstack offset
Florian Westphal
2015-07-15
1
-1
/
+0
*
netfilter: xtables: fix warnings on 32bit platforms
Florian Westphal
2015-06-18
1
-4
/
+4
*
netfilter: x_tables: align per cpu xt_counter
Eric Dumazet
2015-06-18
1
-2
/
+4
*
netfilter: x_tables: remove XT_TABLE_INFO_SZ and a dereference.
Eric Dumazet
2015-06-15
1
-4
/
+1
*
netfilter: xtables: avoid percpu ruleset duplication
Florian Westphal
2015-06-12
1
-2
/
+2
*
netfilter: xtables: use percpu rule counters
Florian Westphal
2015-06-12
1
-0
/
+49
*
netfilter: x_tables: add context to know if extension runs from nft_compat
Pablo Neira Ayuso
2015-05-15
1
-0
/
+2
*
netfilter: Remove extern from function prototypes
Joe Perches
2013-09-26
1
-65
/
+63
*
UAPI: (Scripted) Disintegrate include/linux/netfilter
David Howells
2012-10-09
1
-185
/
+1
*
percpu: Remove irqsafe_cpu_xxx variants
Christoph Lameter
2011-12-22
1
-2
/
+2
[next]