Age | Commit message (Expand) | Author | Files | Lines |
2020-06-13 | treewide: replace '---help---' in Kconfig files with 'help' | Masahiro Yamada | 1 | -1/+1 |
2020-05-13 | netlabel: cope with NULL catmap | Paolo Abeni | 1 | -0/+6 |
2020-04-23 | netlabel: Kconfig: Update reference for NetLabel Tools project | Salvatore Bonaccorso | 1 | -1/+1 |
2020-02-18 | netlabel_domainhash.c: Use built-in RCU list checking | Madhuparna Bhowmik | 1 | -1/+2 |
2020-02-18 | net: netlabel: Use built-in RCU list checking | Madhuparna Bhowmik | 1 | -1/+2 |
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 | 15 | -225/+15 |
2019-05-21 | treewide: Add SPDX license identifier - Makefile/Kconfig | Thomas Gleixner | 1 | -0/+1 |
2019-04-28 | genetlink: optionally validate strictly/dumps | Johannes Berg | 4 | -0/+24 |
2019-04-28 | netlink: make validation more configurable for future strictness | Johannes Berg | 1 | -16/+20 |
2019-04-28 | netlink: make nla_nest_start() add NLA_F_NESTED flag | Michal Kubecek | 2 | -8/+14 |
2019-03-22 | genetlink: make policy common to family | Johannes Berg | 4 | -24/+4 |
2019-02-28 | netlabel: fix out-of-bounds memory accesses | Paul Moore | 1 | -1/+2 |
2018-09-22 | netlabel: check for IPV4MASK in addrinfo_get | Sean Tranchetti | 1 | -1/+2 |
2018-06-19 | audit: eliminate audit_enabled magic number comparison | Richard Guy Briggs | 1 | -1/+1 |
2018-05-15 | audit: use inline function to get audit context | Richard Guy Briggs | 1 | -1/+1 |
2018-02-14 | netlabel: If PF_INET6, check sk_buff ip header version | Richard Haines | 1 | -0/+10 |
2017-11-18 | net/netlabel: Add list_next_rcu() in rcu_dereference(). | Tim Hansen | 1 | -2/+2 |
2017-11-07 | Merge branch 'linus' into locking/core, to resolve conflicts | Ingo Molnar | 1 | -0/+1 |
2017-11-02 | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 1 | -0/+1 |
2017-10-25 | locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns ... | Mark Rutland | 1 | -1/+1 |
2017-04-13 | netlink: pass extended ACK struct to parsing functions | Johannes Berg | 1 | -9/+10 |
2017-01-07 | netlabel: add CALIPSO to the list of built-in protocols | Paul Moore | 1 | -4/+1 |
2016-10-27 | genetlink: mark families as __ro_after_init | Johannes Berg | 4 | -4/+4 |
2016-10-27 | genetlink: statically initialize families | Johannes Berg | 4 | -33/+48 |
2016-10-27 | genetlink: no longer support using static family IDs | Johannes Berg | 4 | -4/+0 |
2016-06-27 | netlabel: Implement CALIPSO config functions for SMACK. | Huw Davies | 3 | -0/+212 |
2016-06-27 | calipso: Add a label cache. | Huw Davies | 3 | -5/+60 |
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 | 3 | -4/+117 |
2016-06-27 | calipso: Allow request sockets to be relabelled by the lsm. | Huw Davies | 3 | -7/+70 |
2016-06-27 | calipso: Set the calipso socket label to match the secattr. | Huw Davies | 4 | -8/+120 |
2016-06-27 | netlabel: Move bitmap manipulation functions to the NetLabel core. | Huw Davies | 1 | -0/+70 |
2016-06-27 | netlabel: Add support for removing a CALIPSO DOI. | Huw Davies | 2 | -0/+101 |
2016-06-27 | netlabel: Add support for creating a CALIPSO protocol domain mapping. | Huw Davies | 4 | -5/+89 |
2016-06-27 | netlabel: Add support for enumerating the CALIPSO DOI list. | Huw Davies | 2 | -0/+120 |
2016-06-27 | netlabel: Add support for querying a CALIPSO DOI. | Huw Davies | 2 | -0/+121 |
2016-06-27 | netlabel: Initial support for the CALIPSO netlink protocol. | Huw Davies | 6 | -1/+322 |
2016-06-27 | netlabel: Add an address family to domain hash entries. | Huw Davies | 6 | -58/+192 |
2016-06-27 | netlabel: Mark rcu pointers with __rcu. | Huw Davies | 2 | -4/+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 |
2016-03-07 | netlabel: do not initialise statics to NULL | Wei Tang | 1 | -2/+2 |
2016-03-07 | netlink: do not initialise statics to 0 or NULL | Wei Tang | 1 | -3/+3 |
2015-03-31 | netlink: implement nla_put_in_addr and nla_put_in6_addr | Jiri Benc | 2 | -28/+20 |
2015-02-12 | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/... | Linus Torvalds | 1 | -5/+10 |
2015-02-11 | cipso: don't use IPCB() to locate the CIPSO IP option | Paul Moore | 1 | -5/+10 |
2015-02-04 | netlabel: Less function calls in netlbl_mgmt_add_common() after error detection | Markus Elfring | 1 | -25/+24 |
2015-02-04 | netlabel: Deletion of an unnecessary check before the function call "cipso_v4... | Markus Elfring | 1 | -2/+1 |