1. 443cd88 ovs: make functions local by Stephen Hemminger · 11 years ago
  2. 09c5e60 openvswitch: Compute checksum in skb_gso_segment() if needed by Thomas Graf · 11 years ago
  3. bda56f1 openvswitch: Use skb_zerocopy() for upcall by Thomas Graf · 11 years ago
  4. 8055a89 openvswitch: Pass datapath into userspace queue functions by Thomas Graf · 11 years ago
  5. 44da5ae openvswitch: Drop user features if old user space attempted to create datapath by Thomas Graf · 11 years ago
  6. 43d4be9 openvswitch: Allow user space to announce ability to accept unaligned Netlink messages by Thomas Graf · 11 years ago
  7. e298e50 openvswitch: Per cpu flow stats. by Pravin B Shelar · 11 years ago
  8. 795449d openvswitch: Enable memory mapped Netlink i/o by Thomas Graf · 11 years ago
  9. 663efa3 openvswitch: Silence RCU lockdep checks from flow lookup. by Jesse Gross · 11 years ago
  10. 5bb5063 openvswitch: Change ovs_flow_tbl_lookup_xx() APIs by Andy Zhou · 11 years ago
  11. 1ee2dcc Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 11 years ago
  12. 2a94fe4 genetlink: make multicast groups const, prevent abuse by Johannes Berg · 11 years ago
  13. 68eb550 genetlink: pass family to functions using groups by Johannes Berg · 11 years ago
  14. 62b68e9 genetlink: add and use genl_set_err() by Johannes Berg · 11 years ago
  15. c53ed74 genetlink: only pass array to genl_register_family_with_ops() by Johannes Berg · 11 years ago
  16. 4534de8 genetlink: make all genl_ops users const by Johannes Berg · 11 years ago
  17. 5e30025 Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  18. 827da44 net: Explicitly initialize u64_stats_sync structures for lockdep by John Stultz · 11 years ago
  19. df23e9f openvswitch: Widen TCP flags handling. by Jarno Rajahalme · 11 years ago
  20. 1bd7116 openvswitch: collect mega flow mask stats by Andy Zhou · 11 years ago
  21. 618ed0c openvswitch: Simplify mega-flow APIs. by Pravin B Shelar · 11 years ago
  22. b637e49 openvswitch: Move mega-flow list out of rehashing struct. by Pravin B Shelar · 11 years ago
  23. e644571 openvswitch: Restructure datapath.c and flow.c by Pravin B Shelar · 11 years ago
  24. e7f1332 openvswitch: Move flow table rehashing to flow install. by Pravin B Shelar · 11 years ago
  25. a175a72 openvswitch: Add SCTP support by Joe Stringer · 11 years ago
  26. 03f0d91 openvswitch: Mega flow implementation by Andy Zhou · 11 years ago
  27. 59a35d6 openvswitch: Use RCU lock for dp dump operation. by Pravin B Shelar · 11 years ago
  28. d57170b openvswitch: Use RCU lock for flow dump operation. by Pravin B Shelar · 11 years ago
  29. 30444e9 openvswitch: Fix bad merge resolution. by Jesse Gross · 11 years ago
  30. a3e8299 openvswitch: Optimize flow key match for non tunnel flows. by Pravin B Shelar · 11 years ago
  31. 7d5437c openvswitch: Add tunneling interface. by Pravin B Shelar · 11 years ago
  32. 74f84a5 openvswitch: Copy individual actions. by Pravin B Shelar · 11 years ago
  33. 93d8fd1 openvswitch: Simplify interface ovs_flow_metadata_from_nlattrs() by Pravin B Shelar · 11 years ago
  34. f44f340 openvswitch: Immediately exit on error in ovs_vport_cmd_set(). by Jesse Gross · 11 years ago
  35. cff63a5 openvswitch: Remove unneeded ovs_netdev_get_ifindex() by Thomas Graf · 11 years ago
  36. 3a4e0d6 openvswitch: Use parallel_ops genl. by Pravin B Shelar · 11 years ago
  37. 6e0895c Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  38. 86a9bad net: vlan: add protocol argument to packet tagging functions by Patrick McHardy · 11 years ago
  39. 8e4e171 openvswitch: Simplify datapath locking. by Pravin B Shelar · 11 years ago
  40. ed66118 openvswitch: Move common genl notify code into ovs_notify() by Thomas Graf · 11 years ago
  41. c3ff8cf openvswitch: Refine Netlink message size calculation and kill FLOW_BUFSIZE by Thomas Graf · 11 years ago
  42. 32686a9 openvswitch: Use nla_memcpy() to memcpy() data from attributes by Thomas Graf · 11 years ago
  43. dded45fc openvswitch: Specify the minimal length of OVS_PACKET_ATTR_PACKET in the policy by Thomas Graf · 11 years ago
  44. e5c5d22 net: add ETH_P_802_3_MIN by Simon Horman · 11 years ago
  45. a934151 openvswitch: Preallocate reply skb in ovs_vport_cmd_set(). by Jesse Gross · 11 years ago
  46. 6181659 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  47. 86feff3 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jesse/openvswitch by David S. Miller · 11 years ago
  48. 296b601 Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jesse/openvswitch by David S. Miller · 11 years ago
  49. b67bfe0 hlist: drop the node parameter from iterators by Sasha Levin · 11 years ago
  50. a15ff76 openvswitch: Call genlmsg_end in queue_userspace_packet by Rich Lane · 11 years ago
  51. cb7c5bd openvswitch: Fix ovs_vport_cmd_new return value on success by Rich Lane · 11 years ago
  52. 734907e openvswitch: Fix ovs_vport_cmd_del return value on success by Rich Lane · 11 years ago
  53. 4490108 openvswitch: Allow OVS_USERSPACE_ATTR_USERDATA to be variable length. by Ben Pfaff · 11 years ago
  54. 12b0004 net: adjust skb_gso_segment() for calling in rx path by Cong Wang · 11 years ago
  55. 3523b29 openvswitch: Use FIELD_SIZEOF() in dp_init(). by YOSHIFUJI Hideaki / 吉藤英明 · 12 years ago
  56. 14408db openvswitch: Change ENOENT return value to ENODEV in lookup_vport(). by Jarno Rajahalme · 12 years ago
  57. 39c7caeb openvswitch: add skb mark matching and set action by Ansis Atteka · 12 years ago
  58. 404f2f1 net: openvswitch: use this_cpu_ptr per-cpu helper by Shan Wei · 12 years ago
  59. 3fdbd1c openvswitch: add ipv6 'set' action by Ansis Atteka · 12 years ago
  60. b48b63a Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 12 years ago
  61. 15e4730 netlink: Rename pid to portid to avoid confusion by Eric W. Biederman · 12 years ago
  62. 15eac2a openvswitch: Increase maximum number of datapath ports. by Pravin B Shelar · 12 years ago
  63. 46df7b8 openvswitch: Add support for network namespaces. by Pravin B Shelar · 12 years ago
  64. 4185392 openvswitch: Relax set header validation. by Jesse Gross · 12 years ago
  65. c073cfc Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jesse/openvswitch by David S. Miller · 12 years ago
  66. a1b5d0d openvswitch: Check gso_type for correct sk_buff in queue_gso_packets(). by Ben Pfaff · 12 years ago
  67. 92e5dfc openvswitch: Check currect return value from skb_gso_segment() by Pravin B Shelar · 12 years ago
  68. 0289403 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 12 years ago
  69. 8aa51d6 openvswitch: checking wrong variable in queue_userspace_packet() by Dan Carpenter · 12 years ago
  70. 072ae63 openvswitch: Validation of IPv6 set port action uses IPv4 header by Pravin B Shelar · 12 years ago
  71. caf2ee1 openvswitch: Replace Nicira Networks. by Raju Subramanian · 12 years ago
  72. 4cb6e11 openvswitch: Release rtnl_lock if ovs_vport_cmd_build_info() failed. by Ansis Atteka · 12 years ago
  73. 06eb4ea Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 12 years ago
  74. 03fbf8b openvswitch: Do not send notification if ovs_vport_set_options() failed by Ansis Atteka · 12 years ago
  75. 028d6a6 openvswitch: Stop using NLA_PUT*(). by David S. Miller · 12 years ago
  76. 9ffc93f Remove all #inclusions of asm/system.h by David Howells · 12 years ago
  77. 651a68e openvswitch: Honor dp_ifindex, when specified, for vport lookup by name. by Ben Pfaff · 12 years ago
  78. 77676fd openvswitch: Fix multipart datapath dumps. by Ben Pfaff · 13 years ago
  79. 8d9d399 net: remove version.h includes in net/openvswitch/ by Devendra Naga · 13 years ago
  80. ccb1352 net: Add Open vSwitch kernel components. by Jesse Gross · 13 years ago