summaryrefslogtreecommitdiffstats
path: root/include/net/xfrm.h
Commit message (Expand)AuthorAgeFilesLines
* xfrm: pass extack down to xfrm_type ->init_stateSabrina Dubroca2022-09-291-1/+2
* xfrm: add extack support to xfrm_init_replaySabrina Dubroca2022-09-221-1/+1
* xfrm: add extack to __xfrm_init_stateSabrina Dubroca2022-09-221-1/+2
* xfrm: add extack support to xfrm_dev_state_addSabrina Dubroca2022-09-221-2/+3
* xfrm: interface: support collect metadata modeEyal Birger2022-08-291-2/+9
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2022-07-251-2/+2
|\
| * xfrm: change the type of xfrm_register_km and xfrm_unregister_kmZhengchao Shao2022-06-241-2/+2
* | net: Find dst with sk's xfrm policy not ctl_sksewookseo2022-07-111-0/+2
|/
* net: rename reference+tracking helpersJakub Kicinski2022-06-091-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-05-191-1/+13
|\
| * xfrm: fix "disable_policy" flag use when arriving from different devicesEyal Birger2022-05-161-1/+13
* | xfrm: drop not needed flags variable in XFRM offload structLeon Romanovsky2022-05-061-1/+0
* | xfrm: store and rely on direction to construct offload flagsLeon Romanovsky2022-05-061-0/+6
* | xfrm: rename xfrm_state_offload struct to allow reuseLeon Romanovsky2022-05-061-5/+5
* | xfrm: delete not used number of external headersLeon Romanovsky2022-05-061-1/+0
* | xfrm: free not used XFRM_ESP_NO_TRAILER flagLeon Romanovsky2022-05-061-1/+1
|/
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/David S. Miller2022-03-191-30/+18
|\
| * xfrm: rework default policy structureNicolas Dichtel2022-03-181-30/+18
* | Revert "xfrm: xfrm_state_mtu should return at least 1280 for ipv6"Jiri Bohac2022-01-271-1/+0
* | xfrm: Check if_id in xfrm_migrateYan Yan2022-01-261-2/+3
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-01-091-1/+1
|\
| * xfrm: fix dflt policy check when there is no policy configuredNicolas Dichtel2021-11-231-1/+1
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2022-01-061-0/+5
|\ \
| * | xfrm: rate limit SA mapping change message to user spaceAntony Antony2021-12-231-0/+5
| |/
* / xfrm: add net device refcount tracker to struct xfrm_state_offloadEric Dumazet2021-12-101-1/+2
|/
* xfrm: Add possibility to set the default to block if we have no policySteffen Klassert2021-07-211-6/+30
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-06-291-1/+1
|\
| * xfrm: Remove the repeated declarationShaokun Zhang2021-06-011-1/+0
| * xfrm: xfrm_state_mtu should return at least 1280 for ipv6Sabrina Dubroca2021-04-191-0/+1
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/gitDavid S. Miller2021-06-281-22/+15
|\ \
| * | xfrm: replay: remove last replay indirectionFlorian Westphal2021-06-211-7/+1
| * | xfrm: replay: avoid replay indirectionFlorian Westphal2021-06-211-3/+1
| * | xfrm: replay: remove recheck indirectionFlorian Westphal2021-06-211-3/+1
| * | xfrm: replay: remove advance indirectionFlorian Westphal2021-06-211-1/+1
| * | xfrm: replay: avoid xfrm replay notify indirectionFlorian Westphal2021-06-211-1/+10
| * | xfrm: delete xfrm4_output_finish xfrm6_output_finish declarationsAntony Antony2021-06-161-2/+0
| * | xfrm: remove hdr_offset indirectionFlorian Westphal2021-06-111-3/+0
| * | xfrm: remove description from xfrm_type structFlorian Westphal2021-06-091-2/+0
| * | xfrm: add state hashtable keyed by seqSabrina Dubroca2021-05-141-0/+1
| |/
* / net/xfrm: Add inner_ipproto into sec_pathHuy Nguyen2021-06-221-0/+1
|/
* xfrm: Fix NULL pointer dereference on policy lookupSteffen Klassert2021-03-241-1/+1
* xfrm: Use actual socket sk instead of skb socket for xfrm_output_resumeEvan Nimmo2021-03-031-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-10-051-10/+6
|\
| * xfrm: clone XFRMA_REPLAY_ESN_VAL in xfrm_do_migrateAntony Antony2020-09-071-10/+6
* | xfrm/compat: Translate 32-bit user_policy from sockptrDmitry Safonov2020-09-241-0/+3
* | xfrm/compat: Add 32=>64-bit messages translatorDmitry Safonov2020-09-241-0/+6
* | xfrm/compat: Add 64=>32-bit messages translatorDmitry Safonov2020-09-241-0/+5
* | xfrm: Provide API to register translator moduleDmitry Safonov2020-09-241-0/+19
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-08-021-6/+9
|\
| * xfrm: Fix crash when the hold queue is used.Steffen Klassert2020-07-211-2/+2