index
:
pub/scm/linux/kernel/git/liam/linux.git
master
liam's fork of linux.git
Liam R. Howlett
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
openvswitch
Age
Commit message (
Expand
)
Author
Files
Lines
2026-08-25
openvswitch: only skb_tx_error() a packet we are about to drop
Norbert Szetei
1
-2
/
+1
2026-08-24
openvswitch: Fix CT limit teardown use-after-free
Yuqi Xu
4
-46
/
+98
2026-08-20
net: core: propagate unreadable flag in skb_zerocopy
Mina Almasry
1
-0
/
+3
2026-08-18
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2
-25
/
+28
2026-08-18
net: openvswitch: fix nf_connlabels leak in ovs_ct_init
Ruoyu Wang
1
-3
/
+5
2026-08-18
net: openvswitch: fix flow mask use-after-free on flow deletion
Ilya Maximets
1
-22
/
+23
2026-08-14
Merge tag 'nf-next-26-08-10' of git://git.kernel.org/pub/scm/linux/kernel/git...
Jakub Kicinski
1
-9
/
+3
2026-08-13
net: openvswitch: unexport ovs_vport_alloc/free
Ilya Maximets
1
-2
/
+0
2026-08-10
netfilter: add DEBUG_NET_WARN_ON_ONCE to skb_set_nfct()
Pablo Neira Ayuso
1
-9
/
+3
2026-08-06
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2
-7
/
+33
2026-08-06
openvswitch: vport: remove infrastructure for separate modules
Ilya Maximets
3
-35
/
+5
2026-08-06
openvswitch: vport: remove infrastructure for vport options
Ilya Maximets
3
-84
/
+4
2026-08-06
openvswitch: remove support for legacy tunnel types
Ilya Maximets
8
-493
/
+4
2026-08-04
net: openvswitch: reallocate update replies for mismatched IDs
Zhiling Zou
1
-3
/
+26
2026-08-04
net/openvswitch: check Ethernet header length in key_extract()
Cen Zhang (Microsoft)
1
-4
/
+7
2026-07-30
net: openvswitch: fix potential UAF on meter attach failure
Ilya Maximets
1
-14
/
+19
2026-07-29
net: openvswitch: fix skb leak on flow key update failure during ct
Ilya Maximets
1
-1
/
+1
2026-07-29
net: openvswitch: fix skb leak on flow key update failure during recirculation
Ilya Maximets
1
-1
/
+9
2026-07-21
openvswitch: fix GSO userspace truncation underflow
Kyle Zeng
4
-25
/
+23
2026-07-11
net: openvswitch: reject oversized nested action attrs
Asim Viladi Oglu Manizada
1
-44
/
+157
2026-06-25
openvswitch: conntrack: annotate ct limit hlist traversal
Runyu Xiao
1
-1
/
+2
2026-06-15
Merge tag 'nf-next-26-06-14' of git://git.kernel.org/pub/scm/linux/kernel/git...
Jakub Kicinski
1
-1
/
+1
2026-06-14
netfilter: nf_conncount: callers must hold rcu read lock
Florian Westphal
1
-1
/
+1
2026-06-08
net: openvswitch: fix possible kfree_skb of ERR_PTR
Adrian Moreno
1
-0
/
+1
2026-05-18
openvswitch: vport: fix race between linking and the device notifier
Ilya Maximets
1
-0
/
+8
2026-05-05
openvswitch: vport: fix self-deadlock on release of tunnel ports
Ilya Maximets
1
-1
/
+5
2026-05-05
openvswitch: vport: fix race between tunnel creation and linking
Ilya Maximets
5
-27
/
+48
2026-04-20
openvswitch: cap upcall PID array size and pre-size vport replies
Weiming Shi
2
-2
/
+36
2026-04-09
net: use get_random_u{16,32,64}() where appropriate
David Carlier
1
-1
/
+1
2026-03-29
net: convert remaining ipv6_stub users to direct function calls
Fernando Fernandez Mancera
1
-1
/
+2
2026-03-20
openvswitch: validate MPLS set/set_masked payload length
Yang Yang
1
-0
/
+2
2026-03-20
openvswitch: defer tunnel netdev_put to RCU release
Yang Yang
1
-2
/
+0
2026-03-19
net: openvswitch: Avoid releasing netdev before teardown completes
Toke Høiland-Jørgensen
1
-1
/
+8
2026-02-21
Convert more 'alloc_obj' cases to default GFP_KERNEL arguments
Linus Torvalds
3
-8
/
+4
2026-02-21
Convert 'alloc_flex' family to use the new default GFP_KERNEL argument
Linus Torvalds
1
-1
/
+1
2026-02-21
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
3
-8
/
+8
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
6
-23
/
+19
2026-01-22
net: openvswitch: fix data race in ovs_vport_get_upcall_stats
David Yang
1
-5
/
+6
2025-12-22
net: openvswitch: Avoid needlessly taking the RTNL on vport destroy
Toke Høiland-Jørgensen
1
-4
/
+13
2025-12-10
net: openvswitch: fix middle attribute validation in push_nsh() action
Ilya Maximets
1
-3
/
+10
2025-11-28
netfilter: nf_conncount: rework API to use sk_buff directly
Fernando Fernandez Mancera
1
-8
/
+8
2025-11-14
net: openvswitch: remove never-working support for setting nsh fields
Ilya Maximets
3
-125
/
+9
2025-09-22
net: replace use of system_wq with system_percpu_wq
Marco Crivellari
1
-1
/
+1
2025-08-20
net: openvswitch: Use for_each_cpu() where appropriate
Yury Norov (NVIDIA)
2
-12
/
+7
2025-07-07
net: openvswitch: allow providing upcall pid for the 'execute' command
Ilya Maximets
4
-3
/
+15
2025-06-17
openvswitch: Allocate struct ovs_pcpu_storage dynamically
Sebastian Andrzej Siewior
3
-21
/
+47
2025-05-28
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Paolo Abeni
1
-1
/
+1
2025-05-28
net: openvswitch: Fix the dead loop of MPLS parse
Faicker Mo
1
-1
/
+1
2025-05-21
sctp: use skb_crc32c() instead of __skb_checksum()
Eric Biggers
1
-1
/
+1
2025-05-15
openvswitch: Move ovs_frag_data_storage into the struct ovs_pcpu_storage
Sebastian Andrzej Siewior
2
-18
/
+18
[next]