summaryrefslogtreecommitdiff
path: root/net/xfrm/xfrm_ipcomp.c
AgeCommit message (Expand)Author
2023-05-13net: introduce and use skb_frag_fill_page_desc()Yunsheng Lin
2022-10-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-09-29xfrm: ipcomp: add extack to ipcomp{4,6}_init_stateSabrina Dubroca
2022-09-01xfrm: Update ipcomp_scratches with NULL when freedKhalid Masum
2021-07-26net: xfrm: Fix end of loop tests for list_for_each_entryHarshvardhan Jha
2021-04-19xfrm: ipcomp: remove unnecessary get_cpu()Sabrina Dubroca
2019-07-30net: Use skb_frag_off accessorsJonathan Lemon
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner
2018-03-13net: xfrm: use preempt-safe this_cpu_read() in ipcomp_alloc_tfms()Greg Hackmann
2013-11-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2013-10-21xfrm: use vmalloc_node() for percpu scratchesEric Dumazet
2013-10-18xfrm: prevent ipcomp scratch buffer race conditionMichal Kubecek
2012-11-13net: xfrm: use __this_cpu_read per-cpu helperShan Wei
2011-10-19net: add skb frag size accessorsEric Dumazet
2011-08-24net: xfrm: convert to SKB frag APIsIan Campbell
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2010-02-16percpu: add __percpu sparse annotations to netTejun Heo
2009-01-11ipcomp: Remove spurious truesize increaseHerbert Xu
2008-07-25net: convert BUG_TRAP to generic WARN_ONIlpo Järvinen
2008-07-25ipsec: ipcomp - Decompress into frags if necessaryHerbert Xu
2008-07-25ipsec: ipcomp - Merge IPComp implementationsHerbert Xu