Age | Commit message (Expand) | Author | Files | Lines |
2021-08-30 | net: fix NULL pointer reference in cipso_v4_doi_free | 王贇 | 1 | -2/+2 |
2021-08-05 | net: Remove redundant if statements | Yajun Deng | 1 | -4/+2 |
2021-07-27 | net: cipso: fix warnings in netlbl_cipsov4_add_std | Pavel Skripkin | 1 | -4/+4 |
2021-06-15 | netlabel: Fix memory leak in netlbl_mgmt_add_common | Liu Shixin | 1 | -9/+10 |
2021-06-08 | netlabel: Fix spelling mistakes | Zheng Yongjun | 2 | -2/+2 |
2021-05-19 | netlabel: remove unused parameter in netlbl_netlink_auditinfo() | Zheng Yejian | 5 | -16/+14 |
2021-04-29 | Merge tag 'net-next-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/ne... | Linus Torvalds | 1 | -1/+1 |
2021-04-27 | Merge tag 'selinux-pr-20210426' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2 | -2/+2 |
2021-03-29 | netlabel: Correct function name netlbl_mgmt_add() in the kerneldoc comments | Xiongfeng Wang | 1 | -1/+1 |
2021-03-22 | lsm: separate security_task_getsecid() into subjective and objective variants | Paul Moore | 2 | -2/+2 |
2021-03-05 | cipso,calipso: resolve a number of problems with the DOI refcounts | Paul Moore | 1 | -0/+3 |
2020-11-20 | Merge https://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -1/+1 |
2020-11-16 | treewide: rename nla_strlcpy to nla_strscpy. | Francis Laniel | 1 | -1/+1 |
2020-11-14 | netlabel: fix an uninitialized warning in netlbl_unlabel_staticlist() | Paul Moore | 1 | -1/+1 |
2020-11-13 | Merge https://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -5/+12 |
2020-11-11 | netlabel: fix our progress tracking in netlbl_unlabel_staticlist() | Paul Moore | 1 | -5/+12 |
2020-10-30 | net: netlabel: Fix kerneldoc warnings | Andrew Lunn | 1 | -0/+1 |
2020-10-03 | genetlink: move to smaller ops wherever possible | Jakub Kicinski | 4 | -12/+12 |
2020-09-09 | netlabel: Fix some kernel-doc warnings | Wang Hai | 1 | -2/+2 |
2020-09-05 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -29/+30 |
2020-08-28 | netlabel: remove unused param from audit_log_format() | Alex Dewar | 1 | -3/+2 |
2020-08-25 | netlabel: fix problems with mapping removal | Paul Moore | 1 | -29/+30 |
2020-07-14 | net: netlabel: kerneldoc fixes | Andrew Lunn | 1 | -1/+1 |
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 |