summaryrefslogtreecommitdiffstats
path: root/net/netlabel/netlabel_kapi.c
Commit message (Expand)AuthorAgeFilesLines
* 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-031-53/+35Star
* netlabel: use GFP flags from caller instead of GFP_ATOMICDan Carpenter2012-03-231-1/+1
* net: use IS_ENABLED(CONFIG_IPV6)Eric Dumazet2011-12-121-9/+9
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2011-12-021-8/+14
|\
| * netlabel: Fix build problems when IPv6 is not enabledPaul Moore2011-11-291-8/+14
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2011-11-261-2/+2
|\|
| * net/netlabel: copy and paste bug in netlbl_cfg_unlbl_map_add()Dan Carpenter2011-11-251-2/+2
* | net: remove ipv6_addr_copy()Alexey Dobriyan2011-11-221-2/+2
|/
* net/netlabel/netlabel_kapi.c: add missing cleanup codeJulia Lawall2011-08-111-8/+12
* doc: Update the email address for Paul Moore in various source filesPaul Moore2011-08-021-1/+1
* atomic: use <linux/atomic.h>Arun Sharma2011-07-271-1/+1
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2009-07-311-1/+1
|\
| * net/netlabel: Add kmalloc NULL testsJulia Lawall2009-07-301-1/+1
* | net/netlabel: Correct redundant testJulia Lawall2009-07-271-4/+2Star
|/
* netlabel: Cleanup the Smack/NetLabel code to fix incoming TCP connectionsPaul Moore2009-03-281-0/+13
* netlabel: Label incoming TCP connections correctly in SELinuxPaul Moore2009-03-281-20/+132
* netlabel: Update kernel configuration APIPaul Moore2008-12-311-60/+287
* netlabel: Add configuration support for local labelingPaul Moore2008-10-101-0/+3
* cipso: Add support for native local labeling and fixup mapping namesPaul Moore2008-10-101-2/+2
* selinux: Set socket NetLabel based on connection endpointPaul Moore2008-10-101-1/+77
* netlabel: Add functionality to set the security attributes of a packetPaul Moore2008-10-101-0/+60
* netlabel: Add network address selectors to the NetLabel/LSM domain mappingPaul Moore2008-10-101-1/+6
* netlabel: Replace protocol/NetLabel linking with refrerence countsPaul Moore2008-10-101-19/+24
* selinux: Fix missing calls to netlbl_skbuff_err()Paul Moore2008-10-101-2/+3
* netlabel: Remove unneeded in-kernel API functionsPaul Moore2008-10-101-61/+23Star
* NetLabel: introduce a new kernel configuration API for NetLabelPaul Moore2008-02-051-0/+177
* NetLabel: Introduce static network labels for unlabeled connectionsPaul Moore2008-01-291-9/+7Star
* NetLabel: Add IP address family information to the netlbl_skbuff_getattr() fu...Paul Moore2008-01-291-0/+2
* NetLabel: Remove unneeded RCU read locksPaul Moore2008-01-291-1/+2
* SELinux: enable dynamic activation/deactivation of NetLabel/SELinux enforcementPaul Moore2007-07-191-0/+21
* [NetLabel]: consolidate the struct socket/sock handling to just struct sockPaul Moore2007-06-081-34/+9Star
* SELinux: extract the NetLabel SELinux support from the security serverPaul Moore2007-04-261-3/+0Star
* NetLabel: convert to an extensibile/sparse category bitmapPaul Moore2006-12-031-0/+201
* NetLabel: check for a CIPSOv4 option before we do call into the CIPSOv4 layerPaul Moore2006-12-031-4/+2Star
* NetLabel: make netlbl_lsm_secattr struct easier/quicker to understandPaul Moore2006-12-031-1/+4
* NetLabel: fix a cache race conditionpaul.moore@hp.com2006-10-121-1/+1
* [NetLabel]: correct improper handling of non-NetLabel peer contextsPaul Moore2006-09-261-0/+23
* [NetLabel]: core NetLabel subsystemPaul Moore2006-09-221-0/+231