aboutsummaryrefslogtreecommitdiff
path: root/net/xfrm
AgeCommit message (Expand)Author
2017-07-18xfrm: add xdst pcpu cacheFlorian Westphal
2017-07-18xfrm: remove flow cacheFlorian Westphal
2017-07-18xfrm_policy: make xfrm_bundle_lookup return xfrm dst objectFlorian Westphal
2017-07-18xfrm_policy: remove xfrm_policy_lookupFlorian Westphal
2017-07-18xfrm_policy: kill flow to policy dir conversionFlorian Westphal
2017-07-18xfrm_policy: remove always true/false branchesFlorian Westphal
2017-07-18xfrm_policy: bypass flow_cache_lookupFlorian Westphal
2017-07-04net, xfrm: convert sec_path.refcnt from atomic_t to refcount_tReshetova, Elena
2017-07-04net, xfrm: convert xfrm_policy.refcnt from atomic_t to refcount_tReshetova, Elena
2017-07-04net, xfrm: convert xfrm_state.refcnt from atomic_t to refcount_tReshetova, Elena
2017-06-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-06-23Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller
2017-06-17net: remove DST_NOCACHE flagWei Wang
2017-06-17net: remove DST_NOGC flagWei Wang
2017-06-17xfrm: take refcnt of dst when creating struct xfrm_dst bundleWei Wang
2017-06-12xfrm: move xfrm_garbage_collect out of xfrm_policy_flushHangbin Liu
2017-06-07xfrm: add UDP encapsulation port in migrate messageAntony Antony
2017-06-07xfrm: extend MIGRATE with UDP encapsulation portAntony Antony
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-19xfrm: Make function xfrm_dev_register staticWei Yongjun
2017-05-16xfrm: use memdup_userGeliang Tang
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