summaryrefslogtreecommitdiff
path: root/net/netfilter/nf_conntrack_proto_gre.c
Commit message (Expand)AuthorAge
* netfilter: conntrack: timeouts can be constFlorian Westphal2018-01-08
* netfilter: conntrack: l4 protocol trackers can be constFlorian Westphal2018-01-08
* netfilter: conntrack: remove pf argument from l4 packet functionsFlorian Westphal2017-10-24
* netfilter: remove unused hooknum arg from packet functionsFlorian Westphal2017-09-04
* netfilter: conntrack: print_conntrack only needed if CONFIG_NF_CONNTRACK_PROCFSFlorian Westphal2017-08-24
* netfilter: conntrack: place print_tuple in procfs partFlorian Westphal2017-08-24
* netfilter: conntrack: remove protocol name from l4proto structFlorian Westphal2017-08-24
* netns: make struct pernet_operations::id unsigned intAlexey Dobriyan2016-11-18
* netfilter: conntrack: simplify init/uninit of L4 protocol trackersDavide Caratti2016-11-09
* netfilter: gre: Use consistent GRE and PTTP header structure instead of the o...Gao Feng2016-09-07
* netfilter: gre: Use consistent GRE_* macros instead of ones defined by netfil...Gao Feng2016-09-07
* netfilter: nf_conntrack: Add a struct net parameter to l4_pkt_to_tupleEric W. Biederman2015-09-18
* netfilter: Convert print_tuple functions to return voidJoe Perches2014-11-05
* netfilter: Remove return values for print_conntrack callbacksSteven Rostedt (Red Hat)2014-11-05
* netfilter: nf_conntrack: flush net_gre->keymap_list only from gre helperAndrey Vagin2014-04-08
* netfilter: add my copyright statementsPatrick McHardy2013-04-18
* netfilter: nf_conntrack: register pernet subsystem before register L4 protoGao feng2013-03-15
* netfilter: nf_conntrack: refactor l4proto support for netnsGao feng2013-01-23
* netfilter: nf_conntrack: prepare l4proto->init_net cleanupGao feng2012-06-27
* netfilter: nf_ct_helper: implement variable length helper private dataPablo Neira Ayuso2012-06-16
* netfilter: nf_conntrack: add namespace support for cttimeoutGao feng2012-06-07
* netfilter: nf_ct_gre: use new namespace supportGao feng2012-06-07
* netfilter: nf_conntrack: prepare namespace support for l4 protocol trackersGao feng2012-06-07
* nf_conntrack_proto_gre: Stop using NLA_PUT*().David S. Miller2012-04-01
* netfilter: add cttimeout infrastructure for fine timeout tuningPablo Neira Ayuso2012-03-07
* netfilter: nf_conntrack: pass timeout array to l4->new and l4->packetPablo Neira Ayuso2012-03-07
* netfilter: nf_ct_gre: add unsigned int array to define timeoutsPablo Neira Ayuso2012-03-07
* net:netfilter: use IS_ENABLEDIgor Maravić2011-12-16
* netfilter: nf_conntrack: fix event flooding in GRE protocol trackerFlorian Westphal2011-10-03
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-30
* netfilter: nf_conntrack: split up IPCT_STATUS eventPatrick McHardy2010-02-03
* net: Simplify conntrack_proto_gre pernet operations.Eric W. Biederman2009-12-01
* netns: net_identifiers should be read_mostlyEric Dumazet2009-11-18
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/...Patrick McHardy2009-06-11
|\
| * net: skb->dst accessorsEric Dumazet2009-06-03
* | netfilter: nf_conntrack: use per-conntrack locks for protocol dataPatrick McHardy2009-06-10
|/
* netfilter: nf_conntrack: calculate per-protocol nlattr sizeHolger Eitzenberger2009-03-25
* netfilter: nf_conntrack_proto_gre: spread __exitAlexey Dobriyan2008-11-20
* netfilter: nf_conntrack_proto_gre: switch to register_pernet_gen_subsys()Alexey Dobriyan2008-10-30
* netfilter: netns nf_conntrack: GRE conntracking in netnsAlexey Dobriyan2008-10-08
* netfilter: netns nf_conntrack: pass conntrack to nf_conntrack_event_cache() n...Alexey Dobriyan2008-10-08
* netfilter: Use unsigned types for hooknum and pf varsJan Engelhardt2008-10-08
* netfilter: nf_conntrack_gre: nf_ct_gre_keymap_flush() fixletAlexey Dobriyan2008-09-07
* netfilter: nf_conntrack_gre: more locking around keymap listAlexey Dobriyan2008-09-07
* [NETFILTER]: nf_conntrack: replace NF_CT_DUMP_TUPLE macro indrection by funct...Jan Engelhardt2008-04-14
* [NETFILTER]: nf_conntrack: use bool type in struct nf_conntrack_l4protoJan Engelhardt2008-04-14
* [NETFILTER]: nf_{conntrack,nat}_proto_gre: annotate with constJan Engelhardt2008-01-31
* [NETFILTER]: ctnetlink: use netlink policyPatrick McHardy2007-10-10
* [NETFILTER]: nfnetlink: rename functions containing 'nfattr'Patrick McHardy2007-10-10
* [NETFILTER]: nf_conntrack: mark protocols __read_mostlyPatrick McHardy2007-07-14