aboutsummaryrefslogtreecommitdiffstats
path: root/net/netfilter/nf_conntrack_proto_gre.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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 ones defined by netfilterGao Feng1-6/+6
2016-09-07netfilter: gre: Use consistent GRE_* macros instead of ones defined by netfilter.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