aboutsummaryrefslogtreecommitdiffstats
path: root/net/openvswitch/datapath.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-12-09treewide: Use sizeof_field() macroPankaj Bharadiya1-1/+1
2019-12-01openvswitch: remove another BUG_ON()Paolo Abeni1-1/+5
2019-12-01openvswitch: drop unneeded BUG_ON() in ovs_flow_cmd_build_info()Paolo Abeni1-1/+4
2019-11-26openvswitch: 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-14net: openvswitch: add hash info to upcallTonghao Zhang1-1/+25
2019-11-03net: openvswitch: simplify the ovs_dp_cmd_newTonghao Zhang1-22/+38
2019-11-03net: openvswitch: don't unlock mutex when changing the user_features failsTonghao Zhang1-1/+1
2019-11-03net: openvswitch: add flow-mask cache for performanceTonghao Zhang1-1/+2
2019-10-25netns: 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-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-7/+8
2019-08-06openvswitch: Print error when ovs_execute_actions() failsYifeng Sun1-2/+5
2019-07-24ovs: datapath: hide clang frame-overflow warningsArnd Bergmann1-7/+8
2019-07-12net: openvswitch: do not update max_headroom if new headroom is equal to old headroomTaehee Yoo1-11/+28
2019-06-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-14/+1
2019-06-05net: openvswitch: drop unneeded likely() call around IS_ERR()Enrico Weigelt1-1/+1
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 269Thomas Gleixner1-14/+1
2019-05-04net: openvswitch: return an error instead of doing BUG_ON()Eelco Chaudron1-2/+5
2019-04-27genetlink: optionally validate strictly/dumpsJohannes Berg1-0/+13
2019-04-27netlink: make validation more configurable for future strictnessJohannes Berg1-2/+2
2019-04-27netlink: make nla_nest_start() add NLA_F_NESTED flagMichal Kubecek1-3/+4
2019-03-22genetlink: make policy common to familyJohannes Berg1-13/+4
2019-03-16net: openvswitch: fix missing checks for nla_nest_startKangjie Lu1-0/+8
2019-03-16net: openvswitch: fix a NULL pointer dereferenceKangjie Lu1-0/+4
2018-09-29openvswitch: Use correct reply values in datapath and vport opsYifeng Sun1-10/+10
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook1-2/+3
2018-05-25openvswitch: Support conntrack zone limitYi-Hung Wei1-2/+5
2018-03-29ovs: Remove rtnl_lock() from ovs_exit_net()Kirill Tkhai1-2/+0
2018-03-29net: Introduce net_rwsem to protect net_namespace_listKirill Tkhai1-0/+2
2018-03-27net: Drop pernet_operations::asyncKirill Tkhai1-1/+0
2018-03-17net: Convert ovs_net_opsKirill Tkhai1-0/+1
2017-11-27net: openvswitch: datapath: fix data type in queue_gso_packetsGustavo A. R. Silva1-1/+1
2017-11-24net: accept UFO datagrams from tuntap and packetWillem de Bruijn1-0/+14
2017-11-13openvswitch: Add meter infrastructureAndy Zhou1-2/+12
2017-11-13openvswitch: export get_dp() API.Andy Zhou1-29/+0
2017-11-05openvswitch: reliable interface indentification in port dumpsJiri Benc1-13/+34
2017-09-12openvswitch: Fix an error handling path in 'ovs_nla_init_match_and_action()'Christophe JAILLET1-1/+2
2017-08-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-3/+4
2017-08-16openvswitch: fix skb_panic due to the incorrect actions attrlenLiping Zhang1-3/+4
2017-07-17net: Remove all references to SKB_GSO_UDP.David S. Miller1-14/+0
2017-07-01datapath: Avoid using stack larger than 1024.Tonghao Zhang1-23/+58
2017-06-16networking: convert many more places to skb_put_zero()Johannes Berg1-1/+1
2017-05-19openvswitch: more accurate checksumming in queue_userspace_packet()Davide Caratti1-1/+1
2017-04-13netlink: pass extended ACK struct to parsing functionsJohannes Berg1-1/+1
2016-12-27openvswitch: upcall: Fix vlan handling.pravin shelar1-1/+0
2016-11-18netns: make struct pernet_operations::id unsigned intAlexey Dobriyan1-1/+1
2016-11-13openvswitch: add processing of L3 packetsJiri Benc1-12/+1
2016-10-27genetlink: mark families as __ro_after_initJohannes Berg1-5/+5