Sign in
android-kvm
/
linux
/
71d6c505b4d9e6f76586350450e785e3d452b346
/
net
/
netfilter
/
xt_CT.c
d2912cb
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500
by Thomas Gleixner
· 6 years ago
717700d
netfilter: Export nf_ct_{set,destroy}_timeout()
by Yi-Hung Wei
· 6 years ago
4a60dc7
netfilter: conntrack: remove nf_ct_l4proto_find_get
by Florian Westphal
· 6 years ago
dd2934a
netfilter: conntrack: remove l3->l4 mapping information
by Florian Westphal
· 6 years ago
6c1fd7d
netfilter: cttimeout: decouple timeout policy from nfnetlink_cttimeout object
by Pablo Neira Ayuso
· 7 years ago
440534d
netfilter: Remove useless param helper of nf_ct_helper_ext_add
by Gao Feng
· 7 years ago
8f4d19a
netfilter: xt_CT: Reject the non-null terminated string from user space
by Gao Feng
· 7 years ago
11f7aee
netfilter: xt_CT: use pr ratelimiting
by Florian Westphal
· 7 years ago
b3480fe
netfilter: conntrack: make protocol tracker pointers const
by Florian Westphal
· 8 years ago
d91fc59
netfilter: introduce nf_conntrack_helper_put helper function
by Liping Zhang
· 8 years ago
4d89ac2
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf
by David S. Miller
· 8 years ago
470acf5
netfilter: xt_CT: fix refcnt leak on error path
by Gao Feng
· 8 years ago
cc41c84
netfilter: kill the fake untracked conntrack objects
by Florian Westphal
· 8 years ago
a9e419d
netfilter: merge ctinfo into nfct pointer storage area
by Florian Westphal
· 8 years ago
c74454f
netfilter: add and use nf_ct_set helper
by Florian Westphal
· 8 years ago
cb9c683
skbuff: add and use skb_nfct helper
by Florian Westphal
· 8 years ago
ec23189
xtables: extend matches and targets with .usersize
by Willem de Bruijn
· 8 years ago
ecb2421
netfilter: add and use nf_ct_netns_get/put
by Florian Westphal
· 8 years ago
19576c9
netfilter: cttimeout: add netns support
by Pablo Neira
· 9 years ago
ae2d708
netfilter: conntrack: fix crash on timeout object removal
by Pablo Neira Ayuso
· 9 years ago
403d89a
netfilter: xt_CT: don't put back reference to timeout policy object
by Pablo Neira Ayuso
· 9 years ago
53cfd05
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf
by David S. Miller
· 10 years ago
9cf94ea
netfilter: conntrack: use nf_ct_tmpl_free in CT/synproxy error paths
by Daniel Borkmann
· 10 years ago
81bf1c6
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
by Pablo Neira Ayuso
· 10 years ago
5e8018f
netfilter: nf_conntrack: add efficient mark to zone mapping
by Daniel Borkmann
· 10 years ago
deedb59
netfilter: nf_conntrack: add direction support for zones
by Daniel Borkmann
· 10 years ago
308ac91
netfilter: nf_conntrack: push zone object into functions
by Daniel Borkmann
· 10 years ago
1a727c6
netfilter: nf_conntrack: checking for IS_ERR() instead of NULL
by Dan Carpenter
· 10 years ago
0838aa7
netfilter: fix netns dependencies with conntrack templates
by Pablo Neira Ayuso
· 10 years ago
e53376b
netfilter: nf_conntrack: don't release a conntrack with non-zero refcnt
by Pablo Neira Ayuso
· 11 years ago
14abfa1
netfilter: xt_CT: fix error value in xt_ct_tg_check()
by Eric Leblond
· 11 years ago
27e7190
netfilter: xt_CT: optimize XT_CT_NOTRACK
by Eric Dumazet
· 12 years ago
5474f57
netfilter: xt_CT: add alias flag
by Pablo Neira Ayuso
· 12 years ago
d52ed43
netfilter: xt_CT: merge common code of revision 0 and 1
by Pablo Neira Ayuso
· 12 years ago
4610476
netfilter: xt_CT: fix unset return value if conntrack zone are disabled
by Pablo Neira Ayuso
· 12 years ago
10db906
netfilter: xt_CT: recover NOTRACK target support
by Pablo Neira Ayuso
· 12 years ago
252b3e8
netfilter: xt_CT: fix crash while destroy ct templates
by Pablo Neira Ayuso
· 12 years ago
0153d5a
netfilter: xt_CT: fix timeout setting with IPv6
by Pablo Neira Ayuso
· 12 years ago
236df00
netfilter: xt_CT: refactorize xt_ct_tg_check
by Pablo Neira Ayuso
· 13 years ago
1afc567
netfilter: nf_ct_helper: implement variable length helper private data
by Pablo Neira Ayuso
· 13 years ago
1a52099
netfilter: xt_CT: remove redundant header include
by Eldad Zack
· 13 years ago
6cf5185
netfilter: xt_CT: fix wrong checking in the timeout assignment path
by Pablo Neira Ayuso
· 13 years ago
ee14186
netfilter: xt_CT: fix missing put timeout object in error path
by Pablo Neira Ayuso
· 13 years ago
ca53e44
netfilter: xt_CT: allocation has to be GFP_ATOMIC under rcu_read_lock section
by Pablo Neira Ayuso
· 13 years ago
44b52bc
netfilter: xt_CT: remove a compile warning
by Pablo Neira Ayuso
· 13 years ago
eeb4cb9
netfilter: xt_CT: fix assignation of the generic protocol tracker
by Pablo Neira Ayuso
· 13 years ago
1ac0bf9
netfilter: xt_CT: missing rcu_read_lock section in timeout assignment
by Pablo Neira Ayuso
· 13 years ago
c1ebd7d
netfilter: cttimeout: fix dependency with l4protocol conntrack module
by Pablo Neira Ayuso
· 13 years ago
24de58f
netfilter: xt_CT: allow to attach timeout policy + glue code
by Pablo Neira Ayuso
· 13 years ago
9bf0464
netfilter: revert user-space expectation helper support
by Pablo Neira Ayuso
· 13 years ago
3d058d7
netfilter: rework user-space expectation helper support
by Pablo Neira Ayuso
· 13 years ago
a7fed76
netfilter: xt_CT: provide info on why a rule was rejected
by Jan Engelhardt
· 14 years ago
2606fd1
secmark: make secmark object handling generic
by Eric Paris
· 14 years ago
5bfddbd
netfilter: nf_conntrack: IPS_UNTRACKED bit
by Eric Dumazet
· 15 years ago
4b560b4
netfilter: xtables: substitute temporary defines by final name
by Jan Engelhardt
· 16 years ago
6291055
Merge branch 'master' of /repos/git/net-next-2.6
by Patrick McHardy
· 15 years ago
5a0e3ad
include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h
by Tejun Heo
· 15 years ago
4a5a5c7
netfilter: xtables: slightly better error reporting
by Jan Engelhardt
· 15 years ago
d6b00a5
netfilter: xtables: change targets to return error code
by Jan Engelhardt
· 15 years ago
135367b
netfilter: xtables: change xt_target.checkentry return type
by Jan Engelhardt
· 15 years ago
7d5f7ed
netfilter: xtables: do without explicit XT_ALIGN
by Jan Engelhardt
· 15 years ago
076f783
netfilter: xt_CT: par->family is an nfproto
by Jan Engelhardt
· 15 years ago
5d0aa2c
netfilter: nf_conntrack: add support for "conntrack zones"
by Patrick McHardy
· 15 years ago
84f3bb9
netfilter: xtables: add CT target
by Patrick McHardy
· 15 years ago