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.12.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
/
xfrm_user.c
Age
Commit message (
Expand
)
Author
Files
Lines
2022-03-19
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/
David S. Miller
1
-25
/
+18
2022-03-18
xfrm: rework default policy structure
Nicolas Dichtel
1
-25
/
+18
2022-03-06
Revert "xfrm: state and policy should fail if XFRMA_IF_ID 0"
Kai Lueke
1
-18
/
+3
2022-01-26
xfrm: Check if_id in xfrm_migrate
Yan Yan
1
-1
/
+5
2022-01-10
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-4
/
+19
2022-01-06
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...
David S. Miller
1
-1
/
+17
2021-12-29
net: Don't include filter.h from net/sock.h
Jakub Kicinski
1
-0
/
+1
2021-12-23
xfrm: rate limit SA mapping change message to user space
Antony Antony
1
-1
/
+17
2021-12-17
xfrm: state and policy should fail if XFRMA_IF_ID 0
Antony Antony
1
-3
/
+18
2021-12-09
xfrm: fix a small bug in xfrm_sa_len()
Eric Dumazet
1
-1
/
+1
2021-11-02
Merge tag 'overflow-v5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-1
/
+1
2021-10-18
xfrm: Use memset_after() to clear padding
Kees Cook
1
-1
/
+1
2021-09-23
xfrm: fix rcu lock in xfrm_notify_userpolicy()
Nicolas Dichtel
1
-1
/
+6
2021-09-15
xfrm: notify default policy on update
Nicolas Dichtel
1
-0
/
+31
2021-09-15
xfrm: make user policy API complete
Nicolas Dichtel
1
-17
/
+19
2021-09-09
net: xfrm: fix shift-out-of-bounds in xfrm_get_default
Pavel Skripkin
1
-0
/
+5
2021-08-27
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/
David S. Miller
1
-0
/
+57
2021-07-29
net: xfrm: fix shift-out-of-bounce
Pavel Skripkin
1
-1
/
+6
2021-07-21
xfrm: Add possibility to set the default to block if we have no policy
Steffen Klassert
1
-0
/
+52
2021-06-29
net: xfrm: fix memory leak in xfrm_user_rcv_msg
Pavel Skripkin
1
-0
/
+10
2021-06-23
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...
David S. Miller
1
-14
/
+14
2021-06-14
xfrm: Fix error reporting in xfrm_state_construct.
Steffen Klassert
1
-14
/
+14
2021-04-19
xfrm: avoid synchronize_rcu during netns destruction
Florian Westphal
1
-3
/
+7
2021-03-29
xfrm_user.c: Added a punctuation
Bhaskar Chowdhury
1
-1
/
+1
2021-02-04
xfrm: Return the correct errno code
Zheng Yongjun
1
-1
/
+1
2020-11-27
xfrm: redact SA secret with lockdown confidentiality
Antony Antony
1
-7
/
+67
2020-09-24
xfrm/compat: Add 32=>64-bit messages translator
Dmitry Safonov
1
-18
/
+39
2020-09-24
xfrm/compat: Attach xfrm dumps to 64=>32 bit translator
Dmitry Safonov
1
-0
/
+38
2020-09-24
xfrm/compat: Add 64=>32-bit messages translator
Dmitry Safonov
1
-1
/
+14
2020-06-24
xfrm: policy: match with both mark and mask on user interfaces
Xin Long
1
-7
/
+11
2020-02-12
xfrm: add the missing verify_sec_ctx_len check in xfrm_add_acquire
Xin Long
1
-0
/
+3
2020-02-12
xfrm: fix uctx len check in verify_sec_ctx_len
Xin Long
1
-1
/
+2
2019-07-06
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...
David S. Miller
1
-0
/
+19
2019-06-17
xfrm: fix sa selector validation
Nicolas Dichtel
1
-0
/
+3
2019-05-28
xfrm: Fix xfrm sel prefix length validation
Anirudh Gupta
1
-0
/
+16
2019-05-21
treewide: Add SPDX license identifier for more missed files
Thomas Gleixner
1
-0
/
+1
2019-05-03
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-14
/
+2
2019-04-28
netlink: make validation more configurable for future strictness
Johannes Berg
1
-5
/
+5
2019-03-26
xfrm: clean up xfrm protocol checks
Cong Wang
1
-13
/
+1
2019-03-20
Revert "net: xfrm: Add '_rcu' tag for rcu protected pointer in netns_xfrm"
Steffen Klassert
1
-23
/
+7
2019-03-08
net: xfrm: Add '_rcu' tag for rcu protected pointer in netns_xfrm
Su Yanjun
1
-7
/
+23
2019-03-01
xfrm: policy: Fix out-of-bound array accesses in __xfrm_policy_unlink
YueHaibing
1
-1
/
+1
2019-02-05
xfrm: destroy xfrm_state synchronously on net exit path
Cong Wang
1
-1
/
+1
2019-01-10
xfrm: refine validation of template and selector families
Florian Westphal
1
-4
/
+9
2018-12-18
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...
David S. Miller
1
-2
/
+2
2018-11-23
xfrm_user: fix freeing of xfrm states on acquire
Mathias Krause
1
-2
/
+2
2018-11-01
compat: Cleanup in_compat_syscall() callers
Dmitry Safonov
1
-2
/
+0
2018-10-08
net: Add extack to nlmsg_parse
David Ahern
1
-1
/
+1
2018-10-02
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...
David S. Miller
1
-0
/
+15
2018-09-20
xfrm: validate template mode
Sean Tranchetti
1
-0
/
+3
[next]