summaryrefslogtreecommitdiff
path: root/net/openvswitch/datapath.c
Commit message (Expand)AuthorAgeFilesLines
* net: openvswitch: fix flow memory leak in ovs_flow_cmd_newFedor Pchelkin2023-02-021-6/+6
* net: openvswitch: release vport resources on failureAaron Conole2022-12-211-2/+6
* openvswitch: Fix flow lookup to use unmasked keyEelco Chaudron2022-12-161-9/+16
* net: openvswitch: Add support to count upcall packetswangchuanlei2022-12-091-0/+41
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-11-031-0/+1
|\
| * net: openvswitch: add missing .resv_start_opJakub Kicinski2022-10-281-0/+1
* | net: Remove the obsolte u64_stats_fetch_*_irq() users (net).Thomas Gleixner2022-10-281-2/+2
|/
* openvswitch: switch from WARN to pr_warnAaron Conole2022-10-271-1/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-09-011-1/+3
|\
| * openvswitch: fix memory leak at failed datapath creationAndrey Zhadchenko2022-08-261-1/+3
* | genetlink: start to validate reserved header bytesJakub Kicinski2022-08-291-0/+3
* | openvswitch: add OVS_DP_ATTR_PER_CPU_PIDS to get requestsAndrey Zhadchenko2022-08-261-1/+9
* | openvswitch: allow specifying ifindex of new interfacesAndrey Zhadchenko2022-08-261-2/+9
* | openvswitch: Fix overreporting of drops in dropwatchMike Pattrick2022-08-221-2/+3
* | openvswitch: Fix double reporting of drops in dropwatchMike Pattrick2022-08-221-3/+10
|/
* net/sched: Enable tc skb ext allocation on chain miss only when neededPaul Blakey2022-02-051-7/+11
* openvswitch: fix sparse warning incorrect typeMark Gray2021-07-271-1/+1
* openvswitch: fix alignment issuesMark Gray2021-07-271-6/+10
* openvswitch: Introduce per-cpu upcall dispatchMark Gray2021-07-161-2/+70
* openvswitch: add trace pointsAaron Conole2021-06-221-0/+4
* net: openvswitch: silence suspicious RCU usage warningEelco Chaudron2020-11-031-7/+7
* genetlink: move to smaller ops wherever possibleJakub Kicinski2020-10-021-12/+12
* net: openvswitch: fixes crash if nf_conncount_init() failsEelco Chaudron2020-09-011-1/+7
* net: openvswitch: improve the coding styleTonghao Zhang2020-09-011-16/+22
* net: openvswitch: introduce common code for flushing flowsTonghao Zhang2020-08-131-1/+9
* net: openvswitch: make masks cache size configurableEelco Chaudron2020-08-031-0/+17
* net: openvswitch: add masks cache hit counterEelco Chaudron2020-08-031-1/+4
* net: openvswitch: fixes potential deadlock in dp cleanup codeEelco Chaudron2020-07-241-11/+12
* net: openvswitch: reorder masks array based on usageEelco Chaudron2020-07-171-0/+22
* net: openvswitch: ovs_ct_exit to be done under ovs_lockTonghao Zhang2020-04-201-1/+3
* net: Fix typo of SKB_SGO_CB_OFFSETCambda Zhu2020-03-291-1/+1
* openvswitch: add missing attribute validation for hashJakub Kicinski2020-03-031-0/+1
* datapath.c: Use built-in RCU list checkingMadhuparna Bhowmik2020-02-181-3/+6
* net: openvswitch: use skb_list_walk_safe helper for gso segmentsJason A. Donenfeld2020-01-141-7/+4
* treewide: Use sizeof_field() macroPankaj Bharadiya2019-12-091-1/+1
* openvswitch: remove another BUG_ON()Paolo Abeni2019-12-011-1/+5
* openvswitch: drop unneeded BUG_ON() in ovs_flow_cmd_build_info()Paolo Abeni2019-12-011-1/+4
* openvswitch: fix flow command message sizePaolo Abeni2019-11-261-1/+5
* net: openvswitch: don't call pad_packet if not necessaryTonghao Zhang2019-11-151-14/+8
* net: openvswitch: add hash info to upcallTonghao Zhang2019-11-141-1/+25
* net: openvswitch: simplify the ovs_dp_cmd_newTonghao Zhang2019-11-031-22/+38
* net: openvswitch: don't unlock mutex when changing the user_features failsTonghao Zhang2019-11-031-1/+1
* net: openvswitch: add flow-mask cache for performanceTonghao Zhang2019-11-031-1/+2
* netns: fix GFP flags in rtnl_net_notifyid()Guillaume Nault2019-10-251-9/+11
* openvswitch: change type of UPCALL_PID attribute to NLA_UNSPECLi RongQing2019-09-261-1/+1
* net: openvswitch: Set OvS recirc_id from tc chain indexPaul Blakey2019-09-061-5/+33
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-08-061-7/+8
|\
| * ovs: datapath: hide clang frame-overflow warningsArnd Bergmann2019-07-241-7/+8
* | openvswitch: Print error when ovs_execute_actions() failsYifeng Sun2019-08-061-2/+5
|/
* net: openvswitch: do not update max_headroom if new headroom is equal to old ...Taehee Yoo2019-07-121-11/+28