summaryrefslogtreecommitdiff
path: root/net/openvswitch/datapath.c
AgeCommit message (Expand)AuthorFilesLines
2023-02-02net: openvswitch: fix flow memory leak in ovs_flow_cmd_newFedor Pchelkin1-6/+6
2022-12-22net: openvswitch: release vport resources on failureAaron Conole1-2/+6
2022-12-16openvswitch: Fix flow lookup to use unmasked keyEelco Chaudron1-9/+16
2022-12-09net: openvswitch: Add support to count upcall packetswangchuanlei1-0/+41
2022-11-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+1
2022-10-29net: openvswitch: add missing .resv_start_opJakub Kicinski1-0/+1
2022-10-29net: Remove the obsolte u64_stats_fetch_*_irq() users (net).Thomas Gleixner1-2/+2
2022-10-27openvswitch: switch from WARN to pr_warnAaron Conole1-1/+2
2022-09-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+3
2022-08-29genetlink: start to validate reserved header bytesJakub Kicinski1-0/+3
2022-08-27openvswitch: add OVS_DP_ATTR_PER_CPU_PIDS to get requestsAndrey Zhadchenko1-1/+9
2022-08-27openvswitch: allow specifying ifindex of new interfacesAndrey Zhadchenko1-2/+9
2022-08-27openvswitch: fix memory leak at failed datapath creationAndrey Zhadchenko1-1/+3
2022-08-22openvswitch: Fix overreporting of drops in dropwatchMike Pattrick1-2/+3
2022-08-22openvswitch: Fix double reporting of drops in dropwatchMike Pattrick1-3/+10
2022-02-05net/sched: Enable tc skb ext allocation on chain miss only when neededPaul Blakey1-7/+11
2021-07-27openvswitch: fix sparse warning incorrect typeMark Gray1-1/+1
2021-07-27openvswitch: fix alignment issuesMark Gray1-6/+10
2021-07-16openvswitch: Introduce per-cpu upcall dispatchMark Gray1-2/+70
2021-06-22openvswitch: add trace pointsAaron Conole1-0/+4
2020-11-04net: openvswitch: silence suspicious RCU usage warningEelco Chaudron1-7/+7
2020-10-03genetlink: move to smaller ops wherever possibleJakub Kicinski1-12/+12
2020-09-01net: openvswitch: fixes crash if nf_conncount_init() failsEelco Chaudron1-1/+7
2020-09-01net: openvswitch: improve the coding styleTonghao Zhang1-16/+22
2020-08-14net: openvswitch: introduce common code for flushing flowsTonghao Zhang1-1/+9
2020-08-04net: openvswitch: make masks cache size configurableEelco Chaudron1-0/+17
2020-08-04net: openvswitch: add masks cache hit counterEelco Chaudron1-1/+4
2020-07-25net: openvswitch: fixes potential deadlock in dp cleanup codeEelco Chaudron1-11/+12
2020-07-17net: openvswitch: reorder masks array based on usageEelco Chaudron1-0/+22
2020-04-20net: openvswitch: ovs_ct_exit to be done under ovs_lockTonghao Zhang1-1/+3
2020-03-30net: Fix typo of SKB_SGO_CB_OFFSETCambda Zhu1-1/+1
2020-03-04openvswitch: add missing attribute validation for hashJakub Kicinski1-0/+1
2020-02-18datapath.c: Use built-in RCU list checkingMadhuparna Bhowmik1-3/+6
2020-01-14net: openvswitch: use skb_list_walk_safe helper for gso segmentsJason A. Donenfeld1-7/+4
2019-12-09treewide: Use sizeof_field() macroPankaj Bharadiya1-1/+1
2019-12-02openvswitch: remove another BUG_ON()Paolo Abeni1-1/+5
2019-12-02openvswitch: drop unneeded BUG_ON() in ovs_flow_cmd_build_info()Paolo Abeni1-1/+4
2019-11-27openvswitch: fix flow command message sizePaolo Abeni1-1/+5
2019-11-15net: openvswitch: don't call pad_packet if not necessaryTonghao Zhang1-14/+8
2019-11-15net: openvswitch: add hash info to upcallTonghao Zhang1-1/+25
2019-11-04net: openvswitch: simplify the ovs_dp_cmd_newTonghao Zhang1-22/+38
2019-11-04net: openvswitch: don't unlock mutex when changing the user_features failsTonghao Zhang1-1/+1
2019-11-04net: openvswitch: add flow-mask cache for performanceTonghao Zhang1-1/+2
2019-10-26netns: fix GFP flags in rtnl_net_notifyid()Guillaume Nault1-9/+11
2019-09-26openvswitch: change type of UPCALL_PID attribute to NLA_UNSPECLi RongQing1-1/+1
2019-09-06net: openvswitch: Set OvS recirc_id from tc chain indexPaul Blakey1-5/+33
2019-08-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-7/+8
2019-08-07openvswitch: Print error when ovs_execute_actions() failsYifeng Sun1-2/+5
2019-07-25ovs: datapath: hide clang frame-overflow warningsArnd Bergmann1-7/+8
2019-07-13net: openvswitch: do not update max_headroom if new headroom is equal to old ...Taehee Yoo1-11/+28