summaryrefslogtreecommitdiff
path: root/net/netfilter/nf_conntrack_proto_gre.c
AgeCommit message (Expand)Author
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
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2010-02-03netfilter: nf_conntrack: split up IPCT_STATUS eventPatrick McHardy
2009-12-01net: Simplify conntrack_proto_gre pernet operations.Eric W. Biederman
2009-11-18netns: net_identifiers should be read_mostlyEric Dumazet
2009-06-11Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/...Patrick McHardy
2009-06-10netfilter: nf_conntrack: use per-conntrack locks for protocol dataPatrick McHardy
2009-06-03net: skb->dst accessorsEric Dumazet
2009-03-25netfilter: nf_conntrack: calculate per-protocol nlattr sizeHolger Eitzenberger
2008-11-20netfilter: nf_conntrack_proto_gre: spread __exitAlexey Dobriyan
2008-10-30netfilter: nf_conntrack_proto_gre: switch to register_pernet_gen_subsys()Alexey Dobriyan
2008-10-08netfilter: netns nf_conntrack: GRE conntracking in netnsAlexey Dobriyan
2008-10-08netfilter: netns nf_conntrack: pass conntrack to nf_conntrack_event_cache() n...Alexey Dobriyan
2008-10-08netfilter: Use unsigned types for hooknum and pf varsJan Engelhardt
2008-09-07netfilter: nf_conntrack_gre: nf_ct_gre_keymap_flush() fixletAlexey Dobriyan
2008-09-07netfilter: nf_conntrack_gre: more locking around keymap listAlexey Dobriyan
2008-04-14[NETFILTER]: nf_conntrack: replace NF_CT_DUMP_TUPLE macro indrection by funct...Jan Engelhardt
2008-04-14[NETFILTER]: nf_conntrack: use bool type in struct nf_conntrack_l4protoJan Engelhardt
2008-01-31[NETFILTER]: nf_{conntrack,nat}_proto_gre: annotate with constJan Engelhardt
2007-10-10[NETFILTER]: ctnetlink: use netlink policyPatrick McHardy
2007-10-10[NETFILTER]: nfnetlink: rename functions containing 'nfattr'Patrick McHardy
2007-07-14[NETFILTER]: nf_conntrack: mark protocols __read_mostlyPatrick McHardy
2007-07-10[NETFILTER]: Convert DEBUGP to pr_debugPatrick McHardy
2007-06-07[NETFILTER]: nf_conntrack: fix helper module unload racesPatrick McHarrdy