aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/net/xfrm (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-07-04net, xfrm: convert sec_path.refcnt from atomic_t to refcount_tReshetova, Elena1-2/+2
2017-07-04net, xfrm: convert xfrm_policy.refcnt from atomic_t to refcount_tReshetova, Elena1-2/+2
2017-07-04net, xfrm: convert xfrm_state.refcnt from atomic_t to refcount_tReshetova, Elena1-2/+2
2017-06-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller4-6/+4
2017-06-23Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-nextDavid S. Miller4-32/+55
2017-06-17net: remove DST_NOCACHE flagWei Wang1-1/+0
2017-06-17net: remove DST_NOGC flagWei Wang1-1/+1
2017-06-17xfrm: take refcnt of dst when creating struct xfrm_dst bundleWei Wang1-18/+30
2017-06-12xfrm: move xfrm_garbage_collect out of xfrm_policy_flushHangbin Liu2-4/+1
2017-06-07xfrm: add UDP encapsulation port in migrate messageAntony Antony3-9/+22
2017-06-07xfrm: extend MIGRATE with UDP encapsulation portAntony Antony3-14/+29
2017-06-07xfrm: fix xfrm_dev_event() missing when compile without CONFIG_XFRM_OFFLOADHangbin Liu2-2/+3
2017-05-19xfrm: fix state migration copy replay sequence numbersAntony Antony1-0/+2
2017-05-19xfrm: Make function xfrm_dev_register staticWei Yongjun1-1/+1
2017-05-16xfrm: use memdup_userGeliang Tang1-8/+3
2017-05-08xfrm: Fix NETDEV_DOWN with IPSec offloadIlan Tayari1-1/+1
2017-05-04xfrm: fix stack access out of bounds with CONFIG_XFRM_SUB_POLICYSabrina Dubroca1-47/+0
2017-05-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds9-39/+638
2017-05-02Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds1-3/+3
2017-05-01xfrm: Indicate xfrm_state offload errorsIlan Tayari1-3/+6
2017-04-27xfrm: fix GRO for !CONFIG_NETFILTERSabrina Dubroca1-1/+1
2017-04-26xfrm: do the garbage collection after flushing policyXin Long1-0/+4
2017-04-21Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-nextDavid S. Miller8-32/+628
2017-04-14xfrm: Prepare the GRO codepath for hardware offloading.Steffen Klassert1-25/+25
2017-04-14xfrm: Add encapsulation header offsets while SKB is not encryptedIlan Tayari1-0/+2
2017-04-14net: Add a xfrm validate function to validate_xmit_skbSteffen Klassert1-0/+29
2017-04-14xfrm: Add xfrm_replay_overflow functions for offloadingSteffen Klassert1-2/+157
2017-04-14esp: Add gso handlers for esp4 and esp6Steffen Klassert1-1/+2
2017-04-14xfrm: Add an IPsec hardware offloading APISteffen Klassert7-15/+323
2017-04-14xfrm: Move device notifications to a sepatate fileSteffen Klassert3-17/+45
2017-04-14xfrm: Add a xfrm type offload.Steffen Klassert1-0/+73
2017-04-13netlink: pass extended ACK struct where availableJohannes Berg1-1/+1
2017-04-13netlink: pass extended ACK struct to parsing functionsJohannes Berg1-3/+3
2017-04-13netlink: extended ACK reportingJohannes Berg1-1/+2
2017-04-11Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-nextDavid S. Miller2-3/+2
2017-04-10xfrm: Prepare for CRYPTO_MAX_ALG_NAME expansionHerbert Xu1-3/+3
2017-03-29Merge branch 'apw' (xfrm_user fixes)Linus Torvalds1-1/+8
2017-03-29xfrm_user: validate XFRM_MSG_NEWAE incoming ESN size harderAndy Whitcroft1-1/+5
2017-03-29xfrm_user: validate XFRM_MSG_NEWAE XFRMA_REPLAY_ESN_VAL replay_windowAndy Whitcroft1-0/+3
2017-03-24xfrm: use "unsigned int" in __xfrm6_pref_hash()Alexey Dobriyan1-2/+2
2017-03-24xfrm: remove unused struct xfrm_mgr::idAlexey Dobriyan1-1/+0
2017-03-07Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsecDavid S. Miller1-10/+9
2017-02-26xfrm: provide correct dst in xfrm_neigh_lookupJulian Anastasov1-8/+21
2017-02-16Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-nextDavid S. Miller3-108/+112
2017-02-15esp: Add a software GRO codepathSteffen Klassert1-5/+26
2017-02-15xfrm: Extend the sec_path for IPsec offloadingSteffen Klassert1-0/+2
2017-02-15xfrm: Export xfrm_parse_spi.Steffen Klassert1-0/+1
2017-02-15net: Prepare gro for packet consuming gro callbacksSteffen Klassert1-0/+4
2017-02-15xfrm: Add a secpath_set helper.Steffen Klassert1-12/+22
2017-02-14xfrm: Don't use sk_family for socket policy lookupsSteffen Klassert1-5/+4