aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv6/calipso.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-10-30net: ipv6: calipso: Fix kerneldoc warningsAndrew Lunn1-2/+2
2020-10-13net/ipv6: use semicolons rather than commas to separate statementsJulia Lawall1-1/+1
2020-05-12netlabel: cope with NULL catmapPaolo Abeni1-1/+2
2019-05-21treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 13Thomas Gleixner1-15/+1
2018-07-05ipv6: make ipv6_renew_options() interrupt/kernel safePaul Moore1-6/+3
2017-07-04net, calipso: convert calipso_doi.refcount from atomic_t to refcount_tReshetova, Elena1-6/+6
2017-07-01net: convert netlbl_lsm_cache.refcount from atomic_t to refcount_tReshetova, Elena1-2/+2
2017-06-06net/ipv6: Fix CALIPSO causing GPF with datagram supportRichard Haines1-1/+5
2016-08-13calipso: fix resource leak on calipso_genopt failureColin Ian King1-1/+3
2016-06-27calipso: Add a label cache.Huw Davies1-2/+262
2016-06-27calipso: Add validation of CALIPSO option.Huw Davies1-0/+41
2016-06-27calipso: Allow the lsm to label the skbuff directly.Huw Davies1-0/+165
2016-06-27calipso: Allow request sockets to be relabelled by the lsm.Huw Davies1-0/+86
2016-06-27calipso: Set the calipso socket label to match the secattr.Huw Davies1-0/+595
2016-06-27netlabel: Add support for removing a CALIPSO DOI.Huw Davies1-0/+48
2016-06-27netlabel: Add support for enumerating the CALIPSO DOI list.Huw Davies1-0/+41
2016-06-27netlabel: Add support for querying a CALIPSO DOI.Huw Davies1-0/+68
2016-06-27netlabel: Initial support for the CALIPSO netlink protocol.Huw Davies1-0/+169