aboutsummaryrefslogtreecommitdiffstats
path: root/net/xfrm/xfrm_ipcomp.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-11-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-6/+6
2013-10-21xfrm: use vmalloc_node() for percpu scratchesEric Dumazet1-2/+4
2013-10-18xfrm: prevent ipcomp scratch buffer race conditionMichal Kubecek1-6/+6
2012-11-13net: xfrm: use __this_cpu_read per-cpu helperShan Wei1-5/+3
2011-10-19net: add skb frag size accessorsEric Dumazet1-1/+1
2011-08-24net: xfrm: convert to SKB frag APIsIan Campbell1-4/+7
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-1/+1
2010-02-16percpu: add __percpu sparse annotations to netTejun Heo1-8/+8
2009-01-11ipcomp: Remove spurious truesize increaseHerbert Xu1-1/+0
2008-07-25net: convert BUG_TRAP to generic WARN_ONIlpo Järvinen1-2/+1
2008-07-25ipsec: ipcomp - Decompress into frags if necessaryHerbert Xu1-6/+42
2008-07-25ipsec: ipcomp - Merge IPComp implementationsHerbert Xu1-0/+349