Eric Dumazet
1fd63041c4
net: pskb_expand_head() optimization
...
pskb_expand_head() blindly takes references on fragments before calling
skb_release_data(), potentially releasing these references.
We can add a fast path, avoiding these atomic operations, if we own the
last reference on skb->head.
Based on a previous patch from David
Signed-off-by: Eric Dumazet <eric.dumazet@gmail.com >
Signed-off-by: David S. Miller <davem@davemloft.net >
2010-09-06 18:24:59 -07:00
..
2010-08-02 14:28:36 -05:00
2010-04-11 14:53:53 -07:00
2010-08-31 13:37:05 -07:00
2010-04-11 14:53:53 -07:00
2010-08-19 00:14:36 -07:00
2010-08-18 14:26:31 -07:00
2010-08-10 07:59:11 -04:00
2010-08-25 16:36:51 -07:00
2010-08-10 16:39:27 -07:00
2010-08-19 00:08:30 -07:00
2010-09-06 18:24:59 -07:00
2010-03-30 22:02:32 +09:00
2010-08-30 13:45:28 -07:00
2010-08-16 21:06:30 -07:00
2010-08-11 17:11:28 +00:00
2010-08-11 23:03:50 -07:00
2010-08-28 15:37:03 -07:00
2010-08-26 14:11:49 -07:00
2010-05-23 23:11:07 -07:00
2010-09-02 10:12:06 -07:00
2010-09-03 09:43:14 -07:00
2010-03-30 22:02:32 +09:00
2010-08-21 23:32:31 -07:00
2010-06-03 03:21:52 -07:00
2010-05-17 23:23:13 -07:00
2010-09-02 09:19:32 -07:00
2010-03-30 22:02:32 +09:00
2010-05-12 00:05:35 -07:00
2010-09-02 13:30:07 -04:00
2010-09-02 10:04:18 -07:00
2010-05-17 23:23:14 -07:00
2010-08-18 23:35:58 -07:00
2010-04-20 16:37:13 -07:00
2010-08-19 00:08:30 -07:00
2010-08-31 13:04:33 -07:00
2010-08-18 23:40:03 -07:00
2010-04-11 14:53:53 -07:00
2010-08-01 00:32:12 -07:00
2010-08-12 09:51:35 -07:00
2010-08-24 14:48:10 -07:00
2010-08-26 14:11:48 -07:00
2010-08-11 23:04:15 +09:30
2010-09-06 18:12:57 -07:00
2010-07-20 13:28:05 -07:00
2010-07-12 20:21:47 -07:00
2010-05-20 21:04:44 -07:00
2010-08-31 14:20:40 -04:00
2010-05-17 17:39:28 -07:00
2010-08-14 22:38:09 -07:00
2010-06-03 20:03:40 -07:00
2010-08-05 17:17:51 +00:00
2010-08-05 17:17:51 +00:00
2006-03-28 09:16:06 -08:00
2010-08-19 00:08:30 -07:00
2010-05-17 23:23:14 -07:00
2005-04-16 15:20:36 -07:00