aboutsummaryrefslogtreecommitdiffstats
path: root/net/openvswitch/flow_netlink.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-10-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-14/+12
2015-10-22openvswitch: Fix egress tunnel info.Pravin B Shelar1-11/+7
2015-10-22openvswitch: Fix incorrect type use.Pravin B Shelar1-3/+3
2015-10-21openvswitch: Reject ct_state masks for unknown bitsJoe Stringer1-1/+4
2015-10-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-12/+18
2015-10-07openvswitch: Extend ct_state match field to 32 bitsJoe Stringer1-4/+4
2015-10-07openvswitch: Reject ct_state unsupported bitsJoe Stringer1-0/+6
2015-10-07openvswitch: netlink attributes for IPv6 tunnelingJiri Benc1-37/+84
2015-10-07openvswitch: add tunnel protocol to sw_flow_keyJiri Benc1-2/+8
2015-10-05openvswitch: Rename LABEL->LABELSJoe Stringer1-9/+9
2015-09-15openvswitch: Fix mask generation for nested attributes.Jesse Gross1-23/+59
2015-08-31ip-tunnel: Use API to access tunnel metadata options.Pravin B Shelar1-16/+11
2015-08-27openvswitch: Allow matching on conntrack labelJoe Stringer1-16/+30
2015-08-27openvswitch: Allow matching on conntrack markJoe Stringer1-1/+11
2015-08-27openvswitch: Add conntrack actionJoe Stringer1-14/+55
2015-08-27openvswitch: Serialize acts with original netlink lenJoe Stringer1-0/+2
2015-08-20ip_tunnels: use tos and ttl fields also for IPv6Jiri Benc1-5/+5
2015-08-20ip_tunnels: add IPv6 addresses to ip_tunnel_keyJiri Benc1-9/+9
2015-07-21openvswitch: Use regular VXLAN net_device deviceThomas Graf1-3/+3
2015-07-21openvswitch: Make tunnel set action attach a metadata dstThomas Graf1-7/+57
2015-07-21ip_tunnel: Make ovs_tunnel_info and ovs_key_ipv4_tunnel genericThomas Graf1-8/+8
2015-05-05openvswitch: Use eth_proto_is_802_3Alexander Duyck1-1/+1
2015-03-31netlink: implement nla_get_in_addr and nla_get_in6_addrJiri Benc1-2/+2
2015-03-31netlink: implement nla_put_in_addr and nla_put_in6_addrJiri Benc1-2/+4
2015-03-03openvswitch: Fix serialization of non-masked set actions.Joe Stringer1-1/+7
2015-02-14openvswitch: Fix key serialization.Pravin B Shelar1-1/+1
2015-02-11openvswitch: Add missing initialization in validate_and_copy_set_tun()Geert Uytterhoeven1-1/+1
2015-02-07net: openvswitch: Support masked set actions.Jarno Rajahalme1-34/+127
2015-01-26openvswitch: Add support for unique flow IDs.Joe Stringer1-2/+66
2015-01-26openvswitch: Refactor ovs_nla_fill_match().Joe Stringer1-3/+35
2015-01-15openvswitch: Support VXLAN Group Policy extensionThomas Graf1-13/+101
2015-01-15openvswitch: Allow for any level of nesting in flow attributesThomas Graf1-50/+56
2015-01-15openvswitch: Rename GENEVE_TUN_OPTS() to TUN_METADATA_OPTS()Thomas Graf1-33/+39
2014-12-23openvswitch: Fix MPLS action validation.Pravin B Shelar1-12/+1
2014-12-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+2
2014-12-05openvswitch: Fix flow mask validation.Pravin B Shelar1-2/+2
2014-11-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+8
2014-11-20openvswitch: Don't validate IPv6 label masks.Joe Stringer1-1/+1
2014-11-16openvswitch: use PTR_ERR_OR_ZEROFabian Frederick1-3/+1
2014-11-14openvswitch: Validate IPv6 flow key and mask values.Jarno Rajahalme1-0/+7
2014-11-14openvswitch: Fix NDP flow mask validationDaniele Di Proietto1-1/+1
2014-11-09openvswitch: Add support for OVS_FLOW_ATTR_PROBE.Jarno Rajahalme1-139/+164
2014-11-09openvswitch: Extend packet attribute for egress tunnel infoWenyu Zhang1-10/+44
2014-11-05openvswitch: Avoid NULL mask check while building maskPravin B Shelar1-54/+53
2014-11-05openvswitch: Refactor action alloc and copy api.Pravin B Shelar1-7/+17
2014-11-05openvswitch: Move key_attr_size() to flow_netlink.h.Joe Stringer1-0/+32
2014-11-05openvswitch: Additional logging for -EINVAL on flow setups.Jesse Gross1-4/+13
2014-11-05openvswitch: Remove redundant tcp_flags code.Joe Stringer1-10/+3
2014-11-05openvswitch: Add basic MPLS support to kernelSimon Horman1-18/+121
2014-10-17openvswitch: Create right mask with disabled megaflowsPravin B Shelar1-21/+72