aboutsummaryrefslogtreecommitdiffstats
path: root/fs/cifs/dns_resolve.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-08-03cifs: demote DFS referral lookup errors to cFYIJeff Layton1-2/+2
2010-11-30cifs: fix parsing of hostname in dfs referralsJeff Layton1-1/+1
2010-08-05DNS: Separate out CIFS DNS Resolver codeWang Lei1-183/+46
2010-08-05CIFS: Make cifs_convert_address() take a const src pointer and a lengthDavid Howells1-11/+9
2010-08-02cifs: set the port in sockaddr in a more clearly defined fashionJeff Layton1-1/+1
2010-07-30CIFS: Remove __exit mark from cifs_exit_dns_resolver()David Howells1-1/+1
2010-07-22CIFS: Fix a malicious redirect problem in the DNS lookup codeDavid Howells1-0/+69
2010-04-21[CIFS] Neaten cERROR and cFYI macros, reduce text spaceJoe Perches1-8/+8
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2009-06-25cifs: have cifs parse scope_id out of IPv6 addresses and use itJeff Layton1-2/+2
2009-06-13cifs: add new routine for converting AF_INET and AF_INET6 addrsJeff Layton1-18/+3
2009-04-17cifs: no need to use rcu_assign_pointer on immutable keysJeff Layton1-1/+1
2008-09-23[CIFS] clean up upcall handling for dns_resolver keysSteve French1-33/+41
2008-08-27[CIFS] Add destroy routine for dns_resolverJeff Layton1-0/+7
2008-05-21Fix possible access to undefined memory region.Igor Mammedov1-4/+5
2008-04-26[CIFS] Adds to dns_resolver checking if the server name is an IP addr and skipping upcall in this case.Steve French1-10/+52
2008-03-10[CIFS] cifs: replace remaining __FUNCTION__ occurrencesHarvey Harrison1-4/+4
2008-01-25[CIFS] DFS build fixesSteve French1-2/+3
2008-01-10[CIFS] Forgot to add two new files from previous commitSteve French1-0/+123