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
/
net
/
netfilter
/
nf_conntrack.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
netfilter: conntrack: add nf_ct_iter_data object for nf_ct_iterate_cleanup*()
Pablo Neira Ayuso
2022-05-13
1
-3
/
+9
*
netfilter: conntrack: remove unconfirmed list
Florian Westphal
2022-05-13
1
-1
/
+0
*
netfilter: remove nf_ct_unconfirmed_destroy helper
Florian Westphal
2022-05-13
1
-3
/
+0
*
netfilter: ecache: use dedicated list for event redelivery
Florian Westphal
2022-05-13
1
-1
/
+2
*
netfilter: ecache: move to separate structure
Florian Westphal
2022-04-08
1
-2
/
+6
*
Revert "netfilter: conntrack: tag conntracks picked up in local out hook"
Florian Westphal
2022-03-08
1
-1
/
+0
*
netfilter: conntrack: avoid useless indirection during conntrack destruction
Florian Westphal
2022-01-09
1
-2
/
+6
*
netfilter: conntrack: Use max() instead of doing it manually
Jiapeng Chong
2022-01-09
1
-1
/
+1
*
netfilter: conntrack: tag conntracks picked up in local out hook
Florian Westphal
2021-12-23
1
-0
/
+1
*
netfilter: conntrack: annotate data-races around ct->timeout
Eric Dumazet
2021-12-08
1
-3
/
+3
*
netfilter: nftables: add nf_ct_pernet() helper function
Pablo Neira Ayuso
2021-06-07
1
-0
/
+7
*
netfilter: conntrack: move ct counter to net_generic data
Florian Westphal
2021-04-13
1
-0
/
+2
*
netfilter: conntrack: move expect counter to net_generic data
Florian Westphal
2021-04-13
1
-0
/
+1
*
netfilter: conntrack: move autoassign_helper sysctl to net_generic data
Florian Westphal
2021-04-13
1
-0
/
+1
*
netfilter: conntrack: move autoassign warning member to net_generic data
Florian Westphal
2021-04-13
1
-0
/
+4
*
netfilter: conntrack: move ecache dwork to net_generic infra
Florian Westphal
2021-04-06
1
-0
/
+4
*
netfilter: conntrack: move sysctl pointer to net_generic infra
Florian Westphal
2021-04-06
1
-0
/
+3
*
Merge tag 'locking-urgent-2020-08-10' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
2020-08-10
1
-1
/
+1
|
\
|
*
netfilter: conntrack: Use sequence counter with associated spinlock
Ahmed S. Darwish
2020-07-29
1
-1
/
+1
*
|
netfilter: conntrack: Move nf_ct_offload_timeout to header file
Roi Dayan
2020-08-03
1
-0
/
+12
|
/
*
netfilter: conntrack: avoid gcc-10 zero-length-bounds warning
Arnd Bergmann
2020-05-10
1
-1
/
+1
*
netfilter: conntrack: move code to linux/nf_conntrack_common.h.
Jeremy Sowden
2019-09-13
1
-19
/
+5
*
netfilter: remove nf_conntrack_icmpv6.h header.
Jeremy Sowden
2019-09-13
1
-1
/
+0
*
netfilter: add missing IS_ENABLED(CONFIG_NF_CONNTRACK) checks to some header-...
Jeremy Sowden
2019-08-13
1
-0
/
+10
*
netfilter: conntrack: small conntrack lookup optimization
Florian Westphal
2019-06-17
1
-4
/
+3
*
netfilter: nf_conntrack: allow to register bridge support
Pablo Neira Ayuso
2019-05-30
1
-0
/
+1
*
netfilter: ctnetlink: don't use conntrack/expect object addresses as id
Florian Westphal
2019-04-15
1
-0
/
+2
*
netfilter: conntrack: avoid same-timeout update
Florian Westphal
2019-02-27
1
-5
/
+5
*
netfilter: conntrack: avoid unneeded nf_conntrack_l4proto lookups
Florian Westphal
2019-01-18
1
-2
/
+0
*
netfilter: conntrack: udp: only extend timeout to stream mode after 2s
Florian Westphal
2018-12-21
1
-0
/
+5
*
netfilter: use kvmalloc_array to allocate memory for hashtable
Li RongQing
2018-08-03
1
-2
/
+0
*
netfilter: conntrack: remove l3proto abstraction
Florian Westphal
2018-07-17
1
-0
/
+5
*
netfilter: remove useless prototype
Taehee Yoo
2018-02-07
1
-5
/
+0
*
Merge tag 'modules-for-v4.15' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2017-11-15
1
-1
/
+1
|
\
|
*
treewide: Fix function prototypes for module_param_call()
Kees Cook
2017-10-31
1
-1
/
+1
*
|
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
2017-11-02
1
-0
/
+1
|
/
*
netfilter: nat: Revert "netfilter: nat: convert nat bysrc hash to rhashtable"
Florian Westphal
2017-09-08
1
-2
/
+1
*
net: Remove CONFIG_NETFILTER_DEBUG and _ASSERT() macros.
Varsha Rao
2017-09-04
1
-6
/
+0
*
net: Replace NF_CT_ASSERT() with WARN_ON().
Varsha Rao
2017-09-04
1
-1
/
+1
*
netfilter: add and use nf_ct_unconfirmed_destroy
Florian Westphal
2017-07-31
1
-0
/
+3
*
netfilter: conntrack: add nf_ct_iterate_destroy
Florian Westphal
2017-05-29
1
-0
/
+4
*
netfilter: conntrack: rename nf_ct_iterate_cleanup
Florian Westphal
2017-05-29
1
-3
/
+3
*
netfilter: conntrack: move helper struct to nf_conntrack_helper.h
Florian Westphal
2017-04-19
1
-19
/
+0
*
netfilter: remove nf_ct_is_untracked
Florian Westphal
2017-04-15
1
-5
/
+0
*
netfilter: kill the fake untracked conntrack objects
Florian Westphal
2017-04-15
1
-9
/
+1
*
netfilter: Force fake conntrack entry to be at least 8 bytes aligned
Steven Rostedt (VMware)
2017-03-13
1
-1
/
+1
*
netfilter: merge ctinfo into nfct pointer storage area
Florian Westphal
2017-02-02
1
-5
/
+6
*
netfilter: guarantee 8 byte minalign for template addresses
Florian Westphal
2017-02-02
1
-0
/
+2
*
netfilter: add and use nf_ct_set helper
Florian Westphal
2017-02-02
1
-0
/
+8
*
netfilter: add and use nf_ct_netns_get/put
Florian Westphal
2016-12-04
1
-0
/
+4
[next]