summaryrefslogtreecommitdiffstats
path: root/net/openvswitch/datapath.c
Commit message (Expand)AuthorAgeFilesLines
* ovs: datapath: hide clang frame-overflow warningsArnd Bergmann2019-07-251-7/+8
* net: openvswitch: do not update max_headroom if new headroom is equal to old ...Taehee Yoo2019-07-131-11/+28
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-06-181-14/+1Star
|\
| * treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 269Thomas Gleixner2019-06-051-14/+1Star
* | net: openvswitch: drop unneeded likely() call around IS_ERR()Enrico Weigelt2019-06-061-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/+4Star
* 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-131-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/+0Star
* net: Introduce net_rwsem to protect net_namespace_listKirill Tkhai2018-03-291-0/+2
* net: Drop pernet_operations::asyncKirill Tkhai2018-03-271-1/+0Star
* net: Convert ovs_net_opsKirill Tkhai2018-03-171-0/+1
* net: openvswitch: datapath: fix data type in queue_gso_packetsGustavo A. R. Silva2017-11-261-1/+1
* net: accept UFO datagrams from tuntap and packetWillem de Bruijn2017-11-231-0/+14
* openvswitch: Add meter infrastructureAndy Zhou2017-11-131-2/+12
* openvswitch: export get_dp() API.Andy Zhou2017-11-131-29/+0Star
* 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-131-1/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-08-221-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/+0Star
|/
* 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-201-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/+0Star
* netns: make struct pernet_operations::id unsigned intAlexey Dobriyan2016-11-181-1/+1
* openvswitch: add processing of L3 packetsJiri Benc2016-11-131-12/+1Star
* genetlink: mark families as __ro_after_initJohannes Berg2016-10-271-5/+5
* genetlink: statically initialize familiesJohannes Berg2016-10-271-0/+4
* genetlink: no longer support using static family IDsJohannes Berg2016-10-271-4/+0Star
* openvswitch: remove unnecessary EXPORT_SYMBOLsJiri Benc2016-10-191-2/+0Star
* openvswitch: avoid resetting flow key while installing new flow.pravin shelar2016-09-211-4/+4
* openvswitch: Fix Frame-size larger than 1024 bytes warning.pravin shelar2016-09-211-6/+9
* openvswitch: use alias for genetlink family namesThadeu Lima de Souza Cascardo2016-09-111-0/+4
* openvswitch: Add packet len info to upcall.William Tu2016-06-221-1/+12
* openvswitch: Add packet truncation support.William Tu2016-06-111-12/+17
* ovs: align nlattr properly when neededNicolas Dichtel2016-04-261-12/+15
* ovs: use nla_put_u64_64bit()Nicolas Dichtel2016-04-251-1/+2
* ovs: allow nl 'flow set' to use ufid without flow keySamuel Gauthier2016-03-141-11/+17
* ovs: propagate per dp max headroom to all vportsPaolo Abeni2016-03-011-0/+40
* Revert "genl: Add genlmsg_new_unicast() for unicast message allocation"Florian Westphal2016-02-181-5/+5
* openvswitch: Revert: "Enable memory mapped Netlink i/o"Florian Westphal2016-02-181-7/+3Star