Age | Commit message (Expand) | Author |
2022-08-29 | genetlink: start to validate reserved header bytes | Jakub Kicinski |
2022-08-10 | netlabel: fix typo in comment | Topi Miettinen |
2022-03-21 | netlabel: fix out-of-bounds memory accesses | Wang Yufen |
2021-11-22 | lsm: security_task_getsecid_subj() -> security_current_getsecid_subj() | Paul Moore |
2021-08-30 | net: fix NULL pointer reference in cipso_v4_doi_free | 王贇 |
2021-08-05 | net: Remove redundant if statements | Yajun Deng |
2021-07-27 | net: cipso: fix warnings in netlbl_cipsov4_add_std | Pavel Skripkin |
2021-06-15 | netlabel: Fix memory leak in netlbl_mgmt_add_common | Liu Shixin |
2021-06-07 | netlabel: Fix spelling mistakes | Zheng Yongjun |
2021-05-19 | netlabel: remove unused parameter in netlbl_netlink_auditinfo() | Zheng Yejian |
2021-04-29 | Merge tag 'net-next-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/ne... | Linus Torvalds |
2021-04-27 | Merge tag 'selinux-pr-20210426' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds |
2021-03-28 | netlabel: Correct function name netlbl_mgmt_add() in the kerneldoc comments | Xiongfeng Wang |
2021-03-22 | lsm: separate security_task_getsecid() into subjective and objective variants | Paul Moore |
2021-03-04 | cipso,calipso: resolve a number of problems with the DOI refcounts | Paul Moore |
2020-11-19 | Merge https://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski |
2020-11-16 | treewide: rename nla_strlcpy to nla_strscpy. | Francis Laniel |
2020-11-14 | netlabel: fix an uninitialized warning in netlbl_unlabel_staticlist() | Paul Moore |
2020-11-12 | Merge https://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski |
2020-11-10 | netlabel: fix our progress tracking in netlbl_unlabel_staticlist() | Paul Moore |
2020-10-30 | net: netlabel: Fix kerneldoc warnings | Andrew Lunn |
2020-10-02 | genetlink: move to smaller ops wherever possible | Jakub Kicinski |
2020-09-08 | netlabel: Fix some kernel-doc warnings | Wang Hai |
2020-09-04 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski |
2020-08-28 | netlabel: remove unused param from audit_log_format() | Alex Dewar |
2020-08-24 | netlabel: fix problems with mapping removal | Paul Moore |
2020-07-13 | net: netlabel: kerneldoc fixes | Andrew Lunn |
2020-06-14 | treewide: replace '---help---' in Kconfig files with 'help' | Masahiro Yamada |
2020-05-12 | netlabel: cope with NULL catmap | Paolo Abeni |
2020-04-22 | netlabel: Kconfig: Update reference for NetLabel Tools project | Salvatore Bonaccorso |
2020-02-18 | netlabel_domainhash.c: Use built-in RCU list checking | Madhuparna Bhowmik |
2020-02-18 | net: netlabel: Use built-in RCU list checking | Madhuparna Bhowmik |
2019-09-01 | netlabel: remove redundant assignment to pointer iter | Colin Ian King |
2019-05-21 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 13 | Thomas Gleixner |
2019-05-21 | treewide: Add SPDX license identifier - Makefile/Kconfig | Thomas Gleixner |
2019-04-27 | genetlink: optionally validate strictly/dumps | Johannes Berg |
2019-04-27 | netlink: make validation more configurable for future strictness | Johannes Berg |
2019-04-27 | netlink: make nla_nest_start() add NLA_F_NESTED flag | Michal Kubecek |
2019-03-22 | genetlink: make policy common to family | Johannes Berg |
2019-02-27 | netlabel: fix out-of-bounds memory accesses | Paul Moore |
2018-09-21 | netlabel: check for IPV4MASK in addrinfo_get | Sean Tranchetti |
2018-06-19 | audit: eliminate audit_enabled magic number comparison | Richard Guy Briggs |
2018-05-14 | audit: use inline function to get audit context | Richard Guy Briggs |
2018-02-14 | netlabel: If PF_INET6, check sk_buff ip header version | Richard Haines |
2017-11-18 | net/netlabel: Add list_next_rcu() in rcu_dereference(). | Tim Hansen |
2017-11-07 | Merge branch 'linus' into locking/core, to resolve conflicts | Ingo Molnar |
2017-11-02 | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman |
2017-10-25 | locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns ... | Mark Rutland |
2017-04-13 | netlink: pass extended ACK struct to parsing functions | Johannes Berg |
2017-01-06 | netlabel: add CALIPSO to the list of built-in protocols | Paul Moore |