index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
netfilter
/
nft_ct.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2022-11-29
1
-3
/
+3
|
\
|
*
netfilter: conntrack: Fix data-races around ct mark
Daniel Xu
2022-11-18
1
-3
/
+3
*
|
netfilter: nf_tables: Extend nft_expr_ops::dump callback parameters
Phil Sutter
2022-11-15
1
-2
/
+4
|
/
*
netfilter: remove nf_conntrack_helper sysctl and modparam toggles
Pablo Neira Ayuso
2022-08-31
1
-3
/
+0
*
netfilter: nf_tables: use correct integer types
Florian Westphal
2022-07-11
1
-2
/
+2
*
netfilter: nft_ct: track register operations
Pablo Neira Ayuso
2022-03-20
1
-0
/
+47
*
netfilter: nf_tables: do not reduce read-only expressions
Pablo Neira Ayuso
2022-03-20
1
-0
/
+1
*
netfilter: conntrack: Add and use nf_ct_set_auto_assign_helper_warned()
Phil Sutter
2022-03-20
1
-0
/
+3
*
netfilter: nft_ct: fix use after free when attaching zone template
Florian Westphal
2022-01-27
1
-1
/
+4
*
netfilter: conntrack: convert to refcount_t api
Florian Westphal
2022-01-09
1
-3
/
+1
*
netfilter: nft_ct: protect nft_ct_pcpu_template_refcnt with mutex
Pavel Skripkin
2021-08-11
1
-1
/
+8
*
netfilter: nft_ct: skip expectations for confirmed conntrack
Pablo Neira Ayuso
2021-06-02
1
-1
/
+1
*
netfilter: Fix fall-through warnings for Clang
Gustavo A. R. Silva
2021-03-18
1
-0
/
+1
*
netfilter: nftables: add nft_parse_register_store() and use it
Pablo Neira Ayuso
2021-01-27
1
-4
/
+3
*
netfilter: nftables: add nft_parse_register_load() and use it
Pablo Neira Ayuso
2021-01-27
1
-3
/
+2
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2020-12-11
1
-2
/
+0
|
\
|
*
netfilter: nft_ct: Remove confirmation check for NFT_CT_ID
Brett Mastbergen
2020-12-09
1
-2
/
+0
*
|
treewide: rename nla_strlcpy to nla_strscpy.
Francis Laniel
2020-11-16
1
-1
/
+1
|
/
*
netfilter: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
2020-07-22
1
-3
/
+3
*
netfilter: Add MODULE_DESCRIPTION entries to kernel modules
Rob Gill
2020-06-25
1
-0
/
+1
*
treewide: Use sizeof_field() macro
Pankaj Bharadiya
2019-12-09
1
-6
/
+6
*
netfilter: nf_conntrack_sip: fix expectation clash
xiao ruizhu
2019-07-16
1
-1
/
+1
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Pablo Neira Ayuso
2019-06-25
1
-4
/
+1
|
\
|
*
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500
Thomas Gleixner
2019-06-19
1
-4
/
+1
*
|
netfilter: nft_ct: fix null pointer in ct expectations support
Stéphane Veyret
2019-06-19
1
-0
/
+4
*
|
netfilter: nft_ct: add ct expectations support
Stéphane Veyret
2019-06-17
1
-2
/
+136
|
/
*
netfilter: nft_ct: Add ct id support
Brett Mastbergen
2019-04-30
1
-0
/
+8
*
netlink: make validation more configurable for future strictness
Johannes Berg
2019-04-27
1
-3
/
+5
*
netlink: make nla_nest_start() add NLA_F_NESTED flag
Michal Kubecek
2019-04-27
1
-1
/
+1
*
netfilter: conntrack: remove nf_ct_l4proto_find_get
Florian Westphal
2019-01-18
1
-1
/
+1
*
netfilter: conntrack: remove module owner field
Florian Westphal
2019-01-18
1
-2
/
+0
*
netfilter: nf_tables: add requirements for connsecmark support
Christian Göttsche
2018-09-28
1
-1
/
+16
*
netfilter: conntrack: remove l3->l4 mapping information
Florian Westphal
2018-09-20
1
-1
/
+1
*
netfilter: cttimeout: remove superfluous check on layer 4 netlink functions
Pablo Neira Ayuso
2018-09-17
1
-3
/
+0
*
netfilter: nf_tables: rework ct timeout set support
Florian Westphal
2018-08-29
1
-30
/
+29
*
netfilter: nft_ct: make l3 protocol field optional for timeout object
Harsha Sharma
2018-08-16
1
-3
/
+4
*
netfilter: nft_ct: enable conntrack for helpers
Pablo Neira Ayuso
2018-08-07
1
-0
/
+14
*
netfilter: nft_ct: add ct timeout support
Harsha Sharma
2018-08-07
1
-1
/
+203
*
netfilter: Remove useless param helper of nf_ct_helper_ext_add
Gao Feng
2018-07-18
1
-1
/
+1
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2018-06-03
1
-8
/
+12
|
\
|
*
netfilter: nf_tables: fix NULL pointer dereference on nft_ct_helper_obj_dump()
Taehee Yoo
2018-05-17
1
-8
/
+12
*
|
netfilter: nf_tables: pass context to object destroy indirection
Pablo Neira Ayuso
2018-06-03
1
-1
/
+2
|
/
*
netfilter: nft_ct: add NFT_CT_{SRC,DST}_{IP,IP6}
Pablo Neira Ayuso
2018-03-20
1
-0
/
+38
*
netfilter: nf_tables: add single table list for all families
Pablo Neira Ayuso
2018-01-10
1
-8
/
+8
*
netfilter: conntrack: move nf_ct_netns_{get,put}() to core
Pablo Neira Ayuso
2017-11-06
1
-36
/
+3
*
netfilter: nf_tables: add select_ops for stateful objects
Pablo M. Bermudo Garay
2017-09-04
1
-6
/
+12
*
netfilter: introduce nf_conntrack_helper_put helper function
Liping Zhang
2017-05-15
1
-2
/
+2
*
netfilter: nft_ct: allow to set ctnetlink event types of a connection
Florian Westphal
2017-04-19
1
-1
/
+24
*
netfilter: kill the fake untracked conntrack objects
Florian Westphal
2017-04-15
1
-8
/
+6
*
netfilter: Remove exceptional & on function name
Arushi Singhal
2017-04-07
1
-1
/
+1
[next]