summaryrefslogtreecommitdiff
path: root/include/net/xfrm.h
AgeCommit message (Expand)Author
2022-01-27Revert "xfrm: xfrm_state_mtu should return at least 1280 for ipv6"Jiri Bohac
2022-01-26xfrm: Check if_id in xfrm_migrateYan Yan
2022-01-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-01-06Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller
2021-12-23xfrm: rate limit SA mapping change message to user spaceAntony Antony
2021-12-10xfrm: add net device refcount tracker to struct xfrm_state_offloadEric Dumazet
2021-11-23xfrm: fix dflt policy check when there is no policy configuredNicolas Dichtel
2021-07-21xfrm: Add possibility to set the default to block if we have no policySteffen Klassert
2021-06-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-06-28Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/gitDavid S. Miller
2021-06-22net/xfrm: Add inner_ipproto into sec_pathHuy Nguyen
2021-06-21xfrm: replay: remove last replay indirectionFlorian Westphal
2021-06-21xfrm: replay: avoid replay indirectionFlorian Westphal
2021-06-21xfrm: replay: remove recheck indirectionFlorian Westphal
2021-06-21xfrm: replay: remove advance indirectionFlorian Westphal
2021-06-21xfrm: replay: avoid xfrm replay notify indirectionFlorian Westphal
2021-06-16xfrm: delete xfrm4_output_finish xfrm6_output_finish declarationsAntony Antony
2021-06-11xfrm: remove hdr_offset indirectionFlorian Westphal
2021-06-09xfrm: remove description from xfrm_type structFlorian Westphal
2021-06-01xfrm: Remove the repeated declarationShaokun Zhang
2021-05-14xfrm: add state hashtable keyed by seqSabrina Dubroca
2021-04-19xfrm: xfrm_state_mtu should return at least 1280 for ipv6Sabrina Dubroca
2021-03-24xfrm: Fix NULL pointer dereference on policy lookupSteffen Klassert
2021-03-03xfrm: Use actual socket sk instead of skb socket for xfrm_output_resumeEvan Nimmo
2020-10-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-09-24xfrm/compat: Translate 32-bit user_policy from sockptrDmitry Safonov
2020-09-24xfrm/compat: Add 32=>64-bit messages translatorDmitry Safonov
2020-09-24xfrm/compat: Add 64=>32-bit messages translatorDmitry Safonov
2020-09-24xfrm: Provide API to register translator moduleDmitry Safonov
2020-09-07xfrm: clone XFRMA_REPLAY_ESN_VAL in xfrm_do_migrateAntony Antony
2020-08-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-07-30Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller
2020-07-24net/xfrm: switch xfrm_user_policy to sockptr_tChristoph Hellwig
2020-07-21xfrm: Fix crash when the hold queue is used.Steffen Klassert
2020-07-09tunnel6: add tunnel6_input_afinfo for ipip and ipv6 tunnelsXin Long
2020-07-09tunnel4: add cb_handler to struct xfrm_tunnelXin Long
2020-07-09xfrm: add is_ipip to struct xfrm_input_afinfoXin Long
2020-06-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-06-24xfrm: policy: match with both mark and mask on user interfacesXin Long
2020-06-23bonding/xfrm: use real_dev instead of slave_devJarod Wilson
2020-06-22xfrm: bail early on slave pass over skbJarod Wilson
2020-06-04xfrm: Fix double ESP trailer insertion in IPsec crypto offload.Huy Nguyen
2020-05-06xfrm: remove output_finish indirection from xfrm_state_afinfoFlorian Westphal
2020-05-06xfrm: remove extract_output indirection from xfrm_state_afinfoFlorian Westphal
2020-05-06xfrm: place xfrm6_local_dontfrag in xfrm.hFlorian Westphal
2020-05-06xfrm: expose local_rxpmtu via ipv6_stubsFlorian Westphal
2020-05-06xfrm: move xfrm4_extract_header to common helperFlorian Westphal
2020-05-06xfrm: state: remove extract_input indirection from xfrm_state_afinfoFlorian Westphal
2020-05-06xfrm: avoid extract_output indirection for ipv4Florian Westphal
2020-04-28xfrm: add support for UDPv6 encapsulation of ESPSabrina Dubroca