index
:
linux-dev
for-cryptodev-2.6
for-next
jd/arm-thumb-sym
jd/big-key-gcm
jd/big-key-gcm-split
jd/broken-netlink-dump
jd/chacha-stack-validation
jd/clang-aarch64
jd/cleaner-add-random-ready
jd/fast-ti-aarch64
jd/fix-tishift-modules
jd/hsiphash128
jd/hsiphash128-2
jd/hsiphash128-3
jd/icmp-conntrack
jd/kasan-stack-frame
jd/kconfig-assembler-support
jd/memcmp-wpa
jd/netdev-pub
jd/netlink-dump-size
jd/netlink-dump-size-v2
jd/random-zinc
jd/re-zinc-it-up
jd/rmk-toolcheck
jd/rng-blocker
jd/skb_memzero_explicit
jd/timekeeping
jd/um-fixups
jd/variable-time-memcmp
jd/wireguard
jd/wireguard-azinc
jd/with-cryptoapi-port
jd/zinc-light
jn/rhashtable
jn/rhashtable-api
jn/rhashtable-next
master
tg/skb_memzero
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
xfrm
/
xfrm_user.c
(
unfollow
)
Age
Commit message (
Expand
)
Author
Files
Lines
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-04-27
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-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-09-20
xfrm: validate template mode
Sean Tranchetti
1
-0
/
+3
2018-08-03
xfrm: Validate address prefix lengths in the xfrm selector.
Steffen Klassert
1
-0
/
+12
2018-07-24
xfrm: remove blank lines at EOF
Stephen Hemminger
1
-1
/
+0
2018-06-25
xfrm: free skb if nlsk pointer is NULL
Florian Westphal
1
-4
/
+6
2018-06-23
xfrm: Add a new lookup key to match xfrm interfaces.
Steffen Klassert
1
-6
/
+48
2018-06-23
xfrm: Extend the output_mark to support input direction and masking.
Steffen Klassert
1
-10
/
+38
2018-06-19
xfrm_user: prevent leaking 2 bytes of kernel memory
Eric Dumazet
1
-3
/
+5
2018-03-27
net: Drop pernet_operations::async
Kirill Tkhai
1
-1
/
+0
2018-03-08
net: Convert xfrm_user_net_ops
Kirill Tkhai
1
-0
/
+1
2018-02-13
xfrm_user: uncoditionally validate esn replay attribute struct
Florian Westphal
1
-13
/
+8
2018-01-18
xfrm: Add SA to hardware at the end of xfrm_state_construct()
Yossi Kuperman
1
-7
/
+11
2017-12-08
xfrm: Fix stack-out-of-bounds with misconfigured transport mode policies.
Steffen Klassert
1
-0
/
+9
2017-12-01
xfrm: fix XFRMA_OUTPUT_MARK policy entry
Michal Kubecek
1
-1
/
+1
2017-11-29
xfrm: check id proto in validate_tmpl()
Cong Wang
1
-0
/
+15
2017-10-26
net: xfrm_user: use BUG_ON instead of if condition followed by BUG
Gustavo A. R. Silva
1
-18
/
+27
2017-10-23
ipsec: Fix aborted xfrm policy dump crash
Herbert Xu
1
-10
/
+15
2017-09-25
xfrm: eradicate size_t
Alexey Dobriyan
1
-21
/
+23
2017-09-25
xfrm: make xfrm_replay_state_esn_len() return unsigned int
Alexey Dobriyan
1
-5
/
+5
2017-09-25
xfrm: make xfrm_alg_auth_len() return unsigned int
Alexey Dobriyan
1
-1
/
+1
2017-09-25
xfrm: make xfrm_alg_len() return unsigned int
Alexey Dobriyan
1
-1
/
+1
2017-09-25
xfrm: make aead_len() return unsigned int
Alexey Dobriyan
1
-1
/
+1
2017-09-11
xfrm: Fix deletion of offloaded SAs on failure.
Steffen Klassert
1
-0
/
+1
2017-08-31
xfrm: Fix return value check of copy_sec_ctx.
Steffen Klassert
1
-2
/
+2
2017-08-28
xfrm_user: fix info leak in build_aevent()
Mathias Krause
1
-0
/
+1
2017-08-28
xfrm_user: fix info leak in build_expire()
Mathias Krause
1
-0
/
+2
2017-08-28
xfrm_user: fix info leak in xfrm_notify_sa()
Mathias Krause
1
-0
/
+1
2017-08-28
xfrm_user: fix info leak in copy_user_offload()
Mathias Krause
1
-1
/
+1
2017-08-11
net: xfrm: support setting an output mark.
Lorenzo Colitti
1
-0
/
+11
2017-08-02
xfrm: Auto-load xfrm offload modules
Ilan Tayari
1
-1
/
+1
2017-07-18
xfrm: remove flow cache
Florian Westphal
1
-3
/
+0
2017-06-12
xfrm: move xfrm_garbage_collect out of xfrm_policy_flush
Hangbin Liu
1
-0
/
+1
2017-06-07
xfrm: add UDP encapsulation port in migrate message
Antony Antony
1
-6
/
+17
2017-06-07
xfrm: extend MIGRATE with UDP encapsulation port
Antony Antony
1
-2
/
+12
2017-05-01
xfrm: Indicate xfrm_state offload errors
Ilan Tayari
1
-3
/
+6
2017-04-14
xfrm: Add an IPsec hardware offloading API
Steffen Klassert
1
-0
/
+28
2017-04-13
netlink: pass extended ACK struct where available
Johannes Berg
1
-1
/
+1
2017-04-13
netlink: pass extended ACK struct to parsing functions
Johannes Berg
1
-3
/
+3
[next]