aboutsummaryrefslogtreecommitdiffstats
path: root/net/netfilter/nf_conntrack_ftp.c
AgeCommit message (Expand)AuthorFilesLines
2022-09-20netfilter: nf_ct_ftp: fix deadlock when nat rewrite is neededFlorian Westphal1-2/+4
2022-08-11netfilter: nf_ct_ftp: prefer skb_linearizeFlorian Westphal1-18/+6
2021-05-05netfilter: remove BUG_ON() after skb_header_pointer()Pablo Neira Ayuso1-1/+4
2020-07-16treewide: Remove uninitialized_var() usageKees Cook1-1/+1
2019-09-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-1/+1
2019-08-27netfilter: nf_conntrack_ftp: Fix debug outputThomas Jarosch1-1/+1
2019-08-13netfilter: remove unnecessary spacesyangxingwu1-1/+1
2019-07-16netfilter: nf_conntrack_sip: fix expectation clashxiao ruizhu1-1/+1
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner1-4/+1
2019-04-30netfilter: add API to manage NAT helpers.Flavio Leitner1-7/+11
2018-04-24netfilter: add __exit mark to helper modulesTaehee Yoo1-2/+1
2017-04-19netfilter: helpers: remove data_len usage for inkernel helpersFlorian Westphal1-4/+2
2017-04-19netfilter: helper: add build-time asserts for helper data sizeFlorian Westphal1-0/+2
2017-02-27lib/vsprintf.c: remove %Z supportAlexey Dobriyan1-1/+1
2016-09-07netfilter: ftp: Remove the useless codeGao Feng1-12/+1
2016-09-07netfilter: ftp: Remove the useless dlen==0 condition check in find_patternGao Feng1-2/+0
2016-08-22netfilter: fix spelling mistake: "delimitter" -> "delimiter"Colin Ian King1-1/+1
2016-07-21netfilter: Add helper array register/unregister functionsGao Feng1-40/+18
2016-05-30netfilter: nf_ct_helper: Fix helper unregister count.Taehee Yoo1-0/+1
2016-01-04netfilter: nf_ct_helper: define pr_fmt()Pablo Neira Ayuso1-9/+8
2014-10-14netfilter: replace strnicmp with strncasecmpRasmus Villemoes1-2/+2
2013-05-27netfilter: Implement RFC 1123 for FTP conntrackJeff Mahoney1-19/+54
2013-04-18netfilter: add my copyright statementsPatrick McHardy1-0/+1
2013-02-19netfilter: nf_ct_helper: better logging for dropped packetsPablo Neira Ayuso1-4/+6
2012-09-24netfilter: nf_ct_ftp: add sequence tracking pickup facility for injected entriesPablo Neira Ayuso1-0/+21
2012-08-30netfilter: nf_nat: support IPv6 in FTP NAT helperPatrick McHardy1-2/+1
2012-08-30netfilter: nf_nat: add protoff argument to packet mangling functionsPatrick McHardy1-1/+2
2012-08-30netfilter: nf_conntrack: restrict NAT helper invocation to IPv4Patrick McHardy1-1/+2
2012-06-16netfilter: nf_ct_helper: implement variable length helper private dataPablo Neira Ayuso1-1/+2
2012-06-16netfilter: nf_ct_helper: allocate 16 bytes for the helper and policy namesPablo Neira Ayuso1-6/+2
2011-12-19module_param: make bool parameters really bool (net & drivers/net)Rusty Russell1-1/+1
2011-06-06netfilter: add more values to enum ip_conntrack_infoEric Dumazet1-1/+1
2010-05-13netfilter: cleanup printk messagesStephen Hemminger1-2/+2
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo1-0/+1
2010-01-07netfilter: nf_ct_ftp: fix out of bounds read in update_nl_seq()Patrick McHardy1-9/+9
2009-11-29net: Move && and || to end of previous lineJoe Perches1-4/+4
2009-06-02netfilter: conntrack: simplify event caching systemPablo Neira Ayuso1-2/+0
2008-11-25netfilter: fix warning in net/netfilter/nf_conntrack_ftp.cIngo Molnar1-1/+1
2008-11-24netfilter: nf_conntrack_ftp: change "partial ..." message to pr_debug()Patrick McHardy1-4/+2
2008-11-17netfilter: nf_conntrack: connection tracking helper name persistent aliasesPablo Neira Ayuso1-0/+1
2008-10-31net: replace NIPQUAD() in net/netfilter/Harvey Harrison1-4/+3
2008-10-29net: replace %p6 with %pI6Harvey Harrison1-1/+1
2008-10-28netfilter: replace uses of NIP6_FMT with %p6Harvey Harrison1-5/+3
2008-10-08netfilter: netns nf_conntrack: pass conntrack to nf_conntrack_event_cache() n...Alexey Dobriyan1-4/+5
2008-04-14[NETFILTER]: nf_conntrack: add tuplehash l3num/protonum accessorsPatrick McHardy1-2/+2
2008-04-14[NETFILTER]: annotate rest of nf_conntrack_* with constJan Engelhardt1-2/+3
2008-03-25[NETFILTER]: nf_conntrack: introduce expectation classes and policiesPatrick McHardy1-3/+7
2008-01-28[NETFILTER]: Introduce nf_inet_addressJan Engelhardt1-1/+1
2007-10-15[NETFILTER]: Replace sk_buff ** with sk_buff *Herbert Xu1-9/+9
2007-07-10[NETFILTER]: Convert DEBUGP to pr_debugPatrick McHardy1-49/+45
2007-07-10[NETFILTER]: nf_conntrack: mark helpers __read_mostlyPatrick McHardy1-2/+2
2007-07-10[NETFILTER]: nf_conntrack: reduce masks to a subset of tuplesPatrick McHardy1-3/+0
2007-07-10[NETFILTER]: nf_conntrack_ftp: use nf_ct_expect_initPatrick McHardy1-30/+6
2007-07-10[NETFILTER]: nf_conntrack_expect: function naming unificationPatrick McHardy1-3/+3
2007-05-24[NETFILTER]: nf_conntrack_ftp: fix newline sequence number calculationPatrick McHardy1-3/+2
2007-05-24[NETFILTER]: nf_conntrack_ftp: fix newline sequence number updatePatrick McHardy1-3/+5
2007-04-25[NETFILTER]: Remove changelogs and CVS IDsPatrick McHardy1-6/+0
2007-02-12[NETFILTER]: Fix whitespace errorsYOSHIFUJI Hideaki1-7/+7
2006-12-02[NETFILTER]: nf_nat: add FTP NAT helper portJozsef Kadlecsik1-10/+10
2006-12-02[NETFILTER]: nf_conntrack: add module aliases to IPv4 conntrack namesPatrick McHardy1-0/+1
2006-12-02[NETFILTER]: nf_conntrack: automatic helper assignment for expectationsPatrick McHardy1-0/+1
2006-12-02[NETFILTER]: nf_conntrack: endian annotationsPatrick McHardy1-5/+5
2006-12-02[NETFILTER]: ip_conntrack: fix NAT helper unload racesPatrick McHardy1-4/+5
2006-12-02[NETFILTER]: nf_conntrack_ftp: fix missing helper mask initilizationPatrick McHardy1-0/+1
2006-12-02[NETFILTER]: nf_conntrack: split out the event cacheMartin Josefsson1-0/+1
2006-12-02[NETFILTER]: nf_conntrack: split out expectation handlingMartin Josefsson1-0/+1
2006-09-22[NETFILTER]: Fix nf_conntrack_ftp.c build.David S. Miller1-1/+3
2006-09-22[NETFILTER] NF_CONNTRACK_FTP: Use in6_pton() to convert address string.YOSHIFUJI Hideaki1-92/+4
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel1-1/+0
2006-06-17[NETFILTER]: FTP helper: search optimizationPatrick McHardy1-34/+43
2006-03-28[NETFILTER]: Rename init functions.Andrew Morton1-5/+5
2006-03-20[NETFILTER] nf_conntrack: clean up to reduce size of 'struct nf_conn'Harald Welte1-1/+1
2006-02-04[NETFILTER]: nf_conntrack: fix incorrect memset() size in FTP helperSamir Bellabes1-2/+0
2006-01-13[NET]: Use NIP6_FMT in kernel.hJoe Perches1-2/+2
2006-01-05[NETFILTER]: Fix module_param types and permissionsPatrick McHardy1-1/+1
2005-11-09[NETFILTER]: Add nf_conntrack subsystem.Yasuyuki Kozakai1-0/+698