1. 72ec108 openvswitch: fix vlan subtraction from packet length by Jiri Benc · 8 years ago
  2. 018c1dd openvswitch: 802.1AD Flow handling, actions, vlan parsing, netlink attributes by Eric Garver · 8 years ago
  3. f2a4d08 openvswitch: Add packet truncation support. by William Tu · 8 years ago
  4. 83e4bf7 openvswitch: properly refcount vport-vxlan module by Paolo Abeni · 9 years ago
  5. 20f7956 net: openvswitch: Remove invalid comment by Aaron Conole · 9 years ago
  6. ba3e208 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  7. fc4099f openvswitch: Fix egress tunnel info. by Pravin B Shelar · 9 years ago
  8. aec1592 openvswitch: Use dev_queue_xmit for vport send. by Pravin B Shelar · 9 years ago
  9. 740dbc2 openvswitch: Scrub skb between namespaces by Joe Stringer · 9 years ago
  10. 83ffe99 openvswitch: Fix ovs_vport_get_stats() by Pravin B Shelar · 9 years ago
  11. 4c22279 ip-tunnel: Use API to access tunnel metadata options. by Pravin B Shelar · 9 years ago
  12. 8c87663 openvswitch: Remove vport stats. by Pravin B Shelar · 9 years ago
  13. 3eedb41 openvswitch: Remove egress_tun_info. by Pravin B Shelar · 9 years ago
  14. 7f9562a ip_tunnels: record IP version in tunnel info by Jiri Benc · 9 years ago
  15. 7f8a436 openvswitch: Add conntrack action by Joe Stringer · 9 years ago
  16. 7c383fb ip_tunnels: use tos and ttl fields also for IPv6 by Jiri Benc · 9 years ago
  17. c1ea5d6 ip_tunnels: add IPv6 addresses to ip_tunnel_key by Jiri Benc · 9 years ago
  18. c9db965 openvswitch: Abstract vport name through ovs_vport_name() by Thomas Graf · 9 years ago
  19. 1d8fff9 ip_tunnel: Make ovs_tunnel_info and ovs_key_ipv4_tunnel generic by Thomas Graf · 9 years ago
  20. fa2d8ff openvswitch: Return vport module ref before destruction by Thomas Graf · 9 years ago
  21. 3f4c1d8 openvswitch: Introduce ovs_tunnel_route_lookup by Fan Du · 9 years ago
  22. df8a39d net: rename vlan_tx_* helpers since "tx" is misleading there by Jiri Pirko · 9 years ago
  23. 24cc59d openvswitch: Consistently include VLAN header in flow and port stats. by Ben Pfaff · 9 years ago
  24. 997e068 openvswitch: Fix vport_send double free by Pravin B Shelar · 10 years ago
  25. d2b2a13 openvswitch: set correct protocol on route lookup by Jiri Benc · 10 years ago
  26. 12eb18f openvswitch: Constify various function arguments by Thomas Graf · 10 years ago
  27. 8f0aad6 openvswitch: Extend packet attribute for egress tunnel info by Wenyu Zhang · 10 years ago
  28. 9ba559d openvswitch: Export symbols as GPL symbols. by Pravin B Shelar · 10 years ago
  29. 62b9c8d ovs: Turn vports with dependencies into separate modules by Thomas Graf · 10 years ago
  30. 4e8febd openvswitch: use vport instead of p by Fabian Frederick · 10 years ago
  31. f579668 openvswitch: Add support for Geneve tunneling. by Jesse Gross · 10 years ago
  32. f0b128c openvswitch: Wrap struct ovs_key_ipv4_tunnel in a new structure. by Jesse Gross · 10 years ago
  33. 8c8b1b8 openvswitch: Use tun_key only for egress tunnel path. by Pravin B Shelar · 10 years ago
  34. 83c8df2 openvswitch: refactor ovs flow extract API. by Pravin B Shelar · 10 years ago
  35. e403ade openvswitch: change the data type of error status to atomic_long_t by Li RongQing · 10 years ago
  36. 3791b3f openvswitch: Fix memory leak in ovs_vport_alloc() error path by Christoph Jaeger · 10 years ago
  37. 5cd667b openvswitch: Allow each vport to have an array of 'port_id's. by Alex Wang · 10 years ago
  38. 57a7744 net: Replace u64_stats_fetch_begin_bh to u64_stats_fetch_begin_irq by Eric W. Biederman · 10 years ago
  39. 1c213bd net: introduce netdev_alloc_pcpu_stats() for drivers by WANG Cong · 10 years ago
  40. 39b6b29 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jesse/openvswitch by David S. Miller · 10 years ago
  41. 443cd88 ovs: make functions local by Stephen Hemminger · 11 years ago
  42. 8f84985 net: unify the pcpu_tstats and br_cpu_netstats as one by Li RongQing · 10 years ago
  43. 827da44 net: Explicitly initialize u64_stats_sync structures for lockdep by John Stultz · 11 years ago
  44. 2694838 openvswitch: Fix argument descriptions in vport.c. by Justin Pettit · 11 years ago
  45. 5826484 openvswitch: Add vxlan tunneling support. by Pravin B Shelar · 11 years ago
  46. fb825a5 openvswitch: Add Kconfig dependency on GRE-DEMUX. by Pravin B Shelar · 11 years ago
  47. 479b1a5 openvswitch: Use correct config guard. by Pravin B Shelar · 11 years ago
  48. aa31070 openvswitch: Add gre tunnel support. by Pravin B Shelar · 11 years ago
  49. 7d5437c openvswitch: Add tunneling interface. by Pravin B Shelar · 11 years ago
  50. af78416 openvswitch: Fix misspellings in comments and docs. by Andy Hill · 11 years ago
  51. 91b7514 openvswitch: Unify vport error stats handling. by Pravin B Shelar · 11 years ago
  52. e0f0ecf openvswitch: Use generic struct pcpu_tstats. by Pravin B Shelar · 11 years ago
  53. 8e4e171 openvswitch: Simplify datapath locking. by Pravin B Shelar · 11 years ago
  54. 5d96335 openvswitch: Don't insert empty OVS_VPORT_ATTR_OPTIONS attribute by Thomas Graf · 11 years ago
  55. 296b601 Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jesse/openvswitch by David S. Miller · 11 years ago
  56. b67bfe0 hlist: drop the node parameter from iterators by Sasha Levin · 11 years ago
  57. d176ca2 openvswitch: remove some useless comments by Cong Wang · 11 years ago
  58. 404f2f1 net: openvswitch: use this_cpu_ptr per-cpu helper by Shan Wei · 12 years ago
  59. a2bf91b net/openvswitch/vport.c: Remove unecessary semicolon by Peter Senna Tschudin · 12 years ago
  60. 15e4730 netlink: Rename pid to portid to avoid confusion by Eric W. Biederman · 12 years ago
  61. 15eac2a openvswitch: Increase maximum number of datapath ports. by Pravin B Shelar · 12 years ago
  62. 46df7b8 openvswitch: Add support for network namespaces. by Pravin B Shelar · 12 years ago
  63. caf2ee1 openvswitch: Replace Nicira Networks. by Raju Subramanian · 12 years ago
  64. 8d9d399 net: remove version.h includes in net/openvswitch/ by Devendra Naga · 12 years ago
  65. f0a98ae openvswitch: small potential memory leak in ovs_vport_alloc() by Dan Carpenter · 13 years ago
  66. ccb1352 net: Add Open vSwitch kernel components. by Jesse Gross · 13 years ago