summaryrefslogtreecommitdiffstats
path: root/net/xfrm
Commit message (Expand)AuthorAgeFilesLines
* xfrm: Don't accidentally set RTO_ONLINK in decode_session4()Guillaume Nault2022-01-111-1/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-01-094-11/+77
|\
| * net/xfrm: IPsec tunnel mode fix inner_ipproto setting in sec_pathRaed Salem2022-01-051-5/+25
| * xfrm: state and policy should fail if XFRMA_IF_ID 0Antony Antony2021-12-171-3/+18
| * xfrm: interface with if_id 0 should return errorAntony Antony2021-12-171-2/+12
| * xfrm: fix a small bug in xfrm_sa_len()Eric Dumazet2021-12-091-1/+1
| * xfrm: fix policy lookup for ipv6 gre packetsGhalem Boudour2021-11-231-0/+21
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2022-01-067-6/+87
|\ \
| * | xfrm: rate limit SA mapping change message to user spaceAntony Antony2021-12-233-4/+43
| * | xfrm: Add support for SM4 symmetric cipher algorithmXu Jia2021-12-231-0/+21
| * | xfrm: Add support for SM3 secure hashXu Jia2021-12-231-0/+20
| * | xfrm: update SA curlft.use_timeAntony Antony2021-12-232-0/+2
| * | net: xfrm: drop check of pols[0] for the second timeJean Sacren2021-12-011-1/+1
| * | xfrm: Remove duplicate assignmentluo penghao2021-11-181-1/+0
| |/
* | net: Don't include filter.h from net/sock.hJakub Kicinski2021-12-292-0/+2
* | xfrm: add net device refcount tracker to struct xfrm_state_offloadEric Dumazet2021-12-101-1/+2
|/
* Merge tag 'net-next-for-5.16' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2021-11-021-2/+2
|\
| * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2021-11-011-2/+2
| |\
| | * xfrm: Remove redundant fields and related parenthesesluo penghao2021-10-281-2/+2
* | | Merge tag 'overflow-v5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2021-11-012-4/+2
|\ \ \ | |/ / |/| |
| * | xfrm: Use memset_after() to clear paddingKees Cook2021-10-182-4/+2
| |/
* | xfrm: fix rcu lock in xfrm_notify_userpolicy()Nicolas Dichtel2021-09-231-1/+6
* | xfrm: notify default policy on updateNicolas Dichtel2021-09-151-0/+31
* | xfrm: make user policy API completeNicolas Dichtel2021-09-151-17/+19
* | net: xfrm: fix shift-out-of-bounds in xfrm_get_defaultPavel Skripkin2021-09-091-0/+5
|/
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/David S. Miller2021-08-272-0/+73
|\
| * net: xfrm: fix shift-out-of-bouncePavel Skripkin2021-07-291-1/+6
| * xfrm: Add possibility to set the default to block if we have no policySteffen Klassert2021-07-212-0/+68
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2021-08-044-26/+67
|\ \ | |/ |/|
| * net: xfrm: Fix end of loop tests for list_for_each_entryHarshvardhan Jha2021-07-261-1/+1
| * net/xfrm/compat: Copy xfrm_spdattr_type_t atributesDmitry Safonov2021-07-211-5/+44
| * xfrm: Fix RCU vs hash_resize_mutex lock inversionFrederic Weisbecker2021-07-021-9/+8
| * Revert "xfrm: policy: Read seqcount outside of rcu-read side in xfrm_policy_l...Steffen Klassert2021-07-021-14/+7
| * net: xfrm: fix memory leak in xfrm_user_rcv_msgPavel Skripkin2021-06-291-0/+10
* | Merge tag 'net-next-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds2021-06-308-119/+329
|\ \
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-06-295-30/+41
| |\|
| | * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2021-06-235-30/+41
| | |\
| | | * xfrm: Fix xfrm offload fallback fail caseAyush Sawal2021-06-221-0/+1
| | | * xfrm: Fix error reporting in xfrm_state_construct.Steffen Klassert2021-06-141-14/+14
| | | * xfrm: remove the fragment check for ipv6 beet modeXin Long2021-06-011-7/+0
| | | * xfrm: policy: Read seqcount outside of rcu-read side in xfrm_policy_lookup_by...Varad Gautam2021-06-011-7/+14
| | | * xfrm: xfrm_state_mtu should return at least 1280 for ipv6Sabrina Dubroca2021-04-191-2/+12
| * | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/gitDavid S. Miller2021-06-286-88/+248
| |\ \ \
| | * | | xfrm: replay: remove last replay indirectionFlorian Westphal2021-06-212-26/+27
| | * | | xfrm: replay: avoid replay indirectionFlorian Westphal2021-06-212-10/+19
| | * | | xfrm: replay: remove recheck indirectionFlorian Westphal2021-06-212-7/+17
| | * | | xfrm: replay: remove advance indirectionFlorian Westphal2021-06-212-10/+16
| | * | | xfrm: replay: avoid xfrm replay notify indirectionFlorian Westphal2021-06-212-18/+29
| | * | | xfrm: avoid compiler warning when ipv6 is disabledFlorian Westphal2021-06-161-0/+2
| | * | | xfrm: merge dstopt and routing hdroff functionsFlorian Westphal2021-06-111-58/+22