summaryrefslogtreecommitdiffstats
path: root/net/openvswitch
AgeCommit message (Expand)AuthorLines
2025-07-07net: openvswitch: allow providing upcall pid for the 'execute' commandIlya Maximets-3/+15
2025-06-17openvswitch: Allocate struct ovs_pcpu_storage dynamicallySebastian Andrzej Siewior-21/+47
2025-05-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni-1/+1
2025-05-28net: openvswitch: Fix the dead loop of MPLS parseFaicker Mo-1/+1
2025-05-21sctp: use skb_crc32c() instead of __skb_checksum()Eric Biggers-1/+1
2025-05-15openvswitch: Move ovs_frag_data_storage into the struct ovs_pcpu_storageSebastian Andrzej Siewior-18/+18
2025-05-15openvswitch: Use nested-BH locking for ovs_pcpu_storageSebastian Andrzej Siewior-29/+59
2025-05-15openvswitch: Merge three per-CPU structures into oneSebastian Andrzej Siewior-44/+17
2025-05-14openvswitch: Stricter validation for the userspace actionEelco Chaudron-1/+2
2025-05-07openvswitch: Fix unsafe attribute parsing in output_userspace()Eelco Chaudron-2/+1
2025-04-14net: openvswitch: fix nested key length validation in the set() actionIlya Maximets-1/+2
2025-04-08Merge tag 'crc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eb...Linus Torvalds-1/+1
2025-04-04lib/crc: remove CONFIG_LIBCRC32CEric Biggers-1/+1
2025-04-02tunnels: Accept PACKET_HOST in skb_tunnel_check_pmtu().Guillaume Nault-6/+0
2025-03-24net: openvswitch: fix kernel-doc warnings in internal headersIlya Maximets-6/+23
2025-03-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni-26/+22
2025-03-13Revert "openvswitch: switch to per-action label counting in conntrack"Xin Long-12/+21
2025-03-13net: openvswitch: remove misbehaving actions length checkIlya Maximets-14/+1
2025-03-04net: rename netns_local to netns_immutableNicolas Dichtel-1/+1
2025-02-10openvswitch: use RCU protection in ovs_vport_cmd_fill_info()Eric Dumazet-3/+9
2025-01-10openvswitch: fix lockup on tx to unregistering netdev with carrierIlya Maximets-1/+3
2024-11-11net: convert to nla_get_*_default()Johannes Berg-7/+5
2024-11-05openvswitch: Pass on secpath details for internal port rx.Aaron Conole-1/+0
2024-09-03netdev_features: convert NETIF_F_NETNS_LOCAL to dev->netns_localAlexander Lobakin-1/+1
2024-09-03netdev_features: convert NETIF_F_LLTX to dev->lltxAlexander Lobakin-4/+5
2024-08-30net: openvswitch: Use ERR_CAST() to returnYan Zhen-1/+1
2024-08-27tc: adjust network header after 2nd vlan pushBoris Sukholitko-2/+6
2024-08-26Merge tag 'nf-next-24-08-23' of git://git.kernel.org/pub/scm/linux/kernel/git...Jakub Kicinski-3/+2
2024-08-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-1/+1
2024-08-22net: ovs: fix ovs_drop_reasons errorMenglong Dong-1/+1
2024-08-19netfilter: move nf_ct_netns_get out of nf_conncount_initXin Long-3/+2
2024-08-15openvswitch: switch to per-action label counting in conntrackXin Long-21/+12
2024-07-05net: openvswitch: store sampling probability in cb.Adrian Moreno-3/+21
2024-07-05net: openvswitch: add psample actionAdrian Moreno-1/+80
2024-07-05openvswitch: prepare for stolen verdict coming from conntrack and nat engineFlorian Westphal-10/+37
2024-06-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-1/+6
2024-06-21openvswitch: get related ct labels from its master if it is not confirmedXin Long-1/+6
2024-06-04openvswitch: Remove generic .ndo_get_stats64Breno Leitao-1/+0
2024-06-04openvswitch: Move stats allocation to coreBreno Leitao-8/+1
2024-05-23Merge tag 'net-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds-0/+6
2024-05-22tracing/treewide: Remove second parameter of __assign_str()Steven Rostedt (Google)-4/+4
2024-05-21openvswitch: Set the skbuff pkt_type for proper pmtud support.Aaron Conole-0/+6
2024-05-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-1/+2
2024-05-10net: openvswitch: fix overwriting ct original tuple for ICMPv6Ilya Maximets-1/+2
2024-04-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-2/+2
2024-04-24net: openvswitch: Fix Use-After-Free in ovs_ct_exitHyunwoo Kim-2/+2
2024-04-24net: openvswitch: Release reference to netdevJun Gu-2/+6
2024-04-22net: openvswitch: Check vport netdev nameJun Gu-1/+4
2024-04-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-2/+3
2024-04-05net: openvswitch: fix unwanted error log on timeout policy probingIlya Maximets-2/+3