summaryrefslogtreecommitdiff
path: root/net/xfrm
AgeCommit message (Expand)Author
2017-09-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-08-31xfrm: Fix return value check of copy_sec_ctx.Steffen Klassert
2017-08-31xfrm: Add support for network devices capable of removing the ESP trailerYossi Kuperman
2017-08-28xfrm_user: fix info leak in build_aevent()Mathias Krause
2017-08-28xfrm_user: fix info leak in build_expire()Mathias Krause
2017-08-28xfrm_user: fix info leak in xfrm_notify_sa()Mathias Krause
2017-08-28xfrm_user: fix info leak in copy_user_offload()Mathias Krause
2017-08-24net: xfrm: don't double-hold dst when sk_policy in use.Lorenzo Colitti
2017-08-21Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller
2017-08-11net: xfrm: support setting an output mark.Lorenzo Colitti
2017-08-07xfrm: check that cached bundle is still validFlorian Westphal
2017-08-03xfrm: policy: check policy direction valueVladis Dronov
2017-08-02xfrm: fix null pointer dereference on state and tmpl sortKoichiro Den
2017-08-02xfrm: Clear RX SKB secpath xfrm_offloadIlan Tayari
2017-08-02xfrm: Auto-load xfrm offload modulesIlan Tayari
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