aboutsummaryrefslogtreecommitdiffstats
path: root/net/xfrm
AgeCommit message (Expand)Author
2017-06-12xfrm: move xfrm_garbage_collect out of xfrm_policy_flushHangbin Liu
2017-06-07xfrm: fix xfrm_dev_event() missing when compile without CONFIG_XFRM_OFFLOADHangbin Liu
2017-05-19xfrm: fix state migration copy replay sequence numbersAntony Antony
2017-05-08xfrm: Fix NETDEV_DOWN with IPSec offloadIlan Tayari
2017-05-04xfrm: fix stack access out of bounds with CONFIG_XFRM_SUB_POLICYSabrina Dubroca
2017-05-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2017-05-02Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2017-05-01xfrm: Indicate xfrm_state offload errorsIlan Tayari
2017-04-27xfrm: fix GRO for !CONFIG_NETFILTERSabrina Dubroca
2017-04-26xfrm: do the garbage collection after flushing policyXin Long
2017-04-21Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller
2017-04-14xfrm: Prepare the GRO codepath for hardware offloading.Steffen Klassert
2017-04-14xfrm: Add encapsulation header offsets while SKB is not encryptedIlan Tayari
2017-04-14net: Add a xfrm validate function to validate_xmit_skbSteffen Klassert
2017-04-14xfrm: Add xfrm_replay_overflow functions for offloadingSteffen Klassert
2017-04-14esp: Add gso handlers for esp4 and esp6Steffen Klassert
2017-04-14xfrm: Add an IPsec hardware offloading APISteffen Klassert
2017-04-14xfrm: Move device notifications to a sepatate fileSteffen Klassert
2017-04-14xfrm: Add a xfrm type offload.Steffen Klassert
2017-04-13netlink: pass extended ACK struct where availableJohannes Berg
2017-04-13netlink: pass extended ACK struct to parsing functionsJohannes Berg
2017-04-13netlink: extended ACK reportingJohannes Berg
2017-04-11Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller
2017-04-10xfrm: Prepare for CRYPTO_MAX_ALG_NAME expansionHerbert Xu
2017-03-29Merge branch 'apw' (xfrm_user fixes)Linus Torvalds
2017-03-29xfrm_user: validate XFRM_MSG_NEWAE incoming ESN size harderAndy Whitcroft
2017-03-29xfrm_user: validate XFRM_MSG_NEWAE XFRMA_REPLAY_ESN_VAL replay_windowAndy Whitcroft
2017-03-24xfrm: use "unsigned int" in __xfrm6_pref_hash()Alexey Dobriyan
2017-03-24xfrm: remove unused struct xfrm_mgr::idAlexey Dobriyan
2017-03-07Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller
2017-02-26xfrm: provide correct dst in xfrm_neigh_lookupJulian Anastasov
2017-02-16Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller
2017-02-15esp: Add a software GRO codepathSteffen Klassert
2017-02-15xfrm: Extend the sec_path for IPsec offloadingSteffen Klassert
2017-02-15xfrm: Export xfrm_parse_spi.Steffen Klassert
2017-02-15net: Prepare gro for packet consuming gro callbacksSteffen Klassert
2017-02-15xfrm: Add a secpath_set helper.Steffen Klassert
2017-02-14xfrm: Don't use sk_family for socket policy lookupsSteffen Klassert
2017-02-09xfrm: policy: make policy backend constFlorian Westphal
2017-02-09xfrm: policy: remove xfrm_policy_put_afinfoFlorian Westphal
2017-02-09xfrm: policy: remove family fieldFlorian Westphal
2017-02-09xfrm: policy: remove garbage_collect callbackFlorian Westphal
2017-02-09xfrm: policy: xfrm_policy_unregister_afinfo can return voidFlorian Westphal
2017-02-09xfrm: policy: xfrm_get_tos cannot failFlorian Westphal
2017-02-09xfrm: input: constify xfrm_input_afinfoFlorian Westphal
2017-02-09xfrm: policy: init locks earlyFlorian Westphal
2017-02-08gro_cells: move to net/core/gro_cells.cEric Dumazet
2017-02-07net: add confirm_neigh method to dst_opsJulian Anastasov
2017-01-30xfrm: Add a dummy network device for napi.Steffen Klassert
2017-01-16xfrm: fix possible null deref in xfrm_init_tempstateFlorian Westphal