Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
68b8dffce68e8cae208a891c4833c7a7990bf2c4
/
net
/
xfrm
d2ddf628
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec
by David S. Miller
· 7 years ago
0dcd787
net: xfrm: use preempt-safe this_cpu_read() in ipcomp_alloc_tfms()
by Greg Hackmann
· 7 years ago
779b793
net: rename skb_gso_validate_mtu -> skb_gso_validate_network_len
by Daniel Axtens
· 7 years ago
b8b549e
xfrm: Fix ESN sequence number handling for IPsec GSO packets.
by Steffen Klassert
· 7 years ago
013cb81
xfrm: Fix infinite loop in xfrm_get_dst_nexthop with transport mode.
by Steffen Klassert
· 7 years ago
143a445
xfrm: do not call rcu_read_unlock when afinfo is NULL in xfrm_get_tos
by Xin Long
· 7 years ago
d97ca5d
xfrm_user: uncoditionally validate esn replay attribute struct
by Florian Westphal
· 7 years ago
2471c981
xfrm: Fix policy hold queue after flowcache removal.
by Steffen Klassert
· 7 years ago
19d7df6
xfrm: Refuse to insert 32 bit userspace socket policies on 64 bit systems
by Steffen Klassert
· 7 years ago
a81e4af
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-next
by David S. Miller
· 7 years ago
955bd1d
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 7 years ago
545d8ae
xfrm: fix boolean assignment in xfrm_get_type_offload
by Gustavo A. R. Silva
· 7 years ago
aa5dd6f
xfrm: fix error flow in case of add state fails
by Aviad Yehezkel
· 7 years ago
cc01572
xfrm: Add SA to hardware at the end of xfrm_state_construct()
by Yossi Kuperman
· 7 years ago
50bd870
xfrm: Add ESN support for IPSec HW offload
by Yossef Efraim
· 7 years ago
c02b374
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 7 years ago
96890d6
net: delete /proc THIS_MODULE references
by Alexey Dobriyan
· 7 years ago
76a4201
xfrm: Fix a race in the xdst pcpu cache.
by Steffen Klassert
· 7 years ago
b1bdcb5
xfrm: don't call xfrm_policy_cache_flush while holding spinlock
by Florian Westphal
· 7 years ago
d16b46e
xfrm: Use __skb_queue_tail in xfrm_trans_queue
by Herbert Xu
· 7 years ago
2f10a61
xfrm: fix rcu usage in xfrm_get_type_offload
by Sabrina Dubroca
· 7 years ago
862591b
xfrm: skip policies marked as dead while rehashing
by Florian Westphal
· 7 years ago
257a4b0
xfrm: Forbid state updates from changing encap type
by Herbert Xu
· 7 years ago
6bb8824
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 7 years ago
65bbbf6
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec
by David S. Miller
· 7 years ago
92a2320
xfrm: check for xdo_dev_ops add and delete
by Shannon Nelson
· 7 years ago
95bff4b
xfrm: Allow to use the layer2 IPsec GSO codepath for software crypto.
by Steffen Klassert
· 7 years ago
f53c723
net: Add asynchronous callbacks for xfrm on layer 2.
by Steffen Klassert
· 7 years ago
3dca3f3
xfrm: Separate ESP handling from segmentation for GRO packets.
by Steffen Klassert
· 7 years ago
acf568e
xfrm: Reinject transport-mode packets through tasklet
by Herbert Xu
· 7 years ago
8ce38ae
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-next
by David S. Miller
· 7 years ago
d295027
xfrm: put policies when reusing pcpu xdst entry
by Florian Westphal
· 7 years ago
732706a
xfrm: Fix stack-out-of-bounds with misconfigured transport mode policies.
by Steffen Klassert
· 7 years ago
75bf50f
xfrm: fix xfrm_do_migrate() with AEAD e.g(AES-GCM)
by Antony Antony
· 7 years ago
ddc47e4
xfrm: Fix stack-out-of-bounds read on socket policy lookup.
by Steffen Klassert
· 7 years ago
4ce3dbe
xfrm: Fix xfrm_input() to verify state is valid when (encap_type < 0)
by Aviv Heller
· 7 years ago
9b7e14d
xfrm: Remove redundant state assignment in xfrm_input()
by Aviv Heller
· 7 years ago
43024b9
xfrm: Fix xfrm_dev_state_add to fail for unsupported HW SA option
by Yossef Efraim
· 7 years ago
0ba23a2
xfrm: Fix xfrm_replay_overflow_offload_esn
by Yossef Efraim
· 7 years ago
e719135
xfrm: fix XFRMA_OUTPUT_MARK policy entry
by Michal Kubecek
· 7 years ago
5492093
xfrm: Stop using dst->next in bundle construction.
by David Miller
· 7 years ago
0f6c480
xfrm: Move dst->path into struct xfrm_dst
by David Miller
· 7 years ago
b6ca8bd
xfrm: Move child route linkage into xfrm_dst.
by David Miller
· 7 years ago
45b018be
ipsec: Create and use new helpers for dst child access.
by David Miller
· 7 years ago
b92cf4a
net: Create and use new helper xfrm_dst_child().
by David Miller
· 7 years ago
be8f828
net: xfrm: allow clearing socket xfrm policies.
by Lorenzo Colitti
· 7 years ago
6a53b75
xfrm: check id proto in validate_tmpl()
by Cong Wang
· 7 years ago
e99e88a
treewide: setup_timer() -> timer_setup()
by Kees Cook
· 7 years ago
6a787d6
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec
by David S. Miller
· 7 years ago
9480215
Revert "xfrm: Fix stack-out-of-bounds read in xfrm_state_find."
by Steffen Klassert
· 7 years ago
0e74aa1
xfrm: Copy policy family in clone_policy
by Herbert Xu
· 7 years ago
4dc6758
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 7 years ago
6a17280
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec
by David S. Miller
· 7 years ago
2a17178
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 7 years ago
c9f3f81
xfrm: Fix stack-out-of-bounds read in xfrm_state_find.
by Steffen Klassert
· 7 years ago
cf37966
xfrm: do unconditional template resolution before pcpu cache check
by Florian Westphal
· 7 years ago
ead7515
Merge tag 'spdx_identifiers-4.14-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core
by Linus Torvalds
· 7 years ago
cb79a18
xfrm: defer daddr pointer assignment after spi parsing
by Florian Westphal
· 7 years ago
b244131
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
by Greg Kroah-Hartman
· 7 years ago
ed29668
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 7 years ago
26a8ba2
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-next
by David S. Miller
· 7 years ago
73b9fc4
xfrm: Fix GSO for IPsec with GRE tunnel.
by Steffen Klassert
· 7 years ago
e1ea2f9
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 7 years ago
2fc5f83
net: xfrm_user: use BUG_ON instead of if condition followed by BUG
by Gustavo A. R. Silva
· 7 years ago
2b06cdf
xfrm: Clear sk_dst_cache when applying per-socket policy.
by Jonathan Basseri
· 7 years ago
ec650b2
xfrm: Fix xfrm_dst_cache memleak
by Steffen Klassert
· 7 years ago
1137b5e
ipsec: Fix aborted xfrm policy dump crash
by Herbert Xu
· 7 years ago
c3aed70
xfrm: Convert timers to use timer_setup()
by Kees Cook
· 7 years ago
10a7ef3
ipsec: Fix dst leak in xfrm_bundle_create().
by David Miller
· 7 years ago
dd269db
xfrm: don't call xfrm_policy_cache_flush under xfrm_state_lock
by Artem Savkov
· 7 years ago
a1b831f
xfrm: eradicate size_t
by Alexey Dobriyan
· 7 years ago
5e708e4
xfrm: make xfrm_replay_state_esn_len() return unsigned int
by Alexey Dobriyan
· 7 years ago
1bd963a
xfrm: make xfrm_alg_auth_len() return unsigned int
by Alexey Dobriyan
· 7 years ago
06cd22f
xfrm: make xfrm_alg_len() return unsigned int
by Alexey Dobriyan
· 7 years ago
373b8ee
xfrm: make aead_len() return unsigned int
by Alexey Dobriyan
· 7 years ago
23e9fcf
vti: fix NULL dereference in xfrm_input()
by Alexey Kodanev
· 7 years ago
67a6338
xfrm: Fix negative device refcount on offload failure.
by Steffen Klassert
· 7 years ago
c5d4d7d
xfrm: Fix deletion of offloaded SAs on failure.
by Steffen Klassert
· 7 years ago
6026e04
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 7 years ago
8598112
xfrm: Fix return value check of copy_sec_ctx.
by Steffen Klassert
· 7 years ago
47ebcc0
xfrm: Add support for network devices capable of removing the ESP trailer
by Yossi Kuperman
· 7 years ago
931e79d
xfrm_user: fix info leak in build_aevent()
by Mathias Krause
· 7 years ago
e3e5fc1
xfrm_user: fix info leak in build_expire()
by Mathias Krause
· 7 years ago
50329c8
xfrm_user: fix info leak in xfrm_notify_sa()
by Mathias Krause
· 7 years ago
5fe0d4b
xfrm_user: fix info leak in copy_user_offload()
by Mathias Krause
· 7 years ago
8a4b578
net: xfrm: don't double-hold dst when sk_policy in use.
by Lorenzo Colitti
· 7 years ago
a43dce9
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-next
by David S. Miller
· 7 years ago
077fbac
net: xfrm: support setting an output mark.
by Lorenzo Colitti
· 7 years ago
13ead5c
xfrm: check that cached bundle is still valid
by Florian Westphal
· 7 years ago
7bab096
xfrm: policy: check policy direction value
by Vladis Dronov
· 7 years ago
3f5a95a
xfrm: fix null pointer dereference on state and tmpl sort
by Koichiro Den
· 7 years ago
7e9e920
xfrm: Clear RX SKB secpath xfrm_offload
by Ilan Tayari
· 7 years ago
ffdb521
xfrm: Auto-load xfrm offload modules
by Ilan Tayari
· 7 years ago
ec30d78
xfrm: add xdst pcpu cache
by Florian Westphal
· 7 years ago
09c7570
xfrm: remove flow cache
by Florian Westphal
· 7 years ago
bd45c53
xfrm_policy: make xfrm_bundle_lookup return xfrm dst object
by Florian Westphal
· 7 years ago
86dc8ee
xfrm_policy: remove xfrm_policy_lookup
by Florian Westphal
· 7 years ago
aff669b
xfrm_policy: kill flow to policy dir conversion
by Florian Westphal
· 7 years ago
855dad9
xfrm_policy: remove always true/false branches
by Florian Westphal
· 7 years ago
3ca2828
xfrm_policy: bypass flow_cache_lookup
by Florian Westphal
· 7 years ago
Next »