summaryrefslogtreecommitdiffstats
path: root/net/xfrm
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-09-013-2/+19
|\
| * xfrm_user: fix info leak in build_aevent()Mathias Krause2017-08-281-0/+1
| * xfrm_user: fix info leak in build_expire()Mathias Krause2017-08-281-0/+2
| * xfrm_user: fix info leak in xfrm_notify_sa()Mathias Krause2017-08-281-0/+1
| * xfrm_user: fix info leak in copy_user_offload()Mathias Krause2017-08-281-1/+1
| * net: xfrm: don't double-hold dst when sk_policy in use.Lorenzo Colitti2017-08-241-1/+0
| * xfrm: policy: check policy direction valueVladis Dronov2017-08-031-0/+6
| * xfrm: fix null pointer dereference on state and tmpl sortKoichiro Den2017-08-021-0/+8
* | xfrm: Fix return value check of copy_sec_ctx.Steffen Klassert2017-08-311-2/+2
* | xfrm: Add support for network devices capable of removing the ESP trailerYossi Kuperman2017-08-311-0/+5
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2017-08-216-15/+41
|\ \
| * | net: xfrm: support setting an output mark.Lorenzo Colitti2017-08-114-9/+25
| * | xfrm: Clear RX SKB secpath xfrm_offloadIlan Tayari2017-08-021-0/+2
| * | xfrm: Auto-load xfrm offload modulesIlan Tayari2017-08-023-6/+14
* | | xfrm: check that cached bundle is still validFlorian Westphal2017-08-071-1/+2
|/ /
* | xfrm: add xdst pcpu cacheFlorian Westphal2017-07-183-3/+131
* | xfrm: remove flow cacheFlorian Westphal2017-07-183-112/+1
* | xfrm_policy: make xfrm_bundle_lookup return xfrm dst objectFlorian Westphal2017-07-181-16/+12
* | xfrm_policy: remove xfrm_policy_lookupFlorian Westphal2017-07-181-32/+4
* | xfrm_policy: kill flow to policy dir conversionFlorian Westphal2017-07-181-42/+4
* | xfrm_policy: remove always true/false branchesFlorian Westphal2017-07-181-60/+14
* | xfrm_policy: bypass flow_cache_lookupFlorian Westphal2017-07-181-9/+5
|/
* net, xfrm: convert sec_path.refcnt from atomic_t to refcount_tReshetova, Elena2017-07-041-2/+2
* net, xfrm: convert xfrm_policy.refcnt from atomic_t to refcount_tReshetova, Elena2017-07-041-2/+2
* net, xfrm: convert xfrm_state.refcnt from atomic_t to refcount_tReshetova, Elena2017-07-041-2/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-06-304-6/+4
|\
| * xfrm: move xfrm_garbage_collect out of xfrm_policy_flushHangbin Liu2017-06-122-4/+1
| * xfrm: fix xfrm_dev_event() missing when compile without CONFIG_XFRM_OFFLOADHangbin Liu2017-06-072-2/+3
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2017-06-234-32/+55
|\ \
| * | xfrm: add UDP encapsulation port in migrate messageAntony Antony2017-06-073-9/+22
| * | xfrm: extend MIGRATE with UDP encapsulation portAntony Antony2017-06-073-14/+29
| * | xfrm: Make function xfrm_dev_register staticWei Yongjun2017-05-191-1/+1
| * | xfrm: use memdup_userGeliang Tang2017-05-161-8/+3
* | | net: remove DST_NOCACHE flagWei Wang2017-06-171-1/+0
* | | net: remove DST_NOGC flagWei Wang2017-06-171-1/+1
* | | xfrm: take refcnt of dst when creating struct xfrm_dst bundleWei Wang2017-06-171-18/+30
| |/ |/|
* | xfrm: fix state migration copy replay sequence numbersAntony Antony2017-05-191-0/+2
* | xfrm: Fix NETDEV_DOWN with IPSec offloadIlan Tayari2017-05-081-1/+1
* | xfrm: fix stack access out of bounds with CONFIG_XFRM_SUB_POLICYSabrina Dubroca2017-05-041-47/+0
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2017-05-029-39/+638
|\
| * xfrm: Indicate xfrm_state offload errorsIlan Tayari2017-05-011-3/+6
| * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2017-04-218-32/+628
| |\
| | * xfrm: Prepare the GRO codepath for hardware offloading.Steffen Klassert2017-04-141-25/+25
| | * xfrm: Add encapsulation header offsets while SKB is not encryptedIlan Tayari2017-04-141-0/+2
| | * net: Add a xfrm validate function to validate_xmit_skbSteffen Klassert2017-04-141-0/+29
| | * xfrm: Add xfrm_replay_overflow functions for offloadingSteffen Klassert2017-04-141-2/+157
| | * esp: Add gso handlers for esp4 and esp6Steffen Klassert2017-04-141-1/+2
| | * xfrm: Add an IPsec hardware offloading APISteffen Klassert2017-04-147-15/+323
| | * xfrm: Move device notifications to a sepatate fileSteffen Klassert2017-04-143-17/+45
| | * xfrm: Add a xfrm type offload.Steffen Klassert2017-04-141-0/+73