1. e4c1721 xfrm: force a garbage collection after deleting a policy by Paul Moore · 11 years ago
  2. 497574c xfrm: properly handle invalid states as an error by Timo Teräs · 11 years ago
  3. 797994f Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 11 years ago
  4. d2049d8 xfrm: add rfc4494 AES-CMAC-96 support by Jussi Kivilinna · 11 years ago
  5. 16e3d96 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-next by David S. Miller · 11 years ago
  6. a210576 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  7. 0fb031f Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec by David S. Miller · 11 years ago
  8. 799ef90 xfrm: Fix esn sequence number diff calculation in xfrm_replay_notify_esn() by Mathias Krause · 11 years ago
  9. 0017c0b xfrm: Fix replay notification for esn. by Steffen Klassert · 11 years ago
  10. b5fb82c xfrm: use xfrm direction when lookup policy by Baker Zhang · 11 years ago
  11. 05600a7 xfrm_user: constify netlink dispatch table by Mathias Krause · 11 years ago
  12. a947b0a xfrm: allow to avoid copying DSCP during encapsulation by Nicolas Dichtel · 11 years ago
  13. b67bfe0 hlist: drop the node parameter from iterators by Sasha Levin · 11 years ago
  14. 06991c2 Merge tag 'driver-core-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 11 years ago
  15. ece31ff net: proc: change proc_net_remove to remove_proc_entry by Gao feng · 11 years ago
  16. d4beaa6 net: proc: change proc_net_fops_create to proc_create by Gao feng · 11 years ago
  17. e0376d0 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-next by David S. Miller · 11 years ago
  18. 7cb8a93 xfrm: Allow inserting policies with matching mark and different priorities by Steffen Klassert · 11 years ago
  19. a0073fe xfrm: Add a state resolution packet queue by Steffen Klassert · 11 years ago
  20. fa8599d xfrm: fix a unbalanced lock by Li RongQing · 11 years ago
  21. 7e50f84 pf_key/xfrm_algo: prepare pf_key and xfrm_algo for new algorithms without pfkey support by Jussi Kivilinna · 11 years ago
  22. 70e94e6 xfrm: Convert xfrm_addr_cmp() to boolean xfrm_addr_equal(). by YOSHIFUJI Hideaki / 吉藤英明 · 11 years ago
  23. f1e7b73 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  24. 5b653b2 xfrm: fix freed block size calculation in xfrm_policy_fini() by Michal Kubecek · 11 years ago
  25. e2f6725 net/xfrm/xfrm_replay: avoid division by zero by Nickolai Zeldovich · 11 years ago
  26. 7a9885b xfrm: use separated locks to protect pointers of struct xfrm_state_afinfo by Cong Wang · 11 years ago
  27. 85168c0 xfrm: replace rwlock on xfrm_km_list with rcu by Cong Wang · 11 years ago
  28. 44abdc3 xfrm: replace rwlock on xfrm_state_afinfo with rcu by Cong Wang · 11 years ago
  29. f215bf4 net/xfrm: remove depends on CONFIG_EXPERIMENTAL by Kees Cook · 12 years ago
  30. 71331da xfrm_algo: probe asynchronous block ciphers instead of synchronous by Jussi Kivilinna · 12 years ago
  31. bb65a9c xfrm: removes a superfluous check and add a statistic by Li RongQing · 12 years ago
  32. 242a18d Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-next by David S. Miller · 12 years ago
  33. df008c9 net: Allow userns root to control llc, netfilter, netlink, packet, and xfrm by Eric W. Biederman · 12 years ago
  34. 464dc80 net: Don't export sysctls to unprivileged users by Eric W. Biederman · 12 years ago
  35. f7c83bc net: xfrm: use __this_cpu_read per-cpu helper by Shan Wei · 12 years ago
  36. aafd0d8 xfrm: remove redundant replay_esn check by Ulrich Weber · 12 years ago
  37. aecdc33 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 12 years ago
  38. 437589a Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 12 years ago
  39. 6a06e5e Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 12 years ago
  40. e3ac104 xfrm_user: don't copy esn replay window twice for new states by Mathias Krause · 12 years ago
  41. ecd7918 xfrm_user: ensure user supplied esn replay window is valid by Mathias Krause · 12 years ago
  42. 1f86840 xfrm_user: fix info leak in copy_to_user_tmpl() by Mathias Krause · 12 years ago
  43. 7b78983 xfrm_user: fix info leak in copy_to_user_policy() by Mathias Krause · 12 years ago
  44. f778a63 xfrm_user: fix info leak in copy_to_user_state() by Mathias Krause · 12 years ago
  45. 4c87308 xfrm_user: fix info leak in copy_to_user_auth() by Mathias Krause · 12 years ago
  46. 433a195 xfrm: fix a read lock imbalance in make_blackhole by Li RongQing · 12 years ago
  47. c254637 xfrm_user: return error pointer instead of NULL #2 by Mathias Krause · 12 years ago
  48. 864745d xfrm_user: return error pointer instead of NULL by Mathias Krause · 12 years ago
  49. ee8372d xfrm: invalidate dst on policy insertion/deletion by Nicolas Dichtel · 12 years ago
  50. e1760bd userns: Convert the audit loginuid to be a kuid by Eric W. Biederman · 12 years ago
  51. b48b63a Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 12 years ago
  52. c6bb813 xfrm: Report user triggered expirations against the users socket by Eric W. Biederman · 12 years ago
  53. 15e4730 netlink: Rename pid to portid to avoid confusion by Eric W. Biederman · 12 years ago
  54. 9f00d97 netlink: hide struct module parameter in netlink_kernel_create by Pablo Neira Ayuso · 12 years ago
  55. 3b59df4 xfrm: Workaround incompatibility of ESN and async crypto by Steffen Klassert · 12 years ago
  56. 599901c net/xfrm/xfrm_state.c: fix error return code by Julia Lawall · 12 years ago
  57. ef8531b xfrm: fix RCU bugs by Eric Dumazet · 12 years ago
  58. 1304a73 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 12 years ago
  59. 9d7b0fc net: ipv6: fix oops in inet_putpeer() by Patrick McHardy · 12 years ago
  60. 5689226 xfrm: Use rcu_dereference_bh to deference pointer protected by rcu_read_lock_bh by Fan Du · 12 years ago
  61. 65e0736 xfrm: remove redundant parameter "int dir" in struct xfrm_mgr.acquire by Fan Du · 12 years ago
  62. 418a99a Replace rwlock on xfrm_policy_afinfo with rcu by Priyanka Jain · 12 years ago
  63. e3c0d04 Fix unexpected SA hard expiration after changing date by Fan Du · 12 years ago
  64. f5b0a87 net: Document dst->obsolete better. by David S. Miller · 12 years ago
  65. 141e369 xfrm: Initialize the struct xfrm_dst behind the dst_enty field by Steffen Klassert · 12 years ago
  66. d1e31fb xfrm: No need to copy generic neighbour pointer. by David S. Miller · 12 years ago
  67. f894cbf net: Add optional SKB arg to dst_ops->neigh_lookup(). by David S. Miller · 12 years ago
  68. a31f2d1 netlink: add netlink_kernel_cfg parameter to netlink_kernel_create by Pablo Neira Ayuso · 12 years ago
  69. 1d1e34d xfrm_user: Propagate netlink error codes properly. by David S. Miller · 12 years ago
  70. 0c18337 ipv6: fix incorrect ipsec fragment by Gao feng · 12 years ago
  71. cb60e3e Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security by Linus Torvalds · 12 years ago
  72. bc9b35a xfrm: Convert several xfrm policy match functions to bool. by David S. Miller · 12 years ago
  73. 71b697fc xfrm_algo: drop an unnecessary inclusion by Jan Beulich · 12 years ago
  74. 7e15252 xfrm: make xfrm_algo.c a module by Jan Beulich · 12 years ago
  75. ec8f23c net: Convert all sysctl registrations to register_net_sysctl by Eric W. Biederman · 12 years ago
  76. 95c9617 net: cleanup unsigned to unsigned int by Eric Dumazet · 12 years ago
  77. 6ce74ec SELinux: include flow.h where used rather than get it indirectly by Eric Paris · 12 years ago
  78. d0fde79 xfrm_user: Stop using NLA_PUT*(). by David S. Miller · 12 years ago
  79. 1265fd6 xfrm: Access the replay notify functions via the registered callbacks by Steffen Klassert · 12 years ago
  80. 26b2072 xfrm: Remove unused xfrm_state from xfrm_state_check_space by Steffen Klassert · 12 years ago
  81. 80d326f netlink: add netlink_dump_control structure for netlink_dump_start() by Pablo Neira Ayuso · 12 years ago
  82. c49c41a Merge branch 'for-linus' of git://selinuxproject.org/~jmorris/linux-security by Linus Torvalds · 12 years ago
  83. cf778b0 net: reintroduce missing rcu_assign_pointer() calls by Eric Dumazet · 12 years ago
  84. fd77846 security: remove the security_netlink_recv hook as it is equivalent to capable() by Eric Paris · 13 years ago
  85. abb434c Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 13 years ago
  86. c0ed1c1 net: Add a flow_cache_flush_deferred function by Steffen Klassert · 13 years ago
  87. dfd56b8 net: use IS_ENABLED(CONFIG_IPV6) by Eric Dumazet · 13 years ago
  88. 2721745 net: Rename dst_get_neighbour{, _raw} to dst_get_neighbour_noref{, _raw}. by David Miller · 13 years ago
  89. 6dec4ac Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 13 years ago
  90. 618f9bc net: Move mtu handling down to the protocol depended handlers by Steffen Klassert · 13 years ago
  91. ebb762f net: Rename the dst_opt default_mtu method to mtu by Steffen Klassert · 13 years ago
  92. 4e3fd7a net: remove ipv6_addr_copy() by Alexey Dobriyan · 13 years ago
  93. 26bff94 xfrm: optimize ipv4 selector matching by Alexey Dobriyan · 13 years ago
  94. bc3b2d7 net: Add export.h for EXPORT_SYMBOL/THIS_MODULE to non-modules by Paul Gortmaker · 13 years ago
  95. 9e903e0 net: add skb frag size accessors by Eric Dumazet · 13 years ago
  96. 1d97437 xfrm: Simplify the replay check and advance functions by Steffen Klassert · 13 years ago
  97. 88c5100 Merge branch 'master' of github.com:davem330/net by David S. Miller · 13 years ago
  98. d4cae56 net: check return value for dst_alloc by Madalin Bucur · 13 years ago
  99. 8decf86 Merge branch 'master' of github.com:davem330/net by David S. Miller · 13 years ago
  100. bcf66bf xfrm: Perform a replay check after return from async codepaths by Steffen Klassert · 13 years ago