summaryrefslogtreecommitdiff
path: root/net/openvswitch/datapath.c
AgeCommit message (Expand)Author
2023-08-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-08-15net: openvswitch: reject negative ifindexJakub Kicinski
2023-08-15genetlink: remove userhdr from struct genl_infoJakub Kicinski
2023-08-14net: openvswitch: add last-action drop reasonAdrian Moreno
2023-06-10net: move gso declarations and functions to their own filesEric Dumazet
2023-06-07net: openvswitch: fix upcall counter access before allocationEelco Chaudron
2023-02-02net: openvswitch: fix flow memory leak in ovs_flow_cmd_newFedor Pchelkin
2022-12-21net: openvswitch: release vport resources on failureAaron Conole
2022-12-16openvswitch: Fix flow lookup to use unmasked keyEelco Chaudron
2022-12-09net: openvswitch: Add support to count upcall packetswangchuanlei
2022-11-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-10-28net: openvswitch: add missing .resv_start_opJakub Kicinski
2022-10-28net: Remove the obsolte u64_stats_fetch_*_irq() users (net).Thomas Gleixner
2022-10-27openvswitch: switch from WARN to pr_warnAaron Conole
2022-09-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-08-29genetlink: start to validate reserved header bytesJakub Kicinski
2022-08-26openvswitch: add OVS_DP_ATTR_PER_CPU_PIDS to get requestsAndrey Zhadchenko
2022-08-26openvswitch: allow specifying ifindex of new interfacesAndrey Zhadchenko
2022-08-26openvswitch: fix memory leak at failed datapath creationAndrey Zhadchenko
2022-08-22openvswitch: Fix overreporting of drops in dropwatchMike Pattrick
2022-08-22openvswitch: Fix double reporting of drops in dropwatchMike Pattrick
2022-02-05net/sched: Enable tc skb ext allocation on chain miss only when neededPaul Blakey
2021-07-27openvswitch: fix sparse warning incorrect typeMark Gray
2021-07-27openvswitch: fix alignment issuesMark Gray
2021-07-16openvswitch: Introduce per-cpu upcall dispatchMark Gray
2021-06-22openvswitch: add trace pointsAaron Conole
2020-11-03net: openvswitch: silence suspicious RCU usage warningEelco Chaudron
2020-10-02genetlink: move to smaller ops wherever possibleJakub Kicinski
2020-09-01net: openvswitch: fixes crash if nf_conncount_init() failsEelco Chaudron
2020-09-01net: openvswitch: improve the coding styleTonghao Zhang
2020-08-13net: openvswitch: introduce common code for flushing flowsTonghao Zhang
2020-08-03net: openvswitch: make masks cache size configurableEelco Chaudron
2020-08-03net: openvswitch: add masks cache hit counterEelco Chaudron
2020-07-24net: openvswitch: fixes potential deadlock in dp cleanup codeEelco Chaudron
2020-07-17net: openvswitch: reorder masks array based on usageEelco Chaudron
2020-04-20net: openvswitch: ovs_ct_exit to be done under ovs_lockTonghao Zhang
2020-03-29net: Fix typo of SKB_SGO_CB_OFFSETCambda Zhu
2020-03-03openvswitch: add missing attribute validation for hashJakub Kicinski
2020-02-18datapath.c: Use built-in RCU list checkingMadhuparna Bhowmik
2020-01-14net: openvswitch: use skb_list_walk_safe helper for gso segmentsJason A. Donenfeld
2019-12-09treewide: Use sizeof_field() macroPankaj Bharadiya
2019-12-01openvswitch: remove another BUG_ON()Paolo Abeni
2019-12-01openvswitch: drop unneeded BUG_ON() in ovs_flow_cmd_build_info()Paolo Abeni
2019-11-26openvswitch: fix flow command message sizePaolo Abeni
2019-11-15net: openvswitch: don't call pad_packet if not necessaryTonghao Zhang
2019-11-14net: openvswitch: add hash info to upcallTonghao Zhang
2019-11-03net: openvswitch: simplify the ovs_dp_cmd_newTonghao Zhang
2019-11-03net: openvswitch: don't unlock mutex when changing the user_features failsTonghao Zhang
2019-11-03net: openvswitch: add flow-mask cache for performanceTonghao Zhang
2019-10-25netns: fix GFP flags in rtnl_net_notifyid()Guillaume Nault