1. 0bde22d ipv4: ensure rcu_read_lock() in cipso_v4_error() by Matteo Croce · 4 years, 3 months ago
  2. 3b44897 net: avoid use IPCB in cipso_v4_error by Nazarov Sergey · 5 years ago
  3. 1c973f9 netlabel: fix out-of-bounds memory accesses by Paul Moore · 5 years ago
  4. b6b45bc net/ipv4: defensive cipso option parsing by Stefan Nuernberger · 6 years ago
  5. e8e519f Cipso: cipso_v4_optptr enter infinite loop by yujuan.qi · 7 years ago
  6. 2ffd261 tcp/dccp: fix ireq->opt races by Eric Dumazet · 7 years ago
  7. 66cdd43 netlabel: out of bound access in cipso_v4_validate() by Eric Dumazet · 7 years ago
  8. d011a4d Merge branch 'stable-4.8' of git://git.infradead.org/users/pcmoore/selinux into next by James Morris · 8 years ago
  9. 3faa8f9 netlabel: Move bitmap manipulation functions to the NetLabel core. by Huw Davies · 8 years ago
  10. 1e1d04e net: introduce lockdep_is_held and update various places to use it by Hannes Frederic Sowa · 8 years ago
  11. 00db412 ipv4: coding style: comparison for inequality with NULL by Ian Morris · 9 years ago
  12. 51456b2 ipv4: coding style: comparison for equality with NULL by Ian Morris · 9 years ago
  13. 04f81f0 cipso: don't use IPCB() to locate the CIPSO IP option by Paul Moore · 9 years ago
  14. 988b134 cipso: remove NULL assignment on static by Fabian Frederick · 10 years ago
  15. 4c787b1 ipv4: include linux/bug.h instead of asm/bug.h by Fabian Frederick · 10 years ago
  16. 4973404 cipso: kerneldoc warning fix by Fabian Frederick · 10 years ago
  17. cb57659 cipso: add __init to cipso_v4_cache_init by Fabian Frederick · 10 years ago
  18. 4fbe63d netlabel: shorter names for the NetLabel catmap funcs/structs by Paul Moore · 10 years ago
  19. 4b8feff netlabel: fix the horribly broken catmap functions by Paul Moore · 10 years ago
  20. 41c3bd2 netlabel: fix a problem when setting bits below the previously lowest bit by Paul Moore · 10 years ago
  21. 5797deb ipv4: ERROR: code indent should use tabs where possible by Weilong Chen · 10 years ago
  22. a99421d ipv4/ipv6: Fix FSF address in file headers by Jeff Kirsher · 10 years ago
  23. 89d7ae3 cipso: don't follow a NULL pointer when setsockopt() is called by Paul Moore · 12 years ago
  24. 4f9c8c1 ipv4: Convert call_rcu() to kfree_rcu(), drop opt_kfree_rcu() by Paul E. McKenney · 12 years ago
  25. 5675592 cipso: remove an unneeded NULL check in cipso_v4_doi_add() by Dan Carpenter · 13 years ago
  26. 60063497 atomic: use <linux/atomic.h> by Arun Sharma · 13 years ago
  27. f6d8bd0 inet: add RCU protection to inet->opt by Eric Dumazet · 13 years ago
  28. 25985ed Fix common misspellings by Lucas De Marchi · 13 years ago
  29. 631dd1a Update broken web addresses in the kernel. by Justin P. Mattock · 14 years ago
  30. 3fa21e0 net: Remove unnecessary returns from void function()s by Joe Perches · 14 years ago
  31. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 14 years ago
  32. 4b17d50f ipv4: Define cipso_v4_delopt static by Hagen Paul Pfeifer · 15 years ago
  33. 389fb800 netlabel: Label incoming TCP connections correctly in SELinux by Paul Moore · 15 years ago
  34. 586c250 cipso: Fix documentation comment by Paul Moore · 15 years ago
  35. 6c2e8ac netlabel: Update kernel configuration API by Paul Moore · 15 years ago
  36. a1744d3 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 16 years ago
  37. 00af5c6 cipso: unsigned buf_len cannot be negative by roel kluin · 16 years ago
  38. 93adcc8 net: don't use INIT_RCU_HEAD by Alexey Dobriyan · 16 years ago
  39. 15c45f7 cipso: Add support for native local labeling and fixup mapping names by Paul Moore · 16 years ago
  40. 014ab19 selinux: Set socket NetLabel based on connection endpoint by Paul Moore · 16 years ago
  41. 948bf85 netlabel: Add functionality to set the security attributes of a packet by Paul Moore · 16 years ago
  42. b1edeb1 netlabel: Replace protocol/NetLabel linking with refrerence counts by Paul Moore · 16 years ago
  43. 5e0f892 cipso: Relax too much careful cipso hash function. by Pavel Emelyanov · 16 years ago
  44. d3e2ce3 net: use get/put_unaligned_* helpers by Harvey Harrison · 16 years ago
  45. ef72249 [IPV4]: Remove unused ip_options->is_data. by Denis V. Lunev · 16 years ago
  46. eda61d3 NetLabel: introduce a new kernel configuration API for NetLabel by Paul Moore · 16 years ago
  47. 16efd45 NetLabel: Add secid token support to the NetLabel secattr struct by Paul Moore · 16 years ago
  48. 1596c97 [IPV4] net/ipv4/cipso_ipv4.c: use LIST_HEAD instead of LIST_HEAD_INIT by Denis Cheng · 16 years ago
  49. 4be2700 [NetLabel]: correct usage of RCU locking by Paul Moore · 17 years ago
  50. 63d804ea [CIPSO]: remove duplicated code in the cipso_v4_*_getattr() functions by Paul Moore · 17 years ago
  51. 50e5d35 [CIPSO]: Fix several unaligned kernel accesses in the CIPSO engine. by Paul Moore · 17 years ago
  52. ba6ff9f [NetLabel]: consolidate the struct socket/sock handling to just struct sock by Paul Moore · 17 years ago
  53. 59c5159 Fix occurrences of "the the " by Michael Opdenacker · 17 years ago
  54. a205752 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/selinux-2.6 by Linus Torvalds · 17 years ago
  55. 128c6b6 NetLabel: convert a BUG_ON in the CIPSO code to a runtime check by Paul Moore · 17 years ago
  56. f998e8c NetLabel: cleanup and document CIPSO constants by Paul Moore · 17 years ago
  57. eddc9ec [SK_BUFF]: Introduce ip_hdr(), remove skb->nh.iph by Arnaldo Carvalho de Melo · 17 years ago
  58. 132adf5 [IPV4]: cleanup by Stephen Hemminger · 17 years ago
  59. 38c8947 [NetLabel]: parse the CIPSO ranged tag on incoming packets by Paul Moore · 17 years ago
  60. c6387a8 [NetLabel]: Verify sensitivity level has a valid CIPSO mapping by Paul Moore · 17 years ago
  61. 484b366 NetLabel: add the ranged tag to the CIPSOv4 protocol by Paul Moore · 18 years ago
  62. 654bbc2 NetLabel: add the enumerated tag to the CIPSOv4 protocol by Paul Moore · 18 years ago
  63. 0275276 NetLabel: convert to an extensibile/sparse category bitmap by Paul Moore · 18 years ago
  64. 6662598 [CIPSO]: Missing annotation in cipso_ipv4 update. by Al Viro · 18 years ago
  65. 9bb5fd2 NetLabel: use cipso_v4_doi_search() for local CIPSOv4 functions by Paul Moore · 18 years ago
  66. 9fade4b NetLabel: return the correct error for translated CIPSOv4 tags by Paul Moore · 18 years ago
  67. 91b1ed0 NetLabel: fixup the handling of CIPSOv4 tags to allow for multiple tag types by Paul Moore · 18 years ago
  68. 6ce61a7 NetLabel: add tag verification when adding new CIPSOv4 DOI definitions by Paul Moore · 18 years ago
  69. 05e00cb NetLabel: check for a CIPSOv4 option before we do call into the CIPSOv4 layer by Paul Moore · 18 years ago
  70. 701a90b NetLabel: make netlbl_lsm_secattr struct easier/quicker to understand by Paul Moore · 18 years ago
  71. fac5d73 [NETLABEL]: Use kmemdup in cipso_ipv4.c by Arnaldo Carvalho de Melo · 18 years ago
  72. 714e85b [IPV6]: Assorted trivial endianness annotations. by Al Viro · 18 years ago
  73. f8687af [NetLabel]: protect the CIPSOv4 socket option from setsockopt() by Paul Moore · 18 years ago
  74. ea614d7 NetLabel: the CIPSOv4 passthrough mapping does not pass categories correctly by Paul Moore · 18 years ago
  75. 044a68e NetLabel: only deref the CIPSOv4 standard map fields when using standard mapping by Paul Moore · 18 years ago
  76. ffb733c NetLabel: fix a cache race condition by paul.moore@hp.com · 18 years ago
  77. 95d4e6b [NetLabel]: audit fixups due to delayed feedback by Paul Moore · 18 years ago
  78. 32f50cd [NetLabel]: add audit support for configuration changes by Paul Moore · 18 years ago
  79. fcd4828 [NetLabel]: rework the Netlink attribute handling (part 1) by Paul Moore · 18 years ago
  80. 609c92f [NetLabel]: make the CIPSOv4 cache spinlocks bottom half safe by Paul Moore · 18 years ago
  81. 14a72f5 [NetLabel]: correct improper handling of non-NetLabel peer contexts by Paul Moore · 18 years ago
  82. 8ce11e6 [NET]: Make code static. by Adrian Bunk · 18 years ago
  83. 446fda4 [NetLabel]: CIPSOv4 engine by Paul Moore · 18 years ago