aboutsummaryrefslogtreecommitdiffstats
path: root/net/netlabel/netlabel_kapi.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-02-11cipso: don't use IPCB() to locate the CIPSO IP optionPaul Moore1-5/+10
2014-10-09netlabel: kernel-doc warning fixFabian Frederick1-1/+0
2014-08-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-1/+0
2014-08-01netlabel: shorter names for the NetLabel catmap funcs/structsPaul Moore1-57/+52
2014-08-01netlabel: fix the catmap walking functionsPaul Moore1-48/+54
2014-08-01netlabel: fix the horribly broken catmap functionsPaul Moore1-50/+166
2014-08-01netlabel: fix a problem when setting bits below the previously lowest bitPaul Moore1-8/+18
2014-07-15netlabel: remove unnecessary break after gotoFabian Frederick1-1/+0
2013-12-06netlabel: Fix FSF address in file headersJeff Kirsher1-2/+1
2013-10-10inet: includes a sock_common in request_sockEric Dumazet1-1/+1
2013-08-02netlabel: use domain based selectors when address based selectors are not availablePaul Moore1-53/+35
2012-03-22netlabel: use GFP flags from caller instead of GFP_ATOMICDan Carpenter1-1/+1
2011-12-11net: use IS_ENABLED(CONFIG_IPV6)Eric Dumazet1-9/+9
2011-12-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-8/+14
2011-11-29netlabel: Fix build problems when IPv6 is not enabledPaul Moore1-8/+14
2011-11-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+2
2011-11-25net/netlabel: copy and paste bug in netlbl_cfg_unlbl_map_add()Dan Carpenter1-2/+2
2011-11-22net: remove ipv6_addr_copy()Alexey Dobriyan1-2/+2
2011-08-11net/netlabel/netlabel_kapi.c: add missing cleanup codeJulia Lawall1-8/+12
2011-08-01doc: Update the email address for Paul Moore in various source filesPaul Moore1-1/+1
2011-07-26atomic: use <linux/atomic.h>Arun Sharma1-1/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2009-07-30Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-1/+1
2009-07-30net/netlabel: Add kmalloc NULL testsJulia Lawall1-1/+1
2009-07-27net/netlabel: Correct redundant testJulia Lawall1-4/+2
2009-03-28netlabel: Cleanup the Smack/NetLabel code to fix incoming TCP connectionsPaul Moore1-0/+13
2009-03-28netlabel: Label incoming TCP connections correctly in SELinuxPaul Moore1-20/+132
2008-12-31netlabel: Update kernel configuration APIPaul Moore1-60/+287
2008-10-10netlabel: Add configuration support for local labelingPaul Moore1-0/+3
2008-10-10cipso: Add support for native local labeling and fixup mapping namesPaul Moore1-2/+2
2008-10-10selinux: Set socket NetLabel based on connection endpointPaul Moore1-1/+77
2008-10-10netlabel: Add functionality to set the security attributes of a packetPaul Moore1-0/+60
2008-10-10netlabel: Add network address selectors to the NetLabel/LSM domain mappingPaul Moore1-1/+6
2008-10-10netlabel: Replace protocol/NetLabel linking with refrerence countsPaul Moore1-19/+24
2008-10-10selinux: Fix missing calls to netlbl_skbuff_err()Paul Moore1-2/+3
2008-10-10netlabel: Remove unneeded in-kernel API functionsPaul Moore1-61/+23
2008-02-05NetLabel: introduce a new kernel configuration API for NetLabelPaul Moore1-0/+177
2008-01-30NetLabel: Introduce static network labels for unlabeled connectionsPaul Moore1-9/+7
2008-01-30NetLabel: Add IP address family information to the netlbl_skbuff_getattr() functionPaul Moore1-0/+2
2008-01-30NetLabel: Remove unneeded RCU read locksPaul Moore1-1/+2
2007-07-19SELinux: enable dynamic activation/deactivation of NetLabel/SELinux enforcementPaul Moore1-0/+21
2007-06-08[NetLabel]: consolidate the struct socket/sock handling to just struct sockPaul Moore1-34/+9
2007-04-26SELinux: extract the NetLabel SELinux support from the security serverPaul Moore1-3/+0
2006-12-02NetLabel: convert to an extensibile/sparse category bitmapPaul Moore1-0/+201
2006-12-02NetLabel: check for a CIPSOv4 option before we do call into the CIPSOv4 layerPaul Moore1-4/+2
2006-12-02NetLabel: make netlbl_lsm_secattr struct easier/quicker to understandPaul Moore1-1/+4
2006-10-11NetLabel: fix a cache race conditionpaul.moore@hp.com1-1/+1
2006-09-25[NetLabel]: correct improper handling of non-NetLabel peer contextsPaul Moore1-0/+23
2006-09-22[NetLabel]: core NetLabel subsystemPaul Moore1-0/+231