# # This file is a placeholder to prevent accidental build breakage if someone # enables CONFIG_CFG80211_INTERNAL_REGDB. Almost no one actually needs to # enable that build option. # # You should be using CRDA instead. It is even better if you use the CRDA # package provided by your distribution, since they will probably keep it # up-to-date on your behalf. # # If you _really_ intend to use CONFIG_CFG80211_INTERNAL_REGDB then you will # need to replace this file with one containing appropriately formatted # regulatory rules that cover the regulatory domains you will be using. Your # best option is to extract the db.txt file from the wireless-regdb git # repository: # # git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-regdb.git # href='/cgit.cgi/linux/net-next.git/'>net-next.git
net-next plumbingsTobias Klauser
summaryrefslogtreecommitdiff
path: root/net/sctp
AgeCommit message (Expand)AuthorFilesLines
2017-02-09sctp: implement sender-side procedures for Add Incoming/Outgoing Streams Requ...Xin Long2-0/+106
2017-02-09sctp: add support for generating stream reconf add incoming/outgoing streams ...Xin Long1-0/+46
2017-02-09sctp: implement sender-side procedures for SSN/TSN Reset Request ParameterXin Long2-0/+69
2017-02-09sctp: add support for generating stream reconf ssn/tsn reset request chunkXin Long1-0/+29
2017-02-09sctp: streams should be recovered when it fails to send request.Xin Long1-2/+17
2017-02-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller