summaryrefslogtreecommitdiff
path: root/net/xfrm
AgeCommit message (Expand)AuthorFilesLines
2024-06-16net: fix __dst_negative_advice() raceEric Dumazet1-8/+3
2024-04-13xfrm: Avoid clang fortify warning in copy_to_user_tmpl()Nathan Chancellor1-0/+3
2023-10-25xfrm: interface: use DEV_STATS_INC()Eric Dumazet1-12/+10
2023-10-25xfrm: fix a data-race in xfrm_gen_index()Eric Dumazet1-4/+2
2023-08-30net: xfrm: Amend XFRMA_SEC_CTX nla_policy structureLin Ma1-1/+1
2023-08-30xfrm: add NULL check in xfrm_update_ae_paramsLin Ma1-1/+1
2023-08-30xfrm: fix slab-use-after-free in decode_session6Zhengchao Shao1-2/+2
2023-08-30xfrm: interface: rename xfrm_interface.c to xfrm_interface_core.cEyal Birger2-0/+2
2023-08-30net: xfrm: Fix xfrm_address_filter OOB readLin Ma1-0/+9
2023-06-09xfrm: Check if_id in inbound policy/secpath matchBenedict Wong1-5/+6
2022-10-26xfrm: Update ipcomp_scratches with NULL when freedKhalid Masum1-0/+1
2022-09-05xfrm: fix refcount leak in __xfrm_policy_check()Xin Xiong1-0/+1
2022-07-29xfrm: xfrm_policy: fix a possible double xfrm_pols_put() in xfrm_bundle_lookup()Hangyu Hua1-1/+4
2022-04-15xfrm: policy: match with both mark and mask on user interfacesXin Long2-26/+24
2022-04-15xfrm: fix tunnel model fragmentation behaviorLina Wang1-1/+4
2022-03-23xfrm: Fix xfrm migrate issues when address family changesYan Yan1-3/+5
2022-03-23xfrm: Check if_id in xfrm_migrateYan Yan3-8/+19
2022-03-23Revert "xfrm: state and policy should fail if XFRMA_IF_ID 0"Kai Lueke1-18/+3
2022-03-08xfrm: enforce validity of offload input flagsLeon Romanovsky1-1/+5
2022-03-08xfrm: fix the if_id check in changelinkAntony Antony1-1/+1
2022-01-27xfrm: state and policy should fail if XFRMA_IF_ID 0Antony Antony1-3/+18
2022-01-27xfrm: interface with if_id 0 should return errorAntony Antony1-2/+12
2022-01-27xfrm: fix a small bug in xfrm_sa_len()Eric Dumazet1-1/+1
2021-07-20xfrm: Fix error reporting in xfrm_state_construct.Steffen Klassert1-14/+14
2021-04-14net: xfrm: Localize sequence counter per network namespaceAhmed S. Darwish1-5/+5
2021-04-14xfrm: interface: fix ipv4 pmtu check to honor ip header dfEyal Birger1-0/+3
2021-03-04xfrm: interface: use icmp_ndo_send helperJason A. Donenfeld1-3/+3
2021-02-04xfrm: fix disable_xfrm sysctl when used on xfrm interfacesEyal Birger1-2/+2
2021-02-04xfrm: Fix oops in xfrm_replay_advance_bmpShmulik Ladkani1-1/+1
2020-11-18net: xfrm: fix a race condition during allocing spizhuoliang zhang1-3/+5
2020-10-14xfrm: Use correct address family in xfrm_state_findHerbert Xu1-4/+7
2020-10-14xfrm: clone whole liftime_cur structure in xfrm_do_migrateAntony Antony1-1/+1
2020-10-14xfrm: clone XFRMA_SEC_CTX in xfrm_do_migrateAntony Antony1-0/+28
2020-10-14xfrm: clone XFRMA_SET_MARK in xfrm_do_migrateAntony Antony1-0/+1
2020-10-14xfrmi: drop ignore_df check before updating pmtuSabrina Dubroca1-1/+1
2020-07-01xfrm: Fix double ESP trailer insertion in IPsec crypto offload.Huy Nguyen1-1/+3
2020-06-03xfrm: fix a NULL-ptr deref in xfrm_local_errorXin Long1-1/+2
2020-06-03xfrm: fix a warning in xfrm_policy_insert_listXin Long1-6/+1
2020-06-03xfrm interface: fix oops when deleting a x-netns interfaceNicolas Dichtel1-0/+21
2020-06-03xfrm: call xfrm_output_gso when inner_protocol is set in xfrm_outputXin Long1-5/+7
2020-06-03xfrm: allow to accept packets with ipv6 NEXTHDR_HOP in xfrm_inputXin Long1-1/+1
2020-04-02xfrm: policy: Fix doulbe free in xfrm_policy_timerYueHaibing1-0/+2
2020-04-02xfrm: add the missing verify_sec_ctx_len check in xfrm_add_acquireXin Long1-0/+3
2020-04-02xfrm: fix uctx len check in verify_sec_ctx_lenXin Long1-1/+2
2020-04-02xfrm: handle NETDEV_UNREGISTER for xfrm deviceRaed Salem1-0/+1
2020-02-05xfrm: interface: do not confirm neighbor when do pmtu updateXu Wang1-1/+1
2020-02-05xfrm interface: fix packet tx through bpf_redirect()Nicolas Dichtel1-7/+25
2020-01-27xfrm interface: ifname may be wrong in logsNicolas Dichtel1-9/+1
2019-12-13xfrm interface: fix management of phydevNicolas Dichtel1-15/+17
2019-12-13xfrm interface: fix list corruption for x-netnsNicolas Dichtel1-4/+4