summaryrefslogtreecommitdiff
path: root/net/openvswitch/datapath.c
AgeCommit message (Expand)Author
2019-11-10netns: fix GFP flags in rtnl_net_notifyid()Guillaume Nault
2019-10-05openvswitch: change type of UPCALL_PID attribute to NLA_UNSPECLi RongQing
2019-07-24ovs: datapath: hide clang frame-overflow warningsArnd Bergmann
2019-07-12net: openvswitch: do not update max_headroom if new headroom is equal to old ...Taehee Yoo
2019-06-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-06-05net: openvswitch: drop unneeded likely() call around IS_ERR()Enrico Weigelt
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 269Thomas Gleixner
2019-05-04net: openvswitch: return an error instead of doing BUG_ON()Eelco Chaudron
2019-04-27genetlink: optionally validate strictly/dumpsJohannes Berg
2019-04-27netlink: make validation more configurable for future strictnessJohannes Berg
2019-04-27netlink: make nla_nest_start() add NLA_F_NESTED flagMichal Kubecek
2019-03-22genetlink: make policy common to familyJohannes Berg
2019-03-16net: openvswitch: fix missing checks for nla_nest_startKangjie Lu
2019-03-16net: openvswitch: fix a NULL pointer dereferenceKangjie Lu
2018-09-29openvswitch: Use correct reply values in datapath and vport opsYifeng Sun
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook
2018-05-25openvswitch: Support conntrack zone limitYi-Hung Wei
2018-03-29ovs: Remove rtnl_lock() from ovs_exit_net()Kirill Tkhai
2018-03-29net: Introduce net_rwsem to protect net_namespace_listKirill Tkhai
2018-03-27net: Drop pernet_operations::asyncKirill Tkhai
2018-03-17net: Convert ovs_net_opsKirill Tkhai
2017-11-27net: openvswitch: datapath: fix data type in queue_gso_packetsGustavo A. R. Silva
2017-11-24net: accept UFO datagrams from tuntap and packetWillem de Bruijn
2017-11-13openvswitch: Add meter infrastructureAndy Zhou
2017-11-13openvswitch: export get_dp() API.Andy Zhou
2017-11-05openvswitch: reliable interface indentification in port dumpsJiri Benc
2017-09-12openvswitch: Fix an error handling path in 'ovs_nla_init_match_and_action()'Christophe JAILLET
2017-08-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-08-16openvswitch: fix skb_panic due to the incorrect actions attrlenLiping Zhang
2017-07-17net: Remove all references to SKB_GSO_UDP.David S. Miller
2017-07-01datapath: Avoid using stack larger than 1024.Tonghao Zhang
2017-06-16networking: convert many more places to skb_put_zero()Johannes Berg
2017-05-19openvswitch: more accurate checksumming in queue_userspace_packet()Davide Caratti
2017-04-13netlink: pass extended ACK struct to parsing functionsJohannes Berg
2016-12-27openvswitch: upcall: Fix vlan handling.pravin shelar
2016-11-18netns: make struct pernet_operations::id unsigned intAlexey Dobriyan
2016-11-13openvswitch: add processing of L3 packetsJiri Benc
2016-10-27genetlink: mark families as __ro_after_initJohannes Berg
2016-10-27genetlink: statically initialize familiesJohannes Berg
2016-10-27genetlink: no longer support using static family IDsJohannes Berg
2016-10-19openvswitch: remove unnecessary EXPORT_SYMBOLsJiri Benc
2016-09-20openvswitch: avoid resetting flow key while installing new flow.pravin shelar
2016-09-20openvswitch: Fix Frame-size larger than 1024 bytes warning.pravin shelar
2016-09-10openvswitch: use alias for genetlink family namesThadeu Lima de Souza Cascardo
2016-06-22openvswitch: Add packet len info to upcall.William Tu
2016-06-10openvswitch: Add packet truncation support.William Tu
2016-04-26ovs: align nlattr properly when neededNicolas Dichtel
2016-04-25ovs: use nla_put_u64_64bit()Nicolas Dichtel
2016-03-13ovs: allow nl 'flow set' to use ufid without flow keySamuel Gauthier
2016-03-01ovs: propagate per dp max headroom to all vportsPaolo Abeni