Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-12-09 | [NETLINK]: Put {IFA,IFLA}_{RTA,PAYLOAD} macros back for userspace. | David S. Miller | |
GLIBC uses them etc. They are guarded by ifndef __KERNEL__ so nobody will start accidently using them in the kernel again, it's just for userspace. Signed-off-by: David S. Miller <davem@davemloft.net> | |||
2006-09-29 | [NET]: Move netlink interface bits to linux/if_link.h. | YOSHIFUJI Hideaki | |
Moving netlink interface bits to linux/if.h is rather troublesome for applications including both linux/if.h (which was changed to be included from linux/rtnetlink.h automatically) and net/if.h. Signed-off-by: YOSHIFUJI Hideaki <yoshfuji@linux-ipv6.org> Signed-off-by: David S. Miller <davem@davemloft.net> |