index
:
linux.git
cached
cdir_v2
cfid-fixes
cfid-fixes-2025-09-12
cfid-fixes-rebase
cfid-fixes-v2
cfid-fixes-v3
cfid-fixes-v3-2
cifs
compress-2025-01-21
compress-2025-01-23
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
xfrm
Age
Commit message (
Expand
)
Author
Files
Lines
2025-06-04
xfrm: Sanitize marks before insert
Paul Chaignon
2
-0
/
+6
2025-04-10
xfrm_output: Force software GSO only in tunnel mode
Cosmin Ratiu
1
-1
/
+1
2025-03-13
xfrm: replay: Fix the update of replay_esn->oseq_hi for GSO
Jianbo Liu
1
-4
/
+6
2024-12-14
xfrm: store and rely on direction to construct offload flags
Leon Romanovsky
2
-2
/
+9
2024-12-14
xfrm: rename xfrm_state_offload struct to allow reuse
Leon Romanovsky
3
-4
/
+4
2024-11-01
xfrm: validate new SA's prefixlen using SA family when sel.family is unset
Sabrina Dubroca
1
-1
/
+5
2024-11-01
xfrm: fix one more kernel-infoleak in algo dumping
Petr Vaganov
1
-1
/
+3
2024-11-01
xfrm: respect ip protocols rules criteria when performing dst lookups
Eyal Birger
1
-0
/
+15
2024-11-01
xfrm: extract dst lookup parameters into a struct
Eyal Birger
2
-15
/
+31
2024-10-17
xfrm: Pass flowi_oif or l3mdev as oif to xfrm_dst_lookup
David Ahern
1
-1
/
+3
2024-06-16
net: fix __dst_negative_advice() race
Eric Dumazet
1
-8
/
+3
2024-05-17
xfrm: Preserve vlan tags for transport mode software GRO
Paul Davey
1
-0
/
+8
2024-04-10
xfrm: Avoid clang fortify warning in copy_to_user_tmpl()
Nathan Chancellor
1
-0
/
+3
2023-10-25
xfrm: interface: use DEV_STATS_INC()
Eric Dumazet
1
-12
/
+10
2023-10-25
xfrm: fix a data-race in xfrm_gen_index()
Eric Dumazet
1
-4
/
+2
2023-08-26
xfrm: add forgotten nla_policy for XFRMA_MTIMER_THRESH
Lin Ma
1
-0
/
+1
2023-08-26
xfrm: add NULL check in xfrm_update_ae_params
Lin Ma
1
-1
/
+1
2023-08-26
xfrm: fix slab-use-after-free in decode_session6
Zhengchao Shao
1
-2
/
+2
2023-08-26
net: xfrm: Amend XFRMA_SEC_CTX nla_policy structure
Lin Ma
2
-2
/
+2
2023-08-26
net: xfrm: Fix xfrm_address_filter OOB read
Lin Ma
1
-0
/
+9
2023-06-28
xfrm: Ensure policies always checked on XFRM-I input path
Benedict Wong
1
-4
/
+50
2023-06-28
xfrm: interface: rename xfrm_interface.c to xfrm_interface_core.c
Eyal Birger
2
-0
/
+2
2023-06-28
xfrm: Treat already-verified secpath entries as optional
Benedict Wong
2
-0
/
+13
2023-06-09
xfrm: Check if_id in inbound policy/secpath match
Benedict Wong
1
-5
/
+6
2023-05-24
Revert "Fix XFRM-I support for nested ESP tunnels"
Martin Willi
2
-53
/
+4
2023-05-24
xfrm: don't check the default policy if the policy allows the packet
Sabrina Dubroca
1
-6
/
+0
2023-04-05
xfrm: Zero padding when dumping algos and encap
Herbert Xu
1
-4
/
+41
2023-03-22
xfrm: Allow transport-mode states with AF_UNSPEC selector
Herbert Xu
1
-3
/
+0
2023-03-03
Fix XFRM-I support for nested ESP tunnels
Benedict Wong
2
-4
/
+53
2023-02-14
xfrm: fix bug with DSCP copy to v6 from v4 tunnel
Christian Hopps
1
-2
/
+1
2023-02-14
xfrm/compat: prevent potential spectre v1 gadget in xfrm_xlate32_attr()
Eric Dumazet
1
-0
/
+2
2023-02-14
xfrm: compat: change expression for switch in xfrm_xlate64
Anastasia Belova
1
-1
/
+1
2022-12-02
xfrm: replay: Fix ESN wrap around for GSO
Christian Langrock
2
-2
/
+15
2022-10-26
xfrm: Update ipcomp_scratches with NULL when freed
Khalid Masum
1
-0
/
+1
2022-10-26
xfrm: Reinject transport-mode packets through workqueue
Liu Jian
1
-5
/
+13
2022-08-31
net: Fix data-races around netdev_max_backlog.
Kuniyuki Iwashima
2
-2
/
+2
2022-08-31
xfrm: policy: fix metadata dst->dev xmit null pointer dereference
Nikolay Aleksandrov
1
-1
/
+1
2022-08-31
xfrm: clone missing x->lastused in xfrm_do_migrate
Antony Antony
1
-0
/
+1
2022-08-31
xfrm: fix refcount leak in __xfrm_policy_check()
Xin Xiong
1
-0
/
+1
2022-07-29
ip: Fix data-races around sysctl_ip_no_pmtu_disc.
Kuniyuki Iwashima
1
-1
/
+1
2022-07-29
xfrm: xfrm_policy: fix a possible double xfrm_pols_put() in xfrm_bundle_lookup()
Hangyu Hua
1
-1
/
+4
2022-05-25
xfrm: rework default policy structure
Nicolas Dichtel
2
-28
/
+25
2022-04-08
xfrm: fix tunnel model fragmentation behavior
Lina Wang
1
-1
/
+4
2022-03-19
xfrm: Fix xfrm migrate issues when address family changes
Yan Yan
1
-3
/
+5
2022-03-19
xfrm: Check if_id in xfrm_migrate
Yan Yan
3
-8
/
+19
2022-03-19
Revert "xfrm: state and policy should fail if XFRMA_IF_ID 0"
Kai Lueke
1
-18
/
+3
2022-03-08
Revert "xfrm: xfrm_state_mtu should return at least 1280 for ipv6"
Jiri Bohac
1
-12
/
+2
2022-03-08
xfrm: enforce validity of offload input flags
Leon Romanovsky
1
-1
/
+5
2022-03-08
xfrm: fix the if_id check in changelink
Antony Antony
1
-1
/
+1
2022-01-27
xfrm: Don't accidentally set RTO_ONLINK in decode_session4()
Guillaume Nault
1
-1
/
+2
[next]