index
:
wireguard-linux
backport-5.4.y
davem/net
davem/net-next
devel
gregkh/stable-5.4.y
jd/bump-compilers
jd/deferred-aip-removal
jd/new-archs
jd/orphan-parallel
jd/rcu-barrier
jd/shorter-socket-lock
jd/unified-crypt-queue
jd/xdp-l3
stable
update-toolchain
WireGuard for the Linux kernel
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
net
/
xfrm
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
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-01-27
Merge tag 'ipsec-2025-01-27' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec
Jakub Kicinski
5
-31
/
+83
2025-01-24
xfrm: Don't disable preemption while looking up cache state.
Sebastian Sewior
1
-3
/
+1
2025-01-20
xfrm: Fix the usage of skb->sk
Steffen Klassert
3
-5
/
+6
2025-01-13
net: remove init_dummy_netdev()
Jakub Kicinski
1
-3
/
+6
2025-01-07
xfrm: Support ESN context update to hardware for TX
Jianbo Liu
1
-0
/
+1
2024-12-05
xfrm: iptfs: add tracepoint functionality
Christian Hopps
2
-1
/
+288
2024-12-05
xfrm: iptfs: handle reordering of received packets
Christian Hopps
1
-13
/
+484
2024-12-05
xfrm: iptfs: add skb-fragment sharing code
Christian Hopps
1
-6
/
+290
2024-12-05
xfrm: iptfs: add reusing received skb for the tunnel egress packet
Christian Hopps
1
-15
/
+108
2024-12-05
xfrm: iptfs: handle received fragmented inner packets
Christian Hopps
1
-19
/
+461
2024-12-05
xfrm: iptfs: add basic receive packet (tunnel egress) handling
Christian Hopps
1
-0
/
+276
2024-12-05
xfrm: iptfs: add fragmenting of larger than MTU user packets
Christian Hopps
1
-28
/
+315
2024-12-05
xfrm: iptfs: share page fragments of inner packets
Christian Hopps
1
-8
/
+77
2024-12-05
xfrm: iptfs: add user packet (tunnel ingress) handling
Christian Hopps
1
-3
/
+560
2024-12-05
xfrm: iptfs: add new iptfs xfrm mode impl
Christian Hopps
2
-0
/
+217
2024-12-05
xfrm: add generic iptfs defines and functionality
Christian Hopps
6
-2
/
+37
2024-12-05
xfrm: add mode_cbs module functionality
Christian Hopps
6
-10
/
+116
2024-12-05
xfrm: netlink: add config (netlink) options
Christian Hopps
2
-2
/
+60
2024-12-05
xfrm: config: add CONFIG_XFRM_IPTFS
Christian Hopps
1
-0
/
+16
2024-12-05
xfrm: state: fix out-of-bounds read during lookup
Florian Westphal
1
-19
/
+70
2024-11-25
xfrm: replay: Fix the update of replay_esn->oseq_hi for GSO
Jianbo Liu
1
-4
/
+6
2024-11-18
Merge tag 'ipsec-next-2024-11-15' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-next
David S. Miller
5
-27
/
+255
2024-11-15
xfrm: Fix acquire state insertion.
Steffen Klassert
1
-0
/
+1
2024-11-14
xfrm: replace deprecated strncpy with strscpy_pad
Daniel Yang
1
-1
/
+1
2024-11-14
xfrm: Add error handling when nla_put_u32() returns an error
Everest K.C
1
-1
/
+4
2024-11-11
net: convert to nla_get_*_default()
Johannes Berg
1
-5
/
+3
2024-11-06
xfrm: Convert struct xfrm_dst_lookup_params -> tos to dscp_t.
Guillaume Nault
1
-1
/
+1
2024-11-06
xfrm: Convert xfrm_dst_lookup() to dscp_t.
Guillaume Nault
1
-5
/
+4
2024-11-06
xfrm: Convert xfrm_bundle_create() to dscp_t.
Guillaume Nault
1
-3
/
+4
2024-11-06
xfrm: Convert xfrm_get_tos() to dscp_t.
Guillaume Nault
1
-3
/
+3
2024-10-29
xfrm: Restrict percpu SA attribute to specific netlink message types
Steffen Klassert
1
-0
/
+14
2024-10-29
xfrm: Add an inbound percpu state cache.
Steffen Klassert
2
-1
/
+58
2024-10-29
xfrm: Cache used outbound xfrm states at the policy.
Steffen Klassert
2
-0
/
+67
2024-10-29
xfrm: Add support for per cpu xfrm state handling.
Steffen Klassert
3
-17
/
+103
2024-10-24
Merge tag 'ipsec-2024-10-22' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec
Paolo Abeni
3
-20
/
+54
2024-10-11
xfrm: fix one more kernel-infoleak in algo dumping
Petr Vaganov
1
-1
/
+3
2024-10-07
xfrm: validate new SA's prefixlen using SA family when sel.family is unset
Sabrina Dubroca
1
-1
/
+5
2024-10-02
move asm/unaligned.h to linux/unaligned.h
Al Viro
1
-1
/
+1
2024-09-24
xfrm: policy: remove last remnants of pernet inexact list
Florian Westphal
1
-3
/
+0
2024-09-23
xfrm: respect ip protocols rules criteria when performing dst lookups
Eyal Birger
1
-0
/
+15
2024-09-23
xfrm: extract dst lookup parameters into a struct
Eyal Birger
2
-15
/
+31
2024-09-10
Merge tag 'ipsec-next-2024-09-10' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-next
Jakub Kicinski
2
-127
/
+101
2024-09-09
xfrm: policy: Restore dir assignments in xfrm_hash_rebuild()
Nathan Chancellor
1
-0
/
+2
2024-09-09
xfrm: policy: fix null dereference
Florian Westphal
1
-2
/
+2
2024-09-09
Revert "xfrm: add SA information to the offloaded packet"
Steffen Klassert
1
-21
/
+0
2024-09-03
netdev_features: convert NETIF_F_LLTX to dev->lltx
Alexander Lobakin
1
-1
/
+1
2024-08-31
xfrm: Unmask upper DSCP bits in xfrm_get_tos()
Ido Schimmel
1
-1
/
+2
2024-08-28
xfrm: minor update to sdb and xfrm_policy comments
Florian Westphal
1
-1
/
+5
[next]