1. b83d23a openvswitch: Introduce per-cpu upcall dispatch by Mark Gray · 3 years, 6 months ago
  2. 9d2f627 net: openvswitch: add masks cache hit counter by Eelco Chaudron · 4 years, 5 months ago
  3. a65878d net: openvswitch: fixes potential deadlock in dp cleanup code by Eelco Chaudron · 4 years, 5 months ago
  4. eac87c4 net: openvswitch: reorder masks array based on usage by Eelco Chaudron · 4 years, 6 months ago
  5. c7c4c44 net: openvswitch: expand the meters supported number by Tonghao Zhang · 4 years, 8 months ago
  6. bd1903b net: openvswitch: add hash info to upcall by Tonghao Zhang · 5 years ago
  7. 95a7233 net: openvswitch: Set OvS recirc_id from tc chain index by Paul Blakey · 5 years ago
  8. c942299 treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 269 by Thomas Gleixner · 6 years ago
  9. 11efd5c openvswitch: Support conntrack zone limit by Yi-Hung Wei · 7 years ago
  10. cd8a6c3 openvswitch: Add meter action support by Andy Zhou · 7 years ago
  11. 96fbc13 openvswitch: Add meter infrastructure by Andy Zhou · 7 years ago
  12. 9602c01 openvswitch: export get_dp() API. by Andy Zhou · 7 years ago
  13. 9354d45 openvswitch: reliable interface indentification in port dumps by Jiri Benc · 7 years ago
  14. 494bea3 openvswitch: fix skb_panic due to the incorrect actions attrlen by Liping Zhang · 7 years ago
  15. 52427fa openvswitch: fix mis-ordered comment lines for ovs_skb_cb by Daniel Axtens · 7 years ago
  16. 798c166 openvswitch: Optimize sample action for the clone use cases by andy zhou · 8 years ago
  17. c7d03a0 netns: make struct pernet_operations::id unsigned int by Alexey Dobriyan · 8 years ago
  18. f2a4d08 openvswitch: Add packet truncation support. by William Tu · 9 years ago
  19. 3a927bc ovs: propagate per dp max headroom to all vports by Paolo Abeni · 9 years ago
  20. fc4099f openvswitch: Fix egress tunnel info. by Pravin B Shelar · 9 years ago
  21. 4c22279 ip-tunnel: Use API to access tunnel metadata options. by Pravin B Shelar · 9 years ago
  22. a581b96 openvswitch: Remove vport-net by Pravin B Shelar · 9 years ago
  23. 3eedb41 openvswitch: Remove egress_tun_info. by Pravin B Shelar · 9 years ago
  24. c2ac667 openvswitch: Allow matching on conntrack label by Joe Stringer · 9 years ago
  25. 7f8a436 openvswitch: Add conntrack action by Joe Stringer · 9 years ago
  26. be26b9a openvswitch: Move MASKED* macros to datapath.h by Joe Stringer · 9 years ago
  27. 1d8fff9 ip_tunnel: Make ovs_tunnel_info and ovs_key_ipv4_tunnel generic by Thomas Graf · 9 years ago
  28. ccea744 openvswitch: include datapath actions with sampled-packet upcall to userspace by Neil McKee · 10 years ago
  29. 0c5c9fb net: Introduce possible_net_t by Eric W. Biederman · 10 years ago
  30. 05da589 openvswitch: Add support for OVS_FLOW_ATTR_PROBE. by Jarno Rajahalme · 10 years ago
  31. 12eb18f openvswitch: Constify various function arguments by Thomas Graf · 10 years ago
  32. e8eedb8 openvswitch: Remove redundant key ref from upcall_info. by Pravin B Shelar · 10 years ago
  33. 8f0aad6 openvswitch: Extend packet attribute for egress tunnel info by Wenyu Zhang · 10 years ago
  34. d98612b openvswitch: Remove flow member from struct ovs_skb_cb by Lorand Jakab · 10 years ago
  35. f0b128c openvswitch: Wrap struct ovs_key_ipv4_tunnel in a new structure. by Jesse Gross · 10 years ago
  36. 971427f3 openvswitch: Add recirc and hash action. by Andy Zhou · 10 years ago
  37. 8c8b1b8 openvswitch: Use tun_key only for egress tunnel path. by Pravin B Shelar · 10 years ago
  38. 83c8df2 openvswitch: refactor ovs flow extract API. by Pravin B Shelar · 10 years ago
  39. 2ff3e4e openvswitch: Remove pkt_key from OVS_CB by Pravin B Shelar · 10 years ago
  40. 80019d3 net: Remove unlikely() for WARN_ON() conditions by Thomas Graf · 10 years ago
  41. 1815a88 openvswitch: Use net_ratelimit in OVS_NLERR by Joe Perches · 11 years ago
  42. df9d9fd openvswitch: rename ->sync to ->syncp by WANG Cong · 11 years ago
  43. 443cd88 ovs: make functions local by Stephen Hemminger · 11 years ago
  44. 43d4be9 openvswitch: Allow user space to announce ability to accept unaligned Netlink messages by Thomas Graf · 11 years ago
  45. 663efa3 openvswitch: Silence RCU lockdep checks from flow lookup. by Jesse Gross · 11 years ago
  46. 68eb550 genetlink: pass family to functions using groups by Johannes Berg · 11 years ago
  47. 1bd7116 openvswitch: collect mega flow mask stats by Andy Zhou · 11 years ago
  48. b637e49 openvswitch: Move mega-flow list out of rehashing struct. by Pravin B Shelar · 11 years ago
  49. e644571 openvswitch: Restructure datapath.c and flow.c by Pravin B Shelar · 11 years ago
  50. e7f1332 openvswitch: Move flow table rehashing to flow install. by Pravin B Shelar · 11 years ago
  51. 03f0d91 openvswitch: Mega flow implementation by Andy Zhou · 11 years ago
  52. aa31070 openvswitch: Add gre tunnel support. by Pravin B Shelar · 12 years ago
  53. 7d5437c openvswitch: Add tunneling interface. by Pravin B Shelar · 12 years ago
  54. 8e4e171 openvswitch: Simplify datapath locking. by Pravin B Shelar · 12 years ago
  55. b4f9e8c openvswitch: datapath.h: Fix a stale comment. by Andy Zhou · 12 years ago
  56. 4490108 openvswitch: Allow OVS_USERSPACE_ATTR_USERDATA to be variable length. by Ben Pfaff · 12 years ago
  57. 15e4730 netlink: Rename pid to portid to avoid confusion by Eric W. Biederman · 12 years ago
  58. 15eac2a openvswitch: Increase maximum number of datapath ports. by Pravin B Shelar · 12 years ago
  59. 46df7b8 openvswitch: Add support for network namespaces. by Pravin B Shelar · 13 years ago
  60. caf2ee1 openvswitch: Replace Nicira Networks. by Raju Subramanian · 13 years ago
  61. 8d9d399 net: remove version.h includes in net/openvswitch/ by Devendra Naga · 13 years ago
  62. ccb1352 net: Add Open vSwitch kernel components. by Jesse Gross · 13 years ago