summaryrefslogtreecommitdiffstats
path: root/net/openvswitch/datapath.c
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * openvswitch: fix skb_panic due to the incorrect actions attrlenLiping Zhang2017-08-161-3/+4
* | net: Remove all references to SKB_GSO_UDP.David S. Miller2017-07-171-14/+0
|/
* datapath: Avoid using stack larger than 1024.Tonghao Zhang2017-07-011-23/+58
* networking: convert many more places to skb_put_zero()Johannes Berg2017-06-161-1/+1
* openvswitch: more accurate checksumming in queue_userspace_packet()Davide Caratti2017-05-191-1/+1
* netlink: pass extended ACK struct to parsing functionsJohannes Berg2017-04-131-1/+1
* openvswitch: upcall: Fix vlan handling.pravin shelar2016-12-271-1/+0
* netns: make struct pernet_operations::id unsigned intAlexey Dobriyan2016-11-181-1/+1
* openvswitch: add processing of L3 packetsJiri Benc2016-11-131-12/+1
* genetlink: mark families as __ro_after_initJohannes Berg2016-10-271-5/+5