summaryrefslogtreecommitdiffstats
path: root/net/xfrm
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/David S. Miller2022-03-193-40/+27
|\
| * xfrm: rework default policy structureNicolas Dichtel2022-03-182-28/+25
| * xfrm: delete duplicated functions that calls same xfrm_api_check()Leon Romanovsky2022-02-021-12/+2
* | net: add per-cpu storage and net->core_statsEric Dumazet2022-03-111-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-03-102-19/+7
|\ \
| * | Revert "xfrm: state and policy should fail if XFRMA_IF_ID 0"Kai Lueke2022-03-061-18/+3
| * | xfrm: fix tunnel model fragmentation behaviorLina Wang2022-03-011-1/+4
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-03-035-25/+32
|\| |
| * | xfrm: enforce validity of offload input flagsLeon Romanovsky2022-02-091-1/+5
| * | xfrm: fix the if_id check in changelinkAntony Antony2022-02-031-1/+1
| * | Revert "xfrm: xfrm_state_mtu should return at least 1280 for ipv6"Jiri Bohac2022-01-271-12/+2
| * | xfrm: Fix xfrm migrate issues when address family changesYan Yan2022-01-261-3/+5
| * | xfrm: Check if_id in xfrm_migrateYan Yan2022-01-263-8/+19
| |/
* / net: Add skb_clear_tstamp() to keep the mono delivery_timeMartin KaFai Lau2022-03-031-1/+1
|/
* 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
| |\|