summaryrefslogtreecommitdiff
path: root/net/openvswitch
AgeCommit message (Expand)AuthorFilesLines
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
2025-05-15openvswitch: Use nested-BH locking for ovs_pcpu_storageSebastian Andrzej Siewior3-29/+59
2025-05-15openvswitch: Merge three per-CPU structures into oneSebastian Andrzej Siewior3-44/+17
2025-05-15openvswitch: Stricter validation for the userspace actionEelco Chaudron1-1/+2
2025-05-08openvswitch: Fix unsafe attribute parsing in output_userspace()Eelco Chaudron1-2/+1
2025-04-15net: openvswitch: fix nested key length validation in the set() actionIlya Maximets1-1/+2
2025-04-08Merge tag 'crc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eb...Linus Torvalds1-1/+1
2025-04-04lib/crc: remove CONFIG_LIBCRC32CEric Biggers1-1/+1
2025-04-03tunnels: Accept PACKET_HOST in skb_tunnel_check_pmtu().Guillaume Nault1-6/+0
2025-03-24net: openvswitch: fix kernel-doc warnings in internal headersIlya Maximets2-6/+23
2025-03-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni3-26/+22
2025-03-13Revert "openvswitch: switch to per-action label counting in conntrack"Xin Long2-12/+21
2025-03-13net: openvswitch: remove misbehaving actions length checkIlya Maximets1-14/+1
2025-03-04net: rename netns_local to netns_immutableNicolas Dichtel1-1/+1
2025-02-11openvswitch: use RCU protection in ovs_vport_cmd_fill_info()Eric Dumazet1-3/+9
2025-01-11openvswitch: fix lockup on tx to unregistering netdev with carrierIlya Maximets1-1/+3
2024-11-11net: convert to nla_get_*_default()Johannes Berg2-7/+5
2024-11-06openvswitch: Pass on secpath details for internal port rx.Aaron Conole1-1/+0
2024-09-03netdev_features: convert NETIF_F_NETNS_LOCAL to dev->netns_localAlexander Lobakin1-1/+1
2024-09-03netdev_features: convert NETIF_F_LLTX to dev->lltxAlexander Lobakin1-4/+5
2024-08-30net: openvswitch: Use ERR_CAST() to returnYan Zhen1-1/+1
2024-08-27tc: adjust network header after 2nd vlan pushBoris Sukholitko1-2/+6
2024-08-26Merge tag 'nf-next-24-08-23' of git://git.kernel.org/pub/scm/linux/kernel/git...Jakub Kicinski1-3/+2
2024-08-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+1
2024-08-22net: ovs: fix ovs_drop_reasons errorMenglong Dong1-1/+1
2024-08-19netfilter: move nf_ct_netns_get out of nf_conncount_initXin Long1-3/+2
2024-08-16openvswitch: switch to per-action label counting in conntrackXin Long2-21/+12
2024-07-06net: openvswitch: store sampling probability in cb.Adrian Moreno3-3/+21
2024-07-06net: openvswitch: add psample actionAdrian Moreno3-1/+80
2024-07-05openvswitch: prepare for stolen verdict coming from conntrack and nat engineFlorian Westphal1-10/+37
2024-06-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+6
2024-06-21openvswitch: get related ct labels from its master if it is not confirmedXin Long1-1/+6
2024-06-04openvswitch: Remove generic .ndo_get_stats64Breno Leitao1-1/+0
2024-06-04openvswitch: Move stats allocation to coreBreno Leitao1-8/+1
2024-05-23Merge tag 'net-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds1-0/+6
2024-05-23tracing/treewide: Remove second parameter of __assign_str()Steven Rostedt (Google)1-4/+4
2024-05-21openvswitch: Set the skbuff pkt_type for proper pmtud support.Aaron Conole1-0/+6
2024-05-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+2
2024-05-11net: openvswitch: fix overwriting ct original tuple for ICMPv6Ilya Maximets1-1/+2
2024-04-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-2/+2
2024-04-25net: openvswitch: Fix Use-After-Free in ovs_ct_exitHyunwoo Kim1-2/+2
2024-04-25net: openvswitch: Release reference to netdevJun Gu1-2/+6
2024-04-23net: openvswitch: Check vport netdev nameJun Gu1-1/+4
2024-04-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-2/+3
2024-04-06net: openvswitch: fix unwanted error log on timeout policy probingIlya Maximets1-2/+3
2024-04-02genetlink: remove linux/genetlink.hJakub Kicinski1-1/+0