Age | Commit message (Expand) | Author | Files | Lines |
2010-10-18 | Update broken web addresses in the kernel. | Justin P. Mattock | 1 | -1/+1 |
2010-05-18 | net: Remove unnecessary returns from void function()s | Joe Perches | 1 | -2/+0 |
2010-03-30 | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp... | Tejun Heo | 1 | -0/+1 |
2009-10-08 | ipv4: Define cipso_v4_delopt static | Hagen Paul Pfeifer | 1 | -1/+1 |
2009-03-28 | netlabel: Label incoming TCP connections correctly in SELinux | Paul Moore | 1 | -12/+118 |
2009-02-23 | cipso: Fix documentation comment | Paul Moore | 1 | -2/+7 |
2008-12-31 | netlabel: Update kernel configuration API | Paul Moore | 1 | -21/+65 |
2008-10-31 | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 1 | -3/+4 |
2008-10-29 | cipso: unsigned buf_len cannot be negative | roel kluin | 1 | -3/+4 |
2008-10-28 | net: don't use INIT_RCU_HEAD | Alexey Dobriyan | 1 | -1/+0 |
2008-10-10 | cipso: Add support for native local labeling and fixup mapping names | Paul Moore | 1 | -20/+107 |
2008-10-10 | selinux: Set socket NetLabel based on connection endpoint | Paul Moore | 1 | -0/+74 |
2008-10-10 | netlabel: Add functionality to set the security attributes of a packet | Paul Moore | 1 | -39/+183 |
2008-10-10 | netlabel: Replace protocol/NetLabel linking with refrerence counts | Paul Moore | 1 | -137/+98 |
2008-05-14 | cipso: Relax too much careful cipso hash function. | Pavel Emelyanov | 1 | -2/+2 |
2008-05-03 | net: use get/put_unaligned_* helpers | Harvey Harrison | 1 | -10/+8 |
2008-03-23 | [IPV4]: Remove unused ip_options->is_data. | Denis V. Lunev | 1 | -1/+0 |
2008-02-05 | NetLabel: introduce a new kernel configuration API for NetLabel | Paul Moore | 1 | -2/+2 |
2008-01-30 | NetLabel: Add secid token support to the NetLabel secattr struct | Paul Moore | 1 | -22/+37 |
2008-01-29 | [IPV4] net/ipv4/cipso_ipv4.c: use LIST_HEAD instead of LIST_HEAD_INIT | Denis Cheng | 1 | -1/+1 |
2007-10-26 | [NetLabel]: correct usage of RCU locking | Paul Moore | 1 | -29/+10 |
2007-10-11 | [CIPSO]: remove duplicated code in the cipso_v4_*_getattr() functions | Paul Moore | 1 | -73/+42 |
2007-06-09 | [CIPSO]: Fix several unaligned kernel accesses in the CIPSO engine. | Paul Moore | 1 | -10/+13 |
2007-06-09 | [NetLabel]: consolidate the struct socket/sock handling to just struct sock | Paul Moore | 1 | -33/+8 |
2007-05-09 | Fix occurrences of "the the " | Michael Opdenacker | 1 | -1/+1 |
2007-04-27 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo... | Linus Torvalds | 1 | -9/+32 |
2007-04-26 | NetLabel: convert a BUG_ON in the CIPSO code to a runtime check | Paul Moore | 1 | -1/+3 |
2007-04-26 | NetLabel: cleanup and document CIPSO constants | Paul Moore | 1 | -8/+29 |
2007-04-26 | [SK_BUFF]: Introduce ip_hdr(), remove skb->nh.iph | Arnaldo Carvalho de Melo | 1 | -1/+1 |
2007-04-26 | [IPV4]: cleanup | Stephen Hemminger | 1 | -1/+1 |
2007-03-13 | [NetLabel]: parse the CIPSO ranged tag on incoming packets | Paul Moore | 1 | -0/+5 |
2007-03-03 | [NetLabel]: Verify sensitivity level has a valid CIPSO mapping | Paul Moore | 1 | -3/+4 |
2006-12-03 | NetLabel: add the ranged tag to the CIPSOv4 protocol | Paul Moore | 1 | -0/+268 |
2006-12-03 | NetLabel: add the enumerated tag to the CIPSOv4 protocol | Paul Moore | 1 | -0/+233 |
2006-12-03 | NetLabel: convert to an extensibile/sparse category bitmap | Paul Moore | 1 | -99/+69 |
2006-12-03 | [CIPSO]: Missing annotation in cipso_ipv4 update. | Al Viro | 1 | -1/+1 |
2006-12-03 | NetLabel: use cipso_v4_doi_search() for local CIPSOv4 functions | Paul Moore | 1 | -3/+3 |
2006-12-03 | NetLabel: return the correct error for translated CIPSOv4 tags | Paul Moore | 1 | -0/+4 |
2006-12-03 | NetLabel: fixup the handling of CIPSOv4 tags to allow for multiple tag types | Paul Moore | 1 | -60/+53 |
2006-12-03 | NetLabel: add tag verification when adding new CIPSOv4 DOI definitions | Paul Moore | 1 | -0/+14 |
2006-12-03 | NetLabel: check for a CIPSOv4 option before we do call into the CIPSOv4 layer | Paul Moore | 1 | -2/+0 |
2006-12-03 | NetLabel: make netlbl_lsm_secattr struct easier/quicker to understand | Paul Moore | 1 | -8/+14 |
2006-12-03 | [NETLABEL]: Use kmemdup in cipso_ipv4.c | Arnaldo Carvalho de Melo | 1 | -2/+1 |
2006-12-03 | [IPV6]: Assorted trivial endianness annotations. | Al Viro | 1 | -4/+4 |
2006-10-31 | [NetLabel]: protect the CIPSOv4 socket option from setsockopt() | Paul Moore | 1 | -4/+3 |
2006-10-16 | NetLabel: the CIPSOv4 passthrough mapping does not pass categories correctly | Paul Moore | 1 | -2/+2 |
2006-10-16 | NetLabel: only deref the CIPSOv4 standard map fields when using standard mapping | Paul Moore | 1 | -6/+12 |
2006-10-12 | NetLabel: fix a cache race condition | paul.moore@hp.com | 1 | -8/+10 |
2006-09-30 | [NetLabel]: audit fixups due to delayed feedback | Paul Moore | 1 | -2/+2 |
2006-09-29 | [NetLabel]: add audit support for configuration changes | Paul Moore | 1 | -2/+6 |