summaryrefslogtreecommitdiff
path: root/net/openvswitch/flow_netlink.c
AgeCommit message (Expand)Author
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
2014-11-14openvswitch: Fix NDP flow mask validationDaniele Di Proietto
2014-11-09openvswitch: Add support for OVS_FLOW_ATTR_PROBE.Jarno Rajahalme
2014-11-09openvswitch: Extend packet attribute for egress tunnel infoWenyu Zhang
2014-11-05openvswitch: Avoid NULL mask check while building maskPravin B Shelar
2014-11-05openvswitch: Refactor action alloc and copy api.Pravin B Shelar
2014-11-05openvswitch: Move key_attr_size() to flow_netlink.h.Joe Stringer
2014-11-05openvswitch: Additional logging for -EINVAL on flow setups.Jesse Gross
2014-11-05openvswitch: Remove redundant tcp_flags code.Joe Stringer
2014-11-05openvswitch: Add basic MPLS support to kernelSimon Horman
2014-10-17openvswitch: Create right mask with disabled megaflowsPravin B Shelar
2014-10-06openvswitch: Add support for Geneve tunneling.Jesse Gross
2014-10-06openvswitch: Wrap struct ovs_key_ipv4_tunnel in a new structure.Jesse Gross
2014-10-06openvswitch: Add support for matching on OAM packets.Jesse Gross
2014-09-15openvswitch: Add recirc and hash action.Andy Zhou
2014-09-15openvswitch: refactor ovs flow extract API.Pravin B Shelar
2014-05-22openvswitch: Compact sw_flow_key.Jarno Rajahalme
2014-05-16openvswitch: Fix output of SCTP mask.Jarno Rajahalme
2014-05-16openvswitch: Remove 5-tuple optimization.Jarno Rajahalme
2014-05-16openvswitch: Use ether_addr_copyJoe Perches
2014-05-16openvswitch: flow_netlink: Use pr_fmt to OVS_NLERR outputJoe Perches
2014-05-16openvswitch: Added (unsigned long long) cast in printfDaniele Di Proietto
2014-05-16openvswitch: use const in some local vars and castsDaniele Di Proietto
2014-01-06net: ovs: use kfree_rcu instead of rcu_free_{sw_flow_mask_cb,acts_callback}Daniel Borkmann
2014-01-06openvswitch: Per cpu flow stats.Pravin B Shelar
2013-11-01openvswitch: TCP flags matching support.Jarno Rajahalme