summaryrefslogtreecommitdiff
path: root/net/openvswitch/flow_netlink.c
AgeCommit message (Expand)Author
2018-02-03openvswitch: fix the incorrect flow action alloc sizezhangliping
2017-03-30openvswitch: Add missing case OVS_TUNNEL_KEY_ATTR_PADKris Murphy
2017-03-30net/openvswitch: Set the ipv6 source tunnel key address attribute correctlyOr Gerlitz
2016-09-20openvswitch: avoid resetting flow key while installing new flow.pravin shelar
2016-09-08openvswitch: 802.1AD Flow handling, actions, vlan parsing, netlink attributesEric Garver
2016-06-10openvswitch: Add packet truncation support.William Tu
2016-04-23libnl: nla_put_be64(): align on a 64-bit areaNicolas Dichtel
2016-03-18openvswitch: allow output of MPLS packets on tunnel vportsSimon Horman
2016-02-16net: add dst_cache to ovs vxlan lwtunnelPaolo Abeni
2015-12-18openvswitch: correct encoding of set tunnel action attributesSimon Horman
2015-10-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-10-22openvswitch: Fix egress tunnel info.Pravin B Shelar
2015-10-22openvswitch: Fix incorrect type use.Pravin B Shelar
2015-10-21openvswitch: Reject ct_state masks for unknown bitsJoe Stringer
2015-10-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-10-07openvswitch: Extend ct_state match field to 32 bitsJoe Stringer
2015-10-07openvswitch: Reject ct_state unsupported bitsJoe Stringer
2015-10-07openvswitch: netlink attributes for IPv6 tunnelingJiri Benc
2015-10-07openvswitch: add tunnel protocol to sw_flow_keyJiri Benc
2015-10-05openvswitch: Rename LABEL->LABELSJoe Stringer
2015-09-15openvswitch: Fix mask generation for nested attributes.Jesse Gross
2015-08-31ip-tunnel: Use API to access tunnel metadata options.Pravin B Shelar
2015-08-27openvswitch: Allow matching on conntrack labelJoe Stringer
2015-08-27openvswitch: Allow matching on conntrack markJoe Stringer
2015-08-27openvswitch: Add conntrack actionJoe Stringer
2015-08-27openvswitch: Serialize acts with original netlink lenJoe Stringer
2015-08-20ip_tunnels: use tos and ttl fields also for IPv6Jiri Benc
2015-08-20ip_tunnels: add IPv6 addresses to ip_tunnel_keyJiri Benc
2015-07-21openvswitch: Use regular VXLAN net_device deviceThomas Graf
2015-07-21openvswitch: Make tunnel set action attach a metadata dstThomas Graf
2015-07-21ip_tunnel: Make ovs_tunnel_info and ovs_key_ipv4_tunnel genericThomas Graf
2015-05-05openvswitch: Use eth_proto_is_802_3Alexander Duyck
2015-03-31netlink: implement nla_get_in_addr and nla_get_in6_addrJiri Benc
2015-03-31netlink: implement nla_put_in_addr and nla_put_in6_addrJiri Benc
2015-03-03openvswitch: Fix serialization of non-masked set actions.Joe Stringer
2015-02-14openvswitch: Fix key serialization.Pravin B Shelar
2015-02-11openvswitch: Add missing initialization in validate_and_copy_set_tun()Geert Uytterhoeven
2015-02-07net: openvswitch: Support masked set actions.Jarno Rajahalme
2015-01-26openvswitch: Add support for unique flow IDs.Joe Stringer
2015-01-26openvswitch: Refactor ovs_nla_fill_match().Joe Stringer
2015-01-15openvswitch: Support VXLAN Group Policy extensionThomas Graf
2015-01-15openvswitch: Allow for any level of nesting in flow attributesThomas Graf
2015-01-15openvswitch: Rename GENEVE_TUN_OPTS() to TUN_METADATA_OPTS()Thomas Graf
2014-12-23openvswitch: Fix MPLS action validation.Pravin B Shelar
2014-12-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2014-12-05openvswitch: Fix flow mask validation.Pravin B Shelar
2014-11-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2014-11-20openvswitch: Don't validate IPv6 label masks.Joe Stringer
2014-11-16openvswitch: use PTR_ERR_OR_ZEROFabian Frederick
2014-11-14openvswitch: Validate IPv6 flow key and mask values.Jarno Rajahalme