1. df008c9 net: Allow userns root to control llc, netfilter, netlink, packet, and xfrm by Eric W. Biederman · 12 years ago
  2. f674e72 net/key/af_key.c: add range checks on ->sadb_x_policy_len by Dan Carpenter · 12 years ago
  3. 15e4730 netlink: Rename pid to portid to avoid confusion by Eric W. Biederman · 12 years ago
  4. e6acb38 Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by David S. Miller · 12 years ago
  5. 65e0736 xfrm: remove redundant parameter "int dir" in struct xfrm_mgr.acquire by Fan Du · 12 years ago
  6. a7cb5a4 userns: Print out socket uids in a user namespace aware fashion. by Eric W. Biederman · 12 years ago
  7. 95c9617 net: cleanup unsigned to unsigned int by Eric Dumazet · 12 years ago
  8. 89eb06f net/key/af_key.c: add missing kfree_skb by Julia Lawall · 12 years ago
  9. dfd56b8 net: use IS_ENABLED(CONFIG_IPV6) by Eric Dumazet · 13 years ago
  10. 4e3fd7a net: remove ipv6_addr_copy() by Alexey Dobriyan · 13 years ago
  11. ea11073 net: Remove casts of void * by Joe Perches · 13 years ago
  12. 71338aa net: convert %p usage to %pK by Dan Rosenberg · 13 years ago
  13. b71d1d4 inet: constify ip headers and in6_addr by Eric Dumazet · 13 years ago
  14. 7f6daa6 pfkey: fix warning by Stephen Hemminger · 13 years ago
  15. 4c93fbb pfkey: Use const where possible. by David S. Miller · 13 years ago
  16. 183cad1 xfrm: Const'ify pointer args to km_migrate() and implementations. by David S. Miller · 13 years ago
  17. 214e005 xfrm: Pass km_event pointers around as const when possible. by David S. Miller · 13 years ago
  18. ada440e afkey: add sparse annotation about rcu by stephen hemminger · 13 years ago
  19. a02cec2 net: return operator cleanup by Eric Dumazet · 14 years ago
  20. 207024b pfkey: add severity to printk by stephen hemminger · 14 years ago
  21. 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
  22. 9a127aa af_key: return error if pfkey_xfrm_policy2msg_prep() fails by Dan Carpenter · 14 years ago
  23. 8ca2e93 xfrm: SP lookups signature with mark by Jamal Hadi Salim · 14 years ago
  24. bd55775 xfrm: SA lookups signature with mark by Jamal Hadi Salim · 14 years ago
  25. 7f6b9db af_key: locking change by stephen hemminger · 14 years ago
  26. 2f1eb65 xfrm: Flushing empty SPD generates false events by Jamal Hadi Salim · 14 years ago
  27. 9e64cc9 xfrm: Flushing empty SAD generates false events by Jamal Hadi Salim · 14 years ago
  28. 8be987d pfkey: fix SA and SP flush sequence by Jamal Hadi Salim · 14 years ago
  29. 069c474 xfrm: Revert false event eliding commits. by David S. Miller · 14 years ago
  30. 0dca3a8 xfrm: Flushing empty SPD generates false events by jamal · 14 years ago
  31. 19f4c71 xfrm: Flushing empty SAD generates false events by jamal · 14 years ago
  32. 27b5b86 net: af_key: use seq_hlist_foo() helpers by Li Zefan · 14 years ago
  33. 9c119ba Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  34. 180211b af_key: fix netns ops ordering on module load/unload by Alexey Dobriyan · 14 years ago
  35. 28aecb9 xfrm: avoid spinlock in get_acqseq() by Eric Dumazet · 14 years ago
  36. 2c8c1e7 net: spread __net_init, __net_exit by Alexey Dobriyan · 14 years ago
  37. c20a66f xfrm: Fix truncation length of authentication algorithms installed via PF_KEY by Martin Willi · 15 years ago
  38. 23c049c net: Simplify af_key pernet operations. by Eric W. Biederman · 15 years ago
  39. f99189b netns: net_identifiers should be read_mostly by Eric Dumazet · 15 years ago
  40. 3f378b6 net: pass kern to net_proto_family create function by Eric Paris · 15 years ago
  41. 3b88578 net: Generalize socket rx gap / receive queue overflow cmsg by Neil Horman · 15 years ago
  42. ec1b4cf net: mark net_proto_ops as const by Stephen Hemminger · 15 years ago
  43. 5ca1b99 net: file_operations should be const by Stephen Hemminger · 15 years ago
  44. 98147d5 net: seq_operations should be const by Stephen Hemminger · 15 years ago
  45. 31e6d36 net: correct off-by-one write allocations reports by Eric Dumazet · 15 years ago
  46. 6f96106 af_key: remove some pointless conditionals before kfree_skb() by Wei Yongjun · 15 years ago
  47. a8d694c af_key: initialize xfrm encap_oa by Timo Teras · 15 years ago
  48. 7013ec3 netns PF_KEY: per-netns /proc/pfkey by Alexey Dobriyan · 16 years ago
  49. 07fb0f1 netns PF_KEY: part 2 by Alexey Dobriyan · 16 years ago
  50. 3fa87a3 netns PF_KEY: part 1 by Alexey Dobriyan · 16 years ago
  51. 7067802 netns xfrm: pass netns with KM notifications by Alexey Dobriyan · 16 years ago
  52. cdcbca7 netns xfrm: policy walking in netns by Alexey Dobriyan · 16 years ago
  53. 8d1211a netns xfrm: finding policy in netns by Alexey Dobriyan · 16 years ago
  54. 33ffbbd netns xfrm: policy flushing in netns by Alexey Dobriyan · 16 years ago
  55. 284fa7d netns xfrm: state walking in netns by Alexey Dobriyan · 16 years ago
  56. 5447c5e netns xfrm: finding states in netns by Alexey Dobriyan · 16 years ago
  57. 221df1e netns xfrm: state lookup in netns by Alexey Dobriyan · 16 years ago
  58. 0e60245 netns xfrm: state flush in netns by Alexey Dobriyan · 16 years ago
  59. 0331b1f netns xfrm: add struct xfrm_policy::xp_net by Alexey Dobriyan · 16 years ago
  60. 50a3065 netns xfrm: per-netns km_waitq by Alexey Dobriyan · 16 years ago
  61. 673c09b netns xfrm: add struct xfrm_state::xs_net by Alexey Dobriyan · 16 years ago
  62. 70e9067 af_key: mark policy as dead before destroying by Alexey Dobriyan · 16 years ago
  63. 920da69 key: fix setkey(8) policy set breakage by Alexey Dobriyan · 16 years ago
  64. 1839faa af_key: fix SADB_X_SPDDELETE response by Tobias Brunner · 16 years ago
  65. 13c1d18 xfrm: MIGRATE enhancements (draft-ebalard-mext-pfkey-enhanced-migrate) by Arnaud Ebalard · 16 years ago
  66. 12a169e ipsec: Put dumpers on the dump list by Herbert Xu · 16 years ago
  67. 0523820 af_key: Free dumping state on socket close by Timo Teras · 16 years ago
  68. 547b792 net: convert BUG_TRAP to generic WARN_ON by Ilpo Järvinen · 16 years ago
  69. 4ae127d Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 16 years ago
  70. 81b302a key: Use xfrm_addr_cmp() where appropriate. by YOSHIFUJI Hideaki · 16 years ago
  71. 5f95ac9 key: Share common code path to extract address from sockaddr{}. by YOSHIFUJI Hideaki · 16 years ago
  72. e5b5665 key: Share common code path to fill sockaddr{}. by YOSHIFUJI Hideaki · 16 years ago
  73. 9e8b4ed key: Introduce pfkey_sockaddr_len() for raw sockaddr{} length. by YOSHIFUJI Hideaki · 16 years ago
  74. 99c6f60 ipsec: pfkey should ignore events when no listeners by Jamal Hadi Salim · 16 years ago
  75. 4da5105 af_key: Fix selector family initialization. by Kazunori MIYAZAWA · 16 years ago
  76. 2532386 Audit: collect sessionid in netlink messages by Eric Paris · 16 years ago
  77. 2db3e47 af_key: Fix af_key.c compiler warning by Brian Haley · 16 years ago
  78. c5d18e9 [IPSEC]: Fix catch-22 with algorithm IDs above 31 by Herbert Xu · 16 years ago
  79. 03e1ad7 LSM: Make the Labeled IPsec hooks more stack friendly by Paul Moore · 16 years ago
  80. 8e8e438 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 16 years ago
  81. df9dcb4 [IPSEC]: Fix inter address family IPsec tunnel handling. by Kazunori MIYAZAWA · 16 years ago
  82. 83321d6 [AF_KEY]: Dump SA/SP entries non-atomically by Timo Teras · 16 years ago
  83. 4c563f7 [XFRM]: Speed up xfrm_policy and xfrm_state walking by Timo Teras · 16 years ago
  84. d9595a7 [AF_KEY]: Fix oops by converting to proc_net_*(). by David S. Miller · 16 years ago
  85. a4d6b8a [AF_KEY]: Fix bug in spdadd by Kazunori MIYAZAWA · 16 years ago
  86. bd2f747 [KEY]: Convert net/pfkey to use seq files. by Pavel Emelyanov · 16 years ago
  87. 61145aa [KEY]: Clean up proc files creation a bit. by Pavel Emelyanov · 16 years ago
  88. 0c11b94 [PATCH] switch audit_get_loginuid() to task_struct * by Al Viro · 16 years ago
  89. 64c31b3 [XFRM] xfrm_policy_destroy: Rename and relative fixes. by WANG Cong · 16 years ago
  90. d4782c3 [AF_KEY]: Fix skb leak on pfkey_send_migrate() error by Patrick McHardy · 16 years ago
  91. f398035 [IPSEC]: Avoid undefined shift operation when testing algorithm ID by Herbert Xu · 17 years ago
  92. 8053fc3 [IPSEC]: Temporarily remove locks around copying of non-atomic fields by Herbert Xu · 17 years ago
  93. 435000b [PFKEY]: Sending an SADB_GET responds with an SADB_GET by Charles Hardin · 17 years ago
  94. 6257ff2 [NET]: Forget the zero_it argument of sk_alloc() by Pavel Emelyanov · 17 years ago
  95. 298bb62 [AF_KEY]: suppress a warning for 64k pages. by Stephen Rothwell · 17 years ago
  96. 050f009 [IPSEC]: Lock state when copying non-atomic fields to user-space by Herbert Xu · 17 years ago
  97. 658b219 [IPSEC]: Move common code into xfrm_alloc_spi by Herbert Xu · 17 years ago
  98. 1b8d7ae [NET]: Make socket creation namespace safe. by Eric W. Biederman · 17 years ago
  99. 457c4cb [NET]: Make /proc/net per network namespace by Eric W. Biederman · 17 years ago
  100. ab5f5e8 [XFRM]: xfrm audit calls by Joy Latten · 17 years ago