summaryrefslogtreecommitdiffstats
path: root/net/netlabel
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'linus' into locking/core, to resolve conflictsIngo Molnar2017-11-071-0/+1
|\
| * License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* | locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns ...Mark Rutland2017-10-251-1/+1
|/
* netlink: pass extended ACK struct to parsing functionsJohannes Berg2017-04-131-9/+10
* netlabel: add CALIPSO to the list of built-in protocolsPaul Moore2017-01-061-4/+1
* genetlink: mark families as __ro_after_initJohannes Berg2016-10-274-4/+4
* genetlink: statically initialize familiesJohannes Berg2016-10-274-33/+48
* genetlink: no longer support using static family IDsJohannes Berg2016-10-274-4/+0
* netlabel: Implement CALIPSO config functions for SMACK.Huw Davies2016-06-273-0/+212
* calipso: Add a label cache.Huw Davies2016-06-273-5/+60
* netlabel: Pass a family parameter to netlbl_skbuff_err().Huw Davies2016-06-271-3/+8
* calipso: Allow the lsm to label the skbuff directly.Huw Davies2016-06-273-4/+117
* calipso: Allow request sockets to be relabelled by the lsm.Huw Davies2016-06-273-7/+70
* calipso: Set the calipso socket label to match the secattr.Huw Davies2016-06-274-8/+120
* netlabel: Move bitmap manipulation functions to the NetLabel core.Huw Davies2016-06-271-0/+70
* netlabel: Add support for removing a CALIPSO DOI.Huw Davies2016-06-272-0/+101
* netlabel: Add support for creating a CALIPSO protocol domain mapping.Huw Davies2016-06-274-5/+89
* netlabel: Add support for enumerating the CALIPSO DOI list.Huw Davies2016-06-272-0/+120
* netlabel: Add support for querying a CALIPSO DOI.Huw Davies2016-06-272-0/+121
* netlabel: Initial support for the CALIPSO netlink protocol.Huw Davies2016-06-276-1/+322
* netlabel: Add an address family to domain hash entries.Huw Davies2016-06-276-58/+192
* netlabel: Mark rcu pointers with __rcu.Huw Davies2016-06-272-4/+4
* netlabel: handle sparse category maps in netlbl_catmap_getlong()Paul Moore2016-06-091-5/+4
* netlabel: add address family checks to netlbl_{sock,req}_delattr()Paul Moore2016-06-061-2/+10
* netlabel: fix a problem with netlbl_secattr_catmap_setrng()Janak Desai2016-04-051-1/+1
* netlabel: do not initialise statics to NULLWei Tang2016-03-071-2/+2
* netlink: do not initialise statics to 0 or NULLWei Tang2016-03-071-3/+3
* netlink: implement nla_put_in_addr and nla_put_in6_addrJiri Benc2015-03-312-28/+20
* Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds2015-02-111-5/+10
|\
| * cipso: don't use IPCB() to locate the CIPSO IP optionPaul Moore2015-02-111-5/+10
* | netlabel: Less function calls in netlbl_mgmt_add_common() after error detectionMarkus Elfring2015-02-031-25/+24
* | netlabel: Deletion of an unnecessary check before the function call "cipso_v4...Markus Elfring2015-02-031-2/+1
* | netlabel: Deletion of an unnecessary check before the function call "cipso_v4...Markus Elfring2015-02-031-2/+1
* | netlink: make nlmsg_end() and genlmsg_end() voidJohannes Berg2015-01-183-4/+8
|/
* netlabel: kernel-doc warning fixFabian Frederick2014-10-091-1/+0
* netlabel: directly return netlbl_unlabel_genl_init()Fabian Frederick2014-10-081-5/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2014-08-061-1/+0
|\
| * netlabel: remove unnecessary break after gotoFabian Frederick2014-07-151-1/+0
* | netlabel: shorter names for the NetLabel catmap funcs/structsPaul Moore2014-08-011-57/+52
* | netlabel: fix the catmap walking functionsPaul Moore2014-08-011-48/+54
* | netlabel: fix the horribly broken catmap functionsPaul Moore2014-08-011-50/+166
* | netlabel: fix a problem when setting bits below the previously lowest bitPaul Moore2014-08-011-8/+18
|/
* netlabel: Fix FSF address in file headersJeff Kirsher2013-12-0613-26/+13
* genetlink: only pass array to genl_register_family_with_ops()Johannes Berg2013-11-193-3/+3
* genetlink: make all genl_ops users constJohannes Berg2013-11-143-3/+3
* inet: includes a sock_common in request_sockEric Dumazet2013-10-101-1/+1
* netlabel: use domain based selectors when address based selectors are not ava...Paul Moore2013-08-026-158/+130
* net: pass info struct via netdevice notifierJiri Pirko2013-05-281-4/+3
* netlabel: improve domain mapping validationPaul Moore2013-05-191-0/+69
* netlabel: fix build problems when CONFIG_IPV6=nPaul Moore2013-03-081-10/+5
OpenPOWER on IntegriCloud