summaryrefslogtreecommitdiffstats
path: root/net/xfrm
Commit message (Expand)AuthorAgeFilesLines
* xfrm: Update ipcomp_scratches with NULL when freedKhalid Masum2022-10-261-0/+1
* 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
* lsm,selinux: pass flowi_common instead of flowi to the LSM hooksPaul Moore2022-06-091-2/+4
* xfrm: rework default policy structureNicolas Dichtel2022-05-252-28/+25
* xfrm: notify default policy on updateNicolas Dichtel2022-05-251-0/+31
* xfrm: make user policy API completeNicolas Dichtel2022-05-251-12/+19
* net: xfrm: fix shift-out-of-bouncePavel Skripkin2022-05-251-1/+6
* xfrm: Add possibility to set the default to block if we have no policySteffen Klassert2022-05-252-0/+68
* 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
* 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
* net: xfrm: Fix end of loop tests for list_for_each_entryHarshvardhan Jha2021-08-261-1/+1
* net/xfrm/compat: Copy xfrm_spdattr_type_t atributesDmitry Safonov2021-08-121-5/+44
* xfrm: Fix RCU vs hash_resize_mutex lock inversionFrederic Weisbecker2021-08-121-9/+8
* net: xfrm: fix memory leak in xfrm_user_rcv_msgPavel Skripkin2021-08-121-0/+10
* xfrm: Fix error reporting in xfrm_state_construct.Steffen Klassert2021-07-191-14/+14
* xfrm: Fix xfrm offload fallback fail caseAyush Sawal2021-07-141-0/+1
* xfrm: remove the fragment check for ipv6 beet modeXin Long2021-07-141-7/+0
* xfrm: xfrm_state_mtu should return at least 1280 for ipv6Sabrina Dubroca2021-07-141-2/+12
* xfrm: BEET mode doesn't support fragments for inner packetsXin Long2021-04-211-0/+13
* xfrm: Provide private skb extensions for segmented and hw offloaded ESP packetsSteffen Klassert2021-04-141-2/+0
* net: xfrm: Localize sequence counter per network namespaceAhmed S. Darwish2021-04-141-5/+5
* xfrm: Use actual socket sk instead of skb socket for xfrm_output_resumeEvan Nimmo2021-04-141-5/+5
* xfrm: interface: fix ipv4 pmtu check to honor ip header dfEyal Birger2021-04-141-0/+3
* xfrm/compat: Cleanup WARN()s that can be user-triggeredDmitry Safonov2021-04-141-3/+9
* xfrm: Fix wraparound in xfrm_policy_addr_delta()Visa Hankala2021-02-031-8/+18
* xfrm: fix disable_xfrm sysctl when used on xfrm interfacesEyal Birger2021-02-031-2/+2
* xfrm: Fix oops in xfrm_replay_advance_bmpShmulik Ladkani2021-02-031-1/+1
* net: xfrm: fix memory leak in xfrm_user_policy()Yu Kuai2020-11-101-1/+3
* xfrm/compat: Don't allocate memory with __GFP_ZERODmitry Safonov2020-11-091-1/+1
* xfrm/compat: memset(0) 64-bit padding at right placeDmitry Safonov2020-11-091-1/+1
* xfrm/compat: Translate by copying XFRMA_UNSPEC attributeDmitry Safonov2020-11-091-0/+1
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...Jakub Kicinski2020-11-042-7/+9
|\
| * net: xfrm: fix a race condition during allocing spizhuoliang zhang2020-10-231-3/+5
| * xfrm: interface: fix the priorities for ipip and ipv6 tunnelsXin Long2020-10-091-4/+4