index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
xfrm
Age
Commit message (
Expand
)
Author
Files
Lines
2019-02-18
xfrm: Fix inbound traffic via XFRM interfaces across network namespaces
Tobias Brunner
2
-3
/
+5
2019-02-05
xfrm: destroy xfrm_state synchronously on net exit path
Cong Wang
2
-12
/
+20
2019-01-16
xfrm: Make set-mark default behavior backward compatible
Benedict Wong
1
-1
/
+4
2019-01-10
xfrm: refine validation of template and selector families
Florian Westphal
1
-4
/
+9
2019-01-09
xfrm: policy: fix infinite loop when merging src-nodes
Florian Westphal
1
-8
/
+7
2019-01-09
xfrm: policy: fix reinsertion on node merge
Florian Westphal
1
-6
/
+8
2019-01-09
xfrm: policy: delete inexact policies from inexact list on hash rebuild
Florian Westphal
1
-13
/
+10
2019-01-09
xfrm: policy: increment xfrm_hash_generation on hash rebuild
Florian Westphal
1
-0
/
+2
2019-01-09
xfrm: policy: use hlist rcu variants on inexact insert, part 2
Florian Westphal
1
-2
/
+2
2018-12-20
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
4
-5
/
+17
2018-12-20
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...
David S. Miller
1
-3
/
+0
2018-12-19
net: switch secpath to use skb extension infrastructure
Florian Westphal
1
-48
/
+8
2018-12-19
xfrm: prefer secpath_set over secpath_dup
Florian Westphal
2
-5
/
+3
2018-12-19
xfrm: use secpath_exist where applicable
Florian Westphal
1
-1
/
+1
2018-12-19
net: use skb_sec_path helper in more places
Florian Westphal
3
-15
/
+24
2018-12-19
xfrm: change secpath_set to return secpath struct, not error value
Florian Westphal
1
-7
/
+9
2018-12-19
xfrm: policy: remove set but not used variable 'priority'
YueHaibing
1
-3
/
+0
2018-12-18
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...
David S. Miller
4
-5
/
+17
2018-11-28
xfrm: policy: fix policy hash rebuild
Florian Westphal
1
-4
/
+5
2018-11-23
xfrm_user: fix freeing of xfrm states on acquire
Mathias Krause
2
-3
/
+9
2018-11-22
xfrm: Fix NULL pointer dereference in xfrm_input when skb_dst_force clears th...
Steffen Klassert
1
-1
/
+6
2018-11-15
xfrm: policy: fix netlink/pf_key policy lookups
Florian Westphal
1
-1
/
+4
2018-11-15
xfrm: policy: add missing indentation
Colin Ian King
1
-1
/
+1
2018-11-09
xfrm: policy: add 2nd-level saddr trees for inexact policies
Florian Westphal
1
-10
/
+108
2018-11-09
xfrm: policy: store inexact policies in a tree ordered by source address
Florian Westphal
1
-4
/
+42
2018-11-09
xfrm: policy: check reinserted policies match their node
Florian Westphal
1
-0
/
+32
2018-11-09
xfrm: policy: store inexact policies in a tree ordered by destination address
Florian Westphal
1
-6
/
+327
2018-11-09
xfrm: policy: add inexact policy search tree infrastructure
Florian Westphal
1
-54
/
+247
2018-11-09
xfrm: policy: consider if_id when hashing inexact policy
Florian Westphal
1
-9
/
+16
2018-11-09
xfrm: policy: store inexact policies in an rhashtable
Florian Westphal
1
-18
/
+332
2018-11-09
xfrm: policy: return NULL when inexact search needed
Florian Westphal
1
-2
/
+11
2018-11-09
xfrm: policy: split list insertion into a helper
Florian Westphal
1
-16
/
+27
2018-11-09
xfrm: security: iterate all, not inexact lists
Florian Westphal
1
-67
/
+26
2018-11-06
xfrm: Fix bucket count reported to userspace
Benjamin Poirier
1
-1
/
+1
2018-11-04
Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2
-4
/
+0
2018-11-04
Merge branch 'core/urgent' into x86/urgent, to pick up objtool fix
Ingo Molnar
1
-1
/
+1
2018-11-01
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
1
-1
/
+0
2018-11-01
compat: Cleanup in_compat_syscall() callers
Dmitry Safonov
2
-4
/
+0
2018-10-31
ixgbe/ixgbevf: fix XFRM_ALGO dependency
Jeff Kirsher
1
-1
/
+0
2018-10-31
mm: remove include/linux/bootmem.h
Mike Rapoport
1
-1
/
+1
2018-10-28
xfrm: Fix error return code in xfrm_output_one()
Wei Yongjun
1
-0
/
+1
2018-10-19
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2
-4
/
+7
2018-10-18
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...
David S. Miller
3
-7
/
+3
2018-10-15
xfrm: use complete IPv6 addresses for hash
Michal Kubecek
1
-3
/
+2
2018-10-11
xfrm: policy: use hlist rcu variants on insert
Florian Westphal
1
-4
/
+4
2018-10-08
net: Add extack to nlmsg_parse
David Ahern
1
-1
/
+1
2018-10-08
xfrm: use correct size to initialise sp->ovec
Li RongQing
1
-1
/
+1
2018-10-08
xfrm: remove unnecessary check in xfrmi_get_stats64
Li RongQing
1
-3
/
+0
2018-10-04
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
4
-0
/
+24
2018-10-02
xfrm: fix gro_cells leak when remove virtual xfrm interfaces
Li RongQing
1
-0
/
+3
[next]