| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2009-02-14 | net: replace __constant_{endian} uses in net headers | Harvey Harrison | |
| Base versions handle constant folding now. For headers exposed to userspace, we must only expose the __ prefixed versions. Signed-off-by: Harvey Harrison <harvey.harrison@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net> | |||
| 2004-10-05 | [PATCH] ncpfs (1/7): constants sanitized | Alexander Viro | |
| That's the beginning of ncpfs endianness cleanup. * converted fixed-endian constants to little-endian (i.e. replaced htons(0xCDAB) with cpu_to_le16(0xABCD), etc.). These guys _are_ little-endian and make much more sense that way, even aside of annotation issues. Signed-off-by: Al Viro <viro@parcelfarce.linux.org.uk> Signed-off-by: Linus Torvalds <torvalds@osdl.org> | |||
| 2002-02-04 | Import changeset | Linus Torvalds | |
