summaryrefslogtreecommitdiffstats
path: root/net/netfilter/nf_conntrack_proto_gre.c
Commit message (Expand)AuthorAgeFilesLines
* netfilter: Update obsolete comments referring to ip_conntrackYonatan Goldschmidt2019-07-161-2/+0Star
* treewide: Add SPDX license identifier for missed filesThomas Gleixner2019-05-211-0/+1
* netfilter: conntrack: remove l4proto destroy hookFlorian Westphal2019-01-181-14/+0Star
* netfilter: conntrack: remove l4proto init and get_net callbacksFlorian Westphal2019-01-181-4/+1Star
* netfilter: conntrack: unify sysctl handlingFlorian Westphal2019-01-181-41/+1Star
* netfilter: conntrack: remove remaining l4proto indirect packet callsFlorian Westphal2019-01-181-6/+5Star
* netfilter: conntrack: remove module owner fieldFlorian Westphal2019-01-181-1/+0Star
* netfilter: conntrack: remove pkt_to_tuple callbackFlorian Westphal2019-01-181-3/+2Star
* netfilter: conntrack: gre: switch module to be built-inFlorian Westphal2019-01-181-75/+18Star
* netfilter: conntrack: gre: convert rwlock to rcuFlorian Westphal2019-01-181-22/+15Star
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2018-12-211-1/+41
|\
| * netfilter: conntrack: register sysctl table for greYafang Shao2018-12-211-1/+41
* | netfilter: nfnetlink_cttimeout: fetch timeouts for udplite and gre, tooFlorian Westphal2018-11-261-12/+2Star
|/
* netfilter: conntrack: remove l3->l4 mapping informationFlorian Westphal2018-09-201-1/+3
* netfilter: conntrack: remove unused proto arg from netns init functionsFlorian Westphal2018-09-201-1/+1
* netfilter: conntrack: deconstify packet callback skb pointerFlorian Westphal2018-09-201-1/+1
* netfilter: conntrack: remove the l4proto->new() functionFlorian Westphal2018-09-201-21/+12Star
* netfilter: conntrack: pass nf_hook_state to packet and error handlersFlorian Westphal2018-09-201-1/+2
* netfilter: conntrack: timeout interface depend on CONFIG_NF_CONNTRACK_TIMEOUTPablo Neira Ayuso2018-09-111-4/+4
* netfilter: conntrack: remove get_timeout() indirectionFlorian Westphal2018-07-161-4/+10
* netfilter: conntrack: avoid calls to l4proto invert_tupleFlorian Westphal2018-07-161-10/+0Star
* netfilter: conntrack: timeouts can be constFlorian Westphal2018-01-081-1/+1
* netfilter: conntrack: l4 protocol trackers can be constFlorian Westphal2018-01-081-1/+1
* netfilter: conntrack: remove pf argument from l4 packet functionsFlorian Westphal2017-10-241-1/+0Star
* netfilter: remove unused hooknum arg from packet functionsFlorian Westphal2017-09-041-1/+0Star
* netfilter: conntrack: print_conntrack only needed if CONFIG_NF_CONNTRACK_PROCFSFlorian Westphal2017-08-241-0/+4
* netfilter: conntrack: place print_tuple in procfs partFlorian Westphal2017-08-241-10/+0Star
* netfilter: conntrack: remove protocol name from l4proto structFlorian Westphal2017-08-241-1/+0Star
* 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/+1Star
* 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/+1Star
* 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-021-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