1. f2a01517 openvswitch: Fix flow mask validation. by Pravin B Shelar · 10 years ago
  2. 1459143 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  3. 93515d5 net: move vlan pop/push functions into common code by Jiri Pirko · 10 years ago
  4. e219512 net: move make_writable helper into common code by Jiri Pirko · 10 years ago
  5. 5968250 vlan: introduce *vlan_hwaccel_push_inside helpers by Jiri Pirko · 10 years ago
  6. 62749e2 vlan: rename __vlan_put_tag to vlan_insert_tag_set_proto by Jiri Pirko · 10 years ago
  7. 1abcd82 openvswitch: actions: use skb_postpull_rcsum when possible by Jiri Pirko · 10 years ago
  8. d3052bb openvswitch: Don't validate IPv6 label masks. by Joe Stringer · 10 years ago
  9. f35423c1 openvswitch: use PTR_ERR_OR_ZERO by Fabian Frederick · 10 years ago
  10. fecaef8 openvswitch: Validate IPv6 flow key and mask values. by Jarno Rajahalme · 10 years ago
  11. 8ec609d openvswitch: Convert dp rcu read operation to locked operations by Pravin B Shelar · 10 years ago
  12. 19e7a3d openvswitch: Fix NDP flow mask validation by Daniele Di Proietto · 10 years ago
  13. 856447d openvswitch: Fix checksum calculation when modifying ICMPv6 packets. by Jesse Gross · 10 years ago
  14. ab64f16 openvswitch: Fix memory leak. by Pravin B Shelar · 10 years ago
  15. 8cd4313 openvswitch: Fix build failure. by Pravin B Shelar · 10 years ago
  16. 05da589 openvswitch: Add support for OVS_FLOW_ATTR_PROBE. by Jarno Rajahalme · 10 years ago
  17. 12eb18f openvswitch: Constify various function arguments by Thomas Graf · 10 years ago
  18. e8eedb8 openvswitch: Remove redundant key ref from upcall_info. by Pravin B Shelar · 10 years ago
  19. fff06c3 openvswitch: Optimize recirc action. by Pravin B Shelar · 10 years ago
  20. 8f0aad6 openvswitch: Extend packet attribute for egress tunnel info by Wenyu Zhang · 10 years ago
  21. 9ba559d openvswitch: Export symbols as GPL symbols. by Pravin B Shelar · 10 years ago
  22. a85311b openvswitch: Avoid NULL mask check while building mask by Pravin B Shelar · 10 years ago
  23. 2fdb957 openvswitch: Refactor action alloc and copy api. by Pravin B Shelar · 10 years ago
  24. 41af73e openvswitch: Move key_attr_size() to flow_netlink.h. by Joe Stringer · 10 years ago
  25. d98612b openvswitch: Remove flow member from struct ovs_skb_cb by Lorand Jakab · 10 years ago
  26. e1f9c35 openvswitch: Drop packets when interdev is not up by Chunhe Li · 10 years ago
  27. cc3a5ae openvswitch: Refactor get_dp() function into multiple access APIs. by Andy Zhou · 10 years ago
  28. ca7105f openvswitch: Refactor ovs_flow_cmd_fill_info(). by Joe Stringer · 10 years ago
  29. 738967b openvswitch: refactor do_output() to move NULL check out of fast path by Andy Zhou · 10 years ago
  30. 426cda5 openvswitch: Additional logging for -EINVAL on flow setups. by Jesse Gross · 10 years ago
  31. 1b760fb openvswitch: Remove redundant tcp_flags code. by Joe Stringer · 10 years ago
  32. 9b996e5 openvswitch: Move table destroy to dp-rcu callback. by Pravin B Shelar · 10 years ago
  33. 25cd9ba openvswitch: Add basic MPLS support to kernel by Simon Horman · 10 years ago
  34. 2c6c49d openvswitch: Export lockdep_ovsl_is_held to modules. by David S. Miller · 10 years ago
  35. 941d8eb datapath: Rename last_action() as nla_is_last() and move to netlink.h by Simon Horman · 10 years ago
  36. 62b9c8d ovs: Turn vports with dependencies into separate modules by Thomas Graf · 10 years ago
  37. 330966e net: make skb_gso_segment error handling more robust by Florian Westphal · 10 years ago
  38. 25ef132 openvswitch: Set flow-key members. by Pravin B Shelar · 10 years ago
  39. f47de06 openvswitch: Create right mask with disabled megaflows by Pravin B Shelar · 10 years ago
  40. 389f489 openvswitch: fix a use after free by Li RongQing · 10 years ago
  41. 4e8febd openvswitch: use vport instead of p by Fabian Frederick · 10 years ago
  42. 7e78cc4 openvswitch: kerneldoc warning fix by Fabian Frederick · 10 years ago
  43. 0a5d1c5 openvswitch: fix a sparse warning by Andy Zhou · 10 years ago
  44. f579668 openvswitch: Add support for Geneve tunneling. by Jesse Gross · 10 years ago
  45. 6b205b2 openvswitch: Factor out allocation and verification of actions. by Jesse Gross · 10 years ago
  46. f0b128c openvswitch: Wrap struct ovs_key_ipv4_tunnel in a new structure. by Jesse Gross · 10 years ago
  47. 67fa034 openvswitch: Add support for matching on OAM packets. by Jesse Gross · 10 years ago
  48. 0714812 openvswitch: Eliminate memset() from flow_extract. by Jesse Gross · 10 years ago
  49. 8280bf0 net/openvswitch: remove dup comment in vport.h by Wang Sheng-Hui · 10 years ago
  50. 1f6d803 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  51. 9b67aa4 openvswitch: restore OVS_FLOW_CMD_NEW notifications by Samuel Gauthier · 10 years ago
  52. 971427f3 openvswitch: Add recirc and hash action. by Andy Zhou · 10 years ago
  53. 32ae87f openvswitch: simplify sample action implementation by Andy Zhou · 10 years ago
  54. 8c8b1b8 openvswitch: Use tun_key only for egress tunnel path. by Pravin B Shelar · 10 years ago
  55. 83c8df2 openvswitch: refactor ovs flow extract API. by Pravin B Shelar · 10 years ago
  56. 2ff3e4e openvswitch: Remove pkt_key from OVS_CB by Pravin B Shelar · 10 years ago
  57. e403ade openvswitch: change the data type of error status to atomic_long_t by Li RongQing · 10 years ago
  58. eb84d6b Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  59. c5eba0b openvswitch: distinguish between the dropped and consumed skb by Li RongQing · 10 years ago
  60. 4ee45ea openvswitch: fix a memory leak by Li RongQing · 10 years ago
  61. f9474dd Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  62. 8c6b00c net/openvswitch/flow.c: Replace rcu_dereference() with rcu_access_pointer() by Andreea-Cristina Bernat · 10 years ago
  63. 2ba5af4 openvswitch: fix panic with multiple vlan headers by Jiri Benc · 10 years ago
  64. 3791b3f openvswitch: Fix memory leak in ovs_vport_alloc() error path by Christoph Jaeger · 10 years ago
  65. 2072ec8 openvswitch: fix duplicate #include headers by Jean Sacren · 10 years ago
  66. 80019d3 net: Remove unlikely() for WARN_ON() conditions by Thomas Graf · 10 years ago
  67. d0e992a openvswitch: Use IS_ERR_OR_NULL by Himangi Saraogi · 10 years ago
  68. d9e0ecb openvswitch: Add skb_clone NULL check for the sampling action. by Andy Zhou · 10 years ago
  69. 651887b openvswitch: Sample action without side effects by Simon Horman · 10 years ago
  70. f53e383 openvswitch: Avoid memory corruption in queue_userspace_packet() by Andy Zhou · 10 years ago
  71. f6eec61 openvswitch: Enable tunnel GSO for OVS bridge. by Pravin B Shelar · 10 years ago
  72. 5cd667b openvswitch: Allow each vport to have an array of 'port_id's. by Alex Wang · 10 years ago
  73. 48e48a7 openvswitch: make generic netlink group const by stephen hemminger · 10 years ago
  74. 1a98c69 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  75. c835a67 net: set name_assign_type in alloc_netdev() by Tom Gundersen · 10 years ago
  76. 535fb8d vxlan: Call udp_flow_src_port by Tom Herbert · 10 years ago
  77. 5b9e7e1 openvswitch: introduce rtnl ops stub by Jiri Pirko · 10 years ago
  78. 4a46b24 openvswitch: Use exact lookup for flow_get and flow_del. by Alex Wang · 10 years ago
  79. ad55200 openvswitch: Fix tracking of flags seen in TCP flows. by Ben Pfaff · 10 years ago
  80. e0bb8c4 openvswitch: supply a dummy err_handler of gre_cisco_protocol to prevent kernel crash by Wei Zhang · 10 years ago
  81. fe984c0 openvswitch: Fix a double free bug for the sample action by Andy Zhou · 10 years ago
  82. 359a0ea vxlan: Add support for UDP checksums (v4 sending, v6 zero csums) by Tom Herbert · 10 years ago
  83. 0c200ef openvswitch: Simplify genetlink code. by Pravin B Shelar · 10 years ago
  84. 893f139 openvswitch: Minimize ovs_flow_cmd_new|set critical sections. by Jarno Rajahalme · 10 years ago
  85. 37bdc87 openvswitch: Split ovs_flow_cmd_new_or_set(). by Jarno Rajahalme · 10 years ago
  86. aed0677 openvswitch: Minimize ovs_flow_cmd_del critical section. by Jarno Rajahalme · 10 years ago
  87. 0e9796b openvswitch: Reduce locking requirements. by Jarno Rajahalme · 10 years ago
  88. 86ec8db openvswitch: Fix ovs_flow_stats_get/clear RCU dereference. by Jarno Rajahalme · 10 years ago
  89. eb07265 openvswitch: Fix typo. by Jarno Rajahalme · 10 years ago
  90. 6093ae9 openvswitch: Minimize dp and vport critical sections. by Jarno Rajahalme · 10 years ago
  91. 56c1986 openvswitch: Make flow mask removal symmetric. by Jarno Rajahalme · 10 years ago
  92. fb5d1e9 openvswitch: Build flow cmd netlink reply only if needed. by Jarno Rajahalme · 10 years ago
  93. bb6f9a7 openvswitch: Clarify locking. by Jarno Rajahalme · 10 years ago
  94. be52c9e openvswitch: Avoid assigning a NULL pointer to flow actions. by Jarno Rajahalme · 10 years ago
  95. 1139e24 openvswitch: Compact sw_flow_key. by Jarno Rajahalme · 10 years ago
  96. 944df8a net/openvswitch: Use with RCU_INIT_POINTER(x, NULL) in vport-gre.c by Monam Agarwal · 10 years ago
  97. 88d73f6 openvswitch: Use TCP flags in the flow key for stats. by Jarno Rajahalme · 10 years ago
  98. d92ab13 openvswitch: Fix output of SCTP mask. by Jarno Rajahalme · 10 years ago
  99. 63e7959 openvswitch: Per NUMA node flow stats. by Jarno Rajahalme · 10 years ago
  100. 23dabf8 openvswitch: Remove 5-tuple optimization. by Jarno Rajahalme · 10 years ago