Sign in
android-kvm
/
linux
/
547be963c99f1e9ebc1cfabf630f64601a98dd00
/
net
/
netfilter
/
nfnetlink_cttimeout.c
ace53fd
netfilter: conntrack: remove __nf_ct_unconfirmed_destroy
by Florian Westphal
· 3 years ago
42df4fb
netfilter: cttimeout: decouple unlink and free on netns destruction
by Florian Westphal
· 3 years ago
17438b4
netfilter: remove nf_ct_unconfirmed_destroy helper
by Florian Westphal
· 3 years ago
78222ba
netfilter: cttimeout: decouple unlink and free on netns destruction
by Florian Westphal
· 3 years ago
523895e
netfilter: cttimeout: inc/dec module refcount per object, not per use refcount
by Florian Westphal
· 3 years ago
7afa388
netfilter: cttimeout: use option structure
by Florian Westphal
· 3 years, 2 months ago
e0241ae
netfilter: use nfnetlink_unicast()
by Pablo Neira Ayuso
· 3 years, 11 months ago
50f2db9
netfilter: nfnetlink: consolidate callback types
by Pablo Neira Ayuso
· 4 years ago
a655536
netfilter: nfnetlink: add struct nfnl_info and pass it to callbacks
by Pablo Neira Ayuso
· 4 years ago
ebfbe67
netfilter: cttimeout: use net_generic infra
by Florian Westphal
· 4 years ago
19c28b1
netfilter: add helper function to set up the nfnetlink header and use it
by Pablo Neira Ayuso
· 4 years ago
954d829
netfilter: Use fallthrough pseudo-keyword
by Gustavo A. R. Silva
· 4 years, 9 months ago
e97150d
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 77
by Thomas Gleixner
· 6 years ago
8cb0817
netlink: make validation more configurable for future strictness
by Johannes Berg
· 6 years ago
ae0be8d
netlink: make nla_nest_start() add NLA_F_NESTED flag
by Michal Kubecek
· 6 years ago
4a60dc7
netfilter: conntrack: remove nf_ct_l4proto_find_get
by Florian Westphal
· 6 years ago
b184356
netfilter: conntrack: remove module owner field
by Florian Westphal
· 6 years ago
22fc4c4
netfilter: conntrack: gre: switch module to be built-in
by Florian Westphal
· 6 years ago
8925908
netfilter: nfnetlink_cttimeout: fetch timeouts for udplite and gre, too
by Florian Westphal
· 6 years ago
8866df9
netfilter: nfnetlink_cttimeout: pass default timeout policy to obj_to_nlattr
by Pablo Neira Ayuso
· 6 years ago
ea9cf2a
netfilter: cttimeout: remove set but not used variable 'l3num'
by YueHaibing
· 6 years ago
dd2934a
netfilter: conntrack: remove l3->l4 mapping information
by Florian Westphal
· 7 years ago
4430b89
netfilter: cttimeout: remove superfluous check on layer 4 netlink functions
by Pablo Neira Ayuso
· 7 years ago
99e25d0
netfilter: cttimeout: ctnl_timeout_find_get() returns incorrect pointer to type
by Pablo Neira Ayuso
· 7 years ago
6c1fd7d
netfilter: cttimeout: decouple timeout policy from nfnetlink_cttimeout object
by Pablo Neira Ayuso
· 7 years ago
4e665af
netfilter: cttimeout: move ctnl_untimeout to nf_conntrack
by Harsha Sharma
· 7 years ago
c753032
netfilter: cttimeout: Make NF_CT_NETLINK_TIMEOUT depend on NF_CONNTRACK_TIMEOUT
by Harsha Sharma
· 7 years ago
c779e84
netfilter: conntrack: remove get_timeout() indirection
by Florian Westphal
· 7 years ago
f957be9
netfilter: conntrack: remove ctnetlink callbacks from l3 protocol trackers
by Florian Westphal
· 7 years ago
8039ab4
netfilter: cttimeout: remove VLA usage
by Gustavo A. R. Silva
· 7 years ago
e553116
netfilter: remove messages print and boot/module load time
by Pablo Neira Ayuso
· 7 years ago
b3480fe
netfilter: conntrack: make protocol tracker pointers const
by Florian Westphal
· 8 years ago
2a04aabf
netfilter: constify nf_conntrack_l3/4proto parameters
by Julia Lawall
· 8 years ago
8465798
netfilter: add and use nf_ct_unconfirmed_destroy
by Florian Westphal
· 8 years ago
0b35f60
netfilter: Remove duplicated rcu_read_lock.
by Taehee Yoo
· 8 years ago
04ba724
netfilter: nfnetlink: extended ACK reporting
by Pablo Neira Ayuso
· 8 years ago
3415815
netfilter: cttimeout: use nf_ct_iterate_cleanup_net to unlink timeout objs
by Liping Zhang
· 8 years ago
a01aa92
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next
by David S. Miller
· 8 years ago
fceb643
netlink: pass extended ACK struct to parsing functions
by Johannes Berg
· 8 years ago
dedb67c
netfilter: Add nfnl_msg_type() helper function
by Pablo Neira Ayuso
· 8 years ago
6f14f44
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 8 years ago
3b7dabf
netfilter: invoke synchronize_rcu after set the _hook_ to NULL
by Liping Zhang
· 8 years ago
b54ab92
netfilter: refcounter conversions
by Reshetova, Elena
· 8 years ago
533e330
netfilter: cttimeout: unlink timeout objs in the unconfirmed ct lists
by Liping Zhang
· 9 years ago
23aaba5
netfilter: cttimeout: put back l4proto when replacing timeout policy
by Liping Zhang
· 9 years ago
93fac10
netfilter: nfnetlink: use list_for_each_entry_safe to delete all objects
by Liping Zhang
· 9 years ago
b75911b
netfilter: cttimeout: fix use after free error when delete netns
by Liping Zhang
· 9 years ago
474803d
netfilter: cttimeout: unlink timeout obj again when hash resize happen
by Liping Zhang
· 9 years ago
56d52d4
netfilter: conntrack: use a single hashtable for all namespaces
by Florian Westphal
· 9 years ago
53c520c
netfilter: cttimeout: fix deadlock due to erroneous unlock/lock conversion
by Florian Westphal
· 9 years ago
b16c291
netfilter: nf_conntrack: use safer way to lock all buckets
by Sasha Levin
· 9 years ago
7b8002a
netfilter: nfnetlink: pass down netns pointer to call() and call_rcu()
by Pablo Neira Ayuso
· 9 years ago
19576c9
netfilter: cttimeout: add netns support
by Pablo Neira
· 9 years ago
4302f5e
nfnetlink_cttimeout: add rcu_barrier() on module removal
by Pablo Neira Ayuso
· 9 years ago
ae2d708
netfilter: conntrack: fix crash on timeout object removal
by Pablo Neira Ayuso
· 9 years ago
91cb498e
netfilter: cttimeout: allow to set/get default protocol timeouts
by Pablo Neira Ayuso
· 12 years ago
130ffbc
netfilter: check return code from nla_parse_tested
by Daniel Borkmann
· 12 years ago
37bc4f8
netfilter: nfnetlink_cttimeout: fix incomplete dumping of objects
by Pablo Neira Ayuso
· 12 years ago
e93b5f9
netfilter: cttimeout: fix buffer overflow
by Florian Westphal
· 12 years ago
15e4730
netlink: Rename pid to portid to avoid confusion
by Eric W. Biederman
· 13 years ago
8264deb
netfilter: nf_conntrack: add namespace support for cttimeout
by Gao feng
· 13 years ago
48f03bd
nfnetlink_cttimeout: Stop using NLA_PUT*().
by David S. Miller
· 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
dd70507
netfilter: nf_ct_ext: add timeout extension
by Pablo Neira Ayuso
· 13 years ago
5097846
netfilter: add cttimeout infrastructure for fine timeout tuning
by Pablo Neira Ayuso
· 13 years ago