summaryrefslogtreecommitdiff
path: root/net/openvswitch
AgeCommit message (Expand)Author
2019-01-31openvswitch: Avoid OOB read when parsing flow nlattrsRoss Lagerwall
2018-11-04openvswitch: Fix push/pop ethernet validationJaime CaamaƱo Ruiz
2018-05-19openvswitch: Don't swap table in nlattr_set() after OVS_ATTR_NESTED is foundStefano Brivio
2018-04-26openvswitch: Remove padding from packet before L3+ conntrack processingEd Swierk
2018-02-03openvswitch: fix the incorrect flow action alloc sizezhangliping
2018-01-02openvswitch: Fix pop_vlan action for double tagged framesEric Garver
2017-12-17net: openvswitch: datapath: fix data type in queue_gso_packetsGustavo A. R. Silva
2017-12-17net: accept UFO datagrams from tuntap and packetWillem de Bruijn
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-09-12openvswitch: Fix an error handling path in 'ovs_nla_init_match_and_action()'Christophe JAILLET
2017-09-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller
2017-08-24netfilter: conntrack: make protocol tracker pointers constFlorian Westphal
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-08-11openvswitch: Remove unnecessary newlines from OVS_NLERR usesJoe Perches
2017-08-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-07-24openvswitch: fix potential out of bound access in parse_ctLiping Zhang
2017-07-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-07-19openvswitch: Optimize operations for OvS flow_stats.Tonghao Zhang
2017-07-19openvswitch: Optimize updating for OvS flow_stats.Tonghao Zhang
2017-07-17net: Remove all references to SKB_GSO_UDP.David S. Miller
2017-07-15openvswitch: Fix for force/commit action failuresGreg Rose
2017-07-03openvswitch: fix mis-ordered comment lines for ovs_skb_cbDaniel Axtens
2017-07-01datapath: Avoid using stack larger than 1024.Tonghao Zhang
2017-06-25net: store port/representator id in metadata_dstJakub Kicinski
2017-06-20vxlan: get rid of redundant vxlan_dev.flagsMatthias Schiffer
2017-06-16networking: convert many more places to skb_put_zero()Johannes Berg
2017-06-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-06-07net: Fix inconsistent teardown and release of private netdev state.David S. Miller
2017-05-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-05-19openvswitch: more accurate checksumming in queue_userspace_packet()Davide Caratti
2017-05-15netfilter: introduce nf_conntrack_helper_put helper functionLiping Zhang
2017-05-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller
2017-05-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller
2017-04-24openvswitch: Delete conntrack entry clashing with an expectation.Jarno Rajahalme
2017-04-24openvswitch: Add eventmask support to CT action.Jarno Rajahalme
2017-04-24openvswitch: Typo fix.Jarno Rajahalme
2017-04-15netfilter: remove nf_ct_is_untrackedFlorian Westphal
2017-04-13netlink: pass extended ACK struct to parsing functionsJohannes Berg
2017-04-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-04-01openvswitch: Fix ovs_flow_key_update()Yi-Hung Wei
2017-03-28openvswitch: Fix refcount leak on force commit.Jarno Rajahalme
2017-03-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-03-22Openvswitch: Refactor sample and recirc actions implementationandy zhou
2017-03-22openvswitch: Optimize sample action for the clone use casesandy zhou
2017-03-22openvswitch: Refactor recirc key allocation.andy zhou
2017-03-22openvswitch: Deferred fifo API change.andy zhou
2017-03-16openvswitch: Add missing case OVS_TUNNEL_KEY_ATTR_PADKris Murphy
2017-03-15net/openvswitch: Set the ipv6 source tunnel key address attribute correctlyOr Gerlitz
2017-03-02openvswitch: actions: fixed a brace coding style warningPeter Downs