aboutsummaryrefslogtreecommitdiff
path: root/include/uapi/linux/if_arp.h
AgeCommit message (Collapse)AuthorFilesLines
2013-12-11net: if_arp: add ARPHRD_6LOWPAN typeJukka Rissanen1-0/+1
Used for IPv6 over LoWPAN networks. Example of this is Bluetooth 6LoWPAN network. Signed-off-by: Jukka Rissanen <[email protected]> Acked-by: David S. Miller <[email protected]> Signed-off-by: Marcel Holtmann <[email protected]>
2013-06-24net: if_arp: add ARPHRD_NETLINK typeDaniel Borkmann1-0/+1
This small patch adds the definition of ARPHRD_NETLINK which can for example be used by netlink monitoring devices as device type. So that sockaddr_ll can pick it up and based on that choose the correct packet dissector. Signed-off-by: Daniel Borkmann <[email protected]> Signed-off-by: David S. Miller <[email protected]>
2012-10-13UAPI: (Scripted) Disintegrate include/linuxDavid Howells1-0/+159
Signed-off-by: David Howells <[email protected]> Acked-by: Arnd Bergmann <[email protected]> Acked-by: Thomas Gleixner <[email protected]> Acked-by: Michael Kerrisk <[email protected]> Acked-by: Paul E. McKenney <[email protected]> Acked-by: Dave Jones <[email protected]>