summaryrefslogtreecommitdiffstats
path: root/net/core/utils.c
Commit message (Expand)AuthorAgeFilesLines
* net/utils: Introduce inet_addr_is_anySagi Grimberg2018-03-261-0/+23
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2017-05-021-1/+1
|\
| * net: make in_aton() 32-bit internallyAlexey Dobriyan2017-03-241-1/+1
* | net: off by one in inet6_pton()Dan Carpenter2017-04-141-1/+1
* | net/utils: generic inet_pton_with_scope helperSagi Grimberg2017-04-041-0/+103
|/
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-241-1/+1
* net: the space is required before the open parenthesis '('Wei Tang2016-06-291-4/+4
* net: move net_get_random_once to libHannes Frederic Sowa2015-10-081-49/+0
* net: Add inet_proto_csum_replace_by_diff utility functionTom Herbert2015-08-171-0/+13
* net: Change pseudohdr argument of inet_proto_csum_replace* to be a boolTom Herbert2015-08-171-2/+2
* net: fix inet_proto_csum_replace4() sparse errorsEric Dumazet2015-05-251-5/+7
* net: Convert LIMIT_NETDEBUG to net_dbg_ratelimitedJoe Perches2014-11-111-3/+0
* net: optimise inet_proto_csum_replace4()LEROY Christophe2014-09-261-7/+5
* net: avoid dependency of net_get_random_once on nop patchingHannes Frederic Sowa2014-05-141-4/+4
* net: make net_get_random_once irq safeHannes Frederic Sowa2013-10-251-3/+4
* net: introduce new macro net_get_random_onceHannes Frederic Sowa2013-10-191-0/+48
* net: core: move mac_pton() to lib/net_utils.cAndy Shevchenko2013-06-051-22/+0
* net: core: let's use native isxdigit instead of customAndy Shevchenko2013-03-271-3/+2
* net: add doc for in4_pton()Amerigo Wang2012-10-121-0/+12
* net: add doc for in6_pton()Amerigo Wang2012-10-121-0/+12
* net: core: add function for incremental IPv6 pseudo header checksum updatesPatrick McHardy2012-08-301-0/+20
* net: Fixed coding style issues relating to braces.Jeffrin Jose2012-04-121-6/+3
* Remove all #inclusions of asm/system.hDavid Howells2012-03-281-1/+0
* net: Kill ratelimit.h dependency in linux/net.hDavid S. Miller2011-05-271-0/+1
* net: add mac_pton() for parsing MAC addressAlexey Dobriyan2011-05-091-0/+24
* net: return operator cleanupEric Dumazet2010-09-231-1/+1
* net: core: use kernel's converter from hex to binAndy Shevchenko2010-09-211-6/+7
* net/core: EXPORT_SYMBOL cleanupsEric Dumazet2010-07-121-3/+0
* printk: Remove ratelimit.h from kernel.hIngo Molnar2009-09-221-0/+2
* net: core: remove unneeded include in net/core/utils.c.Rami Rosen2009-03-261-1/+0
* printk ratelimiting rewriteDave Young2008-07-251-3/+2
* [NET] core/utils.c: digit2bin is dead static inlineIlpo Järvinen2008-01-281-11/+0
* [NET]: Move netfilter checksum helpers to net/core/utils.cPatrick McHardy2008-01-281-0/+16
* [NET] net/core/utils: fix sparse warningJohannes Berg2007-08-071-0/+1
* [NET]: parse ip:port strings correctly in in4_ptonJerome Borsboom2007-05-311-3/+3
* [NET]: New sysctls should use __read_mostly tagsEric Dumazet2007-04-251-3/+3
* [NET]: Replace CONFIG_NET_DEBUG with sysctl.Stephen Hemminger2007-04-251-0/+2
* [NET] CORE: Fix whitespace errors.YOSHIFUJI Hideaki2007-02-101-2/+2
* [NET]: Accept wildcard delimiters in in[46]_ptonPatrick McHardy2006-12-021-4/+6
* [PATCH] rename net_random to random32Stephen Hemminger2006-10-171-116/+0
* [NET]: is it Andy or Andi ??Steven Rostedt2006-09-281-1/+1
* [NET] in6_pton: Kill errant printf statement.David S. Miller2006-09-221-2/+0
* [NET]: Add common helper functions to convert IPv6/IPv4 address string to net...YOSHIFUJI Hideaki2006-09-221-0/+215
* [NET]: Fix potential stack overflow in net/core/utils.cSuresh Siddha2006-08-171-3/+4
* [PATCH] for_each_possible_cpu: network codesKAMEZAWA Hiroyuki2006-04-111-2/+2
* [PATCH] percpu data: only iterate over possible CPUsEric Dumazet2006-02-051-2/+2
* [NET]: Endian-annotate in_aton()Alexey Dobriyan2006-01-061-1/+1
* [PATCH] net: allow newline terminated IP addresses in in_atonMitch Williams2005-11-131-1/+1
* [NET]: Fix sparse warningsArnaldo Carvalho de Melo2005-08-291-0/+2
* [NET]: Move in_aton from net/ipv4/utils.c to net/core/utils.cMatt Mackall2005-07-271-1/+36
OpenPOWER on IntegriCloud