aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/xfrm.h
AgeCommit message (Expand)Author
2022-03-19xfrm: Check if_id in xfrm_migrateYan Yan
2022-03-08Revert "xfrm: xfrm_state_mtu should return at least 1280 for ipv6"Jiri Bohac
2021-07-14xfrm: xfrm_state_mtu should return at least 1280 for ipv6Sabrina Dubroca
2021-04-14xfrm: Fix NULL pointer dereference on policy lookupSteffen Klassert
2020-10-14xfrm: clone XFRMA_REPLAY_ESN_VAL in xfrm_do_migrateAntony Antony
2020-08-05xfrm: Fix crash when the hold queue is used.Steffen Klassert
2020-08-05xfrm: policy: match with both mark and mask on user interfacesXin Long
2020-06-30xfrm: Fix double ESP trailer insertion in IPsec crypto offload.Huy Nguyen
2019-07-17xfrm interface: fix management of phydevNicolas Dichtel
2019-07-17xfrm interface: ifname may be wrong in logsNicolas Dichtel
2019-07-01xfrm: remove get_mtu indirection from xfrm_typeFlorian Westphal
2019-06-06xfrm: remove type and offload_type map from xfrm_state_afinfoFlorian Westphal
2019-06-06xfrm: remove eth_proto value from xfrm_state_afinfoFlorian Westphal
2019-06-06xfrm: remove state and template sort indirections from xfrm_state_afinfoFlorian Westphal
2019-06-05xfrm: remove init_flags indirection from xfrm_state_afinfoFlorian Westphal
2019-06-05xfrm: remove init_temprop indirection from xfrm_state_afinfoFlorian Westphal
2019-06-05xfrm: remove init_tempsel indirection from xfrm_state_afinfoFlorian Westphal
2019-05-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2019-05-06Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2019-05-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-04-23xfrm: remove unneeded export_symbolsFlorian Westphal
2019-04-23xfrm: remove decode_session indirection from afinfo_policyFlorian Westphal
2019-04-23xfrm: remove init_path indirection from afinfo_policyFlorian Westphal
2019-04-23xfrm: remove tos indirection from afinfo_policyFlorian Westphal
2019-04-08xfrm: store xfrm_mode directly, not its addressFlorian Westphal
2019-04-08xfrm: make xfrm modes builtinFlorian Westphal
2019-04-08xfrm: remove afinfo pointer from xfrm_modeFlorian Westphal
2019-04-08xfrm: remove output2 indirection from xfrm_modeFlorian Westphal
2019-04-08xfrm: remove input2 indirection from xfrm_modeFlorian Westphal
2019-04-08xfrm: remove gso_segment indirection from xfrm_modeFlorian Westphal
2019-04-08xfrm: remove xmit indirection from xfrm_modeFlorian Westphal
2019-04-08xfrm: remove output indirection from xfrm_modeFlorian Westphal
2019-04-08xfrm: remove input indirection from xfrm_modeFlorian Westphal
2019-04-08xfrm: place af number into xfrm_mode structFlorian Westphal
2019-03-27xfrm: Honor original L3 slave device in xfrmi policy lookupMartin Willi
2019-03-26xfrm: clean up xfrm protocol checksCong Wang
2019-03-22xfrm: Replace hrtimer tasklet with softirq hrtimerThomas Gleixner
2019-02-05xfrm: destroy xfrm_state synchronously on net exit pathCong Wang
2018-12-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-12-19net: switch secpath to use skb extension infrastructureFlorian Westphal
2018-12-19xfrm: use secpath_exist where applicableFlorian Westphal
2018-12-19net: use skb_sec_path helper in more placesFlorian Westphal
2018-12-19net: move secpath_exist helper to sk_buff.hFlorian Westphal
2018-12-19xfrm: change secpath_set to return secpath struct, not error valueFlorian Westphal
2018-12-10xfrm: clean an indentation issue, remove a spaceColin Ian King
2018-11-23xfrm_user: fix freeing of xfrm states on acquireMathias Krause
2018-11-09xfrm: policy: store inexact policies in a tree ordered by destination addressFlorian Westphal
2018-11-09xfrm: policy: add inexact policy search tree infrastructureFlorian Westphal
2018-11-09xfrm: policy: store inexact policies in an rhashtableFlorian Westphal
2018-08-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds