summaryrefslogtreecommitdiff
path: root/include/linux/route.h
AgeCommit message (Collapse)Author
2009-11-04net: cleanup include/linuxEric Dumazet
This cleanup patch puts struct/union/enum opening braces, in first line to ease grep games. struct something { becomes : struct something { Signed-off-by: Eric Dumazet <eric.dumazet@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>
2004-06-22[NET]: rtentry->rt_dev is __user.Stephen Hemminger
The device entry in the route ioctl's needs annotation. Signed-off-by: Stephen Hemminger <shemminger@osdl.org> Signed-off-by: David S. Miller <davem@redhat.com>
2002-02-04Import changesetLinus Torvalds