1. 784dcfa openvswitch: fix alignment issues by Mark Gray · 3 years, 5 months ago
  2. b83d23a openvswitch: Introduce per-cpu upcall dispatch by Mark Gray · 3 years, 6 months ago
  3. c4ab7b5 openvswitch: add trace points by Aaron Conole · 3 years, 6 months ago
  4. 7c0ea59 openvswitch: fix stack OOB read while fragmenting IPv4 packets by Davide Caratti · 3 years, 8 months ago
  5. a5317f3 net: openvswitch: add log message for error case by Eelco Chaudron · 4 years ago
  6. 09d6217 net: openvswitch: fix TTL decrement exception action execution by Eelco Chaudron · 4 years, 1 month ago
  7. 43c1360 net: openvswitch: ensure LSE is pullable before reading it by Davide Caratti · 4 years, 1 month ago
  8. 69929d4 net: openvswitch: fix TTL decrement action netlink message format by Eelco Chaudron · 4 years, 1 month ago
  9. 19fbcb3 net/sched: act_vlan: Add {POP,PUSH}_ETH actions by Guillaume Nault · 4 years, 3 months ago
  10. cf3266a net: openvswitch: improve the coding style by Tonghao Zhang · 4 years, 4 months ago
  11. a7c978c openvswitch: using ip6_fragment in ipv6_stub by wenxu · 4 years, 4 months ago
  12. 1784365 openvswitch: take into account de-fragmentation/gso_size in execute_check_pkt_len by Lorenzo Bianconi · 4 years, 6 months ago
  13. 744676e openvswitch: add TTL decrement action by Matteo Croce · 4 years, 11 months ago
  14. f66b53f openvswitch: New MPLS actions for layer 2 tunnelling by Martin Varghese · 5 years ago
  15. d04ac22 net: Fixed updating of ethertype in skb_mpls_push() by Martin Varghese · 5 years ago
  16. 040b5cf Fixed updating of ethertype in function skb_mpls_pop by Martin Varghese · 5 years ago
  17. fbdcdd7 Change in Openvswitch to support MPLS label depth of 3 in ingress direction by Martin Varghese · 5 years ago
  18. fa4e0f8 net/sched: fix corrupted L2 header with MPLS 'push' and 'pop' actions by Davide Caratti · 5 years ago
  19. d27cf5c net: core: add MPLS update core helper and use in OvS by John Hurley · 5 years ago
  20. ed246ce net: core: move pop MPLS functionality from OvS to core helper by John Hurley · 5 years ago
  21. 8822e27 net: core: move push MPLS functionality from OvS to core helper by John Hurley · 5 years ago
  22. 0e3183c net: openvswitch: fix csum updates for MPLS actions by John Hurley · 6 years ago
  23. c942299 treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 269 by Thomas Gleixner · 6 years ago
  24. 4d5ec89 net: openvswitch: Add a new action check_pkt_len by Numan Siddique · 6 years ago
  25. 9df46ae OVS: remove use of VLAN_TAG_PRESENT by Michał Mirosław · 6 years ago
  26. b233504 openvswitch: kernel datapath clone action by Yifeng Sun · 7 years ago
  27. cd8a6c3 openvswitch: Add meter action support by Andy Zhou · 7 years ago
  28. b2d0f5d openvswitch: enable NSH support by Yi Yang · 7 years ago
  29. b822696 openvswitch: add ct_clear action by Eric Garver · 7 years ago
  30. 494bea3 openvswitch: fix skb_panic due to the incorrect actions attrlen by Liping Zhang · 7 years ago
  31. bef7f75 Openvswitch: Refactor sample and recirc actions implementation by andy zhou · 8 years ago
  32. 798c166 openvswitch: Optimize sample action for the clone use cases by andy zhou · 8 years ago
  33. 4572ef5 openvswitch: Refactor recirc key allocation. by andy zhou · 8 years ago
  34. 47c697a openvswitch: Deferred fifo API change. by andy zhou · 8 years ago
  35. f1304f7 openvswitch: actions: fixed a brace coding style warning by Peter Downs · 8 years ago
  36. 9dd7f89 openvswitch: Add original direction conntrack tuple to sw_flow_key. by Jarno Rajahalme · 8 years ago
  37. 5b8784a openvswitch: Simplify do_execute_actions(). by andy zhou · 8 years ago
  38. 91820da openvswitch: add Ethernet push and pop actions by Jiri Benc · 8 years ago
  39. 1560a07 openvswitch: support MPLS push and pop for L3 packets by Jiri Benc · 8 years ago
  40. e2d9d83 openvswitch: pass mac_proto to ovs_vport_send by Jiri Benc · 8 years ago
  41. 329f45b openvswitch: add mac_proto field to the flow key by Jiri Benc · 8 years ago
  42. 738314a openvswitch: use hard_header_len instead of hardcoded ETH_HLEN by Jiri Benc · 8 years ago
  43. c66549f openvswitch: correctly fragment packet with mpls headers by Jiri Benc · 8 years ago
  44. 85de4a2 openvswitch: use mpls_hdr by Jiri Benc · 8 years ago
  45. 2679d04 openvswitch: avoid deferred execution of recirc actions by Lance Richardson · 8 years ago
  46. 018c1dd openvswitch: 802.1AD Flow handling, actions, vlan parsing, netlink attributes by Eric Garver · 8 years ago
  47. 48d2ab6 net: mpls: Fixups for GSO by David Ahern · 8 years ago
  48. f2a4d08 openvswitch: Add packet truncation support. by William Tu · 9 years ago
  49. bc7cc59 openvswitch: update checksum in {push,pop}_mpls by Simon Horman · 9 years ago
  50. b4f7052 openvswitch: use flow protocol when recalculating ipv6 checksums by Simon Horman · 9 years ago
  51. 6b83d28 net: use skb_postpush_rcsum instead of own implementations by Daniel Borkmann · 9 years ago
  52. b064d0d ovs: limit ovs recursions in ovs_execute_actions to not corrupt stack by Hannes Frederic Sowa · 9 years ago
  53. b75ec3a Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  54. 74c1661 openvswitch: Fix double-free on ip_defrag() errors by Joe Stringer · 9 years ago
  55. ba3e208 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  56. fc4099f openvswitch: Fix egress tunnel info. by Pravin B Shelar · 9 years ago
  57. 26440c8 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  58. ec0d043 openvswitch: Ensure flow is valid before executing ct by Joe Stringer · 9 years ago
  59. b8f2257 openvswitch: Fix skb leak in ovs_fragment() by Joe Stringer · 9 years ago
  60. 33db412 openvswitch: Rename LABEL->LABELS by Joe Stringer · 9 years ago
  61. 184e16d openvswitch: Remove ovs_vport_output_sk by Eric W. Biederman · 9 years ago
  62. 7d8c6e3 ipv6: Pass struct net through ip6_fragment by Eric W. Biederman · 10 years ago
  63. 694869b ipv4: Pass struct net through ip_fragment by Eric W. Biederman · 10 years ago
  64. c559cd3 openvswitch: Pass net into ovs_fragment by Eric W. Biederman · 9 years ago
  65. 188515f openvswitch: Pass net into ovs_vport_output by Eric W. Biederman · 9 years ago
  66. 4c22279 ip-tunnel: Use API to access tunnel metadata options. by Pravin B Shelar · 9 years ago
  67. 3eedb41 openvswitch: Remove egress_tun_info. by Pravin B Shelar · 9 years ago
  68. 7b85b4d openvswitch: Include ip6_fib.h. by Joe Stringer · 9 years ago
  69. c2ac667 openvswitch: Allow matching on conntrack label by Joe Stringer · 9 years ago
  70. 182e304 openvswitch: Allow matching on conntrack mark by Joe Stringer · 9 years ago
  71. 7f8a436 openvswitch: Add conntrack action by Joe Stringer · 9 years ago
  72. be26b9a openvswitch: Move MASKED* macros to datapath.h by Joe Stringer · 9 years ago
  73. 4b048d6 net: Change pseudohdr argument of inet_proto_csum_replace* to be a bool by Tom Herbert · 9 years ago
  74. 182ad46 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  75. e05176a openvswitch: Make 100 percents packets sampled when sampling rate is 1. by Wenyu Zhang · 9 years ago
  76. 3576fd7 openvswitch: Fix L4 checksum handling when dealing with IP fragments by Glenn Griffin · 9 years ago
  77. 34ae932 openvswitch: Make tunnel set action attach a metadata dst by Thomas Graf · 9 years ago
  78. 1d8fff9 ip_tunnel: Make ovs_tunnel_info and ovs_key_ipv4_tunnel generic by Thomas Graf · 9 years ago
  79. ccea744 openvswitch: include datapath actions with sampled-packet upcall to userspace by Neil McKee · 10 years ago
  80. 83d2b9b net: openvswitch: Support masked set actions. by Jarno Rajahalme · 10 years ago
  81. df8a39d net: rename vlan_tx_* helpers since "tx" is misleading there by Jiri Pirko · 10 years ago
  82. cbe7e76 openvswitch: Fix GSO with multiple MPLS label. by Pravin B Shelar · 10 years ago
  83. 1459143 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  84. 93515d5 net: move vlan pop/push functions into common code by Jiri Pirko · 10 years ago
  85. e219512 net: move make_writable helper into common code by Jiri Pirko · 10 years ago
  86. 62749e2 vlan: rename __vlan_put_tag to vlan_insert_tag_set_proto by Jiri Pirko · 10 years ago
  87. 1abcd82 openvswitch: actions: use skb_postpull_rcsum when possible by Jiri Pirko · 10 years ago
  88. 856447d openvswitch: Fix checksum calculation when modifying ICMPv6 packets. by Jesse Gross · 10 years ago
  89. ab64f16 openvswitch: Fix memory leak. by Pravin B Shelar · 10 years ago
  90. 12eb18f openvswitch: Constify various function arguments by Thomas Graf · 10 years ago
  91. e8eedb8 openvswitch: Remove redundant key ref from upcall_info. by Pravin B Shelar · 10 years ago
  92. fff06c3 openvswitch: Optimize recirc action. by Pravin B Shelar · 10 years ago
  93. 8f0aad6 openvswitch: Extend packet attribute for egress tunnel info by Wenyu Zhang · 10 years ago
  94. d98612b openvswitch: Remove flow member from struct ovs_skb_cb by Lorand Jakab · 10 years ago
  95. 738967b openvswitch: refactor do_output() to move NULL check out of fast path by Andy Zhou · 10 years ago
  96. 25cd9ba openvswitch: Add basic MPLS support to kernel by Simon Horman · 10 years ago
  97. 941d8eb datapath: Rename last_action() as nla_is_last() and move to netlink.h by Simon Horman · 10 years ago
  98. f0b128c openvswitch: Wrap struct ovs_key_ipv4_tunnel in a new structure. by Jesse Gross · 10 years ago
  99. 971427f3 openvswitch: Add recirc and hash action. by Andy Zhou · 10 years ago
  100. 32ae87f openvswitch: simplify sample action implementation by Andy Zhou · 10 years ago