index
:
laptop-kernel
master
Linux kernel tree for laptop
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
xfrm
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-09-15
xfrm: fix offloading of cross-family tunnels
Sabrina Dubroca
1
-1
/
+1
2025-09-01
xfrm: xfrm_alloc_spi shouldn't use 0 as SPI
Sabrina Dubroca
1
-0
/
+3
2025-08-07
xfrm: bring back device check in validate_xmit_xfrm
Sabrina Dubroca
1
-1
/
+2
2025-08-07
xfrm: restore GSO for SW crypto
Sabrina Dubroca
1
-2
/
+7
2025-08-06
xfrm: flush all states in xfrm_state_fini
Sabrina Dubroca
1
-1
/
+1
2025-07-24
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
5
-53
/
+30
2025-07-24
Merge tag 'ipsec-next-2025-07-23' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-next
Paolo Abeni
2
-38
/
+58
2025-07-24
Merge tag 'ipsec-2025-07-23' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec
Paolo Abeni
5
-53
/
+30
2025-07-08
Revert "xfrm: destroy xfrm_state synchronously on net exit path"
Sabrina Dubroca
2
-15
/
+10
2025-07-08
xfrm: delete x->tunnel as we delete x
Sabrina Dubroca
2
-12
/
+8
2025-07-04
xfrm: Skip redundant statistics update for crypto offload
Jianbo Liu
1
-1
/
+6
2025-07-04
xfrm: interface: fix use-after-free after changing collect_md xfrm interface
Eyal Birger
1
-6
/
+1
2025-07-02
net: dst: annotate data-races around dst->obsolete
Eric Dumazet
1
-2
/
+2
2025-07-02
xfrm: Duplicate SPI Handling
Aakash Kumar S
1
-29
/
+43
2025-07-02
xfrm: ipcomp: adjust transport header after decompressing
Fernando Fernandez Mancera
1
-1
/
+1
2025-06-20
xfrm: hold device only for the asynchronous decryption
Jianbo Liu
1
-8
/
+9
2025-06-12
xfrm: always initialize offload path
Leon Romanovsky
3
-5
/
+3
2025-06-08
treewide, timers: Rename from_timer() to timer_container_of()
Ingo Molnar
2
-3
/
+3
2025-06-03
xfrm: state: use a consistent pcpu_id in xfrm_state_find
Sabrina Dubroca
1
-13
/
+6
2025-06-03
xfrm: state: initialize state_ptrs earlier in xfrm_state_find
Sabrina Dubroca
1
-2
/
+2
2025-05-26
Merge tag 'ipsec-next-2025-05-23' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-next
Paolo Abeni
4
-50
/
+95
2025-05-22
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
4
-6
/
+10
2025-05-20
xfrm: use kfree_sensitive() for SA secret zeroization
Zilin Guan
1
-3
/
+3
2025-05-15
xfrm: Use nested-BH locking for nat_keepalive_sk_ipv[46]
Sebastian Andrzej Siewior
1
-10
/
+20
2025-05-15
xfrm: prevent configuration of interface index when offload is used
Leon Romanovsky
1
-0
/
+5
2025-05-15
xfrm: validate assignment of maximal possible SEQ number
Leon Romanovsky
1
-10
/
+42
2025-05-14
xfrm: Sanitize marks before insert
Paul Chaignon
2
-0
/
+6
2025-04-30
xfrm: ipcomp: fix truesize computation on receive
Sabrina Dubroca
1
-2
/
+1
2025-04-17
xfrm: Refactor migration setup during the cloning process
Chiachang Wang
1
-8
/
+9
2025-04-17
xfrm: Migrate offload configuration
Chiachang Wang
3
-6
/
+22
2025-04-16
xfrm: Add explicit dev to .xdo_dev_state_{add,delete,free}
Cosmin Ratiu
2
-9
/
+9
2025-04-16
xfrm: Remove unneeded device check from validate_xmit_xfrm
Cosmin Ratiu
1
-6
/
+1
2025-04-16
xfrm: Use xdo.dev instead of xdo.real_dev
Cosmin Ratiu
2
-4
/
+0
2025-04-14
xfrm: Convert xfrmi_exit_batch_rtnl() to ->exit_rtnl().
Kuniyuki Iwashima
1
-19
/
+15
2025-04-14
espintcp: remove encap socket caching to avoid reference leak
Sabrina Dubroca
1
-3
/
+0
2025-04-14
espintcp: fix skb leaks
Sabrina Dubroca
1
-1
/
+3
2025-04-11
xfrm: Remove unnecessary strscpy_pad() size arguments
Thorsten Blum
1
-5
/
+5
2025-04-05
treewide: Switch/rename to timer_delete[_sync]()
Thomas Gleixner
2
-6
/
+6
2025-03-29
Merge tag 'v6.15-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
Linus Torvalds
2
-225
/
+215
2025-03-26
Merge tag 'net-next-6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next
Linus Torvalds
6
-53
/
+84
2025-03-25
Merge tag 'timers-cleanups-2025-03-23' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
2
-6
/
+4
2025-03-25
Merge tag 'ipsec-next-2025-03-24' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-next
Jakub Kicinski
5
-46
/
+76
2025-03-21
xfrm: ipcomp: Use crypto_acomp interface
Herbert Xu
2
-228
/
+215
2025-03-21
xfrm: ipcomp: Call pskb_may_pull in ipcomp_input
Herbert Xu
1
-0
/
+3
2025-03-20
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Paolo Abeni
1
-1
/
+42
2025-03-19
xfrm: Remove unnecessary NULL check in xfrm_lookup_with_ifid()
Dan Carpenter
1
-1
/
+1
2025-03-12
xfrm: state: make xfrm_state_lookup_byaddr lockless
Florian Westphal
1
-2
/
+2
2025-02-21
net: xfrm: Use link netns in newlink() of rtnl_link_ops
Xiao Liang
1
-4
/
+4
2025-02-21
rtnetlink: Pack newlink() params into struct
Xiao Liang
1
-3
/
+4
2025-02-21
xfrm_output: Force software GSO only in tunnel mode
Cosmin Ratiu
1
-1
/
+1
[next]