summaryrefslogtreecommitdiffstats
path: root/net/xfrm/xfrm_ipcomp.c
Commit message (Expand)AuthorAgeFilesLines
* net: introduce and use skb_frag_fill_page_desc()Yunsheng Lin2023-05-131-4/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-10-031-0/+1
|\
| * xfrm: Update ipcomp_scratches with NULL when freedKhalid Masum2022-09-011-0/+1
* | xfrm: ipcomp: add extack to ipcomp{4,6}_init_stateSabrina Dubroca2022-09-291-3/+7
|/
* net: xfrm: Fix end of loop tests for list_for_each_entryHarshvardhan Jha2021-07-261-1/+1
* xfrm: ipcomp: remove unnecessary get_cpu()Sabrina Dubroca2021-04-191-17/+8
* net: Use skb_frag_off accessorsJonathan Lemon2019-07-301-1/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-5/+1
* net: xfrm: use preempt-safe this_cpu_read() in ipcomp_alloc_tfms()Greg Hackmann2018-03-131-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-11-041-6/+6
|\
| * xfrm: prevent ipcomp scratch buffer race conditionMichal Kubecek2013-10-181-6/+6
* | xfrm: use vmalloc_node() for percpu scratchesEric Dumazet2013-10-211-2/+4
|/
* net: xfrm: use __this_cpu_read per-cpu helperShan Wei2012-11-131-5/+3
* net: add skb frag size accessorsEric Dumazet2011-10-191-1/+1
* net: xfrm: convert to SKB frag APIsIan Campbell2011-08-241-4/+7
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-1/+1
* percpu: add __percpu sparse annotations to netTejun Heo2010-02-161-8/+8
* ipcomp: Remove spurious truesize increaseHerbert Xu2009-01-111-1/+0
* net: convert BUG_TRAP to generic WARN_ONIlpo Järvinen2008-07-251-2/+1
* ipsec: ipcomp - Decompress into frags if necessaryHerbert Xu2008-07-251-6/+42
* ipsec: ipcomp - Merge IPComp implementationsHerbert Xu2008-07-251-0/+349