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
/
nft_ct.c
Age
Commit message (
Expand
)
Author
2016-07-24
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next
David S. Miller
2016-07-22
netfilter: conntrack: support a fixed size of 128 distinct labels
Florian Westphal
2016-07-19
netfilter: nft_ct: fix unpaired nf_connlabels_get/put call
Liping Zhang
2016-07-11
netfilter: nft_ct: make byte/packet expr more friendly
Liping Zhang
2016-07-08
netfilter: nft_ct: fix expiration getter
Florian Westphal
2016-05-05
netfilter: nftables: add connlabel set support
Florian Westphal
2016-04-18
netfilter: connlabels: change nf_connlabels_get bit arg to 'highest used'
Florian Westphal
2016-01-14
netfilter: nft_ct: keep counters away from CONFIG_NF_CONNTRACK_LABELS
Pablo Neira Ayuso
2016-01-08
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next
David S. Miller
2016-01-08
netfilter: nft_ct: add byte/packet counter support
Florian Westphal
2015-12-18
netfilter: nft_ct: include direction when dumping NFT_CT_L3PROTOCOL key
Florian Westphal
2015-04-13
netfilter: nf_tables: switch registers to 32 bit addressing
Patrick McHardy
2015-04-13
netfilter: nf_tables: add register parsing/dumping helpers
Patrick McHardy
2015-04-13
netfilter: nf_tables: convert expressions to u32 register pointers
Patrick McHardy
2015-04-13
netfilter: nf_tables: get rid of NFT_REG_VERDICT usage
Patrick McHardy
2015-04-13
netfilter: nf_tables: introduce nft_validate_register_load()
Patrick McHardy
2015-04-13
netfilter: nf_tables: kill nft_validate_output_register()
Patrick McHardy
2015-04-13
netfilter: nf_tables: rename nft_validate_data_load()
Patrick McHardy
2015-04-13
netfilter: nf_tables: validate len in nft_validate_data_load()
Patrick McHardy
2015-04-08
netfilter: Fix switch statement warnings with recent gcc.
David Miller
2014-04-02
netfilter: nft_ct: split nft_ct_init() into two functions for get/set
Patrick McHardy
2014-04-02
netfilter: nft_ct: add missing ifdef for NFT_MARK setting
Patrick McHardy
2014-03-08
netfilter: nft_ct: remove family from struct nft_ct
Patrick McHardy
2014-03-08
netfilter: nf_tables: restore context for expression destructors
Patrick McHardy
2014-02-19
netfilter: nft_ct: labels get support
Florian Westphal
2014-02-06
netfilter: nft_ct: fix missing NFT_CT_L3PROTOCOL key in validity checks
Patrick McHardy
2014-02-05
netfilter: nft_ct: fix unconditional dump of 'dir' attr
Arturo Borrero
2014-01-15
netfilter: nft_ct: fix compilation warning if NF_CONNTRACK_MARK is not set
Kristian Evensen
2014-01-09
netfilter: nft_ct: Add support to set the connmark
Kristian Evensen
2014-01-07
netfilter: nft_ct: load both IPv4 and IPv6 conntrack modules for NFPROTO_INET
Patrick McHardy
2013-10-14
netfilter: nf_tables: expression ops overloading
Patrick McHardy
2013-10-14
netfilter: add nftables
Patrick McHardy