summaryrefslogtreecommitdiffstats
path: root/net/netfilter/nf_conntrack_proto_gre.c
Commit message (Expand)AuthorAgeFilesLines
* netns: make struct pernet_operations::id unsigned intAlexey Dobriyan2016-11-181-1/+1
* netfilter: conntrack: simplify init/uninit of L4 protocol trackersDavide Caratti2016-11-091-5/+6
* netfilter: gre: Use consistent GRE and PTTP header structure instead of the o...Gao Feng2016-09-071-6/+6
* netfilter: gre: Use consistent GRE_* macros instead of ones defined by netfil...Gao Feng2016-09-071-2/+2
* netfilter: nf_conntrack: Add a struct net parameter to l4_pkt_to_tupleEric W. Biederman2015-09-181-2/+1
* netfilter: Convert print_tuple functions to return voidJoe Perches2014-11-051-5/+5
* netfilter: Remove return values for print_conntrack callbacksSteven Rostedt (Red Hat)2014-11-051-4/+4
* netfilter: nf_conntrack: flush net_gre->keymap_list only from gre helperAndrey Vagin2014-04-081-2/+1
* netfilter: add my copyright statementsPatrick McHardy2013-04-181-0/+1
* netfilter: nf_conntrack: register pernet subsystem before register L4 protoGao feng2013-03-151-6/+6
* netfilter: nf_conntrack: refactor l4proto support for netnsGao feng2013-01-231-4/+19
* netfilter: nf_conntrack: prepare l4proto->init_net cleanupGao feng2012-06-271-1/+1
* netfilter: nf_ct_helper: implement variable length helper private dataPablo Neira Ayuso2012-06-161-8/+8
* netfilter: nf_conntrack: add namespace support for cttimeoutGao feng2012-06-071-3/+5
* netfilter: nf_ct_gre: use new namespace supportGao feng2012-06-071-21/+34
* netfilter: nf_conntrack: prepare namespace support for l4 protocol trackersGao feng2012-06-071-3/+3
* nf_conntrack_proto_gre: Stop using NLA_PUT*().David S. Miller2012-04-011-4/+5
* netfilter: add cttimeout infrastructure for fine timeout tuningPablo Neira Ayuso2012-03-071-0/+55
* netfilter: nf_conntrack: pass timeout array to l4->new and l4->packetPablo Neira Ayuso2012-03-071-4/+11
* netfilter: nf_ct_gre: add unsigned int array to define timeoutsPablo Neira Ayuso2012-03-071-4/+12
* net:netfilter: use IS_ENABLEDIgor Maravić2011-12-161-1/+1
* netfilter: nf_conntrack: fix event flooding in GRE protocol trackerFlorian Westphal2011-10-031-2/+2
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* netfilter: nf_conntrack: split up IPCT_STATUS eventPatrick McHardy2010-02-031-1/+1
* net: Simplify conntrack_proto_gre pernet operations.Eric W. Biederman2009-12-011-14/+6
* netns: net_identifiers should be read_mostlyEric Dumazet2009-11-181-1/+1
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/...Patrick McHardy2009-06-111-1/+1
|\
| * net: skb->dst accessorsEric Dumazet2009-06-031-1/+1
* | netfilter: nf_conntrack: use per-conntrack locks for protocol dataPatrick McHardy2009-06-101-2/+1
|/
* netfilter: nf_conntrack: calculate per-protocol nlattr sizeHolger Eitzenberger2009-03-251-0/+1
* netfilter: nf_conntrack_proto_gre: spread __exitAlexey Dobriyan2008-11-201-1/+1
* netfilter: nf_conntrack_proto_gre: switch to register_pernet_gen_subsys()Alexey Dobriyan2008-10-301-2/+2
* netfilter: netns nf_conntrack: GRE conntracking in netnsAlexey Dobriyan2008-10-081-23/+74
* netfilter: netns nf_conntrack: pass conntrack to nf_conntrack_event_cache() n...Alexey Dobriyan2008-10-081-1/+1
* netfilter: Use unsigned types for hooknum and pf varsJan Engelhardt2008-10-081-1/+1
* netfilter: nf_conntrack_gre: nf_ct_gre_keymap_flush() fixletAlexey Dobriyan2008-09-071-4/+4
* netfilter: nf_conntrack_gre: more locking around keymap listAlexey Dobriyan2008-09-071-1/+5
* [NETFILTER]: nf_conntrack: replace NF_CT_DUMP_TUPLE macro indrection by funct...Jan Engelhardt2008-04-141-3/+3
* [NETFILTER]: nf_conntrack: use bool type in struct nf_conntrack_l4protoJan Engelhardt2008-04-141-13/+12
* [NETFILTER]: nf_{conntrack,nat}_proto_gre: annotate with constJan Engelhardt2008-01-311-2/+4
* [NETFILTER]: ctnetlink: use netlink policyPatrick McHardy2007-10-101-0/+1
* [NETFILTER]: nfnetlink: rename functions containing 'nfattr'Patrick McHardy2007-10-101-2/+2
* [NETFILTER]: nf_conntrack: mark protocols __read_mostlyPatrick McHardy2007-07-141-1/+1
* [NETFILTER]: Convert DEBUGP to pr_debugPatrick McHardy2007-07-101-17/+11
* [NETFILTER]: nf_conntrack: fix helper module unload racesPatrick McHarrdy2007-06-071-2/+0
* [NETFILTER]: nf_conntrack/nf_nat: fix incorrect config ifdefsPatrick McHardy2007-03-051-2/+1
* [NETFILTER]: nf_conntrack/nf_nat: add PPTP helper portPatrick McHardy2006-12-021-0/+305