aboutsummaryrefslogtreecommitdiff
path: root/net/netlabel/netlabel_kapi.c
AgeCommit message (Expand)AuthorFilesLines
2016-06-27netlabel: Implement CALIPSO config functions for SMACK.Gravatar Huw Davies 1-0/+138
2016-06-27calipso: Add a label cache.Gravatar Huw Davies 1-5/+19
2016-06-27netlabel: Pass a family parameter to netlbl_skbuff_err().Gravatar Huw Davies 1-3/+8
2016-06-27calipso: Allow the lsm to label the skbuff directly.Gravatar Huw Davies 1-4/+28
2016-06-27calipso: Allow request sockets to be relabelled by the lsm.Gravatar Huw Davies 1-7/+26
2016-06-27calipso: Set the calipso socket label to match the secattr.Gravatar Huw Davies 1-8/+50
2016-06-27netlabel: Move bitmap manipulation functions to the NetLabel core.Gravatar Huw Davies 1-0/+70
2016-06-27netlabel: Initial support for the CALIPSO netlink protocol.Gravatar Huw Davies 1-0/+1
2016-06-27netlabel: Add an address family to domain hash entries.Gravatar Huw Davies 1-2/+4
2016-06-09netlabel: handle sparse category maps in netlbl_catmap_getlong()Gravatar Paul Moore 1-5/+4
2016-06-06netlabel: add address family checks to netlbl_{sock,req}_delattr()Gravatar Paul Moore 1-2/+10
2016-04-05netlabel: fix a problem with netlbl_secattr_catmap_setrng()Gravatar Janak Desai 1-1/+1
2015-02-11cipso: don't use IPCB() to locate the CIPSO IP optionGravatar Paul Moore 1-5/+10
2014-10-09netlabel: kernel-doc warning fixGravatar Fabian Frederick 1-1/+0
2014-08-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextGravatar Linus Torvalds 1-1/+0
2014-08-01netlabel: shorter names for the NetLabel catmap funcs/structsGravatar Paul Moore 1-57/+52
2014-08-01netlabel: fix the catmap walking functionsGravatar Paul Moore 1-48/+54
2014-08-01netlabel: fix the horribly broken catmap functionsGravatar Paul Moore 1-50/+166
2014-08-01netlabel: fix a problem when setting bits below the previously lowest bitGravatar Paul Moore 1-8/+18
2014-07-15netlabel: remove unnecessary break after gotoGravatar Fabian Frederick 1-1/+0
2013-12-06netlabel: Fix FSF address in file headersGravatar Jeff Kirsher 1-2/+1
2013-10-10inet: includes a sock_common in request_sockGravatar Eric Dumazet 1-1/+1
2013-08-02netlabel: use domain based selectors when address based selectors are not ava...Gravatar Paul Moore 1-53/+35
2012-03-22netlabel: use GFP flags from caller instead of GFP_ATOMICGravatar Dan Carpenter 1-1/+1
2011-12-11net: use IS_ENABLED(CONFIG_IPV6)Gravatar Eric Dumazet 1-9/+9
2011-12-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-8/+14
2011-11-29netlabel: Fix build problems when IPv6 is not enabledGravatar Paul Moore 1-8/+14
2011-11-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-2/+2
2011-11-25net/netlabel: copy and paste bug in netlbl_cfg_unlbl_map_add()Gravatar Dan Carpenter 1-2/+2
2011-11-22net: remove ipv6_addr_copy()Gravatar Alexey Dobriyan 1-2/+2
2011-08-11net/netlabel/netlabel_kapi.c: add missing cleanup codeGravatar Julia Lawall 1-8/+12
2011-08-01doc: Update the email address for Paul Moore in various source filesGravatar Paul Moore 1-1/+1
2011-07-26atomic: use <linux/atomic.h>Gravatar Arun Sharma 1-1/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Gravatar Tejun Heo 1-0/+1
2009-07-30Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...Gravatar David S. Miller 1-1/+1
2009-07-30net/netlabel: Add kmalloc NULL testsGravatar Julia Lawall 1-1/+1
2009-07-27net/netlabel: Correct redundant testGravatar Julia Lawall 1-4/+2
2009-03-28netlabel: Cleanup the Smack/NetLabel code to fix incoming TCP connectionsGravatar Paul Moore 1-0/+13
2009-03-28netlabel: Label incoming TCP connections correctly in SELinuxGravatar Paul Moore 1-20/+132
2008-12-31netlabel: Update kernel configuration APIGravatar Paul Moore 1-60/+287
2008-10-10netlabel: Add configuration support for local labelingGravatar Paul Moore 1-0/+3
2008-10-10cipso: Add support for native local labeling and fixup mapping namesGravatar Paul Moore 1-2/+2
2008-10-10selinux: Set socket NetLabel based on connection endpointGravatar Paul Moore 1-1/+77
2008-10-10netlabel: Add functionality to set the security attributes of a packetGravatar Paul Moore 1-0/+60
2008-10-10netlabel: Add network address selectors to the NetLabel/LSM domain mappingGravatar Paul Moore 1-1/+6
2008-10-10netlabel: Replace protocol/NetLabel linking with refrerence countsGravatar Paul Moore 1-19/+24
2008-10-10selinux: Fix missing calls to netlbl_skbuff_err()Gravatar Paul Moore 1-2/+3
2008-10-10netlabel: Remove unneeded in-kernel API functionsGravatar Paul Moore 1-61/+23
2008-02-05NetLabel: introduce a new kernel configuration API for NetLabelGravatar Paul Moore 1-0/+177
2008-01-30NetLabel: Introduce static network labels for unlabeled connectionsGravatar Paul Moore 1-9/+7