summaryrefslogtreecommitdiff
path: root/net/netfilter/nf_conntrack_proto_gre.c
AgeCommit message (Expand)Author
2019-07-16netfilter: Update obsolete comments referring to ip_conntrackYonatan Goldschmidt
2019-05-21treewide: Add SPDX license identifier for missed filesThomas Gleixner
2019-01-18netfilter: conntrack: remove l4proto destroy hookFlorian Westphal
2019-01-18netfilter: conntrack: remove l4proto init and get_net callbacksFlorian Westphal
2019-01-18netfilter: conntrack: unify sysctl handlingFlorian Westphal
2019-01-18netfilter: conntrack: remove remaining l4proto indirect packet callsFlorian Westphal
2019-01-18netfilter: conntrack: remove module owner fieldFlorian Westphal
2019-01-18netfilter: conntrack: remove pkt_to_tuple callbackFlorian Westphal
2019-01-18netfilter: conntrack: gre: switch module to be built-inFlorian Westphal
2019-01-18netfilter: conntrack: gre: convert rwlock to rcuFlorian Westphal
2018-12-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller
2018-12-21netfilter: conntrack: register sysctl table for greYafang Shao
2018-11-26netfilter: nfnetlink_cttimeout: fetch timeouts for udplite and gre, tooFlorian Westphal
2018-09-20netfilter: conntrack: remove l3->l4 mapping informationFlorian Westphal
2018-09-20netfilter: conntrack: remove unused proto arg from netns init functionsFlorian Westphal
2018-09-20netfilter: conntrack: deconstify packet callback skb pointerFlorian Westphal
2018-09-20netfilter: conntrack: remove the l4proto->new() functionFlorian Westphal
2018-09-20netfilter: conntrack: pass nf_hook_state to packet and error handlersFlorian Westphal
2018-09-11netfilter: conntrack: timeout interface depend on CONFIG_NF_CONNTRACK_TIMEOUTPablo Neira Ayuso
2018-07-16netfilter: conntrack: remove get_timeout() indirectionFlorian Westphal
2018-07-16netfilter: conntrack: avoid calls to l4proto invert_tupleFlorian Westphal
2018-01-08netfilter: conntrack: timeouts can be constFlorian Westphal
2018-01-08netfilter: conntrack: l4 protocol trackers can be constFlorian Westphal
2017-10-24netfilter: conntrack: remove pf argument from l4 packet functionsFlorian Westphal
2017-09-04netfilter: remove unused hooknum arg from packet functionsFlorian Westphal
2017-08-24netfilter: conntrack: print_conntrack only needed if CONFIG_NF_CONNTRACK_PROCFSFlorian Westphal
2017-08-24netfilter: conntrack: place print_tuple in procfs partFlorian Westphal
2017-08-24netfilter: conntrack: remove protocol name from l4proto structFlorian Westphal
2016-11-18netns: make struct pernet_operations::id unsigned intAlexey Dobriyan
2016-11-09netfilter: conntrack: simplify init/uninit of L4 protocol trackersDavide Caratti
2016-09-07netfilter: gre: Use consistent GRE and PTTP header structure instead of the o...Gao Feng
2016-09-07netfilter: gre: Use consistent GRE_* macros instead of ones defined by netfil...Gao Feng
2015-09-18netfilter: nf_conntrack: Add a struct net parameter to l4_pkt_to_tupleEric W. Biederman
2014-11-05netfilter: Convert print_tuple functions to return voidJoe Perches
2014-11-05netfilter: Remove return values for print_conntrack callbacksSteven Rostedt (Red Hat)
2014-04-08netfilter: nf_conntrack: flush net_gre->keymap_list only from gre helperAndrey Vagin
2013-04-18netfilter: add my copyright statementsPatrick McHardy
2013-03-15netfilter: nf_conntrack: register pernet subsystem before register L4 protoGao feng
2013-01-23netfilter: nf_conntrack: refactor l4proto support for netnsGao feng
2012-06-27netfilter: nf_conntrack: prepare l4proto->init_net cleanupGao feng
2012-06-16netfilter: nf_ct_helper: implement variable length helper private dataPablo Neira Ayuso
2012-06-07netfilter: nf_conntrack: add namespace support for cttimeoutGao feng
2012-06-07netfilter: nf_ct_gre: use new namespace supportGao feng
2012-06-07netfilter: nf_conntrack: prepare namespace support for l4 protocol trackersGao feng
2012-04-01nf_conntrack_proto_gre: Stop using NLA_PUT*().David S. Miller
2012-03-07netfilter: add cttimeout infrastructure for fine timeout tuningPablo Neira Ayuso
2012-03-07netfilter: nf_conntrack: pass timeout array to l4->new and l4->packetPablo Neira Ayuso
2012-03-07netfilter: nf_ct_gre: add unsigned int array to define timeoutsPablo Neira Ayuso
2011-12-16net:netfilter: use IS_ENABLEDIgor Maravić
2011-10-03netfilter: nf_conntrack: fix event flooding in GRE protocol trackerFlorian Westphal