aboutsummaryrefslogtreecommitdiffstats
path: root/net/netfilter/nf_conntrack_pptp.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-07-24netfilter: Remove duplicated rcu_read_lock.Taehee Yoo1-2/+0
2017-04-26netfilter: pptp: attach nat extension when neededFlorian Westphal1-2/+10
2017-04-19netfilter: helpers: remove data_len usage for inkernel helpersFlorian Westphal1-1/+0
2017-04-19netfilter: helper: add build-time asserts for helper data sizeFlorian Westphal1-0/+2
2016-08-30netfilter: conntrack: get rid of conntrack timerFlorian Westphal1-2/+1
2015-08-11netfilter: nf_conntrack: push zone object into functionsDaniel Borkmann1-1/+2
2014-04-08netfilter: nf_conntrack: flush net_gre->keymap_list only from gre helperAndrey Vagin1-19/+1
2013-04-18netfilter: add my copyright statementsPatrick McHardy1-0/+2
2013-02-05netfilter: nf_ct_pptp: Fix comment referring to incorrect RFCReese Moore1-1/+1
2012-08-30netfilter: nf_nat: add protoff argument to packet mangling functionsPatrick McHardy1-8/+10
2012-06-16netfilter: nf_ct_helper: implement variable length helper private dataPablo Neira Ayuso1-8/+9
2011-08-30netfilter: nf_ct_pptp: fix DNATed PPTP connection address translationSanket Shah1-0/+1
2011-06-06netfilter: add more values to enum ip_conntrack_infoEric Dumazet1-2/+1
2010-02-15netfilter: nf_conntrack: add support for "conntrack zones"Patrick McHardy1-6/+8
2009-03-26Merge branch 'master' of /home/davem/src/GIT/linux-2.6/David S. Miller1-1/+1
2009-03-24dynamic debug: combine dprintk and dynamic printkJason Baron1-1/+1
2009-02-01net: replace uses of __constant_{endian}Harvey Harrison1-1/+1
2008-11-17netfilter: nf_conntrack: connection tracking helper name persistent aliasesPablo Neira Ayuso1-0/+1
2008-10-16driver core: basic infrastructure for per-module dynamic debug messagesJason Baron1-1/+1
2008-10-08netfilter: netns nf_conntrack: PPTP conntracking in netnsAlexey Dobriyan1-8/+28
2008-10-08netfilter: netns nf_conntrack: GRE conntracking in netnsAlexey Dobriyan1-1/+1
2008-10-08netfilter: netns nf_conntrack: per-netns expectationsAlexey Dobriyan1-2/+2
2008-10-08netfilter: netns nf_conntrack: per-netns conntrack hashAlexey Dobriyan1-1/+1
2008-04-14[NETFILTER]: nf_conntrack: replace NF_CT_DUMP_TUPLE macro indrection by function callJan Engelhardt1-2/+2
2008-04-14[NETFILTER]: nf_conntrack: add tuplehash l3num/protonum accessorsPatrick McHardy1-2/+2
2008-03-25[NETFILTER]: nf_conntrack: introduce expectation classes and policiesPatrick McHardy1-4/+10
2008-01-31[NETFILTER]: nf_{conntrack,nat}_pptp: annotate PPtP helper with constJan Engelhardt1-6/+8
2007-10-15[NETFILTER]: Replace sk_buff ** with sk_buff *Herbert Xu1-14/+14
2007-07-10[NETFILTER]: Convert DEBUGP to pr_debugPatrick McHardy1-37/+34
2007-07-10[NETFILTER]: nf_conntrack: reduce masks to a subset of tuplesPatrick McHardy1-3/+0
2007-07-10[NETFILTER]: nf_conntrack_expect: function naming unificationPatrick McHardy1-22/+22
2007-07-10[NETFILTER]: nf_conntrack: remove 'ignore_conntrack' argument from nf_conntrack_find_getPatrick McHardy1-1/+1
2007-02-12[NETFILTER]: Fix whitespace errorsYOSHIFUJI Hideaki1-1/+1
2007-01-26[NETFILTER]: nf_conntrack_pptp: fix NAT setup of expected GRE connectionsPatrick McHardy1-1/+1
2006-12-02[NETFILTER]: nf_conntrack/nf_nat: add PPTP helper portPatrick McHardy1-0/+607