index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
xfrm
Age
Commit message (
Expand
)
Author
Files
Lines
2018-04-01
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2
-2
/
+9
2018-03-30
xfrm: Register xfrm_dev_notifier in appropriate place
Kirill Tkhai
2
-3
/
+2
2018-03-29
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...
David S. Miller
2
-3
/
+4
2018-03-27
net: Drop pernet_operations::async
Kirill Tkhai
2
-2
/
+0
2018-03-26
net: Use octal not symbolic permissions
Joe Perches
1
-1
/
+1
2018-03-23
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
5
-20
/
+23
2018-03-23
xfrm: Fix transport mode skb control buffer usage.
Steffen Klassert
1
-0
/
+6
2018-03-16
xfrm: fix rcu_read_unlock usage in xfrm_local_error
Taehee Yoo
1
-2
/
+3
2018-03-13
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...
David S. Miller
5
-20
/
+23
2018-03-13
net: xfrm: use preempt-safe this_cpu_read() in ipcomp_alloc_tfms()
Greg Hackmann
1
-1
/
+1
2018-03-08
net: Convert xfrm_user_net_ops
Kirill Tkhai
1
-0
/
+1
2018-03-07
xfrm_policy: use true and false for boolean values
Gustavo A. R. Silva
1
-1
/
+1
2018-03-06
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-1
/
+1
2018-03-04
net: rename skb_gso_validate_mtu -> skb_gso_validate_network_len
Daniel Axtens
1
-1
/
+1
2018-03-01
xfrm: Fix ESN sequence number handling for IPsec GSO packets.
Steffen Klassert
1
-1
/
+1
2018-02-27
xfrm: mark kmem_caches as __ro_after_init
Alexey Dobriyan
2
-2
/
+3
2018-02-20
xfrm: Fix infinite loop in xfrm_get_dst_nexthop with transport mode.
Steffen Klassert
1
-2
/
+2
2018-02-19
xfrm: do not call rcu_read_unlock when afinfo is NULL in xfrm_get_tos
Xin Long
1
-2
/
+5
2018-02-13
net: Convert pernet_subsys, registered from inet_init()
Kirill Tkhai
1
-0
/
+1
2018-02-13
xfrm_user: uncoditionally validate esn replay attribute struct
Florian Westphal
1
-13
/
+8
2018-02-13
xfrm: Fix policy hold queue after flowcache removal.
Steffen Klassert
1
-1
/
+1
2018-02-02
xfrm: Refuse to insert 32 bit userspace socket policies on 64 bit systems
Steffen Klassert
1
-0
/
+5
2018-01-26
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...
David S. Miller
2
-2
/
+11
2018-01-24
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
3
-11
/
+20
2018-01-23
xfrm: fix boolean assignment in xfrm_get_type_offload
Gustavo A. R. Silva
1
-1
/
+1
2018-01-19
xfrm: fix error flow in case of add state fails
Aviad Yehezkel
1
-0
/
+1
2018-01-18
xfrm: Add SA to hardware at the end of xfrm_state_construct()
Yossi Kuperman
2
-10
/
+18
2018-01-18
xfrm: Add ESN support for IPSec HW offload
Yossef Efraim
2
-2
/
+11
2018-01-17
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
3
-7
/
+21
2018-01-16
net: delete /proc THIS_MODULE references
Alexey Dobriyan
1
-1
/
+0
2018-01-10
xfrm: Fix a race in the xdst pcpu cache.
Steffen Klassert
1
-1
/
+7
2018-01-08
xfrm: don't call xfrm_policy_cache_flush while holding spinlock
Florian Westphal
1
-2
/
+2
2018-01-05
xfrm: Use __skb_queue_tail in xfrm_trans_queue
Herbert Xu
1
-1
/
+1
2017-12-31
xfrm: fix rcu usage in xfrm_get_type_offload
Sabrina Dubroca
1
-1
/
+2
2017-12-30
xfrm: skip policies marked as dead while rehashing
Florian Westphal
1
-1
/
+2
2017-12-30
xfrm: Forbid state updates from changing encap type
Herbert Xu
1
-1
/
+7
2017-12-29
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
4
-3
/
+102
2017-12-27
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...
David S. Miller
4
-3
/
+102
2017-12-21
xfrm: check for xdo_dev_ops add and delete
Shannon Nelson
1
-13
/
+18
2017-12-20
xfrm: Allow to use the layer2 IPsec GSO codepath for software crypto.
Steffen Klassert
1
-2
/
+2
2017-12-20
net: Add asynchronous callbacks for xfrm on layer 2.
Steffen Klassert
1
-18
/
+82
2017-12-20
xfrm: Separate ESP handling from segmentation for GRO packets.
Steffen Klassert
1
-10
/
+77
2017-12-19
xfrm: Reinject transport-mode packets through tasklet
Herbert Xu
1
-0
/
+57
2017-12-15
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...
David S. Miller
5
-5
/
+10
2017-12-12
xfrm: put policies when reusing pcpu xdst entry
Florian Westphal
1
-0
/
+1
2017-12-08
xfrm: Fix stack-out-of-bounds with misconfigured transport mode policies.
Steffen Klassert
1
-0
/
+9
2017-12-08
xfrm: fix xfrm_do_migrate() with AEAD e.g(AES-GCM)
Antony Antony
1
-0
/
+1
2017-12-01
xfrm: Fix stack-out-of-bounds read on socket policy lookup.
Steffen Klassert
1
-1
/
+7
2017-12-01
xfrm: Fix xfrm_input() to verify state is valid when (encap_type < 0)
Aviv Heller
1
-1
/
+11
2017-12-01
xfrm: Remove redundant state assignment in xfrm_input()
Aviv Heller
1
-1
/
+0
[next]