1. ef7c1e29 openvswitch: Add missing case OVS_TUNNEL_KEY_ATTR_PAD by Kris Murphy · 7 years ago
  2. 03e9554 net/openvswitch: Set the ipv6 source tunnel key address attribute correctly by Or Gerlitz · 7 years ago
  3. 2279994 openvswitch: avoid resetting flow key while installing new flow. by pravin shelar · 8 years ago
  4. 018c1dd openvswitch: 802.1AD Flow handling, actions, vlan parsing, netlink attributes by Eric Garver · 8 years ago
  5. f2a4d08 openvswitch: Add packet truncation support. by William Tu · 8 years ago
  6. b46f6de libnl: nla_put_be64(): align on a 64-bit area by Nicolas Dichtel · 8 years ago
  7. fe3a5f6 openvswitch: allow output of MPLS packets on tunnel vports by Simon Horman · 8 years ago
  8. d71785f net: add dst_cache to ovs vxlan lwtunnel by Paolo Abeni · 8 years ago
  9. e905eab openvswitch: correct encoding of set tunnel action attributes by Simon Horman · 9 years ago
  10. ba3e208 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  11. fc4099f openvswitch: Fix egress tunnel info. by Pravin B Shelar · 9 years ago
  12. 99e28f1 openvswitch: Fix incorrect type use. by Pravin B Shelar · 9 years ago
  13. 9e38471 openvswitch: Reject ct_state masks for unknown bits by Joe Stringer · 9 years ago
  14. 26440c8 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  15. fbccce5 openvswitch: Extend ct_state match field to 32 bits by Joe Stringer · 9 years ago
  16. 6f22595 openvswitch: Reject ct_state unsupported bits by Joe Stringer · 9 years ago
  17. 6b26ba3 openvswitch: netlink attributes for IPv6 tunneling by Jiri Benc · 9 years ago
  18. 00a93ba openvswitch: add tunnel protocol to sw_flow_key by Jiri Benc · 9 years ago
  19. 33db412 openvswitch: Rename LABEL->LABELS by Joe Stringer · 9 years ago
  20. 982b527 openvswitch: Fix mask generation for nested attributes. by Jesse Gross · 9 years ago
  21. 4c22279 ip-tunnel: Use API to access tunnel metadata options. by Pravin B Shelar · 9 years ago
  22. c2ac667 openvswitch: Allow matching on conntrack label by Joe Stringer · 9 years ago
  23. 182e304 openvswitch: Allow matching on conntrack mark by Joe Stringer · 9 years ago
  24. 7f8a436 openvswitch: Add conntrack action by Joe Stringer · 9 years ago
  25. 8e2fed1 openvswitch: Serialize acts with original netlink len by Joe Stringer · 9 years ago
  26. 7c383fb ip_tunnels: use tos and ttl fields also for IPv6 by Jiri Benc · 9 years ago
  27. c1ea5d6 ip_tunnels: add IPv6 addresses to ip_tunnel_key by Jiri Benc · 9 years ago
  28. 614732e openvswitch: Use regular VXLAN net_device device by Thomas Graf · 9 years ago
  29. 34ae932 openvswitch: Make tunnel set action attach a metadata dst by Thomas Graf · 9 years ago
  30. 1d8fff9 ip_tunnel: Make ovs_tunnel_info and ovs_key_ipv4_tunnel generic by Thomas Graf · 9 years ago
  31. 6713fc9 openvswitch: Use eth_proto_is_802_3 by Alexander Duyck · 9 years ago
  32. 67b61f6 netlink: implement nla_get_in_addr and nla_get_in6_addr by Jiri Benc · 9 years ago
  33. 930345e netlink: implement nla_put_in_addr and nla_put_in6_addr by Jiri Benc · 9 years ago
  34. f4f8e73 openvswitch: Fix serialization of non-masked set actions. by Joe Stringer · 9 years ago
  35. 26ad0b8 openvswitch: Fix key serialization. by Pravin B Shelar · 9 years ago
  36. 1310160 openvswitch: Add missing initialization in validate_and_copy_set_tun() by Geert Uytterhoeven · 9 years ago
  37. 83d2b9b net: openvswitch: Support masked set actions. by Jarno Rajahalme · 9 years ago
  38. 74ed7ab openvswitch: Add support for unique flow IDs. by Joe Stringer · 10 years ago
  39. 5b4237b openvswitch: Refactor ovs_nla_fill_match(). by Joe Stringer · 10 years ago
  40. 1dd144c openvswitch: Support VXLAN Group Policy extension by Thomas Graf · 10 years ago
  41. 81bfe3c openvswitch: Allow for any level of nesting in flow attributes by Thomas Graf · 10 years ago
  42. d91641d openvswitch: Rename GENEVE_TUN_OPTS() to TUN_METADATA_OPTS() by Thomas Graf · 10 years ago
  43. ec449f4 openvswitch: Fix MPLS action validation. by Pravin B Shelar · 10 years ago
  44. 22f1092 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  45. f2a01517 openvswitch: Fix flow mask validation. by Pravin B Shelar · 10 years ago
  46. 1459143 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  47. d3052bb openvswitch: Don't validate IPv6 label masks. by Joe Stringer · 10 years ago
  48. f35423c1 openvswitch: use PTR_ERR_OR_ZERO by Fabian Frederick · 10 years ago
  49. fecaef8 openvswitch: Validate IPv6 flow key and mask values. by Jarno Rajahalme · 10 years ago
  50. 19e7a3d openvswitch: Fix NDP flow mask validation by Daniele Di Proietto · 10 years ago
  51. 05da589 openvswitch: Add support for OVS_FLOW_ATTR_PROBE. by Jarno Rajahalme · 10 years ago
  52. 8f0aad6 openvswitch: Extend packet attribute for egress tunnel info by Wenyu Zhang · 10 years ago
  53. a85311b openvswitch: Avoid NULL mask check while building mask by Pravin B Shelar · 10 years ago
  54. 2fdb957 openvswitch: Refactor action alloc and copy api. by Pravin B Shelar · 10 years ago
  55. 41af73e openvswitch: Move key_attr_size() to flow_netlink.h. by Joe Stringer · 10 years ago
  56. 426cda5 openvswitch: Additional logging for -EINVAL on flow setups. by Jesse Gross · 10 years ago
  57. 1b760fb openvswitch: Remove redundant tcp_flags code. by Joe Stringer · 10 years ago
  58. 25cd9ba openvswitch: Add basic MPLS support to kernel by Simon Horman · 10 years ago
  59. f47de06 openvswitch: Create right mask with disabled megaflows by Pravin B Shelar · 10 years ago
  60. f579668 openvswitch: Add support for Geneve tunneling. by Jesse Gross · 10 years ago
  61. f0b128c openvswitch: Wrap struct ovs_key_ipv4_tunnel in a new structure. by Jesse Gross · 10 years ago
  62. 67fa034 openvswitch: Add support for matching on OAM packets. by Jesse Gross · 10 years ago
  63. 971427f3 openvswitch: Add recirc and hash action. by Andy Zhou · 10 years ago
  64. 83c8df2 openvswitch: refactor ovs flow extract API. by Pravin B Shelar · 10 years ago
  65. 1139e24 openvswitch: Compact sw_flow_key. by Jarno Rajahalme · 10 years ago
  66. d92ab13 openvswitch: Fix output of SCTP mask. by Jarno Rajahalme · 10 years ago
  67. 23dabf8 openvswitch: Remove 5-tuple optimization. by Jarno Rajahalme · 10 years ago
  68. 8c63ff0 openvswitch: Use ether_addr_copy by Joe Perches · 10 years ago
  69. 2235ad1 openvswitch: flow_netlink: Use pr_fmt to OVS_NLERR output by Joe Perches · 10 years ago
  70. cc23ebf openvswitch: Added (unsigned long long) cast in printf by Daniele Di Proietto · 10 years ago
  71. 7085130 openvswitch: use const in some local vars and casts by Daniele Di Proietto · 11 years ago
  72. 11d6c461 net: ovs: use kfree_rcu instead of rcu_free_{sw_flow_mask_cb,acts_callback} by Daniel Borkmann · 11 years ago
  73. e298e50 openvswitch: Per cpu flow stats. by Pravin B Shelar · 11 years ago
  74. 5eb26b1 openvswitch: TCP flags matching support. by Jarno Rajahalme · 11 years ago
  75. e644571 openvswitch: Restructure datapath.c and flow.c by Pravin B Shelar · 11 years ago