Linus Torvalds
e25b492741
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
...
Pull networking fixes from David Miller:
"A quick batch of bug fixes:
1) Fix build with IPV6 disabled, from Eric Dumazet.
2) Several more cases of caching SKB data pointers across calls to
pskb_may_pull(), thus referencing potentially free'd memory. From
Li RongQing.
3) DSA phy code tests operation presence improperly, instead of going:
if (x->ops->foo)
r = x->ops->foo(args);
it was going:
if (x->ops->foo(args))
r = x->ops->foo(args);
Fix from Andew Lunn"
* git://git.kernel.org/pub/scm/linux/kernel/git/davem/net:
Net: DSA: Fix checking for get_phy_flags function
ipv6: fix a potential use after free in sit.c
ipv6: fix a potential use after free in ip6_offload.c
ipv4: fix a potential use after free in gre_offload.c
tcp: fix build error if IPv6 is not enabled
2014-10-19 11:41:57 -07:00
..
2014-10-03 14:24:35 +02:00
2014-10-01 13:44:05 -04:00
2014-09-18 10:54:36 +02:00
2014-09-28 17:30:35 -04:00
2014-10-01 15:46:20 -04:00
2014-07-07 21:14:21 -07:00
2014-07-29 11:43:50 -07:00
2014-02-25 07:04:17 +01:00
2014-08-22 12:23:10 -07:00
2013-12-28 17:01:46 -05:00
2013-12-10 17:54:23 -05:00
2014-10-14 15:59:37 -04:00
2014-08-06 18:01:24 -07:00
2014-10-17 23:45:26 -04:00
2014-10-07 00:10:47 -04:00
2014-09-08 15:23:05 -07:00
2014-10-18 13:04:08 -04:00
2014-09-23 12:47:38 -04:00
2014-10-06 17:14:54 -04:00
2014-05-14 15:31:45 -04:00
2014-01-13 22:35:46 -08:00
2014-08-02 15:31:31 -07:00
2014-08-23 12:21:21 -07:00
2013-12-29 16:34:25 -05:00
2013-10-08 23:19:24 -04:00
2014-09-08 16:42:42 -07:00
2014-05-12 14:03:41 -04:00
2014-10-01 15:46:19 -04:00
2014-10-07 13:22:11 -04:00
2014-01-27 16:22:11 -08:00
2014-09-28 16:35:42 -04:00
2014-10-17 15:30:12 -04:00
2014-09-09 20:10:44 -07:00
2014-10-17 23:45:26 -04:00
2014-10-03 16:53:33 -07:00
2014-10-07 13:22:11 -04:00
2014-02-25 07:04:17 +01:00
2014-08-22 12:23:11 -07:00
2014-10-07 13:22:11 -04:00
2014-07-15 16:12:48 -07:00
2014-10-07 00:10:49 -04:00
2014-10-06 00:32:20 -04:00
2014-02-19 11:41:25 +01:00
2014-09-09 11:27:09 -07:00
2014-07-27 22:34:36 -07:00
2014-09-19 17:15:31 -04:00
2014-07-23 15:13:26 -07:00
2014-10-15 07:48:18 +02:00
2014-10-18 09:31:37 -07:00
2014-10-08 21:40:54 -04:00
2014-09-01 18:12:45 -07:00
2014-09-30 17:09:16 -04:00
2014-09-01 18:12:45 -07:00
2014-09-29 00:13:10 -04:00
2014-09-01 18:12:45 -07:00
2014-09-29 12:31:12 -04:00
2014-09-01 18:12:45 -07:00
2014-09-01 18:12:45 -07:00
2014-09-01 18:12:45 -07:00
2014-09-01 18:12:45 -07:00
2014-10-14 15:59:37 -04:00
2014-10-17 12:02:57 -04:00
2014-05-03 19:23:07 -04:00
2014-09-08 09:51:29 +09:00
2014-08-14 14:38:54 -07:00
2014-09-29 14:41:22 -04:00
2014-09-26 00:22:47 -04:00
2014-10-18 09:31:37 -07:00
2014-09-01 18:12:45 -07:00
2014-09-01 18:12:45 -07:00
2014-10-01 16:27:52 -04:00
2014-09-01 18:12:45 -07:00
2013-10-19 19:12:11 -04:00
2014-09-01 18:12:45 -07:00
2014-09-29 00:13:10 -04:00
2014-09-01 18:12:45 -07:00
2014-10-15 07:48:18 +02:00
2012-03-11 23:42:51 -07:00
2013-04-19 14:57:56 -04:00
2013-10-19 19:12:11 -04:00
2014-10-03 16:53:32 -07:00
2014-09-19 15:57:15 -04:00
2014-09-05 17:43:45 -07:00
2014-05-23 16:28:53 -04:00
2014-02-25 07:04:16 +01:00
2013-12-26 13:43:21 -05:00
2007-10-10 16:55:54 -07:00
2014-06-02 11:00:41 -07:00
2014-05-24 00:32:30 -04:00
2014-03-14 07:28:07 +01:00
2014-06-30 07:49:47 +02:00
2013-12-18 16:58:20 -05:00
2013-05-31 17:19:05 -07:00