summaryrefslogtreecommitdiffstats
path: root/net/netfilter/nf_conntrack_ftp.c
Commit message (Expand)AuthorAgeFilesLines
* netfilter: nf_conntrack_sip: fix expectation clashxiao ruizhu2019-07-161-1/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-191-4/+1Star
* netfilter: add API to manage NAT helpers.Flavio Leitner2019-04-301-7/+11
* netfilter: add __exit mark to helper modulesTaehee Yoo2018-04-241-2/+1Star
* netfilter: helpers: remove data_len usage for inkernel helpersFlorian Westphal2017-04-191-4/+2Star
* netfilter: helper: add build-time asserts for helper data sizeFlorian Westphal2017-04-191-0/+2
* lib/vsprintf.c: remove %Z supportAlexey Dobriyan2017-02-281-1/+1
* netfilter: ftp: Remove the useless codeGao Feng2016-09-071-12/+1Star
* netfilter: ftp: Remove the useless dlen==0 condition check in find_patternGao Feng2016-09-071-2/+0Star
* netfilter: fix spelling mistake: "delimitter" -> "delimiter"Colin Ian King2016-08-221-1/+1
* netfilter: Add helper array register/unregister functionsGao Feng2016-07-211-40/+18Star
* netfilter: nf_ct_helper: Fix helper unregister count.Taehee Yoo2016-05-301-0/+1
* netfilter: nf_ct_helper: define pr_fmt()Pablo Neira Ayuso2016-01-041-9/+8Star
* netfilter: replace strnicmp with strncasecmpRasmus Villemoes2014-10-141-2/+2
* netfilter: Implement RFC 1123 for FTP conntrackJeff Mahoney2013-05-271-19/+54
* netfilter: add my copyright statementsPatrick McHardy2013-04-181-0/+1
* netfilter: nf_ct_helper: better logging for dropped packetsPablo Neira Ayuso2013-02-191-4/+6
* netfilter: nf_ct_ftp: add sequence tracking pickup facility for injected entriesPablo Neira Ayuso2012-09-241-0/+21
* netfilter: nf_nat: support IPv6 in FTP NAT helperPatrick McHardy2012-08-301-2/+1Star
* netfilter: nf_nat: add protoff argument to packet mangling functionsPatrick McHardy2012-08-301-1/+2
* netfilter: nf_conntrack: restrict NAT helper invocation to IPv4Patrick McHardy2012-08-301-1/+2
* netfilter: nf_ct_helper: implement variable length helper private dataPablo Neira Ayuso2012-06-161-1/+2
* netfilter: nf_ct_helper: allocate 16 bytes for the helper and policy namesPablo Neira Ayuso2012-06-161-6/+2Star
* module_param: make bool parameters really bool (net & drivers/net)Rusty Russell2011-12-201-1/+1
* netfilter: add more values to enum ip_conntrack_infoEric Dumazet2011-06-061-1/+1
* netfilter: cleanup printk messagesStephen Hemminger2010-05-131-2/+2
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* netfilter: nf_ct_ftp: fix out of bounds read in update_nl_seq()Patrick McHardy2010-01-071-9/+9
* net: Move && and || to end of previous lineJoe Perches2009-11-301-4/+4
* netfilter: conntrack: simplify event caching systemPablo Neira Ayuso2009-06-021-2/+0Star
* netfilter: fix warning in net/netfilter/nf_conntrack_ftp.cIngo Molnar2008-11-251-1/+1
* netfilter: nf_conntrack_ftp: change "partial ..." message to pr_debug()Patrick McHardy2008-11-241-4/+2Star
* netfilter: nf_conntrack: connection tracking helper name persistent aliasesPablo Neira Ayuso2008-11-171-0/+1
* net: replace NIPQUAD() in net/netfilter/Harvey Harrison2008-10-311-4/+3Star
* net: replace %p6 with %pI6Harvey Harrison2008-10-291-1/+1
* netfilter: replace uses of NIP6_FMT with %p6Harvey Harrison2008-10-291-5/+3Star
* netfilter: netns nf_conntrack: pass conntrack to nf_conntrack_event_cache() n...Alexey Dobriyan2008-10-081-4/+5
* [NETFILTER]: nf_conntrack: add tuplehash l3num/protonum accessorsPatrick McHardy2008-04-141-2/+2
* [NETFILTER]: annotate rest of nf_conntrack_* with constJan Engelhardt2008-04-141-2/+3
* [NETFILTER]: nf_conntrack: introduce expectation classes and policiesPatrick McHardy2008-03-261-3/+7
* [NETFILTER]: Introduce nf_inet_addressJan Engelhardt2008-01-281-1/+1
* [NETFILTER]: Replace sk_buff ** with sk_buff *Herbert Xu2007-10-151-9/+9
* [NETFILTER]: Convert DEBUGP to pr_debugPatrick McHardy2007-07-111-49/+45Star
* [NETFILTER]: nf_conntrack: mark helpers __read_mostlyPatrick McHardy2007-07-111-2/+2
* [NETFILTER]: nf_conntrack: reduce masks to a subset of tuplesPatrick McHardy2007-07-111-3/+0Star
* [NETFILTER]: nf_conntrack_ftp: use nf_ct_expect_initPatrick McHardy2007-07-111-30/+6Star
* [NETFILTER]: nf_conntrack_expect: function naming unificationPatrick McHardy2007-07-111-3/+3
* [NETFILTER]: nf_conntrack_ftp: fix newline sequence number calculationPatrick McHardy2007-05-251-3/+2Star
* [NETFILTER]: nf_conntrack_ftp: fix newline sequence number updatePatrick McHardy2007-05-251-3/+5
* [NETFILTER]: Remove changelogs and CVS IDsPatrick McHardy2007-04-261-6/+0Star