summaryrefslogtreecommitdiff
path: root/net/openvswitch
AgeCommit message (Expand)AuthorFilesLines
9 daysopenvswitch: only skb_tx_error() a packet we are about to dropNorbert Szetei1-2/+1
9 daysopenvswitch: Fix CT limit teardown use-after-freeYuqi Xu4-46/+98
13 daysnet: core: propagate unreadable flag in skb_zerocopyMina Almasry1-0/+3
2026-08-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-25/+28
2026-08-18net: openvswitch: fix nf_connlabels leak in ovs_ct_initRuoyu Wang1-3/+5
2026-08-18net: openvswitch: fix flow mask use-after-free on flow deletionIlya Maximets1-22/+23
2026-08-14Merge tag 'nf-next-26-08-10' of git://git.kernel.org/pub/scm/linux/kernel/git...Jakub Kicinski1-9/+3
2026-08-14net: openvswitch: unexport ovs_vport_alloc/freeIlya Maximets1-2/+0
2026-08-10netfilter: add DEBUG_NET_WARN_ON_ONCE to skb_set_nfct()Pablo Neira Ayuso1-9/+3
2026-08-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-7/+33
2026-08-06openvswitch: vport: remove infrastructure for separate modulesIlya Maximets3-35/+5
2026-08-06openvswitch: vport: remove infrastructure for vport optionsIlya Maximets3-84/+4
2026-08-06openvswitch: remove support for legacy tunnel typesIlya Maximets8-493/+4
2026-08-05net: openvswitch: reallocate update replies for mismatched IDsZhiling Zou1-3/+26
2026-08-04net/openvswitch: check Ethernet header length in key_extract()Cen Zhang (Microsoft)1-4/+7
2026-07-30net: openvswitch: fix potential UAF on meter attach failureIlya Maximets1-14/+19
2026-07-30net: openvswitch: fix skb leak on flow key update failure during ctIlya Maximets1-1/+1
2026-07-30net: openvswitch: fix skb leak on flow key update failure during recirculationIlya Maximets1-1/+9
2026-07-21openvswitch: fix GSO userspace truncation underflowKyle Zeng4-25/+23
2026-07-11net: openvswitch: reject oversized nested action attrsAsim Viladi Oglu Manizada1-44/+157
2026-06-25openvswitch: conntrack: annotate ct limit hlist traversalRunyu Xiao1-1/+2
2026-06-16Merge tag 'nf-next-26-06-14' of git://git.kernel.org/pub/scm/linux/kernel/git...Jakub Kicinski1-1/+1
2026-06-14netfilter: nf_conncount: callers must hold rcu read lockFlorian Westphal1-1/+1
2026-06-09net: openvswitch: fix possible kfree_skb of ERR_PTRAdrian Moreno1-0/+1
2026-05-19openvswitch: vport: fix race between linking and the device notifierIlya Maximets1-0/+8
2026-05-05openvswitch: vport: fix self-deadlock on release of tunnel portsIlya Maximets1-1/+5
2026-05-05openvswitch: vport: fix race between tunnel creation and linkingIlya Maximets5-27/+48
2026-04-20openvswitch: cap upcall PID array size and pre-size vport repliesWeiming Shi2-2/+36
2026-04-10net: use get_random_u{16,32,64}() where appropriateDavid Carlier1-1/+1
2026-03-29net: convert remaining ipv6_stub users to direct function callsFernando Fernandez Mancera1-1/+2
2026-03-21openvswitch: validate MPLS set/set_masked payload lengthYang Yang1-0/+2
2026-03-21openvswitch: defer tunnel netdev_put to RCU releaseYang Yang1-2/+0
2026-03-20net: openvswitch: Avoid releasing netdev before teardown completesToke Høiland-Jørgensen1-1/+8
2026-02-22Convert more 'alloc_obj' cases to default GFP_KERNEL argumentsLinus Torvalds3-8/+4
2026-02-22Convert 'alloc_flex' family to use the new default GFP_KERNEL argumentLinus Torvalds1-1/+1
2026-02-22Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds3-8/+8
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook6-23/+19
2026-01-22net: openvswitch: fix data race in ovs_vport_get_upcall_statsDavid Yang1-5/+6
2025-12-22net: openvswitch: Avoid needlessly taking the RTNL on vport destroyToke Høiland-Jørgensen1-4/+13
2025-12-10net: openvswitch: fix middle attribute validation in push_nsh() actionIlya Maximets1-3/+10
2025-11-28netfilter: nf_conncount: rework API to use sk_buff directlyFernando Fernandez Mancera1-8/+8
2025-11-15net: openvswitch: remove never-working support for setting nsh fieldsIlya Maximets3-125/+9
2025-09-23net: replace use of system_wq with system_percpu_wqMarco Crivellari1-1/+1
2025-08-21net: openvswitch: Use for_each_cpu() where appropriateYury Norov (NVIDIA)2-12/+7
2025-07-08net: openvswitch: allow providing upcall pid for the 'execute' commandIlya Maximets4-3/+15
2025-06-17openvswitch: Allocate struct ovs_pcpu_storage dynamicallySebastian Andrzej Siewior3-21/+47
2025-05-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni1-1/+1
2025-05-28net: openvswitch: Fix the dead loop of MPLS parseFaicker Mo1-1/+1
2025-05-22sctp: use skb_crc32c() instead of __skb_checksum()Eric Biggers1-1/+1
2025-05-15openvswitch: Move ovs_frag_data_storage into the struct ovs_pcpu_storageSebastian Andrzej Siewior2-18/+18