aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/xfrm.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-12-10xfrm: add net device refcount tracker to struct xfrm_state_offloadEric Dumazet1-1/+2
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
2020-10-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-10/+6
2020-09-24xfrm/compat: Translate 32-bit user_policy from sockptrDmitry Safonov1-0/+3
2020-09-24xfrm/compat: Add 32=>64-bit messages translatorDmitry Safonov1-0/+6
2020-09-24xfrm/compat: Add 64=>32-bit messages translatorDmitry Safonov1-0/+5
2020-09-24xfrm: Provide API to register translator moduleDmitry Safonov1-0/+19
2020-09-07xfrm: clone XFRMA_REPLAY_ESN_VAL in xfrm_do_migrateAntony Antony1-10/+6
2020-08-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-6/+9
2020-07-30Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-nextDavid S. Miller1-1/+4
2020-07-24net/xfrm: switch xfrm_user_policy to sockptr_tChristoph Hellwig1-3/+5
2020-07-21xfrm: Fix crash when the hold queue is used.Steffen Klassert1-2/+2
2020-07-09tunnel6: add tunnel6_input_afinfo for ipip and ipv6 tunnelsXin Long1-0/+1
2020-07-09tunnel4: add cb_handler to struct xfrm_tunnelXin Long1-0/+1
2020-07-09xfrm: add is_ipip to struct xfrm_input_afinfoXin Long1-1/+2
2020-06-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-0/+1
2020-06-24xfrm: policy: match with both mark and mask on user interfacesXin Long1-4/+7
2020-06-23bonding/xfrm: use real_dev instead of slave_devJarod Wilson1-1/+1
2020-06-22xfrm: bail early on slave pass over skbJarod Wilson1-0/+1
2020-06-04xfrm: Fix double ESP trailer insertion in IPsec crypto offload.Huy Nguyen1-0/+1
2020-05-06xfrm: remove output_finish indirection from xfrm_state_afinfoFlorian Westphal1-1/+0
2020-05-06xfrm: remove extract_output indirection from xfrm_state_afinfoFlorian Westphal1-3/+0
2020-05-06xfrm: place xfrm6_local_dontfrag in xfrm.hFlorian Westphal1-0/+16
2020-05-06xfrm: expose local_rxpmtu via ipv6_stubsFlorian Westphal1-0/+1
2020-05-06xfrm: move xfrm4_extract_header to common helperFlorian Westphal1-1/+0
2020-05-06xfrm: state: remove extract_input indirection from xfrm_state_afinfoFlorian Westphal1-3/+0
2020-05-06xfrm: avoid extract_output indirection for ipv4Florian Westphal1-1/+0
2020-04-28xfrm: add support for UDPv6 encapsulation of ESPSabrina Dubroca1-0/+5
2019-12-09xfrm: add espintcp (RFC 8229)Sabrina Dubroca1-0/+1
2019-12-09xfrm: introduce xfrm_trans_queue_netSabrina Dubroca1-0/+3
2019-10-09xfrm: ifdef setsockopt(UDP_ENCAP_ESPINUDP/UDP_ENCAP_ESPINUDP_NON_IKE)Alexey Dobriyan1-7/+0
2019-07-17xfrm interface: fix management of phydevNicolas Dichtel1-1/+0
2019-07-17xfrm interface: ifname may be wrong in logsNicolas Dichtel1-1/+0
2019-07-01xfrm: remove get_mtu indirection from xfrm_typeFlorian Westphal1-3/+1