summaryrefslogtreecommitdiff
path: root/net/openvswitch
AgeCommit message (Expand)Author
6 daysMerge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
6 daysnet: openvswitch: fix nf_connlabels leak in ovs_ct_initRuoyu Wang
6 daysnet: openvswitch: fix flow mask use-after-free on flow deletionIlya Maximets
10 daysMerge tag 'nf-next-26-08-10' of git://git.kernel.org/pub/scm/linux/kernel/git...Jakub Kicinski
11 daysnet: openvswitch: unexport ovs_vport_alloc/freeIlya Maximets
2026-08-10netfilter: add DEBUG_NET_WARN_ON_ONCE to skb_set_nfct()Pablo Neira Ayuso
2026-08-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2026-08-06openvswitch: vport: remove infrastructure for separate modulesIlya Maximets
2026-08-06openvswitch: vport: remove infrastructure for vport optionsIlya Maximets
2026-08-06openvswitch: remove support for legacy tunnel typesIlya Maximets
2026-08-04net: openvswitch: reallocate update replies for mismatched IDsZhiling Zou
2026-08-04net/openvswitch: check Ethernet header length in key_extract()Cen Zhang (Microsoft)
2026-07-30net: openvswitch: fix potential UAF on meter attach failureIlya Maximets
2026-07-29net: openvswitch: fix skb leak on flow key update failure during ctIlya Maximets
2026-07-29net: openvswitch: fix skb leak on flow key update failure during recirculationIlya Maximets
2026-07-21openvswitch: fix GSO userspace truncation underflowKyle Zeng
2026-07-11net: openvswitch: reject oversized nested action attrsAsim Viladi Oglu Manizada
2026-06-25openvswitch: conntrack: annotate ct limit hlist traversalRunyu Xiao
2026-06-15Merge tag 'nf-next-26-06-14' of git://git.kernel.org/pub/scm/linux/kernel/git...Jakub Kicinski
2026-06-14netfilter: nf_conncount: callers must hold rcu read lockFlorian Westphal
2026-06-08net: openvswitch: fix possible kfree_skb of ERR_PTRAdrian Moreno
2026-05-18openvswitch: vport: fix race between linking and the device notifierIlya Maximets
2026-05-05openvswitch: vport: fix self-deadlock on release of tunnel portsIlya Maximets
2026-05-05openvswitch: vport: fix race between tunnel creation and linkingIlya Maximets
2026-04-20openvswitch: cap upcall PID array size and pre-size vport repliesWeiming Shi
2026-04-09net: use get_random_u{16,32,64}() where appropriateDavid Carlier
2026-03-29net: convert remaining ipv6_stub users to direct function callsFernando Fernandez Mancera
2026-03-20openvswitch: validate MPLS set/set_masked payload lengthYang Yang
2026-03-20openvswitch: defer tunnel netdev_put to RCU releaseYang Yang
2026-03-19net: openvswitch: Avoid releasing netdev before teardown completesToke Høiland-Jørgensen
2026-02-21Convert more 'alloc_obj' cases to default GFP_KERNEL argumentsLinus Torvalds
2026-02-21Convert 'alloc_flex' family to use the new default GFP_KERNEL argumentLinus Torvalds
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook
2026-01-22net: openvswitch: fix data race in ovs_vport_get_upcall_statsDavid Yang
2025-12-22net: openvswitch: Avoid needlessly taking the RTNL on vport destroyToke Høiland-Jørgensen
2025-12-10net: openvswitch: fix middle attribute validation in push_nsh() actionIlya Maximets
2025-11-28netfilter: nf_conncount: rework API to use sk_buff directlyFernando Fernandez Mancera
2025-11-14net: openvswitch: remove never-working support for setting nsh fieldsIlya Maximets
2025-09-22net: replace use of system_wq with system_percpu_wqMarco Crivellari
2025-08-20net: openvswitch: Use for_each_cpu() where appropriateYury Norov (NVIDIA)
2025-07-07net: openvswitch: allow providing upcall pid for the 'execute' commandIlya Maximets
2025-06-17openvswitch: Allocate struct ovs_pcpu_storage dynamicallySebastian Andrzej Siewior
2025-05-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni
2025-05-28net: openvswitch: Fix the dead loop of MPLS parseFaicker Mo
2025-05-21sctp: use skb_crc32c() instead of __skb_checksum()Eric Biggers
2025-05-15openvswitch: Move ovs_frag_data_storage into the struct ovs_pcpu_storageSebastian Andrzej Siewior
2025-05-15openvswitch: Use nested-BH locking for ovs_pcpu_storageSebastian Andrzej Siewior
2025-05-15openvswitch: Merge three per-CPU structures into oneSebastian Andrzej Siewior
2025-05-14openvswitch: Stricter validation for the userspace actionEelco Chaudron