summaryrefslogtreecommitdiffstats
path: root/net/netlabel/netlabel_kapi.c
AgeCommit message (Expand)AuthorLines
2015-02-11cipso: don't use IPCB() to locate the CIPSO IP optionPaul Moore-5/+10
2014-10-09netlabel: kernel-doc warning fixFabian Frederick-1/+0
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-2/+1
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-53/+35
2012-03-22netlabel: use GFP flags from caller instead of GFP_ATOMICDan Carpenter-1/+1
2011-12-11net: use IS_ENABLED(CONFIG_IPV6)Eric Dumazet-9/+9
2011-12-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-8/+14
2011-11-29netlabel: Fix build problems when IPv6 is not enabledPaul Moore-8/+14
2011-11-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-2/+2
2011-11-25net/netlabel: copy and paste bug in netlbl_cfg_unlbl_map_add()Dan Carpenter-2/+2
2011-11-22net: remove ipv6_addr_copy()Alexey Dobriyan-2/+2
2011-08-11net/netlabel/netlabel_kapi.c: add missing cleanup codeJulia Lawall-8/+12
2011-08-01doc: Update the email address for Paul Moore in various source filesPaul Moore-1/+1
2011-07-26atomic: use <linux/atomic.h>Arun Sharma-1/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo-0/+1
2009-07-30Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller-1/+1
2009-07-30net/netlabel: Add kmalloc NULL testsJulia Lawall-1/+1
2009-07-27net/netlabel: Correct redundant testJulia Lawall-4/+2
2009-03-28netlabel: Cleanup the Smack/NetLabel code to fix incoming TCP connectionsPaul Moore-0/+13
2009-03-28netlabel: Label incoming TCP connections correctly in SELinuxPaul Moore-20/+132
2008-12-31netlabel: Update kernel configuration APIPaul Moore-60/+287
2008-10-10netlabel: Add configuration support for local labelingPaul Moore-0/+3
2008-10-10cipso: Add support for native local labeling and fixup mapping namesPaul Moore-2/+2
2008-10-10selinux: Set socket NetLabel based on connection endpointPaul Moore-1/+77
2008-10-10netlabel: Add functionality to set the security attributes of a packetPaul Moore-0/+60
2008-10-10netlabel: Add network address selectors to the NetLabel/LSM domain mappingPaul Moore-1/+6
2008-10-10netlabel: Replace protocol/NetLabel linking with refrerence countsPaul Moore-19/+24
2008-10-10selinux: Fix missing calls to netlbl_skbuff_err()Paul Moore-2/+3
2008-10-10netlabel: Remove unneeded in-kernel API functionsPaul Moore-61/+23
2008-02-05NetLabel: introduce a new kernel configuration API for NetLabelPaul Moore-0/+177
2008-01-30NetLabel: Introduce static network labels for unlabeled connectionsPaul Moore-9/+7
2008-01-30NetLabel: Add IP address family information to the netlbl_skbuff_getattr() fu...Paul Moore-0/+2
2008-01-30NetLabel: Remove unneeded RCU read locksPaul Moore-1/+2
2007-07-19SELinux: enable dynamic activation/deactivation of NetLabel/SELinux enforcementPaul Moore-0/+21
2007-06-08[NetLabel]: consolidate the struct socket/sock handling to just struct sockPaul Moore-34/+9
2007-04-26SELinux: extract the NetLabel SELinux support from the security serverPaul Moore-3/+0
2006-12-02NetLabel: convert to an extensibile/sparse category bitmapPaul Moore-0/+201
2006-12-02NetLabel: check for a CIPSOv4 option before we do call into the CIPSOv4 layerPaul Moore-4/+2
2006-12-02NetLabel: make netlbl_lsm_secattr struct easier/quicker to understandPaul Moore-1/+4
2006-10-11NetLabel: fix a cache race conditionpaul.moore@hp.com-1/+1
2006-09-25[NetLabel]: correct improper handling of non-NetLabel peer contextsPaul Moore-0/+23
2006-09-22[NetLabel]: core NetLabel subsystemPaul Moore-0/+231