summaryrefslogtreecommitdiffstats
path: root/net/openvswitch/datapath.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-06-171-14/+1
|\
| * treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 269Thomas Gleixner2019-06-051-14/+1
* | net: openvswitch: drop unneeded likely() call around IS_ERR()Enrico Weigelt2019-06-051-1/+1
|/
* net: openvswitch: return an error instead of doing BUG_ON()Eelco Chaudron2019-05-041-2/+5
* genetlink: optionally validate strictly/dumpsJohannes Berg2019-04-271-0/+13
* netlink: make validation more configurable for future strictnessJohannes Berg2019-04-271-2/+2
* netlink: make nla_nest_start() add NLA_F_NESTED flagMichal Kubecek2019-04-271-3/+4
* genetlink: make policy common to familyJohannes Berg2019-03-221-13/+4
* net: openvswitch: fix missing checks for nla_nest_startKangjie Lu2019-03-161-0/+8
* net: openvswitch: fix a NULL pointer dereferenceKangjie Lu2019-03-161-0/+4
* openvswitch: Use correct reply values in datapath and vport opsYifeng Sun2018-09-291-10/+10
* treewide: kmalloc() -> kmalloc_array()Kees Cook2018-06-121-2/+3
* openvswitch: Support conntrack zone limitYi-Hung Wei2018-05-251-2/+5
* ovs: Remove rtnl_lock() from ovs_exit_net()Kirill Tkhai2018-03-291-2/+0
* net: Introduce net_rwsem to protect net_namespace_listKirill Tkhai2018-03-291-0/+2
* net: Drop pernet_operations::asyncKirill Tkhai2018-03-271-1/+0
* net: Convert ovs_net_opsKirill Tkhai2018-03-171-0/+1
* net: openvswitch: datapath: fix data type in queue_gso_packetsGustavo A. R. Silva2017-11-271-1/+1
* net: accept UFO datagrams from tuntap and packetWillem de Bruijn2017-11-241-0/+14
* openvswitch: Add meter infrastructureAndy Zhou2017-11-131-2/+12
* openvswitch: export get_dp() API.Andy Zhou2017-11-131-29/+0
* openvswitch: reliable interface indentification in port dumpsJiri Benc2017-11-051-13/+34
* openvswitch: Fix an error handling path in 'ovs_nla_init_match_and_action()'Christophe JAILLET2017-09-121-1/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-08-211-3/+4
|\