aboutsummaryrefslogtreecommitdiffstats
path: root/net/core/utils.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner1-5/+1
2018-08-04net: Remove some unneeded semicolonzhong jiang1-1/+1
2018-03-26net/utils: Introduce inet_addr_is_anySagi Grimberg1-0/+23
2017-05-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-1/+1
2017-04-14net: off by one in inet6_pton()Dan Carpenter1-1/+1
2017-04-04net/utils: generic inet_pton_with_scope helperSagi Grimberg1-0/+103
2017-03-24net: make in_aton() 32-bit internallyAlexey Dobriyan1-1/+1
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds1-1/+1
2016-06-29net: the space is required before the open parenthesis '('Wei Tang1-4/+4
2015-10-08net: move net_get_random_once to libHannes Frederic Sowa1-49/+0
2015-08-17net: Add inet_proto_csum_replace_by_diff utility functionTom Herbert1-0/+13
2015-08-17net: Change pseudohdr argument of inet_proto_csum_replace* to be a boolTom Herbert1-2/+2
2015-05-25net: fix inet_proto_csum_replace4() sparse errorsEric Dumazet1-5/+7
2014-11-11net: Convert LIMIT_NETDEBUG to net_dbg_ratelimitedJoe Perches1-3/+0
2014-09-26net: optimise inet_proto_csum_replace4()LEROY Christophe1-7/+5
2014-05-14net: avoid dependency of net_get_random_once on nop patchingHannes Frederic Sowa1-4/+4
2013-10-25net: make net_get_random_once irq safeHannes Frederic Sowa1-3/+4
2013-10-19net: introduce new macro net_get_random_onceHannes Frederic Sowa1-0/+48
2013-06-05net: core: move mac_pton() to lib/net_utils.cAndy Shevchenko1-22/+0
2013-03-27net: core: let's use native isxdigit instead of customAndy Shevchenko1-3/+2
2012-10-12net: add doc for in4_pton()Amerigo Wang1-0/+12
2012-10-12net: add doc for in6_pton()Amerigo Wang1-0/+12
2012-08-30net: core: add function for incremental IPv6 pseudo header checksum updatesPatrick McHardy1-0/+20
2012-04-12net: Fixed coding style issues relating to braces.Jeffrin Jose1-6/+3
2012-03-28Remove all #inclusions of asm/system.hDavid Howells1-1/+0
2011-05-27net: Kill ratelimit.h dependency in linux/net.hDavid S. Miller1-0/+1
2011-05-09net: add mac_pton() for parsing MAC addressAlexey Dobriyan1-0/+24
2010-09-23net: return operator cleanupEric Dumazet1-1/+1
2010-09-21net: core: use kernel's converter from hex to binAndy Shevchenko1-6/+7
2010-07-12net/core: EXPORT_SYMBOL cleanupsEric Dumazet1-3/+0
2009-09-22printk: Remove ratelimit.h from kernel.hIngo Molnar1-0/+2
2009-03-26net: core: remove unneeded include in net/core/utils.c.Rami Rosen1-1/+0
2008-07-25printk ratelimiting rewriteDave Young1-3/+2
2008-01-28[NET] core/utils.c: digit2bin is dead static inlineIlpo Järvinen1-11/+0
2008-01-28[NET]: Move netfilter checksum helpers to net/core/utils.cPatrick McHardy1-0/+16
2007-08-07[NET] net/core/utils: fix sparse warningJohannes Berg1-0/+1
2007-05-31[NET]: parse ip:port strings correctly in in4_ptonJerome Borsboom1-3/+3
2007-04-25[NET]: New sysctls should use __read_mostly tagsEric Dumazet1-3/+3
2007-04-25[NET]: Replace CONFIG_NET_DEBUG with sysctl.Stephen Hemminger1-0/+2
2007-02-10[NET] CORE: Fix whitespace errors.YOSHIFUJI Hideaki1-2/+2
2006-12-02[NET]: Accept wildcard delimiters in in[46]_ptonPatrick McHardy1-4/+6
2006-10-17[PATCH] rename net_random to random32Stephen Hemminger1-116/+0
2006-09-28[NET]: is it Andy or Andi ??Steven Rostedt1-1/+1
2006-09-22[NET] in6_pton: Kill errant printf statement.David S. Miller1-2/+0
2006-09-22[NET]: Add common helper functions to convert IPv6/IPv4 address string to network address structure.YOSHIFUJI Hideaki1-0/+215
2006-08-17[NET]: Fix potential stack overflow in net/core/utils.cSuresh Siddha1-3/+4
2006-04-11[PATCH] for_each_possible_cpu: network codesKAMEZAWA Hiroyuki1-2/+2
2006-02-05[PATCH] percpu data: only iterate over possible CPUsEric Dumazet1-2/+2
2006-01-06[NET]: Endian-annotate in_aton()Alexey Dobriyan1-1/+1
2005-11-13[PATCH] net: allow newline terminated IP addresses in in_atonMitch Williams1-1/+1