summaryrefslogtreecommitdiff
path: root/net/xfrm
AgeCommit message (Expand)AuthorFilesLines
2023-03-03Fix XFRM-I support for nested ESP tunnelsBenedict Wong2-4/+53
2023-02-15xfrm: fix bug with DSCP copy to v6 from v4 tunnelChristian Hopps1-2/+1
2023-02-15xfrm/compat: prevent potential spectre v1 gadget in xfrm_xlate32_attr()Eric Dumazet1-0/+2
2023-02-15xfrm: compat: change expression for switch in xfrm_xlate64Anastasia Belova1-1/+1
2023-01-18xfrm: fix rcu lock in xfrm_notify_userpolicy()Nicolas Dichtel1-1/+6
2022-12-02xfrm: replay: Fix ESN wrap around for GSOChristian Langrock2-2/+15
2022-10-26xfrm: Update ipcomp_scratches with NULL when freedKhalid Masum1-0/+1
2022-08-31net: Fix data-races around netdev_max_backlog.Kuniyuki Iwashima2-2/+2
2022-08-31xfrm: policy: fix metadata dst->dev xmit null pointer dereferenceNikolay Aleksandrov1-1/+1
2022-08-31xfrm: clone missing x->lastused in xfrm_do_migrateAntony Antony1-0/+1
2022-08-31xfrm: fix refcount leak in __xfrm_policy_check()Xin Xiong1-0/+1
2022-07-29ip: Fix data-races around sysctl_ip_no_pmtu_disc.Kuniyuki Iwashima1-1/+1
2022-07-29xfrm: xfrm_policy: fix a possible double xfrm_pols_put() in xfrm_bundle_lookup()Hangyu Hua1-1/+4
2022-06-09lsm,selinux: pass flowi_common instead of flowi to the LSM hooksPaul Moore1-2/+4
2022-05-25xfrm: rework default policy structureNicolas Dichtel2-28/+25
2022-05-25xfrm: notify default policy on updateNicolas Dichtel1-0/+31
2022-05-25xfrm: make user policy API completeNicolas Dichtel1-12/+19
2022-05-25net: xfrm: fix shift-out-of-bouncePavel Skripkin1-1/+6
2022-05-25xfrm: Add possibility to set the default to block if we have no policySteffen Klassert2-0/+68
2022-04-08xfrm: fix tunnel model fragmentation behaviorLina Wang1-1/+4
2022-03-19xfrm: Fix xfrm migrate issues when address family changesYan Yan1-3/+5
2022-03-19xfrm: Check if_id in xfrm_migrateYan Yan3-8/+19
2022-03-19Revert "xfrm: state and policy should fail if XFRMA_IF_ID 0"Kai Lueke1-18/+3
2022-03-08Revert "xfrm: xfrm_state_mtu should return at least 1280 for ipv6"Jiri Bohac1-12/+2
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: Don't accidentally set RTO_ONLINK in decode_session4()Guillaume Nault1-1/+2
2022-01-27xfrm: fix policy lookup for ipv6 gre packetsGhalem Boudour1-0/+21
2022-01-27xfrm: rate limit SA mapping change message to user spaceAntony Antony3-4/+43
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-08-26net: xfrm: Fix end of loop tests for list_for_each_entryHarshvardhan Jha1-1/+1
2021-08-12net/xfrm/compat: Copy xfrm_spdattr_type_t atributesDmitry Safonov1-5/+44
2021-08-12xfrm: Fix RCU vs hash_resize_mutex lock inversionFrederic Weisbecker1-9/+8
2021-08-12net: xfrm: fix memory leak in xfrm_user_rcv_msgPavel Skripkin1-0/+10
2021-07-19xfrm: Fix error reporting in xfrm_state_construct.Steffen Klassert1-14/+14
2021-07-14xfrm: Fix xfrm offload fallback fail caseAyush Sawal1-0/+1
2021-07-14xfrm: remove the fragment check for ipv6 beet modeXin Long1-7/+0
2021-07-14xfrm: xfrm_state_mtu should return at least 1280 for ipv6Sabrina Dubroca1-2/+12
2021-04-21xfrm: BEET mode doesn't support fragments for inner packetsXin Long1-0/+13
2021-04-14xfrm: Provide private skb extensions for segmented and hw offloaded ESP packetsSteffen Klassert1-2/+0
2021-04-14net: xfrm: Localize sequence counter per network namespaceAhmed S. Darwish1-5/+5
2021-04-14xfrm: Use actual socket sk instead of skb socket for xfrm_output_resumeEvan Nimmo1-5/+5
2021-04-14xfrm: interface: fix ipv4 pmtu check to honor ip header dfEyal Birger1-0/+3
2021-04-14xfrm/compat: Cleanup WARN()s that can be user-triggeredDmitry Safonov1-3/+9
2021-02-04xfrm: Fix wraparound in xfrm_policy_addr_delta()Visa Hankala1-8/+18
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-10net: xfrm: fix memory leak in xfrm_user_policy()Yu Kuai1-1/+3