1. c7b37c7 xfrm: remove get_mtu indirection from xfrm_type by Florian Westphal · 6 years ago
  2. 4f518e8 xfrm: remove type and offload_type map from xfrm_state_afinfo by Florian Westphal · 6 years ago
  3. 3aaf391 xfrm: remove state and template sort indirections from xfrm_state_afinfo by Florian Westphal · 6 years ago
  4. e468174 xfrm: remove init_flags indirection from xfrm_state_afinfo by Florian Westphal · 6 years ago
  5. 5c1b9ab xfrm: remove init_temprop indirection from xfrm_state_afinfo by Florian Westphal · 6 years ago
  6. bac9593 xfrm: remove init_tempsel indirection from xfrm_state_afinfo by Florian Westphal · 6 years ago
  7. 457c899 treewide: Add SPDX license identifier for missed files by Thomas Gleixner · 6 years ago
  8. 80f2321 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 6 years ago
  9. a0e928e Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
  10. ff24e49 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  11. bb9cd07 xfrm: remove unneeded export_symbols by Florian Westphal · 6 years ago
  12. c9500d7 xfrm: store xfrm_mode directly, not its address by Florian Westphal · 6 years ago
  13. 4c145dc xfrm: make xfrm modes builtin by Florian Westphal · 6 years ago
  14. 733a5fa xfrm: remove afinfo pointer from xfrm_mode by Florian Westphal · 6 years ago
  15. b262a69 xfrm: place af number into xfrm_mode struct by Florian Westphal · 6 years ago
  16. dbb2483 xfrm: clean up xfrm protocol checks by Cong Wang · 6 years ago
  17. 671422b xfrm: Replace hrtimer tasklet with softirq hrtimer by Thomas Gleixner · 6 years ago
  18. f75a280 xfrm: destroy xfrm_state synchronously on net exit path by Cong Wang · 6 years ago
  19. fde9cd6 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec by David S. Miller · 6 years ago
  20. 4a135e5 xfrm_user: fix freeing of xfrm states on acquire by Mathias Krause · 6 years ago
  21. ca92e17 xfrm: Fix bucket count reported to userspace by Benjamin Poirier · 6 years ago
  22. 98f7620 compat: Cleanup in_compat_syscall() callers by Dmitry Safonov · 6 years ago
  23. 5baf4f9 xfrm: Allow xfrmi if_id to be updated by UPDSA by Nathan Harold · 6 years ago
  24. bc56b33 xfrm: Remove xfrmi interface ID from flowi by Benedict Wong · 6 years ago
  25. 386c568 xfrm: use time64_t for in-kernel timestamps by Arnd Bergmann · 6 years ago
  26. 6d8e85f xfrm: Allow Set Mark to be Updated Using UPDSA by Nathan Harold · 7 years ago
  27. e4db5b6 xfrm: policy: remove pcpu policy cache by Florian Westphal · 7 years ago
  28. 7e65264 xfrm: Add a new lookup key to match xfrm interfaces. by Steffen Klassert · 7 years ago
  29. b2d6cee Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  30. 565f0fa xfrm: use a dedicated slab cache for struct xfrm_state by Mathias Krause · 7 years ago
  31. b48c05a xfrm: Fix warning in xfrm6_tunnel_net_exit. by Steffen Klassert · 7 years ago
  32. 19d7df6 xfrm: Refuse to insert 32 bit userspace socket policies on 64 bit systems by Steffen Klassert · 7 years ago
  33. 955bd1d Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  34. 545d8ae xfrm: fix boolean assignment in xfrm_get_type_offload by Gustavo A. R. Silva · 7 years ago
  35. cc01572 xfrm: Add SA to hardware at the end of xfrm_state_construct() by Yossi Kuperman · 7 years ago
  36. c02b374 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  37. 2f10a61 xfrm: fix rcu usage in xfrm_get_type_offload by Sabrina Dubroca · 7 years ago
  38. 257a4b0 xfrm: Forbid state updates from changing encap type by Herbert Xu · 7 years ago
  39. 6bb8824 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  40. 65bbbf6 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec by David S. Miller · 7 years ago
  41. 75bf50f xfrm: fix xfrm_do_migrate() with AEAD e.g(AES-GCM) by Antony Antony · 7 years ago
  42. be8f828 net: xfrm: allow clearing socket xfrm policies. by Lorenzo Colitti · 7 years ago
  43. e99e88a treewide: setup_timer() -> timer_setup() by Kees Cook · 7 years ago
  44. 2b06cdf xfrm: Clear sk_dst_cache when applying per-socket policy. by Jonathan Basseri · 7 years ago
  45. dd269db xfrm: don't call xfrm_policy_cache_flush under xfrm_state_lock by Artem Savkov · 7 years ago
  46. 6026e04 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  47. 3f5a95a xfrm: fix null pointer dereference on state and tmpl sort by Koichiro Den · 7 years ago
  48. ffdb521 xfrm: Auto-load xfrm offload modules by Ilan Tayari · 7 years ago
  49. ec30d78 xfrm: add xdst pcpu cache by Florian Westphal · 7 years ago
  50. 88755e9c net, xfrm: convert xfrm_state.refcnt from atomic_t to refcount_t by Reshetova, Elena · 8 years ago
  51. 93bbbfb Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-next by David S. Miller · 8 years ago
  52. 8bafd73 xfrm: add UDP encapsulation port in migrate message by Antony Antony · 8 years ago
  53. 4ab47d4 xfrm: extend MIGRATE with UDP encapsulation port by Antony Antony · 8 years ago
  54. a486cd2 xfrm: fix state migration copy replay sequence numbers by Antony Antony · 8 years ago
  55. a133d93 xfrm: use memdup_user by Geliang Tang · 8 years ago
  56. d77e38e xfrm: Add an IPsec hardware offloading API by Steffen Klassert · 8 years ago
  57. 9d389d7 xfrm: Add a xfrm type offload. by Steffen Klassert · 8 years ago
  58. 3819a35 xfrm: fix possible null deref in xfrm_init_tempstate by Florian Westphal · 8 years ago
  59. 75cda62 xfrm: state: simplify rcu_read_unlock handling in two spots by Florian Westphal · 8 years ago
  60. 711059b xfrm: add and use xfrm_state_afinfo_get_rcu by Florian Westphal · 8 years ago
  61. af5d27c xfrm: remove xfrm_state_put_afinfo by Florian Westphal · 8 years ago
  62. 423826a xfrm: avoid rcu sparse warning by Florian Westphal · 8 years ago
  63. b3b73b8 xfrm: state: do not acquire lock in get_mtu helpers by Florian Westphal · 8 years ago
  64. 1365e547c xfrm: trivial typos by Alexander Alemayhu · 8 years ago
  65. 8b0e195 ktime: Cleanup ktime_set() usage by Thomas Gleixner · 8 years ago
  66. 7c0f6ba Replace <asm/uaccess.h> with <linux/uaccess.h> globally by Linus Torvalds · 8 years ago
  67. 2258d92 xfrm: remove unused helper by Florian Westphal · 8 years ago
  68. 1678c11 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-next by David S. Miller · 8 years ago
  69. d6989d4 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  70. c2f672f xfrm: state lookup can be lockless by Florian Westphal · 8 years ago
  71. b588479 xfrm: Fix memory leak of aead algorithm name by Ilan Tayari · 8 years ago
  72. 35db57bb xfrm: state: remove per-netns gc task by Florian Westphal · 8 years ago
  73. d737a58 xfrm: state: don't use lock anymore unless acquire operation is needed by Florian Westphal · 8 years ago
  74. c840699 xfrm: state: use rcu_deref and assign_pointer helpers by Florian Westphal · 8 years ago
  75. b65e3d7 xfrm: state: add sequence count to detect hash resizes by Florian Westphal · 8 years ago
  76. df7274e xfrm: state: delay freeing until rcu grace period has elapsed by Florian Westphal · 8 years ago
  77. 02efdff xfrm: state: use atomic_inc_not_zero to increment refcount by Florian Westphal · 8 years ago
  78. ae3fb6d xfrm: state: use hlist_for_each_entry_rcu helper by Florian Westphal · 8 years ago
  79. dda922c Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  80. bdddbf6 xfrm: fix a race in xfrm_state_lookup_byspi by Li RongQing · 10 years ago
  81. f31e8d4f xfrm: fix the return code when xfrm_*_register_afinfo failed by Li RongQing · 10 years ago
  82. 8007770 xfrm: optimise the use of walk list header in xfrm_policy/state_walk by Li RongQing · 10 years ago
  83. 15e318b xfrm: simplify xfrm_address_t use by Jiri Benc · 10 years ago
  84. 0244790 xfrm: remove useless hash_resize_mutex locks by Ying Xue · 10 years ago
  85. 2e71029 xfrm: Remove useless xfrm_audit struct. by Tetsuo Handa · 11 years ago
  86. f1370cc xfrm: Remove useless secid field from xfrm_audit. by Tetsuo Handa · 11 years ago
  87. 995dca4 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-next by David S. Miller · 11 years ago
  88. 870a2df xfrm: rename struct xfrm_filter by Nicolas Dichtel · 11 years ago
  89. 67ddc87 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  90. cc9ab60 xfrm: Cleanup error handling of xfrm_state_clone by Steffen Klassert · 11 years ago
  91. ee5c231 xfrm: Clone states properly on migration by Steffen Klassert · 11 years ago
  92. 8c0cba2 xfrm: Take xfrm_state_lock in xfrm_migrate_state_find by Steffen Klassert · 11 years ago
  93. 35ea790d xfrm: Fix NULL pointer dereference on sub policy usage by Steffen Klassert · 11 years ago
  94. d362309 ipsec: add support of limited SA dump by Nicolas Dichtel · 11 years ago
  95. 0f24558 xfrm: avoid creating temporary SA when there are no listeners by Horia Geanta · 11 years ago
  96. 4ba9920 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 11 years ago
  97. 6dd9158 Merge git://git.infradead.org/users/eparis/audit by Linus Torvalds · 11 years ago
  98. 63862b5 net: replace macros net_random and net_srandom with direct calls to prandom by Aruna-Hewapathirane · 11 years ago
  99. 4440e85 audit: convert all sessionid declaration to unsigned int by Eric Paris · 11 years ago
  100. c454997 {pktgen, xfrm} Introduce xfrm_state_lookup_byspi for pktgen by Fan Du · 11 years ago