summaryrefslogtreecommitdiffstats
path: root/net/sunrpc/addr.c
Commit message (Expand)AuthorAgeFilesLines
* net: sunrpc: Fix an off by one in rpc_sockaddr2uaddr()Christophe JAILLET2024-02-281-2/+2
* nfsd: don't alloc under spinlock in rpc_parse_scope_idJ. Bruce Fields2021-09-211-22/+18
* net: sunrpc: interpret the return value of kstrtou32 correctlyj.nixdorf@avm.de2021-01-101-1/+1
* net: sunrpc: Fix off-by-one issues in 'rpc_ntop6'Fedor Tokarev2020-05-271-2/+2
* SUNRPC: Use kmemdup_nul() in rpc_parse_scope_id()Trond Myklebust2020-02-031-1/+1
* treewide: Add SPDX license identifier for missed filesThomas Gleixner2019-05-211-0/+1
* replace strict_strto callsDaniel Walter2014-07-121-10/+6
* sunrpc: move address copy/cmp/convert routines and prototypes from clnt.h to ...Jeff Layton2013-02-051-1/+2
* SUNRPC: parametrize rpc_uaddr2sockaddr() by network contextStanislav Kinsbursky2012-01-311-3/+5
* SUNRPC: parametrize rpc_pton() by network contextStanislav Kinsbursky2012-01-311-3/+4
* SUNRPC: parametrize rpc_pton6() by network contextStanislav Kinsbursky2012-01-311-4/+4
* SUNRPC: parametrize rpc_parse_scope_id() by network contextStanislav Kinsbursky2012-01-311-4/+5
* net: use IS_ENABLED(CONFIG_IPV6)Eric Dumazet2011-12-111-4/+4
* net: Add export.h for EXPORT_SYMBOL/THIS_MODULE to non-modulesPaul Gortmaker2011-10-311-0/+1
* SUNRPC: Remove unnecessary export of rpc_sockaddr2uaddrTrond Myklebust2011-10-181-1/+0
* SUNRPC: Fix rpc_sockaddr2uaddrTrond Myklebust2011-10-181-2/+3
* treewide: remove extra semicolonsJustin P. Mattock2011-04-101-1/+1
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* SUNRPC: Don't display zero scope IDsChuck Lever2010-02-101-0/+2
* SUNRPC: Deprecate support for site-local addressesChuck Lever2010-02-101-4/+2
* SUNRPC: Display compressed (shorthand) IPv6 presentation addressesChuck Lever2009-12-031-9/+1
* SUNRPC: Address buffer overrun in rpc_uaddr2sockaddr()Chuck Lever2009-11-141-10/+8
* SUNRPC: Provide functions for managing universal addressesChuck Lever2009-08-091-0/+364