aboutsummaryrefslogtreecommitdiffstats
path: root/net/netfilter/nf_conntrack_proto_gre.c
AgeCommit message (Expand)AuthorFilesLines
2023-07-05netfilter: conntrack: gre: don't set assured flag for clash entriesFlorian Westphal1-1/+9
2023-05-18netfilter: conntrack: allow insertion clash of gre protocolFaicker Mo1-0/+1
2021-07-02netfilter: conntrack: nf_ct_gre_keymap_flush() removalVasily Averin1-13/+0
2021-03-18netfilter: conntrack: Fix gre tunneling over ipv6Ludovic Senecaux1-3/+0
2019-07-16netfilter: Update obsolete comments referring to ip_conntrackYonatan Goldschmidt1-2/+0
2019-05-21treewide: Add SPDX license identifier for missed filesThomas Gleixner1-0/+1
2019-01-18netfilter: conntrack: remove l4proto destroy hookFlorian Westphal1-14/+0
2019-01-18netfilter: conntrack: remove l4proto init and get_net callbacksFlorian Westphal1-4/+1
2019-01-18netfilter: conntrack: unify sysctl handlingFlorian Westphal1-41/+1
2019-01-18netfilter: conntrack: remove remaining l4proto indirect packet callsFlorian Westphal1-6/+5
2019-01-18netfilter: conntrack: remove module owner fieldFlorian Westphal1-1/+0
2019-01-18netfilter: conntrack: remove pkt_to_tuple callbackFlorian Westphal1-3/+2
2019-01-18netfilter: conntrack: gre: switch module to be built-inFlorian Westphal1-75/+18
2019-01-18netfilter: conntrack: gre: convert rwlock to rcuFlorian Westphal1-22/+15
2018-12-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller1-1/+41
2018-12-21netfilter: conntrack: register sysctl table for greYafang Shao1-1/+41
2018-11-26netfilter: nfnetlink_cttimeout: fetch timeouts for udplite and gre, tooFlorian Westphal1-12/+2
2018-09-20netfilter: conntrack: remove l3->l4 mapping informationFlorian Westphal1-1/+3
2018-09-20netfilter: conntrack: remove unused proto arg from netns init functionsFlorian Westphal1-1/+1
2018-09-20netfilter: conntrack: deconstify packet callback skb pointerFlorian Westphal1-1/+1
2018-09-20netfilter: conntrack: remove the l4proto->new() functionFlorian Westphal1-21/+12
2018-09-20netfilter: conntrack: pass nf_hook_state to packet and error handlersFlorian Westphal1-1/+2
2018-09-11netfilter: conntrack: timeout interface depend on CONFIG_NF_CONNTRACK_TIMEOUTPablo Neira Ayuso1-4/+4
2018-07-16netfilter: conntrack: remove get_timeout() indirectionFlorian Westphal1-4/+10
2018-07-16netfilter: conntrack: avoid calls to l4proto invert_tupleFlorian Westphal1-10/+0
2018-01-08netfilter: conntrack: timeouts can be constFlorian Westphal1-1/+1
2018-01-08netfilter: conntrack: l4 protocol trackers can be constFlorian Westphal1-1/+1
2017-10-24netfilter: conntrack: remove pf argument from l4 packet functionsFlorian Westphal1-1/+0
2017-09-04netfilter: remove unused hooknum arg from packet functionsFlorian Westphal1-1/+0
2017-08-24netfilter: conntrack: print_conntrack only needed if CONFIG_NF_CONNTRACK_PROCFSFlorian Westphal1-0/+4
2017-08-24netfilter: conntrack: place print_tuple in procfs partFlorian Westphal1-10/+0
2017-08-24netfilter: conntrack: remove protocol name from l4proto structFlorian Westphal1-1/+0
2016-11-18netns: make struct pernet_operations::id unsigned intAlexey Dobriyan1-1/+1
2016-11-09netfilter: conntrack: simplify init/uninit of L4 protocol trackersDavide Caratti1-5/+6
2016-09-07netfilter: gre: Use consistent GRE and PTTP header structure instead of the o...Gao Feng1-6/+6
2016-09-07netfilter: gre: Use consistent GRE_* macros instead of ones defined by netfil...Gao Feng1-2/+2
2015-09-18netfilter: nf_conntrack: Add a struct net parameter to l4_pkt_to_tupleEric W. Biederman1-2/+1
2014-11-05netfilter: Convert print_tuple functions to return voidJoe Perches1-5/+5
2014-11-05netfilter: Remove return values for print_conntrack callbacksSteven Rostedt (Red Hat)1-4/+4
2014-04-08netfilter: nf_conntrack: flush net_gre->keymap_list only from gre helperAndrey Vagin1-2/+1
2013-04-18netfilter: add my copyright statementsPatrick McHardy1-0/+1
2013-03-15netfilter: nf_conntrack: register pernet subsystem before register L4 protoGao feng1-6/+6
2013-01-23netfilter: nf_conntrack: refactor l4proto support for netnsGao feng1-4/+19
2012-06-27netfilter: nf_conntrack: prepare l4proto->init_net cleanupGao feng1-1/+1
2012-06-16netfilter: nf_ct_helper: implement variable length helper private dataPablo Neira Ayuso1-8/+8
2012-06-07netfilter: nf_conntrack: add namespace support for cttimeoutGao feng1-3/+5
2012-06-07netfilter: nf_ct_gre: use new namespace supportGao feng1-21/+34
2012-06-07netfilter: nf_conntrack: prepare namespace support for l4 protocol trackersGao feng1-3/+3
2012-04-01nf_conntrack_proto_gre: Stop using NLA_PUT*().David S. Miller1-4/+5
2012-03-07netfilter: add cttimeout infrastructure for fine timeout tuningPablo Neira Ayuso1-0/+55
2012-03-07netfilter: nf_conntrack: pass timeout array to l4->new and l4->packetPablo Neira Ayuso1-4/+11
2012-03-07netfilter: nf_ct_gre: add unsigned int array to define timeoutsPablo Neira Ayuso1-4/+12
2011-12-16net:netfilter: use IS_ENABLEDIgor Maravić1-1/+1
2011-10-03netfilter: nf_conntrack: fix event flooding in GRE protocol trackerFlorian Westphal1-2/+2
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo1-0/+1
2010-02-03netfilter: nf_conntrack: split up IPCT_STATUS eventPatrick McHardy1-1/+1
2009-12-01net: Simplify conntrack_proto_gre pernet operations.Eric W. Biederman1-14/+6
2009-11-18netns: net_identifiers should be read_mostlyEric Dumazet1-1/+1
2009-06-11Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/...Patrick McHardy1-1/+1
2009-06-10netfilter: nf_conntrack: use per-conntrack locks for protocol dataPatrick McHardy1-2/+1
2009-06-03net: skb->dst accessorsEric Dumazet1-1/+1
2009-03-25netfilter: nf_conntrack: calculate per-protocol nlattr sizeHolger Eitzenberger1-0/+1
2008-11-20netfilter: nf_conntrack_proto_gre: spread __exitAlexey Dobriyan1-1/+1
2008-10-30netfilter: nf_conntrack_proto_gre: switch to register_pernet_gen_subsys()Alexey Dobriyan1-2/+2
2008-10-08netfilter: netns nf_conntrack: GRE conntracking in netnsAlexey Dobriyan1-23/+74
2008-10-08netfilter: netns nf_conntrack: pass conntrack to nf_conntrack_event_cache() n...Alexey Dobriyan1-1/+1
2008-10-08netfilter: Use unsigned types for hooknum and pf varsJan Engelhardt1-1/+1
2008-09-07netfilter: nf_conntrack_gre: nf_ct_gre_keymap_flush() fixletAlexey Dobriyan1-4/+4
2008-09-07netfilter: nf_conntrack_gre: more locking around keymap listAlexey Dobriyan1-1/+5
2008-04-14[NETFILTER]: nf_conntrack: replace NF_CT_DUMP_TUPLE macro indrection by funct...Jan Engelhardt1-3/+3
2008-04-14[NETFILTER]: nf_conntrack: use bool type in struct nf_conntrack_l4protoJan Engelhardt1-13/+12
2008-01-31[NETFILTER]: nf_{conntrack,nat}_proto_gre: annotate with constJan Engelhardt1-2/+4
2007-10-10[NETFILTER]: ctnetlink: use netlink policyPatrick McHardy1-0/+1
2007-10-10[NETFILTER]: nfnetlink: rename functions containing 'nfattr'Patrick McHardy1-2/+2
2007-07-14[NETFILTER]: nf_conntrack: mark protocols __read_mostlyPatrick McHardy1-1/+1
2007-07-10[NETFILTER]: Convert DEBUGP to pr_debugPatrick McHardy1-17/+11
2007-06-07[NETFILTER]: nf_conntrack: fix helper module unload racesPatrick McHarrdy1-2/+0
2007-03-05[NETFILTER]: nf_conntrack/nf_nat: fix incorrect config ifdefsPatrick McHardy1-2/+1
2006-12-02[NETFILTER]: nf_conntrack/nf_nat: add PPTP helper portPatrick McHardy1-0/+305