summaryrefslogtreecommitdiffstats
path: root/include/net/xfrm.h
AgeCommit message (Expand)AuthorFilesLines
2022-12-12Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski1-0/+17
2022-12-05xfrm: interface: Add unstable helpers for setting/getting XFRM metadata from ...Eyal Birger1-0/+17
2022-12-05xfrm: add support to HW update soft and hard limitsLeon Romanovsky1-0/+17
2022-12-05xfrm: add RX datapath protection for IPsec packet offload modeLeon Romanovsky1-23/+32
2022-12-05xfrm: add an interface to offload policyLeon Romanovsky1-0/+45
2022-12-05xfrm: add new packet offload flagLeon Romanovsky1-0/+7
2022-11-25xfrm: add extack to xfrm_alloc_userspiSabrina Dubroca1-2/+3
2022-11-25xfrm: add extack to xfrm_do_migrateSabrina Dubroca1-1/+2
2022-09-29xfrm: pass extack down to xfrm_type ->init_stateSabrina Dubroca1-1/+2
2022-09-22xfrm: add extack support to xfrm_init_replaySabrina Dubroca1-1/+1
2022-09-22xfrm: add extack to __xfrm_init_stateSabrina Dubroca1-1/+2
2022-09-22xfrm: add extack support to xfrm_dev_state_addSabrina Dubroca1-2/+3
2022-08-29xfrm: interface: support collect metadata modeEyal Birger1-2/+9
2022-07-25Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller1-2/+2
2022-07-11net: Find dst with sk's xfrm policy not ctl_sksewookseo1-0/+2
2022-06-24xfrm: change the type of xfrm_register_km and xfrm_unregister_kmZhengchao Shao1-2/+2
2022-06-09net: rename reference+tracking helpersJakub Kicinski1-1/+1
2022-05-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+13
2022-05-16xfrm: fix "disable_policy" flag use when arriving from different devicesEyal Birger1-1/+13
2022-05-06xfrm: drop not needed flags variable in XFRM offload structLeon Romanovsky1-1/+0
2022-05-06xfrm: store and rely on direction to construct offload flagsLeon Romanovsky1-0/+6
2022-05-06xfrm: rename xfrm_state_offload struct to allow reuseLeon Romanovsky1-5/+5
2022-05-06xfrm: delete not used number of external headersLeon Romanovsky1-1/+0
2022-05-06xfrm: free not used XFRM_ESP_NO_TRAILER flagLeon Romanovsky1-1/+1
2022-03-19Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/David S. Miller1-30/+18
2022-03-18xfrm: rework default policy structureNicolas Dichtel1-30/+18
2022-01-27Revert "xfrm: xfrm_state_mtu should return at least 1280 for ipv6"Jiri Bohac1-1/+0
2022-01-26xfrm: Check if_id in xfrm_migrateYan Yan1-2/+3
2022-01-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+1
2022-01-06Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller1-0/+5
2021-12-23xfrm: rate limit SA mapping change message to user spaceAntony Antony1-0/+5
2021-12-10xfrm: add net device refcount tracker to struct xfrm_state_offloadEric Dumazet1-1/+2
2021-11-23xfrm: fix dflt policy check when there is no policy configuredNicolas Dichtel1-1/+1
2021-07-21xfrm: Add possibility to set the default to block if we have no policySteffen Klassert1-6/+30
2021-06-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+1
2021-06-28Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/gitDavid S. Miller1-22/+15
2021-06-22net/xfrm: Add inner_ipproto into sec_pathHuy Nguyen1-0/+1
2021-06-21xfrm: replay: remove last replay indirectionFlorian Westphal1-7/+1
2021-06-21xfrm: replay: avoid replay indirectionFlorian Westphal1-3/+1
2021-06-21xfrm: replay: remove recheck indirectionFlorian Westphal1-3/+1
2021-06-21xfrm: replay: remove advance indirectionFlorian Westphal1-1/+1
2021-06-21xfrm: replay: avoid xfrm replay notify indirectionFlorian Westphal1-1/+10
2021-06-16xfrm: delete xfrm4_output_finish xfrm6_output_finish declarationsAntony Antony1-2/+0
2021-06-11xfrm: remove hdr_offset indirectionFlorian Westphal1-3/+0
2021-06-09xfrm: remove description from xfrm_type structFlorian Westphal1-2/+0
2021-06-01xfrm: Remove the repeated declarationShaokun Zhang1-1/+0
2021-05-14xfrm: add state hashtable keyed by seqSabrina Dubroca1-0/+1
2021-04-19xfrm: xfrm_state_mtu should return at least 1280 for ipv6Sabrina Dubroca1-0/+1
2021-03-24xfrm: Fix NULL pointer dereference on policy lookupSteffen Klassert1-1/+1
2021-03-03xfrm: Use actual socket sk instead of skb socket for xfrm_output_resumeEvan Nimmo1-1/+1