summaryrefslogtreecommitdiffstats
path: root/net/xfrm
Commit message (Expand)AuthorAgeFilesLines
* net: Fix data-races around netdev_max_backlog.Kuniyuki Iwashima2022-08-312-2/+2
* xfrm: policy: fix metadata dst->dev xmit null pointer dereferenceNikolay Aleksandrov2022-08-311-1/+1
* xfrm: clone missing x->lastused in xfrm_do_migrateAntony Antony2022-08-311-0/+1
* xfrm: fix refcount leak in __xfrm_policy_check()Xin Xiong2022-08-311-0/+1
* ip: Fix data-races around sysctl_ip_no_pmtu_disc.Kuniyuki Iwashima2022-07-291-1/+1
* xfrm: xfrm_policy: fix a possible double xfrm_pols_put() in xfrm_bundle_lookup()Hangyu Hua2022-07-291-1/+4
* xfrm: rework default policy structureNicolas Dichtel2022-05-252-28/+25
* xfrm: fix tunnel model fragmentation behaviorLina Wang2022-04-081-1/+4
* xfrm: Fix xfrm migrate issues when address family changesYan Yan2022-03-191-3/+5
* xfrm: Check if_id in xfrm_migrateYan Yan2022-03-193-8/+19
* Revert "xfrm: state and policy should fail if XFRMA_IF_ID 0"Kai Lueke2022-03-191-18/+3
* Revert "xfrm: xfrm_state_mtu should return at least 1280 for ipv6"Jiri Bohac2022-03-081-12/+2
* xfrm: enforce validity of offload input flagsLeon Romanovsky2022-03-081-1/+5
* xfrm: fix the if_id check in changelinkAntony Antony2022-03-081-1/+1
* xfrm: Don't accidentally set RTO_ONLINK in decode_session4()Guillaume Nault2022-01-271-1/+2
* xfrm: fix policy lookup for ipv6 gre packetsGhalem Boudour2022-01-271-0/+21
* xfrm: rate limit SA mapping change message to user spaceAntony Antony2022-01-273-4/+43
* net/xfrm: IPsec tunnel mode fix inner_ipproto setting in sec_pathRaed Salem2022-01-271-5/+25
* xfrm: state and policy should fail if XFRMA_IF_ID 0Antony Antony2022-01-271-3/+18
* xfrm: interface with if_id 0 should return errorAntony Antony2022-01-271-2/+12
* xfrm: fix a small bug in xfrm_sa_len()Eric Dumazet2022-01-271-1/+1
* 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