aboutsummaryrefslogtreecommitdiff
path: root/include/uapi/linux/l2tp.h
AgeCommit message (Collapse)AuthorFilesLines
2014-12-31l2tp : multicast notification to the registered listenersBill Hong1-0/+1
Previously l2tp module did not provide any means for the user space to get notified when tunnels/sessions are added/modified/deleted. This change contains the following - create a multicast group for the listeners to register. - notify the registered listeners when the tunnels/sessions are created/modified/deleted. Signed-off-by: Bill Hong <[email protected]> Reviewed-by: Stephen Hemminger <[email protected]> Reviewed-by: Sven-Thorsten Dietrich <[email protected]> Signed-off-by: David S. Miller <[email protected]>
2014-05-23l2tp: Add support for zero IPv6 checksumsTom Herbert1-0/+2
Added new L2TP configuration options to allow TX and RX of zero checksums in IPv6. Default is not to use them. Signed-off-by: Tom Herbert <[email protected]> Signed-off-by: David S. Miller <[email protected]>
2012-10-13UAPI: (Scripted) Disintegrate include/linuxDavid Howells1-0/+180
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]>