1. a4301d06 net: fix NULL pointer reference in cipso_v4_doi_free by 王贇 · 3 years, 4 months ago
  2. bca46d2 net: cipso: fix warnings in netlbl_cipsov4_add_std by Pavel Skripkin · 3 years, 5 months ago
  3. a158ee3 netlabel: Fix memory leak in netlbl_mgmt_add_common by Liu Shixin · 3 years, 7 months ago
  4. 85178d7 cipso,calipso: resolve a number of problems with the DOI refcounts by Paul Moore · 3 years, 10 months ago
  5. 1ba86d4 netlabel: fix an uninitialized warning in netlbl_unlabel_staticlist() by Paul Moore · 4 years, 1 month ago
  6. 866358e netlabel: fix our progress tracking in netlbl_unlabel_staticlist() by Paul Moore · 4 years, 2 months ago
  7. 66a9b92 genetlink: move to smaller ops wherever possible by Jakub Kicinski · 4 years, 3 months ago
  8. 8c70b26 netlabel: Fix some kernel-doc warnings by Wang Hai · 4 years, 4 months ago
  9. 44a8c4f Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 4 years, 4 months ago
  10. 0f091e4 netlabel: remove unused param from audit_log_format() by Alex Dewar · 4 years, 4 months ago
  11. d3b990b netlabel: fix problems with mapping removal by Paul Moore · 4 years, 4 months ago
  12. 26c3baa net: netlabel: kerneldoc fixes by Andrew Lunn · 4 years, 6 months ago
  13. a7f7f62 treewide: replace '---help---' in Kconfig files with 'help' by Masahiro Yamada · 4 years, 7 months ago
  14. eead1c2 netlabel: cope with NULL catmap by Paolo Abeni · 4 years, 8 months ago
  15. c025966 netlabel: Kconfig: Update reference for NetLabel Tools project by Salvatore Bonaccorso · 4 years, 8 months ago
  16. 9facfdb netlabel_domainhash.c: Use built-in RCU list checking by Madhuparna Bhowmik · 4 years, 10 months ago
  17. 8c70c3d net: netlabel: Use built-in RCU list checking by Madhuparna Bhowmik · 4 years, 10 months ago
  18. 56fcd40 netlabel: remove redundant assignment to pointer iter by Colin Ian King · 5 years ago
  19. 1ccea77 treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 13 by Thomas Gleixner · 6 years ago
  20. ec8f24b treewide: Add SPDX license identifier - Makefile/Kconfig by Thomas Gleixner · 6 years ago
  21. ef6243a genetlink: optionally validate strictly/dumps by Johannes Berg · 6 years ago
  22. 8cb0817 netlink: make validation more configurable for future strictness by Johannes Berg · 6 years ago
  23. ae0be8d netlink: make nla_nest_start() add NLA_F_NESTED flag by Michal Kubecek · 6 years ago
  24. 3b0f31f genetlink: make policy common to family by Johannes Berg · 6 years ago
  25. 5578de4 netlabel: fix out-of-bounds memory accesses by Paul Moore · 6 years ago
  26. f88b4c0 netlabel: check for IPV4MASK in addrinfo_get by Sean Tranchetti · 6 years ago
  27. f785959 audit: eliminate audit_enabled magic number comparison by Richard Guy Briggs · 7 years ago
  28. cdfb6b3 audit: use inline function to get audit context by Richard Guy Briggs · 7 years ago
  29. 213d7f9 netlabel: If PF_INET6, check sk_buff ip header version by Richard Haines · 7 years ago
  30. 17e4857 net/netlabel: Add list_next_rcu() in rcu_dereference(). by Tim Hansen · 7 years ago
  31. 8c5db92 Merge branch 'linus' into locking/core, to resolve conflicts by Ingo Molnar · 7 years ago
  32. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
  33. 6aa7de0 locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns to READ_ONCE()/WRITE_ONCE() by Mark Rutland · 7 years ago
  34. fceb643 netlink: pass extended ACK struct to parsing functions by Johannes Berg · 8 years ago
  35. bcd5e1a netlabel: add CALIPSO to the list of built-in protocols by Paul Moore · 8 years ago
  36. 56989f6 genetlink: mark families as __ro_after_init by Johannes Berg · 8 years ago
  37. 489111e genetlink: statically initialize families by Johannes Berg · 8 years ago
  38. a07ea4d genetlink: no longer support using static family IDs by Johannes Berg · 8 years ago
  39. 3f09354 netlabel: Implement CALIPSO config functions for SMACK. by Huw Davies · 9 years ago
  40. 4fee524 calipso: Add a label cache. by Huw Davies · 9 years ago
  41. a04e71f netlabel: Pass a family parameter to netlbl_skbuff_err(). by Huw Davies · 9 years ago
  42. 2917f57 calipso: Allow the lsm to label the skbuff directly. by Huw Davies · 9 years ago
  43. e1adea9 calipso: Allow request sockets to be relabelled by the lsm. by Huw Davies · 9 years ago
  44. ceba183 calipso: Set the calipso socket label to match the secattr. by Huw Davies · 9 years ago
  45. 3faa8f9 netlabel: Move bitmap manipulation functions to the NetLabel core. by Huw Davies · 9 years ago
  46. d7cce01 netlabel: Add support for removing a CALIPSO DOI. by Huw Davies · 9 years ago
  47. dc7de73 netlabel: Add support for creating a CALIPSO protocol domain mapping. by Huw Davies · 9 years ago
  48. e1ce69d netlabel: Add support for enumerating the CALIPSO DOI list. by Huw Davies · 9 years ago
  49. a5e3449 netlabel: Add support for querying a CALIPSO DOI. by Huw Davies · 9 years ago
  50. cb72d38 netlabel: Initial support for the CALIPSO netlink protocol. by Huw Davies · 9 years ago
  51. 8f18e67 netlabel: Add an address family to domain hash entries. by Huw Davies · 9 years ago
  52. 96a8f7f netlabel: Mark rcu pointers with __rcu. by Huw Davies · 9 years ago
  53. 50b8629 netlabel: handle sparse category maps in netlbl_catmap_getlong() by Paul Moore · 9 years ago
  54. 0e0e367 netlabel: add address family checks to netlbl_{sock,req}_delattr() by Paul Moore · 9 years ago
  55. 341e0cb netlabel: fix a problem with netlbl_secattr_catmap_setrng() by Janak Desai · 9 years ago
  56. 8303394 netlabel: do not initialise statics to NULL by Wei Tang · 9 years ago
  57. 795f351 netlink: do not initialise statics to 0 or NULL by Wei Tang · 9 years ago
  58. 930345e netlink: implement nla_put_in_addr and nla_put_in6_addr by Jiri Benc · 10 years ago
  59. 8cc748a Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security by Linus Torvalds · 10 years ago
  60. 04f81f0 cipso: don't use IPCB() to locate the CIPSO IP option by Paul Moore · 10 years ago
  61. 4de46d5 netlabel: Less function calls in netlbl_mgmt_add_common() after error detection by Markus Elfring · 10 years ago
  62. 7a11b1d netlabel: Deletion of an unnecessary check before the function call "cipso_v4_doi_free" by Markus Elfring · 10 years ago
  63. 79b7cf6 netlabel: Deletion of an unnecessary check before the function call "cipso_v4_doi_putdef" by Markus Elfring · 10 years ago
  64. 053c095 netlink: make nlmsg_end() and genlmsg_end() void by Johannes Berg · 10 years ago
  65. 59f35b8 netlabel: kernel-doc warning fix by Fabian Frederick · 10 years ago
  66. 16b99a4 netlabel: directly return netlbl_unlabel_genl_init() by Fabian Frederick · 10 years ago
  67. ae045e2 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 10 years ago
  68. 4fbe63d netlabel: shorter names for the NetLabel catmap funcs/structs by Paul Moore · 10 years ago
  69. d960a61 netlabel: fix the catmap walking functions by Paul Moore · 10 years ago
  70. 4b8feff netlabel: fix the horribly broken catmap functions by Paul Moore · 10 years ago
  71. 41c3bd2 netlabel: fix a problem when setting bits below the previously lowest bit by Paul Moore · 10 years ago
  72. 0947611 netlabel: remove unnecessary break after goto by Fabian Frederick · 10 years ago
  73. d484ff1 netlabel: Fix FSF address in file headers by Jeff Kirsher · 11 years ago
  74. c53ed74 genetlink: only pass array to genl_register_family_with_ops() by Johannes Berg · 11 years ago
  75. 4534de8 genetlink: make all genl_ops users const by Johannes Berg · 11 years ago
  76. 634fb979 inet: includes a sock_common in request_sock by Eric Dumazet · 11 years ago
  77. 6a8b7f0 netlabel: use domain based selectors when address based selectors are not available by Paul Moore · 11 years ago
  78. 351638e net: pass info struct via netdevice notifier by Jiri Pirko · 12 years ago
  79. 6b21e1b netlabel: improve domain mapping validation by Paul Moore · 12 years ago
  80. a6a8fe9 netlabel: fix build problems when CONFIG_IPV6=n by Paul Moore · 12 years ago
  81. 0c1233a netlabel: correctly list all the static label mappings by Paul Moore · 12 years ago
  82. aecdc33 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 12 years ago
  83. e1760bd userns: Convert the audit loginuid to be a kuid by Eric W. Biederman · 12 years ago
  84. 15e4730 netlink: Rename pid to portid to avoid confusion by Eric W. Biederman · 12 years ago
  85. 64b5fad netlabel: use GFP flags from caller instead of GFP_ATOMIC by Dan Carpenter · 13 years ago
  86. cf778b0 net: reintroduce missing rcu_assign_pointer() calls by Eric Dumazet · 13 years ago
  87. dfd56b8 net: use IS_ENABLED(CONFIG_IPV6) by Eric Dumazet · 13 years ago
  88. b361311 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 13 years ago
  89. 1281bc2 netlabel: Fix build problems when IPv6 is not enabled by Paul Moore · 13 years ago
  90. 6dec4ac Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 13 years ago
  91. 42ca020 net/netlabel: copy and paste bug in netlbl_cfg_unlbl_map_add() by Dan Carpenter · 13 years ago
  92. 4e3fd7a net: remove ipv6_addr_copy() by Alexey Dobriyan · 13 years ago
  93. 823dcd2 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net by David S. Miller · 13 years ago
  94. 94a80d6 net/netlabel/netlabel_kapi.c: add missing cleanup code by Julia Lawall · 13 years ago
  95. 19fd617 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net by David S. Miller · 13 years ago
  96. a9b3cd7 rcu: convert uses of rcu_assign_pointer(x, NULL) to RCU_INIT_POINTER by Stephen Hemminger · 13 years ago
  97. 82c21bf doc: Update the email address for Paul Moore in various source files by Paul Moore · 13 years ago
  98. 60063497 atomic: use <linux/atomic.h> by Arun Sharma · 13 years ago
  99. d3ec484 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 13 years ago
  100. d8bf4ca rcu: treewide: Do not use rcu_read_lock_held when calling rcu_dereference_check by Michal Hocko · 13 years ago