aboutsummaryrefslogtreecommitdiff
path: root/net/openvswitch/datapath.c
AgeCommit message (Expand)AuthorFilesLines
2020-09-01net: openvswitch: fixes crash if nf_conncount_init() failsGravatar Eelco Chaudron 1-1/+7
2020-09-01net: openvswitch: improve the coding styleGravatar Tonghao Zhang 1-16/+22
2020-08-13net: openvswitch: introduce common code for flushing flowsGravatar Tonghao Zhang 1-1/+9
2020-08-03net: openvswitch: make masks cache size configurableGravatar Eelco Chaudron 1-0/+17
2020-08-03net: openvswitch: add masks cache hit counterGravatar Eelco Chaudron 1-1/+4
2020-07-24net: openvswitch: fixes potential deadlock in dp cleanup codeGravatar Eelco Chaudron 1-11/+12
2020-07-17net: openvswitch: reorder masks array based on usageGravatar Eelco Chaudron 1-0/+22
2020-04-20net: openvswitch: ovs_ct_exit to be done under ovs_lockGravatar Tonghao Zhang 1-1/+3
2020-03-29net: Fix typo of SKB_SGO_CB_OFFSETGravatar Cambda Zhu 1-1/+1
2020-03-03openvswitch: add missing attribute validation for hashGravatar Jakub Kicinski 1-0/+1
2020-02-18datapath.c: Use built-in RCU list checkingGravatar Madhuparna Bhowmik 1-3/+6
2020-01-14net: openvswitch: use skb_list_walk_safe helper for gso segmentsGravatar Jason A. Donenfeld 1-7/+4
2019-12-09treewide: Use sizeof_field() macroGravatar Pankaj Bharadiya 1-1/+1
2019-12-01openvswitch: remove another BUG_ON()Gravatar Paolo Abeni 1-1/+5
2019-12-01openvswitch: drop unneeded BUG_ON() in ovs_flow_cmd_build_info()Gravatar Paolo Abeni 1-1/+4
2019-11-26openvswitch: fix flow command message sizeGravatar Paolo Abeni 1-1/+5
2019-11-15net: openvswitch: don't call pad_packet if not necessaryGravatar Tonghao Zhang 1-14/+8
2019-11-14net: openvswitch: add hash info to upcallGravatar Tonghao Zhang 1-1/+25
2019-11-03net: openvswitch: simplify the ovs_dp_cmd_newGravatar Tonghao Zhang 1-22/+38
2019-11-03net: openvswitch: don't unlock mutex when changing the user_features failsGravatar Tonghao Zhang 1-1/+1
2019-11-03net: openvswitch: add flow-mask cache for performanceGravatar Tonghao Zhang 1-1/+2
2019-10-25netns: fix GFP flags in rtnl_net_notifyid()Gravatar Guillaume Nault 1-9/+11
2019-09-26openvswitch: change type of UPCALL_PID attribute to NLA_UNSPECGravatar Li RongQing 1-1/+1
2019-09-06net: openvswitch: Set OvS recirc_id from tc chain indexGravatar Paul Blakey 1-5/+33
2019-08-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar David S. Miller 1-7/+8
2019-08-06openvswitch: Print error when ovs_execute_actions() failsGravatar Yifeng Sun 1-2/+5
2019-07-24ovs: datapath: hide clang frame-overflow warningsGravatar Arnd Bergmann 1-7/+8
2019-07-12net: openvswitch: do not update max_headroom if new headroom is equal to old ...Gravatar Taehee Yoo 1-11/+28
2019-06-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-14/+1
2019-06-05net: openvswitch: drop unneeded likely() call around IS_ERR()Gravatar Enrico Weigelt 1-1/+1
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 269Gravatar Thomas Gleixner 1-14/+1
2019-05-04net: openvswitch: return an error instead of doing BUG_ON()Gravatar Eelco Chaudron 1-2/+5
2019-04-27genetlink: optionally validate strictly/dumpsGravatar Johannes Berg 1-0/+13
2019-04-27netlink: make validation more configurable for future strictnessGravatar Johannes Berg 1-2/+2
2019-04-27netlink: make nla_nest_start() add NLA_F_NESTED flagGravatar Michal Kubecek 1-3/+4
2019-03-22genetlink: make policy common to familyGravatar Johannes Berg 1-13/+4
2019-03-16net: openvswitch: fix missing checks for nla_nest_startGravatar Kangjie Lu 1-0/+8
2019-03-16net: openvswitch: fix a NULL pointer dereferenceGravatar Kangjie Lu 1-0/+4
2018-09-29openvswitch: Use correct reply values in datapath and vport opsGravatar Yifeng Sun 1-10/+10
2018-06-12treewide: kmalloc() -> kmalloc_array()Gravatar Kees Cook 1-2/+3
2018-05-25openvswitch: Support conntrack zone limitGravatar Yi-Hung Wei 1-2/+5
2018-03-29ovs: Remove rtnl_lock() from ovs_exit_net()Gravatar Kirill Tkhai 1-2/+0
2018-03-29net: Introduce net_rwsem to protect net_namespace_listGravatar Kirill Tkhai 1-0/+2
2018-03-27net: Drop pernet_operations::asyncGravatar Kirill Tkhai 1-1/+0
2018-03-17net: Convert ovs_net_opsGravatar Kirill Tkhai 1-0/+1
2017-11-27net: openvswitch: datapath: fix data type in queue_gso_packetsGravatar Gustavo A. R. Silva 1-1/+1
2017-11-24net: accept UFO datagrams from tuntap and packetGravatar Willem de Bruijn 1-0/+14
2017-11-13openvswitch: Add meter infrastructureGravatar Andy Zhou 1-2/+12
2017-11-13openvswitch: export get_dp() API.Gravatar Andy Zhou 1-29/+0
2017-11-05openvswitch: reliable interface indentification in port dumpsGravatar Jiri Benc 1-13/+34