1. c49c41a Merge branch 'for-linus' of git://selinuxproject.org/~jmorris/linux-security by Linus Torvalds · 13 years ago
  2. cf778b0 net: reintroduce missing rcu_assign_pointer() calls by Eric Dumazet · 13 years ago
  3. fd77846 security: remove the security_netlink_recv hook as it is equivalent to capable() by Eric Paris · 13 years ago
  4. abb434c Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 13 years ago
  5. c0ed1c1 net: Add a flow_cache_flush_deferred function by Steffen Klassert · 13 years ago
  6. dfd56b8 net: use IS_ENABLED(CONFIG_IPV6) by Eric Dumazet · 13 years ago
  7. 2721745 net: Rename dst_get_neighbour{, _raw} to dst_get_neighbour_noref{, _raw}. by David Miller · 13 years ago
  8. 6dec4ac Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 13 years ago
  9. 618f9bc net: Move mtu handling down to the protocol depended handlers by Steffen Klassert · 13 years ago
  10. ebb762f net: Rename the dst_opt default_mtu method to mtu by Steffen Klassert · 13 years ago
  11. 4e3fd7a net: remove ipv6_addr_copy() by Alexey Dobriyan · 13 years ago
  12. 26bff94 xfrm: optimize ipv4 selector matching by Alexey Dobriyan · 13 years ago
  13. bc3b2d7 net: Add export.h for EXPORT_SYMBOL/THIS_MODULE to non-modules by Paul Gortmaker · 13 years ago
  14. 9e903e0 net: add skb frag size accessors by Eric Dumazet · 13 years ago
  15. 1d97437 xfrm: Simplify the replay check and advance functions by Steffen Klassert · 13 years ago
  16. 88c5100 Merge branch 'master' of github.com:davem330/net by David S. Miller · 13 years ago
  17. d4cae56 net: check return value for dst_alloc by Madalin Bucur · 13 years ago
  18. 8decf86 Merge branch 'master' of github.com:davem330/net by David S. Miller · 13 years ago
  19. bcf66bf xfrm: Perform a replay check after return from async codepaths by Steffen Klassert · 13 years ago
  20. 804cf14 net: xfrm: convert to SKB frag APIs by Ian Campbell · 13 years ago
  21. a9b3cd7 rcu: convert uses of rcu_assign_pointer(x, NULL) to RCU_INIT_POINTER by Stephen Hemminger · 13 years ago
  22. 4203223 xfrm: Fix key lengths for rfc3686(ctr(aes)) by Tushar Gohad · 13 years ago
  23. d3aaeb3 net: Add ->neigh_lookup() operation to dst_ops by David S. Miller · 13 years ago
  24. 69cce1d net: Abstract dst->neighbour accesses behind helpers. by David S. Miller · 13 years ago
  25. 6a7ebdf Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 13 years ago
  26. 8fcbc63 XFRM: Fix memory leak in xfrm_state_update by Tushar Gohad · 13 years ago
  27. e12fe68 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 13 years ago
  28. 12fdb4d xfrm: Remove family arg from xfrm_bundle_ok by Steffen Klassert · 13 years ago
  29. 9f6ec8d Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 13 years ago
  30. c7ac867 rtnetlink: Compute and store minimum ifinfo dump size by Greg Rose · 13 years ago
  31. e756682 xfrm: Fix off by one in the replay advance functions by Steffen Klassert · 13 years ago
  32. 3c709f8 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-3.6 by David S. Miller · 13 years ago
  33. 6fa5ddc xfrm: Don't allow esn with disabled anti replay detection by Steffen Klassert · 13 years ago
  34. 43a4dea xfrm: Assign the inner mode output function to the dst entry by Steffen Klassert · 13 years ago
  35. 7143b7d4 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 13 years ago
  36. cf91166 net: Use non-zero allocations in dst_alloc(). by David S. Miller · 13 years ago
  37. 5c1e6aa net: Make dst_alloc() take more explicit initializations. by David S. Miller · 13 years ago
  38. 7833aa0 xfrm: Check for the new replay implementation if an esn state is inserted by Steffen Klassert · 13 years ago
  39. 3f602b0 xfrm: Fix replay window size calculation on initialization by Steffen Klassert · 13 years ago
  40. b71d1d4 inet: constify ip headers and in6_addr by Eric Dumazet · 13 years ago
  41. 25985ed Fix common misspellings by Lucas De Marchi · 13 years ago
  42. 02aadf7 xfrm: Restrict extended sequence numbers to esp by Steffen Klassert · 13 years ago
  43. e2b1912 xfrm: Check for esn buffer len in xfrm_new_ae by Steffen Klassert · 13 years ago
  44. af2f464 xfrm: Assign esn pointers when cloning a state by Steffen Klassert · 13 years ago
  45. 36ae014 xfrm: Move the test on replay window size into the replay check functions by Steffen Klassert · 13 years ago
  46. e433430 dst: Clone child entry in skb_dst_pop by Steffen Klassert · 13 years ago
  47. 3bc0732 xfrm: Force a dst refcount before entering the xfrm type handlers by Steffen Klassert · 13 years ago
  48. a454f0c xfrm: Fix initialize repl field of struct xfrm_state by Wei Yongjun · 13 years ago
  49. fbd5060 xfrm: Refcount destination entry on xfrm_lookup by Steffen Klassert · 13 years ago
  50. 7313714 xfrm: fix __xfrm_route_forward() by Eric Dumazet · 13 years ago
  51. d8647b7 xfrm: Add user interface for esn and big anti-replay windows by Steffen Klassert · 13 years ago
  52. 2cd0846 xfrm: Add support for IPsec extended sequence numbers by Steffen Klassert · 13 years ago
  53. 97e15c3 xfrm: Support anti-replay window size bigger than 32 packets by Steffen Klassert · 13 years ago
  54. 9fdc488 xfrm: Move IPsec replay detection functions to a separate file by Steffen Klassert · 13 years ago
  55. 1ce3644 xfrm: Use separate low and high order bits of the sequence numbers in xfrm_skb_cb by Steffen Klassert · 13 years ago
  56. 7e1dc7b net: Use flowi4 and flowi6 in xfrm layer. by David S. Miller · 13 years ago
  57. 56bb805 net: Break struct flowi out into AF specific instances. by David S. Miller · 13 years ago
  58. 6281dcc net: Make flowi ports AF dependent. by David S. Miller · 13 years ago
  59. 1d28f42 net: Put flowi_* prefix on AF independent members of struct flowi by David S. Miller · 13 years ago
  60. ca11692 xfrm: Eliminate "fl" and "pol" args to xfrm_bundle_ok(). by David S. Miller · 13 years ago
  61. c53fa1e netlink: kill loginuid/sessionid/sid members from struct netlink_skb_parms by Patrick McHardy · 13 years ago
  62. 452edd5 xfrm: Return dst directly from xfrm_lookup() by David S. Miller · 13 years ago
  63. 2774c13 xfrm: Handle blackhole route creation via afinfo. by David S. Miller · 13 years ago
  64. 80c0bc9 xfrm: Kill XFRM_LOOKUP_WAIT flag. by David S. Miller · 13 years ago
  65. a70486f xfrm: Pass const xfrm_address_t objects to xfrm_state_lookup* and xfrm_find_acq. by David S. Miller · 13 years ago
  66. 6f2f19e xfrm: Pass name as const to xfrm_*_get_byname(). by David S. Miller · 13 years ago
  67. 33765d0 xfrm: Const'ify xfrm_address_t args to xfrm_state_find. by David S. Miller · 13 years ago
  68. 1f673c5 xfrm: Remove unused 'saddr' and 'daddr' args to xfrm_state_look_at. by David S. Miller · 13 years ago
  69. 9aa6008 xfrm: Const'ify xfrm_address_t args to __xfrm_state_lookup{,_byaddr}. by David S. Miller · 13 years ago
  70. 0468601 xfrm: Const'ify xfrm_tmpl arg to xfrm_init_tempstate. by David S. Miller · 13 years ago
  71. 2ab3850 xfrm: Const'ify xfrm_address_t args to xfrm_*_hash. by David S. Miller · 13 years ago
  72. 9a7386e xfrm: Const'ify sec_path arg to secpath_has_nontransport. by David S. Miller · 13 years ago
  73. 22cccb7 xfrm: Const'ify ptr args to xfrm_policy_ok. by David S. Miller · 13 years ago
  74. 7db454b xfrm: Const'ify ptr args to xfrm_state_ok. by David S. Miller · 13 years ago
  75. 1786b38 xfrm: Const'ify selector arg to xfrm_dst_update_parent. by David S. Miller · 13 years ago
  76. d3e40a9 xfrm: Const'ify policy arg to clone_policy. by David S. Miller · 13 years ago
  77. f299d55 xfrm: Const'ify policy arg and local selector in xfrm_policy_match. by David S. Miller · 13 years ago
  78. 0b597e7 xfrm: Const'ify local xfrm_address_t pointers in xfrm_policy_lookup_bytype. by David S. Miller · 13 years ago
  79. b4b7c0b xfrm: Const'ify selector args in xfrm_migrate paths. by David S. Miller · 13 years ago
  80. 5f803b5 xfrm: Const'ify address args to hash helpers. by David S. Miller · 13 years ago
  81. 183cad1 xfrm: Const'ify pointer args to km_migrate() and implementations. by David S. Miller · 13 years ago
  82. dd70175 xfrm: Const'ify pointer args to migrate_tmpl_match and xfrm_migrate_check by David S. Miller · 13 years ago
  83. 6418c4e xfrm: Const'ify address arguments to __xfrm_dst_lookup() by David S. Miller · 13 years ago
  84. 200ce96 xfrm: Const'ify selector argument to xfrm_selector_match() by David S. Miller · 13 years ago
  85. 214e005 xfrm: Pass km_event pointers around as const when possible. by David S. Miller · 13 years ago
  86. dee9f4b net: Make flow cache paths use a const struct flowi. by David S. Miller · 13 years ago
  87. 4ca2e68 xfrm: Mark flowi arg to xfrm_resolve_and_create_bundle() const. by David S. Miller · 13 years ago
  88. 3f0e18f xfrm: Mark flowi arg to xfrm_dst_{alloc_copy,update_origin}() const. by David S. Miller · 13 years ago
  89. 98313ad xfrm: Mark flowi arg to xfrm_bundle_create() const. by David S. Miller · 13 years ago
  90. a6c2e61 xfrm: Mark flowi arg to xfrm_tmpl_resolve{,_one}() const. by David S. Miller · 13 years ago
  91. 73ff93c xfrm: Mark flowi arg to xfrm_expand_policies() const. by David S. Miller · 13 years ago
  92. 062cdb4 xfrm: Mark flowi arg to xfrm_policy_{lookup_by_type,match}() const. by David S. Miller · 13 years ago
  93. 47209ab xfrm: Kill strict arg to xfrm_bundle_ok(). by David S. Miller · 13 years ago
  94. b520e9f xfrm: Mark flowi arg to xfrm_state_find() const. by David S. Miller · 13 years ago
  95. 1a89859 xfrm: Mark flowi arg to xfrm_init_tempstate() const. by David S. Miller · 13 years ago
  96. 4a08ab0 xfrm: Mark flowi arg to xfrm_state_look_at() const. by David S. Miller · 13 years ago
  97. e1ad2ab xfrm: Mark flowi arg to xfrm_selector_match() const. by David S. Miller · 13 years ago
  98. 8f029de xfrm: Mark flowi arg to xfrm_type->reject() const. by David S. Miller · 13 years ago
  99. 0c7b3ee xfrm: Mark flowi arg to ->fill_dst() const. by David S. Miller · 13 years ago
  100. 05d8402 xfrm: Mark flowi arg to ->get_tos() const. by David S. Miller · 13 years ago