summaryrefslogtreecommitdiff
path: root/net/xfrm
AgeCommit message (Expand)Author
2012-10-10xfrm_user: ensure user supplied esn replay window is validMathias Krause
2012-10-10xfrm_user: don't copy esn replay window twice for new statesMathias Krause
2012-10-10xfrm_user: fix info leak in copy_to_user_tmpl()Mathias Krause
2012-10-10xfrm_user: fix info leak in copy_to_user_policy()Mathias Krause
2012-10-10xfrm_user: fix info leak in copy_to_user_state()Mathias Krause
2012-10-10xfrm_user: fix info leak in copy_to_user_auth()Mathias Krause
2012-10-10xfrm: fix a read lock imbalance in make_blackholeLi RongQing
2012-10-10xfrm_user: return error pointer instead of NULL #2Mathias Krause
2012-10-10xfrm_user: return error pointer instead of NULLMathias Krause
2012-10-10xfrm: Workaround incompatibility of ESN and async cryptoSteffen Klassert
2012-06-10ipv6: fix incorrect ipsec fragmentGao feng
2012-04-02xfrm: Access the replay notify functions via the registered callbacksSteffen Klassert
2012-02-03net: reintroduce missing rcu_assign_pointer() callsEric Dumazet
2011-12-21net: Add a flow_cache_flush_deferred functionSteffen Klassert
2011-11-26net: Move mtu handling down to the protocol depended handlersSteffen Klassert
2011-11-26net: Rename the dst_opt default_mtu method to mtuSteffen Klassert
2011-10-31net: Add export.h for EXPORT_SYMBOL/THIS_MODULE to non-modulesPaul Gortmaker
2011-10-19net: add skb frag size accessorsEric Dumazet
2011-10-18xfrm: Simplify the replay check and advance functionsSteffen Klassert
2011-10-07Merge branch 'master' of github.com:davem330/netDavid S. Miller
2011-09-27net: check return value for dst_allocMadalin Bucur
2011-09-22Merge branch 'master' of github.com:davem330/netDavid S. Miller
2011-09-21xfrm: Perform a replay check after return from async codepathsSteffen Klassert
2011-08-24net: xfrm: convert to SKB frag APIsIan Campbell
2011-08-02rcu: convert uses of rcu_assign_pointer(x, NULL) to RCU_INIT_POINTERStephen Hemminger
2011-07-28xfrm: Fix key lengths for rfc3686(ctr(aes))Tushar Gohad
2011-07-18net: Add ->neigh_lookup() operation to dst_opsDavid S. Miller
2011-07-17net: Abstract dst->neighbour accesses behind helpers.David S. Miller
2011-07-14Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2011-07-08XFRM: Fix memory leak in xfrm_state_updateTushar Gohad
2011-07-05Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2011-07-01xfrm: Remove family arg from xfrm_bundle_okSteffen Klassert
2011-06-20Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2011-06-09rtnetlink: Compute and store minimum ifinfo dump sizeGreg Rose
2011-06-07xfrm: Fix off by one in the replay advance functionsSteffen Klassert
2011-05-11Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2011-05-10xfrm: Don't allow esn with disabled anti replay detectionSteffen Klassert
2011-05-10xfrm: Assign the inner mode output function to the dst entrySteffen Klassert
2011-05-05Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2011-04-28net: Use non-zero allocations in dst_alloc().David S. Miller
2011-04-28net: Make dst_alloc() take more explicit initializations.David S. Miller
2011-04-26xfrm: Check for the new replay implementation if an esn state is insertedSteffen Klassert
2011-04-26xfrm: Fix replay window size calculation on initializationSteffen Klassert
2011-04-22inet: constify ip headers and in6_addrEric Dumazet
2011-03-31Fix common misspellingsLucas De Marchi
2011-03-28xfrm: Restrict extended sequence numbers to espSteffen Klassert
2011-03-28xfrm: Check for esn buffer len in xfrm_new_aeSteffen Klassert
2011-03-28xfrm: Assign esn pointers when cloning a stateSteffen Klassert
2011-03-28xfrm: Move the test on replay window size into the replay check functionsSteffen Klassert
2011-03-27dst: Clone child entry in skb_dst_popSteffen Klassert