git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ea1f51b
)
net: net_device flags is an unsigned int
author
Eric Dumazet
<eric.dumazet@gmail.com>
Wed, 30 Nov 2011 21:42:26 +0000
(21:42 +0000)
committer
David S. Miller
<davem@davemloft.net>
Thu, 1 Dec 2011 16:41:48 +0000
(11:41 -0500)
commit
b00055aacdb
([NET] core: add RFC2863 operstate) changed
net_device flags from unsigned short to unsigned int.
Some core functions still assume its an unsigned short.
Signed-off-by: Eric Dumazet <eric.dumazet@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
No differences found