Age | Commit message (Expand) | Author | Files | Lines |
2022-11-01 | net: core: inet[46]_pton strlen len types | Dr. David Alan Gilbert | 1 | -2/+2 |
2022-02-21 | net: core: Use csum_replace_by_diff() and csum_sub() instead of opencoding | Christophe Leroy | 1 | -2/+2 |
2020-01-24 | net: Fix skb->csum update in inet_proto_csum_replace16(). | Praveen Chaudhary | 1 | -3/+17 |
2019-05-30 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152 | Thomas Gleixner | 1 | -5/+1 |
2018-08-04 | net: Remove some unneeded semicolon | zhong jiang | 1 | -1/+1 |
2018-03-26 | net/utils: Introduce inet_addr_is_any | Sagi Grimberg | 1 | -0/+23 |
2017-05-02 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 1 | -1/+1 |
2017-04-14 | net: off by one in inet6_pton() | Dan Carpenter | 1 | -1/+1 |
2017-04-04 | net/utils: generic inet_pton_with_scope helper | Sagi Grimberg | 1 | -0/+103 |
2017-03-24 | net: make in_aton() 32-bit internally | Alexey Dobriyan | 1 | -1/+1 |
2016-12-24 | Replace <asm/uaccess.h> with <linux/uaccess.h> globally | Linus Torvalds | 1 | -1/+1 |
2016-06-29 | net: the space is required before the open parenthesis '(' | Wei Tang | 1 | -4/+4 |
2015-10-08 | net: move net_get_random_once to lib | Hannes Frederic Sowa | 1 | -49/+0 |
2015-08-17 | net: Add inet_proto_csum_replace_by_diff utility function | Tom Herbert | 1 | -0/+13 |
2015-08-17 | net: Change pseudohdr argument of inet_proto_csum_replace* to be a bool | Tom Herbert | 1 | -2/+2 |
2015-05-25 | net: fix inet_proto_csum_replace4() sparse errors | Eric Dumazet | 1 | -5/+7 |
2014-11-11 | net: Convert LIMIT_NETDEBUG to net_dbg_ratelimited | Joe Perches | 1 | -3/+0 |
2014-09-26 | net: optimise inet_proto_csum_replace4() | LEROY Christophe | 1 | -7/+5 |
2014-05-14 | net: avoid dependency of net_get_random_once on nop patching | Hannes Frederic Sowa | 1 | -4/+4 |
2013-10-25 | net: make net_get_random_once irq safe | Hannes Frederic Sowa | 1 | -3/+4 |
2013-10-19 | net: introduce new macro net_get_random_once | Hannes Frederic Sowa | 1 | -0/+48 |
2013-06-05 | net: core: move mac_pton() to lib/net_utils.c | Andy Shevchenko | 1 | -22/+0 |
2013-03-27 | net: core: let's use native isxdigit instead of custom | Andy Shevchenko | 1 | -3/+2 |
2012-10-12 | net: add doc for in4_pton() | Amerigo Wang | 1 | -0/+12 |
2012-10-12 | net: add doc for in6_pton() | Amerigo Wang | 1 | -0/+12 |
2012-08-30 | net: core: add function for incremental IPv6 pseudo header checksum updates | Patrick McHardy | 1 | -0/+20 |
2012-04-12 | net: Fixed coding style issues relating to braces. | Jeffrin Jose | 1 | -6/+3 |
2012-03-28 | Remove all #inclusions of asm/system.h | David Howells | 1 | -1/+0 |
2011-05-27 | net: Kill ratelimit.h dependency in linux/net.h | David S. Miller | 1 | -0/+1 |
2011-05-09 | net: add mac_pton() for parsing MAC address | Alexey Dobriyan | 1 | -0/+24 |
2010-09-23 | net: return operator cleanup | Eric Dumazet | 1 | -1/+1 |
2010-09-21 | net: core: use kernel's converter from hex to bin | Andy Shevchenko | 1 | -6/+7 |
2010-07-12 | net/core: EXPORT_SYMBOL cleanups | Eric Dumazet | 1 | -3/+0 |
2009-09-22 | printk: Remove ratelimit.h from kernel.h | Ingo Molnar | 1 | -0/+2 |
2009-03-26 | net: core: remove unneeded include in net/core/utils.c. | Rami Rosen | 1 | -1/+0 |
2008-07-25 | printk ratelimiting rewrite | Dave Young | 1 | -3/+2 |
2008-01-28 | [NET] core/utils.c: digit2bin is dead static inline | Ilpo Järvinen | 1 | -11/+0 |
2008-01-28 | [NET]: Move netfilter checksum helpers to net/core/utils.c | Patrick McHardy | 1 | -0/+16 |
2007-08-07 | [NET] net/core/utils: fix sparse warning | Johannes Berg | 1 | -0/+1 |
2007-05-31 | [NET]: parse ip:port strings correctly in in4_pton | Jerome Borsboom | 1 | -3/+3 |
2007-04-25 | [NET]: New sysctls should use __read_mostly tags | Eric Dumazet | 1 | -3/+3 |
2007-04-25 | [NET]: Replace CONFIG_NET_DEBUG with sysctl. | Stephen Hemminger | 1 | -0/+2 |
2007-02-10 | [NET] CORE: Fix whitespace errors. | YOSHIFUJI Hideaki | 1 | -2/+2 |
2006-12-02 | [NET]: Accept wildcard delimiters in in[46]_pton | Patrick McHardy | 1 | -4/+6 |
2006-10-17 | [PATCH] rename net_random to random32 | Stephen Hemminger | 1 | -116/+0 |
2006-09-28 | [NET]: is it Andy or Andi ?? | Steven Rostedt | 1 | -1/+1 |
2006-09-22 | [NET] in6_pton: Kill errant printf statement. | David S. Miller | 1 | -2/+0 |
2006-09-22 | [NET]: Add common helper functions to convert IPv6/IPv4 address string to net... | YOSHIFUJI Hideaki | 1 | -0/+215 |
2006-08-17 | [NET]: Fix potential stack overflow in net/core/utils.c | Suresh Siddha | 1 | -3/+4 |
2006-04-11 | [PATCH] for_each_possible_cpu: network codes | KAMEZAWA Hiroyuki | 1 | -2/+2 |