summaryrefslogtreecommitdiffstats
path: root/net/netlabel
AgeCommit message (Expand)AuthorLines
2016-06-27netlabel: Implement CALIPSO config functions for SMACK.Huw Davies-0/+212
2016-06-27calipso: Add a label cache.Huw Davies-5/+60
2016-06-27netlabel: Pass a family parameter to netlbl_skbuff_err().Huw Davies-3/+8
2016-06-27calipso: Allow the lsm to label the skbuff directly.Huw Davies-4/+117
2016-06-27calipso: Allow request sockets to be relabelled by the lsm.Huw Davies-7/+70
2016-06-27calipso: Set the calipso socket label to match the secattr.Huw Davies-8/+120
2016-06-27netlabel: Move bitmap manipulation functions to the NetLabel core.Huw Davies-0/+70
2016-06-27netlabel: Add support for removing a CALIPSO DOI.Huw Davies-0/+101
2016-06-27netlabel: Add support for creating a CALIPSO protocol domain mapping.Huw Davies-5/+89
2016-06-27netlabel: Add support for enumerating the CALIPSO DOI list.Huw Davies-0/+120
2016-06-27netlabel: Add support for querying a CALIPSO DOI.Huw Davies-0/+121
2016-06-27netlabel: Initial support for the CALIPSO netlink protocol.Huw Davies-1/+322
2016-06-27netlabel: Add an address family to domain hash entries.Huw Davies-58/+192
2016-06-27netlabel: Mark rcu pointers with __rcu.Huw Davies-4/+4
2016-06-09netlabel: handle sparse category maps in netlbl_catmap_getlong()Paul Moore-5/+4
2016-06-06netlabel: add address family checks to netlbl_{sock,req}_delattr()Paul Moore-2/+10
2016-04-05netlabel: fix a problem with netlbl_secattr_catmap_setrng()Janak Desai-1/+1
2016-03-07netlabel: do not initialise statics to NULLWei Tang-2/+2
2016-03-07netlink: do not initialise statics to 0 or NULLWei Tang-3/+3
2015-03-31netlink: implement nla_put_in_addr and nla_put_in6_addrJiri Benc-28/+20
2015-02-11Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds-5/+10
2015-02-11cipso: don't use IPCB() to locate the CIPSO IP optionPaul Moore-5/+10
2015-02-03netlabel: Less function calls in netlbl_mgmt_add_common() after error detectionMarkus Elfring-25/+24
2015-02-03netlabel: Deletion of an unnecessary check before the function call "cipso_v4...Markus Elfring-2/+1
2015-02-03netlabel: Deletion of an unnecessary check before the function call "cipso_v4...Markus Elfring-2/+1
2015-01-18netlink: make nlmsg_end() and genlmsg_end() voidJohannes Berg-4/+8
2014-10-09netlabel: kernel-doc warning fixFabian Frederick-1/+0
2014-10-08netlabel: directly return netlbl_unlabel_genl_init()Fabian Frederick-5/+1
2014-08-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds-1/+0
2014-08-01netlabel: shorter names for the NetLabel catmap funcs/structsPaul Moore-57/+52
2014-08-01netlabel: fix the catmap walking functionsPaul Moore-48/+54
2014-08-01netlabel: fix the horribly broken catmap functionsPaul Moore-50/+166
2014-08-01netlabel: fix a problem when setting bits below the previously lowest bitPaul Moore-8/+18
2014-07-15netlabel: remove unnecessary break after gotoFabian Frederick-1/+0
2013-12-06netlabel: Fix FSF address in file headersJeff Kirsher-26/+13
2013-11-19genetlink: only pass array to genl_register_family_with_ops()Johannes Berg-3/+3
2013-11-14genetlink: make all genl_ops users constJohannes Berg-3/+3
2013-10-10inet: includes a sock_common in request_sockEric Dumazet-1/+1
2013-08-02netlabel: use domain based selectors when address based selectors are not ava...Paul Moore-158/+130
2013-05-28net: pass info struct via netdevice notifierJiri Pirko-4/+3
2013-05-19netlabel: improve domain mapping validationPaul Moore-0/+69
2013-03-08netlabel: fix build problems when CONFIG_IPV6=nPaul Moore-10/+5
2013-03-07netlabel: correctly list all the static label mappingsPaul Moore-6/+6
2012-10-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds-4/+4
2012-09-17userns: Convert the audit loginuid to be a kuidEric W. Biederman-2/+2
2012-09-10netlink: Rename pid to portid to avoid confusionEric W. Biederman-4/+4
2012-03-22netlabel: use GFP flags from caller instead of GFP_ATOMICDan Carpenter-1/+1
2012-01-12net: reintroduce missing rcu_assign_pointer() callsEric Dumazet-6/+4
2011-12-11net: use IS_ENABLED(CONFIG_IPV6)Eric Dumazet-41/+41
2011-12-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-8/+14