summaryrefslogtreecommitdiff
path: root/net/llc/Kconfig
blob: b91c6510816253b82cfe9e81d2c7a2cce0a30640 (plain)
1
2
3
4
5
6
7
8
9
10
config LLC
	tristate
	depends on NET

config LLC2
	tristate "ANSI/IEEE 802.2 LLC type 2 Support"
	select LLC
	help
	  This is a Logical Link Layer type 2, connection oriented support. 
	  Select this if you want to have support for PF_LLC sockets.
e summary='commit info' class='commit-info'> authorLinus Torvalds <torvalds@linux-foundation.org>2017-01-23 13:51:59 -0800 committerLinus Torvalds <torvalds@linux-foundation.org>2017-01-23 13:51:59 -0800 commita4685d2f58e2230d4e27fb2ee581d7ea35e5d046 (patch) treec2873b20dc923fec4643addcb695aa9400f50430 /include/net/netns parent6302118226830c8f0aa0ec6afc8ef0cad84faa5f (diff)parentfd7c99142d77dc4a851879a66715abf12a3193fb (diff)
Merge branch 'stable' of git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tile
Pull tile bugfix from Chris Metcalf: "This avoids an issue with short userspace reads for regset via ptrace" * 'stable' of git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tile: tile/ptrace: Preserve previous registers for short regset write
Diffstat (limited to 'include/net/netns')