Age | Commit message (Expand) | Author | Files | Lines |
2024-05-13 | netlabel: fix RCU annotation for IPv4 options on socket creation | Davide Caratti | 1 | -3/+28 |
2024-02-28 | netlabel: remove impossible return value in netlbl_bitmap_walk | Zhengchao Shao | 1 | -1/+1 |
2024-02-07 | netlabel: cleanup struct netlbl_lsm_catmap | George Guo | 1 | -4/+4 |
2023-06-10 | netlabel: fix shift wrapping bug in netlbl_catmap_setlong() | Dmitry Mastykin | 1 | -1/+2 |
2022-03-21 | netlabel: fix out-of-bounds memory accesses | Wang Yufen | 1 | -0/+2 |
2021-06-07 | netlabel: Fix spelling mistakes | Zheng Yongjun | 1 | -1/+1 |
2020-05-12 | netlabel: cope with NULL catmap | Paolo Abeni | 1 | -0/+6 |
2019-09-01 | netlabel: remove redundant assignment to pointer iter | Colin Ian King | 1 | -1/+1 |
2019-05-21 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 13 | Thomas Gleixner | 1 | -15/+1 |
2019-02-27 | netlabel: fix out-of-bounds memory accesses | Paul Moore | 1 | -1/+2 |
2017-01-06 | netlabel: add CALIPSO to the list of built-in protocols | Paul Moore | 1 | -4/+1 |
2016-06-27 | netlabel: Implement CALIPSO config functions for SMACK. | Huw Davies | 1 | -0/+138 |
2016-06-27 | calipso: Add a label cache. | Huw Davies | 1 | -5/+19 |
2016-06-27 | netlabel: Pass a family parameter to netlbl_skbuff_err(). | Huw Davies | 1 | -3/+8 |
2016-06-27 | calipso: Allow the lsm to label the skbuff directly. | Huw Davies | 1 | -4/+28 |
2016-06-27 | calipso: Allow request sockets to be relabelled by the lsm. | Huw Davies | 1 | -7/+26 |
2016-06-27 | calipso: Set the calipso socket label to match the secattr. | Huw Davies | 1 | -8/+50 |
2016-06-27 | netlabel: Move bitmap manipulation functions to the NetLabel core. | Huw Davies | 1 | -0/+70 |
2016-06-27 | netlabel: Initial support for the CALIPSO netlink protocol. | Huw Davies | 1 | -0/+1 |
2016-06-27 | netlabel: Add an address family to domain hash entries. | Huw Davies | 1 | -2/+4 |
2016-06-09 | netlabel: handle sparse category maps in netlbl_catmap_getlong() | Paul Moore | 1 | -5/+4 |
2016-06-06 | netlabel: add address family checks to netlbl_{sock,req}_delattr() | Paul Moore | 1 | -2/+10 |
2016-04-05 | netlabel: fix a problem with netlbl_secattr_catmap_setrng() | Janak Desai | 1 | -1/+1 |
2015-02-11 | cipso: don't use IPCB() to locate the CIPSO IP option | Paul Moore | 1 | -5/+10 |
2014-10-09 | netlabel: kernel-doc warning fix | Fabian Frederick | 1 | -1/+0 |
2014-08-06 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 1 | -1/+0 |
2014-08-01 | netlabel: shorter names for the NetLabel catmap funcs/structs | Paul Moore | 1 | -57/+52 |
2014-08-01 | netlabel: fix the catmap walking functions | Paul Moore | 1 | -48/+54 |
2014-08-01 | netlabel: fix the horribly broken catmap functions | Paul Moore | 1 | -50/+166 |
2014-08-01 | netlabel: fix a problem when setting bits below the previously lowest bit | Paul Moore | 1 | -8/+18 |
2014-07-15 | netlabel: remove unnecessary break after goto | Fabian Frederick | 1 | -1/+0 |
2013-12-06 | netlabel: Fix FSF address in file headers | Jeff Kirsher | 1 | -2/+1 |
2013-10-10 | inet: includes a sock_common in request_sock | Eric Dumazet | 1 | -1/+1 |
2013-08-02 | netlabel: use domain based selectors when address based selectors are not ava... | Paul Moore | 1 | -53/+35 |
2012-03-22 | netlabel: use GFP flags from caller instead of GFP_ATOMIC | Dan Carpenter | 1 | -1/+1 |
2011-12-11 | net: use IS_ENABLED(CONFIG_IPV6) | Eric Dumazet | 1 | -9/+9 |
2011-12-02 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -8/+14 |
2011-11-29 | netlabel: Fix build problems when IPv6 is not enabled | Paul Moore | 1 | -8/+14 |
2011-11-26 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -2/+2 |
2011-11-25 | net/netlabel: copy and paste bug in netlbl_cfg_unlbl_map_add() | Dan Carpenter | 1 | -2/+2 |
2011-11-22 | net: remove ipv6_addr_copy() | Alexey Dobriyan | 1 | -2/+2 |
2011-08-11 | net/netlabel/netlabel_kapi.c: add missing cleanup code | Julia Lawall | 1 | -8/+12 |
2011-08-01 | doc: Update the email address for Paul Moore in various source files | Paul Moore | 1 | -1/+1 |
2011-07-26 | atomic: use <linux/atomic.h> | Arun Sharma | 1 | -1/+1 |
2010-03-30 | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp... | Tejun Heo | 1 | -0/+1 |
2009-07-30 | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 1 | -1/+1 |
2009-07-30 | net/netlabel: Add kmalloc NULL tests | Julia Lawall | 1 | -1/+1 |
2009-07-27 | net/netlabel: Correct redundant test | Julia Lawall | 1 | -4/+2 |
2009-03-28 | netlabel: Cleanup the Smack/NetLabel code to fix incoming TCP connections | Paul Moore | 1 | -0/+13 |
2009-03-28 | netlabel: Label incoming TCP connections correctly in SELinux | Paul Moore | 1 | -20/+132 |