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