summaryrefslogtreecommitdiff
path: root/net/openvswitch
AgeCommit message (Expand)Author
12 daysopenvswitch: validate MPLS set/set_masked payload lengthYang Yang
12 daysopenvswitch: defer tunnel netdev_put to RCU releaseYang Yang
13 daysnet: 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
2025-05-07openvswitch: Fix unsafe attribute parsing in output_userspace()Eelco Chaudron
2025-04-14net: openvswitch: fix nested key length validation in the set() actionIlya Maximets
2025-04-08Merge tag 'crc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eb...Linus Torvalds
2025-04-04lib/crc: remove CONFIG_LIBCRC32CEric Biggers
2025-04-02tunnels: Accept PACKET_HOST in skb_tunnel_check_pmtu().Guillaume Nault
2025-03-24net: openvswitch: fix kernel-doc warnings in internal headersIlya Maximets
2025-03-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni
2025-03-13Revert "openvswitch: switch to per-action label counting in conntrack"Xin Long
2025-03-13net: openvswitch: remove misbehaving actions length checkIlya Maximets
2025-03-04net: rename netns_local to netns_immutableNicolas Dichtel
2025-02-10openvswitch: use RCU protection in ovs_vport_cmd_fill_info()Eric Dumazet
2025-01-10openvswitch: fix lockup on tx to unregistering netdev with carrierIlya Maximets
2024-11-11net: convert to nla_get_*_default()Johannes Berg
2024-11-05openvswitch: Pass on secpath details for internal port rx.Aaron Conole
2024-09-03netdev_features: convert NETIF_F_NETNS_LOCAL to dev->netns_localAlexander Lobakin
2024-09-03netdev_features: convert NETIF_F_LLTX to dev->lltxAlexander Lobakin
2024-08-30net: openvswitch: Use ERR_CAST() to returnYan Zhen
2024-08-27tc: adjust network header after 2nd vlan pushBoris Sukholitko
2024-08-26Merge tag 'nf-next-24-08-23' of git://git.kernel.org/pub/scm/linux/kernel/git...Jakub Kicinski
2024-08-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-08-22net: ovs: fix ovs_drop_reasons errorMenglong Dong
2024-08-19netfilter: move nf_ct_netns_get out of nf_conncount_initXin Long
2024-08-15openvswitch: switch to per-action label counting in conntrackXin Long
2024-07-05net: openvswitch: store sampling probability in cb.Adrian Moreno
2024-07-05net: openvswitch: add psample actionAdrian Moreno
2024-07-05openvswitch: prepare for stolen verdict coming from conntrack and nat engineFlorian Westphal
2024-06-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski