index
:
pub/scm/linux/kernel/git/mediatek/linux.git
master
Linux MediaTek kernel tree
Mediatek group
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
openvswitch
/
datapath.c
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
1
-1
/
+9
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
1
-22
/
+23
2026-08-18
net: openvswitch: fix flow mask use-after-free on flow deletion
Ilya Maximets
1
-22
/
+23
2026-08-06
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-3
/
+26
2026-08-06
openvswitch: vport: remove infrastructure for separate modules
Ilya Maximets
1
-5
/
+1
2026-08-06
openvswitch: vport: remove infrastructure for vport options
Ilya Maximets
1
-16
/
+4
2026-08-06
openvswitch: remove support for legacy tunnel types
Ilya Maximets
1
-4
/
+2
2026-08-04
net: openvswitch: reallocate update replies for mismatched IDs
Zhiling Zou
1
-3
/
+26
2026-07-21
openvswitch: fix GSO userspace truncation underflow
Kyle Zeng
1
-11
/
+14
2026-06-08
net: openvswitch: fix possible kfree_skb of ERR_PTR
Adrian Moreno
1
-0
/
+1
2026-04-20
openvswitch: cap upcall PID array size and pre-size vport replies
Weiming Shi
1
-2
/
+33
2026-02-21
Convert more 'alloc_obj' cases to default GFP_KERNEL arguments
Linus Torvalds
1
-2
/
+1
2026-02-21
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
1
-2
/
+2
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
1
-5
/
+4
2025-07-07
net: openvswitch: allow providing upcall pid for the 'execute' command
Ilya Maximets
1
-1
/
+7
2025-06-17
openvswitch: Allocate struct ovs_pcpu_storage dynamically
Sebastian Andrzej Siewior
1
-7
/
+35
2025-05-15
openvswitch: Use nested-BH locking for ovs_pcpu_storage
Sebastian Andrzej Siewior
1
-0
/
+24
2025-05-15
openvswitch: Merge three per-CPU structures into one
Sebastian Andrzej Siewior
1
-8
/
+1
2025-02-10
openvswitch: use RCU protection in ovs_vport_cmd_fill_info()
Eric Dumazet
1
-3
/
+9
2024-11-11
net: convert to nla_get_*_default()
Johannes Berg
1
-6
/
+4
2024-08-22
net: ovs: fix ovs_drop_reasons error
Menglong Dong
1
-1
/
+1
2024-04-01
genetlink: remove linux/genetlink.h
Jakub Kicinski
1
-1
/
+0
2023-08-18
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-4
/
+4
2023-08-15
net: openvswitch: reject negative ifindex
Jakub Kicinski
1
-4
/
+4
2023-08-15
genetlink: remove userhdr from struct genl_info
Jakub Kicinski
1
-13
/
+16
2023-08-14
net: openvswitch: add last-action drop reason
Adrian Moreno
1
-0
/
+16
2023-06-10
net: move gso declarations and functions to their own files
Eric Dumazet
1
-0
/
+1
2023-06-07
net: openvswitch: fix upcall counter access before allocation
Eelco Chaudron
1
-19
/
+0
2023-02-02
net: openvswitch: fix flow memory leak in ovs_flow_cmd_new
Fedor Pchelkin
1
-6
/
+6
2022-12-21
net: openvswitch: release vport resources on failure
Aaron Conole
1
-2
/
+6
2022-12-16
openvswitch: Fix flow lookup to use unmasked key
Eelco Chaudron
1
-9
/
+16
2022-12-09
net: openvswitch: Add support to count upcall packets
wangchuanlei
1
-0
/
+41
2022-11-03
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-0
/
+1
2022-10-28
net: openvswitch: add missing .resv_start_op
Jakub Kicinski
1
-0
/
+1
2022-10-28
net: Remove the obsolte u64_stats_fetch_*_irq() users (net).
Thomas Gleixner
1
-2
/
+2
2022-10-27
openvswitch: switch from WARN to pr_warn
Aaron Conole
1
-1
/
+2
2022-09-01
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-1
/
+3
2022-08-29
genetlink: start to validate reserved header bytes
Jakub Kicinski
1
-0
/
+3
2022-08-26
openvswitch: add OVS_DP_ATTR_PER_CPU_PIDS to get requests
Andrey Zhadchenko
1
-1
/
+9
2022-08-26
openvswitch: allow specifying ifindex of new interfaces
Andrey Zhadchenko
1
-2
/
+9
2022-08-26
openvswitch: fix memory leak at failed datapath creation
Andrey Zhadchenko
1
-1
/
+3
2022-08-22
openvswitch: Fix overreporting of drops in dropwatch
Mike Pattrick
1
-2
/
+3
2022-08-22
openvswitch: Fix double reporting of drops in dropwatch
Mike Pattrick
1
-3
/
+10
2022-02-05
net/sched: Enable tc skb ext allocation on chain miss only when needed
Paul Blakey
1
-7
/
+11
2021-07-27
openvswitch: fix sparse warning incorrect type
Mark Gray
1
-1
/
+1
2021-07-27
openvswitch: fix alignment issues
Mark Gray
1
-6
/
+10
2021-07-16
openvswitch: Introduce per-cpu upcall dispatch
Mark Gray
1
-2
/
+70
2021-06-22
openvswitch: add trace points
Aaron Conole
1
-0
/
+4
[next]