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