serial: PL011: clear pending interrupts
[linux-flexiantxendom0.git] / net / xfrm /
2012-04-02 Steffen Klassertxfrm: Access the replay notify functions via the regist...
2012-02-03 Eric Dumazetnet: reintroduce missing rcu_assign_pointer() calls
2011-12-21 Steffen Klassertnet: Add a flow_cache_flush_deferred function
2011-11-26 Steffen Klassertnet: Move mtu handling down to the protocol depended...
2011-11-26 Steffen Klassertnet: Rename the dst_opt default_mtu method to mtu
2011-10-31 Paul Gortmakernet: Add export.h for EXPORT_SYMBOL/THIS_MODULE to...
2011-10-19 Eric Dumazetnet: add skb frag size accessors
2011-10-19 Steffen Klassertxfrm: Simplify the replay check and advance functions
2011-10-07 David S. MillerMerge branch 'master' of github.com:davem330/net
2011-09-27 Madalin Bucurnet: check return value for dst_alloc
2011-09-22 David S. MillerMerge branch 'master' of github.com:davem330/net
2011-09-21 Steffen Klassertxfrm: Perform a replay check after return from async...
2011-08-25 Ian Campbellnet: xfrm: convert to SKB frag APIs
2011-08-02 Stephen Hemmingerrcu: convert uses of rcu_assign_pointer(x, NULL) to...
2011-07-29 Tushar Gohadxfrm: Fix key lengths for rfc3686(ctr(aes))
2011-07-18 David S. Millernet: Add ->neigh_lookup() operation to dst_ops
2011-07-18 David S. Millernet: Abstract dst->neighbour accesses behind helpers.
2011-07-14 David S. MillerMerge branch 'master' of /linux/kernel/git/davem/net-2.6
2011-07-08 Tushar GohadXFRM: Fix memory leak in xfrm_state_update
2011-07-06 David S. MillerMerge branch 'master' of /linux/kernel/git/davem/net-2.6
2011-07-02 Steffen Klassertxfrm: Remove family arg from xfrm_bundle_ok
2011-06-21 David S. MillerMerge branch 'master' of /linux/kernel/git/davem/net-2.6
2011-06-10 Greg Rosertnetlink: Compute and store minimum ifinfo dump size
2011-06-08 Steffen Klassertxfrm: Fix off by one in the replay advance functions
2011-05-11 David S. MillerMerge branch 'master' of /linux/kernel/git/davem/net-3.6
2011-05-10 Steffen Klassertxfrm: Don't allow esn with disabled anti replay detection
2011-05-10 Steffen Klassertxfrm: Assign the inner mode output function to the...
2011-05-05 David S. MillerMerge branch 'master' of /linux/kernel/git/davem/net-2.6
2011-04-29 David S. Millernet: Use non-zero allocations in dst_alloc().
2011-04-29 David S. Millernet: Make dst_alloc() take more explicit initializations.
2011-04-26 Steffen Klassertxfrm: Check for the new replay implementation if an...
2011-04-26 Steffen Klassertxfrm: Fix replay window size calculation on initialization
2011-04-22 Eric Dumazetinet: constify ip headers and in6_addr
2011-03-31 Lucas De MarchiFix common misspellings
2011-03-29 Steffen Klassertxfrm: Restrict extended sequence numbers to esp
2011-03-29 Steffen Klassertxfrm: Check for esn buffer len in xfrm_new_ae
2011-03-29 Steffen Klassertxfrm: Assign esn pointers when cloning a state
2011-03-29 Steffen Klassertxfrm: Move the test on replay window size into the...
2011-03-28 Steffen Klassertdst: Clone child entry in skb_dst_pop
2011-03-28 Steffen Klassertxfrm: Force a dst refcount before entering the xfrm...
2011-03-22 Wei Yongjunxfrm: Fix initialize repl field of struct xfrm_state
2011-03-16 Steffen Klassertxfrm: Refcount destination entry on xfrm_lookup
2011-03-15 Eric Dumazetxfrm: fix __xfrm_route_forward()
2011-03-14 Steffen Klassertxfrm: Add user interface for esn and big anti-replay...
2011-03-14 Steffen Klassertxfrm: Add support for IPsec extended sequence numbers
2011-03-14 Steffen Klassertxfrm: Support anti-replay window size bigger than 32...
2011-03-14 Steffen Klassertxfrm: Move IPsec replay detection functions to a separa...
2011-03-14 Steffen Klassertxfrm: Use separate low and high order bits of the seque...
2011-03-12 David S. Millernet: Use flowi4 and flowi6 in xfrm layer.
2011-03-12 David S. Millernet: Break struct flowi out into AF specific instances.
2011-03-12 David S. Millernet: Make flowi ports AF dependent.
2011-03-12 David S. Millernet: Put flowi_* prefix on AF independent members of...
2011-03-12 David S. Millerxfrm: Eliminate "fl" and "pol" args to xfrm_bundle_ok().
2011-03-03 Patrick McHardynetlink: kill loginuid/sessionid/sid members from struc...
2011-03-02 David S. Millerxfrm: Return dst directly from xfrm_lookup()
2011-03-01 David S. Millerxfrm: Handle blackhole route creation via afinfo.
2011-03-01 David S. Millerxfrm: Kill XFRM_LOOKUP_WAIT flag.
2011-02-28 David S. Millerxfrm: Pass const xfrm_address_t objects to xfrm_state_l...
2011-02-28 David S. Millerxfrm: Pass name as const to xfrm_*_get_byname().
2011-02-24 David S. Millerxfrm: Const'ify xfrm_address_t args to xfrm_state_find.
2011-02-24 David S. Millerxfrm: Remove unused 'saddr' and 'daddr' args to xfrm_st...
2011-02-24 David S. Millerxfrm: Const'ify xfrm_address_t args to __xfrm_state_loo...
2011-02-24 David S. Millerxfrm: Const'ify xfrm_tmpl arg to xfrm_init_tempstate.
2011-02-24 David S. Millerxfrm: Const'ify xfrm_address_t args to xfrm_*_hash.
2011-02-24 David S. Millerxfrm: Const'ify sec_path arg to secpath_has_nontransport.
2011-02-24 David S. Millerxfrm: Const'ify ptr args to xfrm_policy_ok.
2011-02-24 David S. Millerxfrm: Const'ify ptr args to xfrm_state_ok.
2011-02-24 David S. Millerxfrm: Const'ify selector arg to xfrm_dst_update_parent.
2011-02-24 David S. Millerxfrm: Const'ify policy arg to clone_policy.
2011-02-24 David S. Millerxfrm: Const'ify policy arg and local selector in xfrm_p...
2011-02-24 David S. Millerxfrm: Const'ify local xfrm_address_t pointers in xfrm_p...
2011-02-24 David S. Millerxfrm: Const'ify selector args in xfrm_migrate paths.
2011-02-24 David S. Millerxfrm: Const'ify address args to hash helpers.
2011-02-24 David S. Millerxfrm: Const'ify pointer args to km_migrate() and implem...
2011-02-24 David S. Millerxfrm: Const'ify pointer args to migrate_tmpl_match...
2011-02-24 David S. Millerxfrm: Const'ify address arguments to __xfrm_dst_lookup()
2011-02-24 David S. Millerxfrm: Const'ify selector argument to xfrm_selector_match()
2011-02-24 David S. Millerxfrm: Pass km_event pointers around as const when possible.
2011-02-23 David S. Millernet: Make flow cache paths use a const struct flowi.
2011-02-23 David S. Millerxfrm: Mark flowi arg to xfrm_resolve_and_create_bundle...
2011-02-23 David S. Millerxfrm: Mark flowi arg to xfrm_dst_{alloc_copy,update_ori...
2011-02-23 David S. Millerxfrm: Mark flowi arg to xfrm_bundle_create() const.
2011-02-23 David S. Millerxfrm: Mark flowi arg to xfrm_tmpl_resolve{,_one}()...
2011-02-23 David S. Millerxfrm: Mark flowi arg to xfrm_expand_policies() const.
2011-02-23 David S. Millerxfrm: Mark flowi arg to xfrm_policy_{lookup_by_type...
2011-02-23 David S. Millerxfrm: Kill strict arg to xfrm_bundle_ok().
2011-02-23 David S. Millerxfrm: Mark flowi arg to xfrm_state_find() const.
2011-02-23 David S. Millerxfrm: Mark flowi arg to xfrm_init_tempstate() const.
2011-02-23 David S. Millerxfrm: Mark flowi arg to xfrm_state_look_at() const.
2011-02-23 David S. Millerxfrm: Mark flowi arg to xfrm_selector_match() const.
2011-02-23 David S. Millerxfrm: Mark flowi arg to xfrm_type->reject() const.
2011-02-23 David S. Millerxfrm: Mark flowi arg to ->fill_dst() const.
2011-02-23 David S. Millerxfrm: Mark flowi arg to ->get_tos() const.
2011-02-20 David S. MillerMerge branch 'master' of /linux/kernel/git/davem/net-2.6
2011-02-17 David S. Millernet: Add initial_ref arg to dst_alloc().
2011-02-11 Hiroaki SHIMODAxfrm: avoid possible oopse in xfrm_alloc_dst
2011-01-19 David S. MillerRevert "netlink: test for all flags of the NLM_F_DUMP...
2011-01-11 Nicolas Dichtelxfrm: check trunc_len in XFRMA_ALG_AUTH_TRUNC
2011-01-10 Jan Engelhardtnetlink: test for all flags of the NLM_F_DUMP composite
2010-12-17 David S. MillerMerge branch 'master' of /linux/kernel/git/davem/net-2.6
next