aboutsummaryrefslogtreecommitdiff
path: root/net/xfrm
AgeCommit message (Expand)Author
2012-01-14Merge branch 'for-linus' of git://selinuxproject.org/~jmorris/linux-securityLinus Torvalds
2012-01-12net: reintroduce missing rcu_assign_pointer() callsEric Dumazet
2012-01-05security: remove the security_netlink_recv hook as it is equivalent to capable()Eric Paris
2011-12-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2011-12-21net: Add a flow_cache_flush_deferred functionSteffen Klassert
2011-12-11net: use IS_ENABLED(CONFIG_IPV6)Eric Dumazet
2011-12-05net: Rename dst_get_neighbour{, _raw} to dst_get_neighbour_noref{, _raw}.David Miller
2011-11-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
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-11-22net: remove ipv6_addr_copy()Alexey Dobriyan
2011-11-22xfrm: optimize ipv4 selector matchingAlexey Dobriyan
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
2011-03-27xfrm: Force a dst refcount before entering the xfrm type handlersSteffen Klassert
2011-03-21xfrm: Fix initialize repl field of struct xfrm_stateWei Yongjun
2011-03-16xfrm: Refcount destination entry on xfrm_lookupSteffen Klassert
2011-03-15xfrm: fix __xfrm_route_forward()Eric Dumazet