1. ae5f2fb openvswitch: Zero flows on allocation. by Jesse Gross · 9 years ago
  2. cc57060 openvswitch: Fix IPv6 exthdr handling with ct helpers. by Joe Stringer · 9 years ago
  3. 982b527 openvswitch: Fix mask generation for nested attributes. by Jesse Gross · 9 years ago
  4. 38c089d openvswitch: Fix dependency on IPv6 defrag. by Joe Stringer · 9 years ago
  5. f88f69d openvswitch: Remove conntrack Kconfig option. by Joe Stringer · 9 years ago
  6. 4c22279 ip-tunnel: Use API to access tunnel metadata options. by Pravin B Shelar · 9 years ago
  7. a581b96 openvswitch: Remove vport-net by Pravin B Shelar · 9 years ago
  8. 8c87663 openvswitch: Remove vport stats. by Pravin B Shelar · 9 years ago
  9. 3eedb41 openvswitch: Remove egress_tun_info. by Pravin B Shelar · 9 years ago
  10. 24d43f3 openvswitch: Remove vport get_name() by Pravin B Shelar · 9 years ago
  11. c30da49 openvswitch: retain parsed IPv6 header fields in flow on error skipping extension headers by Simon Horman · 9 years ago
  12. 7f9562a ip_tunnels: record IP version in tunnel info by Jiri Benc · 9 years ago
  13. 0d5cdef openvswitch: Fix conntrack compilation without mark. by Joe Stringer · 9 years ago
  14. 9723e6a openswitch: fix typo CONFIG_NF_CONNTRACK_LABEL by Valentin Rothberg · 9 years ago
  15. 7b85b4d openvswitch: Include ip6_fib.h. by Joe Stringer · 9 years ago
  16. 35d4e17 net: add netif_is_ovs_master helper with IFF_OPENVSWITCH private flag by Jiri Pirko · 9 years ago
  17. 6b001e6 openvswitch: Use Geneve device. by Pravin B Shelar · 9 years ago
  18. cae3a26 openvswitch: Allow attaching helpers to ct action by Joe Stringer · 9 years ago
  19. c2ac667 openvswitch: Allow matching on conntrack label by Joe Stringer · 9 years ago
  20. 182e304 openvswitch: Allow matching on conntrack mark by Joe Stringer · 9 years ago
  21. 7f8a436 openvswitch: Add conntrack action by Joe Stringer · 9 years ago
  22. be26b9a openvswitch: Move MASKED* macros to datapath.h by Joe Stringer · 9 years ago
  23. 8e2fed1 openvswitch: Serialize acts with original netlink len by Joe Stringer · 9 years ago
  24. 61adedf route: move lwtunnel state to dst_entry by Jiri Benc · 9 years ago
  25. 7c383fb ip_tunnels: use tos and ttl fields also for IPv6 by Jiri Benc · 9 years ago
  26. c1ea5d6 ip_tunnels: add IPv6 addresses to ip_tunnel_key by Jiri Benc · 9 years ago
  27. 4b048d6 net: Change pseudohdr argument of inet_proto_csum_replace* to be a bool by Tom Herbert · 9 years ago
  28. 182ad46 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  29. b2acd1d openvswitch: Use regular GRE net_device instead of vport by Pravin B Shelar · 9 years ago
  30. a9020fd openvswitch: Move tunnel destroy function to oppenvswitch module. by Pravin B Shelar · 9 years ago
  31. e05176a openvswitch: Make 100 percents packets sampled when sampling rate is 1. by Wenyu Zhang · 9 years ago
  32. da8b43c vxlan: combine VXLAN_FLOWBASED into VXLAN_COLLECT_METADATA by Alexei Starovoitov · 9 years ago
  33. 3576fd7 openvswitch: Fix L4 checksum handling when dealing with IP fragments by Glenn Griffin · 9 years ago
  34. dcc38c0 openvswitch: Re-add CONFIG_OPENVSWITCH_VXLAN by Thomas Graf · 9 years ago
  35. 597798e openvswitch: Retrieve tunnel metadata when receiving from vport-netdev by Thomas Graf · 9 years ago
  36. 2661371 openvswitch: fix compilation when vxlan is a module by Nicolas Dichtel · 9 years ago
  37. c5e40ee Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  38. bac541e openvswitch: allocate nr_node_ids flow_stats instead of num_possible_nodes by Chris J Arges · 9 years ago
  39. 614732e openvswitch: Use regular VXLAN net_device device by Thomas Graf · 9 years ago
  40. c9db965 openvswitch: Abstract vport name through ovs_vport_name() by Thomas Graf · 9 years ago
  41. be4ace6 openvswitch: Move dev pointer into vport itself by Thomas Graf · 9 years ago
  42. 34ae932 openvswitch: Make tunnel set action attach a metadata dst by Thomas Graf · 9 years ago
  43. 3093fbe route: Per route IP tunnel metadata via lightweight tunnel by Thomas Graf · 9 years ago
  44. 1d8fff9 ip_tunnel: Make ovs_tunnel_info and ovs_key_ipv4_tunnel generic by Thomas Graf · 9 years ago
  45. 941742f Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  46. 640b2b1 openvswitch: disable LRO by Jiri Benc · 9 years ago
  47. ccea744 openvswitch: include datapath actions with sampled-packet upcall to userspace by Neil McKee · 9 years ago
  48. 11e1fa4 geneve: Rename support library as geneve_core by John W. Linville · 9 years ago
  49. 35d32e8 geneve: move definition of geneve_hdr() to geneve.h by John W. Linville · 9 years ago
  50. 6713fc9 openvswitch: Use eth_proto_is_802_3 by Alexander Duyck · 9 years ago
  51. 6c373ca Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 9 years ago
  52. 4167e9b mm: remove GFP_THISNODE by David Rientjes · 9 years ago
  53. 79b16aa udp_tunnel: Pass UDP socket down through udp_tunnel{, 6}_xmit_skb(). by David Miller · 9 years ago
  54. 9f0d34b Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  55. fa2d8ff openvswitch: Return vport module ref before destruction by Thomas Graf · 9 years ago
  56. 67b61f6 netlink: implement nla_get_in_addr and nla_get_in6_addr by Jiri Benc · 9 years ago
  57. 930345e netlink: implement nla_put_in_addr and nla_put_in6_addr by Jiri Benc · 9 years ago
  58. 0c5c9fb net: Introduce possible_net_t by Eric W. Biederman · 9 years ago
  59. efd7ef1 net: Kill hold_net release_net by Eric W. Biederman · 9 years ago
  60. 7d5f41f mpls: Fix the openvswitch select of NET_MPLS_GSO by Eric W. Biederman · 9 years ago
  61. f4f8e73 openvswitch: Fix serialization of non-masked set actions. by Joe Stringer · 9 years ago
  62. 7b4577a openvswitch: Fix net exit. by Pravin B Shelar · 9 years ago
  63. 26ad0b8 openvswitch: Fix key serialization. by Pravin B Shelar · 9 years ago
  64. 1310160 openvswitch: Add missing initialization in validate_and_copy_set_tun() by Geert Uytterhoeven · 9 years ago
  65. b35725a openvswitch: Reset key metadata for packet execution. by Pravin B Shelar · 9 years ago
  66. fd3137c openvswitch: Only set TUNNEL_VXLAN_OPT if VXLAN-GBP metadata is set by Thomas Graf · 9 years ago
  67. ca53934 openvswitch: Initialize unmasked key and uid len by Pravin B Shelar · 9 years ago
  68. 83d2b9b net: openvswitch: Support masked set actions. by Jarno Rajahalme · 9 years ago
  69. b869387 openvswitch: Add support for checksums on UDP tunnels. by Jesse Gross · 9 years ago
  70. 74ed7ab openvswitch: Add support for unique flow IDs. by Joe Stringer · 9 years ago
  71. 272c2cf openvswitch: Use sw_flow_key_range for key ranges. by Joe Stringer · 9 years ago
  72. d29ab6f openvswitch: Refactor ovs_flow_tbl_insert(). by Joe Stringer · 9 years ago
  73. 5b4237b openvswitch: Refactor ovs_nla_fill_match(). by Joe Stringer · 9 years ago
  74. af33c1a vxlan: Eliminate dependency on UDP socket in transmit path by Tom Herbert · 9 years ago
  75. 053c095 netlink: make nlmsg_end() and genlmsg_end() void by Johannes Berg · 9 years ago
  76. 1dd144c openvswitch: Support VXLAN Group Policy extension by Thomas Graf · 10 years ago
  77. 81bfe3c openvswitch: Allow for any level of nesting in flow attributes by Thomas Graf · 10 years ago
  78. d91641d openvswitch: Rename GENEVE_TUN_OPTS() to TUN_METADATA_OPTS() by Thomas Graf · 10 years ago
  79. 3511494 vxlan: Group Policy extension by Thomas Graf · 10 years ago
  80. 3f3558b Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  81. 1ba3980 openvswitch: packet messages need their own probe attribtue by Thomas Graf · 10 years ago
  82. 3f4c1d8 openvswitch: Introduce ovs_tunnel_route_lookup by Fan Du · 10 years ago
  83. df8a39d net: rename vlan_tx_* helpers since "tx" is misleading there by Jiri Pirko · 10 years ago
  84. a440edf openvswitch: Remove unnecessary version.h inclusion by Syam Sidhardhan · 10 years ago
  85. 24cc59d openvswitch: Consistently include VLAN header in flow and port stats. by Ben Pfaff · 10 years ago
  86. f8403a2 genetlink: pass only network namespace to genl_has_listeners() by Johannes Berg · 10 years ago
  87. 4aa6118 openvswitch: fix odd_ptr_err.cocci warnings by Wu Fengguang · 10 years ago
  88. 997e068 openvswitch: Fix vport_send double free by Pravin B Shelar · 10 years ago
  89. cbe7e76 openvswitch: Fix GSO with multiple MPLS label. by Pravin B Shelar · 10 years ago
  90. ec449f4 openvswitch: Fix MPLS action validation. by Pravin B Shelar · 10 years ago
  91. 22f1092 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  92. 8754589 net: replace remaining users of arch_fast_hash with jhash by Daniel Borkmann · 10 years ago
  93. d2b2a13 openvswitch: set correct protocol on route lookup by Jiri Benc · 10 years ago
  94. f2a01517 openvswitch: Fix flow mask validation. by Pravin B Shelar · 10 years ago
  95. 1459143 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  96. 93515d5 net: move vlan pop/push functions into common code by Jiri Pirko · 10 years ago
  97. e219512 net: move make_writable helper into common code by Jiri Pirko · 10 years ago
  98. 5968250 vlan: introduce *vlan_hwaccel_push_inside helpers by Jiri Pirko · 10 years ago
  99. 62749e2 vlan: rename __vlan_put_tag to vlan_insert_tag_set_proto by Jiri Pirko · 10 years ago
  100. 1abcd82 openvswitch: actions: use skb_postpull_rcsum when possible by Jiri Pirko · 10 years ago