1. 3c7af81 openvswitch: fix skb_panic due to the incorrect actions attrlen by Liping Zhang · 7 years ago
  2. 85de4a2 openvswitch: use mpls_hdr by Jiri Benc · 8 years ago
  3. 2679d04 openvswitch: avoid deferred execution of recirc actions by Lance Richardson · 8 years ago
  4. 018c1dd openvswitch: 802.1AD Flow handling, actions, vlan parsing, netlink attributes by Eric Garver · 8 years ago
  5. 48d2ab6 net: mpls: Fixups for GSO by David Ahern · 8 years ago
  6. f2a4d08 openvswitch: Add packet truncation support. by William Tu · 8 years ago
  7. bc7cc59 openvswitch: update checksum in {push,pop}_mpls by Simon Horman · 8 years ago
  8. b4f7052 openvswitch: use flow protocol when recalculating ipv6 checksums by Simon Horman · 8 years ago
  9. 6b83d28 net: use skb_postpush_rcsum instead of own implementations by Daniel Borkmann · 9 years ago
  10. b064d0d ovs: limit ovs recursions in ovs_execute_actions to not corrupt stack by Hannes Frederic Sowa · 9 years ago
  11. b75ec3a Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  12. 74c1661 openvswitch: Fix double-free on ip_defrag() errors by Joe Stringer · 9 years ago
  13. ba3e208 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  14. fc4099f openvswitch: Fix egress tunnel info. by Pravin B Shelar · 9 years ago
  15. 26440c8 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  16. ec0d043 openvswitch: Ensure flow is valid before executing ct by Joe Stringer · 9 years ago
  17. b8f2257 openvswitch: Fix skb leak in ovs_fragment() by Joe Stringer · 9 years ago
  18. 33db412 openvswitch: Rename LABEL->LABELS by Joe Stringer · 9 years ago
  19. 184e16d openvswitch: Remove ovs_vport_output_sk by Eric W. Biederman · 9 years ago
  20. 7d8c6e3 ipv6: Pass struct net through ip6_fragment by Eric W. Biederman · 9 years ago
  21. 694869b ipv4: Pass struct net through ip_fragment by Eric W. Biederman · 9 years ago
  22. c559cd3 openvswitch: Pass net into ovs_fragment by Eric W. Biederman · 9 years ago
  23. 188515f openvswitch: Pass net into ovs_vport_output by Eric W. Biederman · 9 years ago
  24. 4c22279 ip-tunnel: Use API to access tunnel metadata options. by Pravin B Shelar · 9 years ago
  25. 3eedb41 openvswitch: Remove egress_tun_info. by Pravin B Shelar · 9 years ago
  26. 7b85b4d openvswitch: Include ip6_fib.h. by Joe Stringer · 9 years ago
  27. c2ac667 openvswitch: Allow matching on conntrack label by Joe Stringer · 9 years ago
  28. 182e304 openvswitch: Allow matching on conntrack mark by Joe Stringer · 9 years ago
  29. 7f8a436 openvswitch: Add conntrack action by Joe Stringer · 9 years ago
  30. be26b9a openvswitch: Move MASKED* macros to datapath.h by Joe Stringer · 9 years ago
  31. 4b048d6 net: Change pseudohdr argument of inet_proto_csum_replace* to be a bool by Tom Herbert · 9 years ago
  32. 182ad46 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  33. e05176a openvswitch: Make 100 percents packets sampled when sampling rate is 1. by Wenyu Zhang · 9 years ago
  34. 3576fd7 openvswitch: Fix L4 checksum handling when dealing with IP fragments by Glenn Griffin · 9 years ago
  35. 34ae932 openvswitch: Make tunnel set action attach a metadata dst by Thomas Graf · 9 years ago
  36. 1d8fff9 ip_tunnel: Make ovs_tunnel_info and ovs_key_ipv4_tunnel generic by Thomas Graf · 9 years ago
  37. ccea744 openvswitch: include datapath actions with sampled-packet upcall to userspace by Neil McKee · 9 years ago
  38. 83d2b9b net: openvswitch: Support masked set actions. by Jarno Rajahalme · 10 years ago
  39. df8a39d net: rename vlan_tx_* helpers since "tx" is misleading there by Jiri Pirko · 10 years ago
  40. cbe7e76 openvswitch: Fix GSO with multiple MPLS label. by Pravin B Shelar · 10 years ago
  41. 1459143 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  42. 93515d5 net: move vlan pop/push functions into common code by Jiri Pirko · 10 years ago
  43. e219512 net: move make_writable helper into common code by Jiri Pirko · 10 years ago
  44. 62749e2 vlan: rename __vlan_put_tag to vlan_insert_tag_set_proto by Jiri Pirko · 10 years ago
  45. 1abcd82 openvswitch: actions: use skb_postpull_rcsum when possible by Jiri Pirko · 10 years ago
  46. 856447d openvswitch: Fix checksum calculation when modifying ICMPv6 packets. by Jesse Gross · 10 years ago
  47. ab64f16 openvswitch: Fix memory leak. by Pravin B Shelar · 10 years ago
  48. 12eb18f openvswitch: Constify various function arguments by Thomas Graf · 10 years ago
  49. e8eedb8 openvswitch: Remove redundant key ref from upcall_info. by Pravin B Shelar · 10 years ago
  50. fff06c3 openvswitch: Optimize recirc action. by Pravin B Shelar · 10 years ago
  51. 8f0aad6 openvswitch: Extend packet attribute for egress tunnel info by Wenyu Zhang · 10 years ago
  52. d98612b openvswitch: Remove flow member from struct ovs_skb_cb by Lorand Jakab · 10 years ago
  53. 738967b openvswitch: refactor do_output() to move NULL check out of fast path by Andy Zhou · 10 years ago
  54. 25cd9ba openvswitch: Add basic MPLS support to kernel by Simon Horman · 10 years ago
  55. 941d8eb datapath: Rename last_action() as nla_is_last() and move to netlink.h by Simon Horman · 10 years ago
  56. f0b128c openvswitch: Wrap struct ovs_key_ipv4_tunnel in a new structure. by Jesse Gross · 10 years ago
  57. 971427f3 openvswitch: Add recirc and hash action. by Andy Zhou · 10 years ago
  58. 32ae87f openvswitch: simplify sample action implementation by Andy Zhou · 10 years ago
  59. 8c8b1b8 openvswitch: Use tun_key only for egress tunnel path. by Pravin B Shelar · 10 years ago
  60. 2ff3e4e openvswitch: Remove pkt_key from OVS_CB by Pravin B Shelar · 10 years ago
  61. 2ba5af4 openvswitch: fix panic with multiple vlan headers by Jiri Benc · 10 years ago
  62. d9e0ecb openvswitch: Add skb_clone NULL check for the sampling action. by Andy Zhou · 10 years ago
  63. 651887b openvswitch: Sample action without side effects by Simon Horman · 10 years ago
  64. fe984c0 openvswitch: Fix a double free bug for the sample action by Andy Zhou · 10 years ago
  65. 8c63ff0 openvswitch: Use ether_addr_copy by Joe Perches · 11 years ago
  66. 63862b5 net: replace macros net_random and net_srandom with direct calls to prandom by Aruna-Hewapathirane · 11 years ago
  67. 7539fad net: Add utility functions to clear rxhash by Tom Herbert · 11 years ago
  68. a175a72 openvswitch: Add SCTP support by Joe Stringer · 11 years ago
  69. 03f0d91 openvswitch: Mega flow implementation by Andy Zhou · 11 years ago
  70. 36bf5cc openvswitch: Reset tunnel key between input and output. by Jesse Gross · 11 years ago
  71. 7d5437c openvswitch: Add tunneling interface. by Pravin B Shelar · 11 years ago
  72. b34df5e openvswitch: make skb->csum consistent with rest of networking stack. by Pravin B Shelar · 11 years ago
  73. 86a9bad net: vlan: add protocol argument to packet tagging functions by Patrick McHardy · 11 years ago
  74. 7b02408 openvswitch: fix the calculation of checksum for vlan header by Cong Wang · 12 years ago
  75. 39c7caeb openvswitch: add skb mark matching and set action by Ansis Atteka · 12 years ago
  76. 3fdbd1c openvswitch: add ipv6 'set' action by Ansis Atteka · 12 years ago
  77. b48b63a Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 12 years ago
  78. 15e4730 netlink: Rename pid to portid to avoid confusion by Eric W. Biederman · 12 years ago
  79. 15eac2a openvswitch: Increase maximum number of datapath ports. by Pravin B Shelar · 12 years ago
  80. 39855b5 openvswitch: Fix typo by Joe Stringer · 12 years ago
  81. 6081030 Revert "openvswitch: potential NULL deref in sample()" by Jesse Gross · 12 years ago
  82. 5b3e7e6 openvswitch: potential NULL deref in sample() by Dan Carpenter · 12 years ago
  83. caf2ee1 openvswitch: Replace Nicira Networks. by Raju Subramanian · 12 years ago
  84. 81e5d41 openvswitch: Fix checksum update for actions on UDP packets. by Jesse Gross · 13 years ago
  85. ccb1352 net: Add Open vSwitch kernel components. by Jesse Gross · 13 years ago