aboutsummaryrefslogtreecommitdiffstats
path: root/net/sunrpc/addr.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-09-21nfsd: don't alloc under spinlock in rpc_parse_scope_idJ. Bruce Fields1-22/+18
2021-01-10net: sunrpc: interpret the return value of kstrtou32 correctlyj.nixdorf@avm.de1-1/+1
2020-05-27net: sunrpc: Fix off-by-one issues in 'rpc_ntop6'Fedor Tokarev1-2/+2
2020-02-03SUNRPC: Use kmemdup_nul() in rpc_parse_scope_id()Trond Myklebust1-1/+1
2019-05-21treewide: Add SPDX license identifier for missed filesThomas Gleixner1-0/+1
2014-07-12replace strict_strto callsDaniel Walter1-10/+6
2013-02-05sunrpc: move address copy/cmp/convert routines and prototypes from clnt.h to addr.hJeff Layton1-1/+2
2012-01-31SUNRPC: parametrize rpc_uaddr2sockaddr() by network contextStanislav Kinsbursky1-3/+5
2012-01-31SUNRPC: parametrize rpc_pton() by network contextStanislav Kinsbursky1-3/+4
2012-01-31SUNRPC: parametrize rpc_pton6() by network contextStanislav Kinsbursky1-4/+4
2012-01-31SUNRPC: parametrize rpc_parse_scope_id() by network contextStanislav Kinsbursky1-4/+5
2011-12-11net: use IS_ENABLED(CONFIG_IPV6)Eric Dumazet1-4/+4
2011-10-31net: Add export.h for EXPORT_SYMBOL/THIS_MODULE to non-modulesPaul Gortmaker1-0/+1
2011-10-18SUNRPC: Remove unnecessary export of rpc_sockaddr2uaddrTrond Myklebust1-1/+0
2011-10-18SUNRPC: Fix rpc_sockaddr2uaddrTrond Myklebust1-2/+3
2011-04-10treewide: remove extra semicolonsJustin P. Mattock1-1/+1
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
2010-02-10SUNRPC: Don't display zero scope IDsChuck Lever1-0/+2
2010-02-10SUNRPC: Deprecate support for site-local addressesChuck Lever1-4/+2
2009-12-03SUNRPC: Display compressed (shorthand) IPv6 presentation addressesChuck Lever1-9/+1
2009-11-14SUNRPC: Address buffer overrun in rpc_uaddr2sockaddr()Chuck Lever1-10/+8
2009-08-09SUNRPC: Provide functions for managing universal addressesChuck Lever1-0/+364