Advertisement
Guest User

rpm -q --changelog kernel-3.10.0-514.21.1.el7.x86_64 | grep

a guest
Mar 28th, 2019
157
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 22.08 KB | None | 0 0
  1. rpm -q --changelog kernel-3.10.0-514.21.1.el7.x86_64 | grep -i vxlan
  2.  
  3. - [net] vxlan: fix oops in dev_fill_metadata_dst (Paolo Abeni) [1427847 1423068]
  4. - [netdrv] mlx5e: Call vxlan_get_rx_port() with rtnl lock (Jiri Benc) [1297504]
  5. - [net] vxlan: Accept user specified MTU value when create new vxlan link (Jiri Benc) [1297504]
  6. - [net] vxlan: set mac_header correctly in GPE mode (Jiri Benc) [1297504]
  7. - [net] vxlan: Add checksum check to the features check function (Jiri Benc) [1297504]
  8. - [net] vxlan: fix initialization with custom link parameters (Jiri Benc) [1297504]
  9. - [net] vxlan: break dependency with netdev drivers (Jiri Benc) [1297504]
  10. - [net] vxlan: reduce usage of synchronize_net in ndo_stop (Jiri Benc) [1277131 1297504]
  11. - [net] vxlan: synchronously and race-free destruction of vxlan sockets (Jiri Benc) [1277131 1297504]
  12. - [net] vxlan: fix incorrect type (Jiri Benc) [1297504]
  13. - [net] udp: Resolve NULL pointer dereference over flow-based vxlan device (Jiri Benc) [1297504]
  14. - [net] vxlan: change vxlan to use UDP socket GRO (Jiri Benc) [1297504]
  15. - [net] vxlan: implement GPE (Jiri Benc) [1297504]
  16. - [net] vxlan: move fdb code to common location in vxlan_xmit (Jiri Benc) [1297504]
  17. - [net] vxlan: move Ethernet initialization to a separate function (Jiri Benc) [1297504]
  18. - [net] vxlan: fix too large pskb_may_pull with remote checksum (Jiri Benc) [1297504]
  19. - [net] vxlan: use reset to set header pointers (Jiri Benc) [1297504]
  20. - [net] vxlan: change VXLAN_F_UDP_CSUM to VXLAN_F_UDP_ZERO_CSUM_TX (Jiri Benc) [1297504]
  21. - [net] openvswitch: vxlan: fix rtnl notifications on iface deletion (Eric Garver) [1297476]
  22. - [net] Handle csum for CHECKSUM_COMPLETE VXLAN forwarding (Jakub Sitnicki) [1321674]
  23. - [netdrv] mlx5e: make VXLAN support conditional (kamal heib) [1275159 1296272 1296405 1298421 1298422 1298423 1298424 1298425]
  24. - [netdrv] mlx5e: Use workqueue for vxlan ops (kamal heib) [1275159 1296272 1296405 1298421 1298422 1298423 1298424 1298425]
  25. - [netdrv] mlx5e: Add netdev support for VXLAN tunneling (kamal heib) [1275159 1296272 1296405 1298421 1298422 1298423 1298424 1298425]
  26. - [netdrv] be2net: Support vxlan offload stats in the driver (Ivan Vecera) [1274911]
  27. - [net] vxlan: allow setting ipv6 traffic class (dst_cache part) (Jiri Benc) [1323141]
  28. - [net] add dst_cache to ovs vxlan lwtunnel (Jiri Benc) [1323141]
  29. - [net] use dst_cache for vxlan device (Jiri Benc) [1323141]
  30. - [netdrv] qlcnic: track vxlan port count (Harish Patil) [1275799]
  31. - [netdrv] bnx2x: Prevent FW assertion when using Vxlan (Michal Schmidt) [1275795]
  32. - [netdrv] bnx2x: Fix vxlan removal (Michal Schmidt) [1275795]
  33. - [netdrv] bnx2x: track vxlan port count (Michal Schmidt) [1275795]
  34. - [netdrv] bnx2x: Fix vxlan endianity issue (Michal Schmidt) [1275795]
  35. - [netdrv] bnx2x: Add vxlan RSS support (Michal Schmidt) [1275795]
  36. - [net] vxlan: fix sparse warnings (Lance Richardson) [1283886]
  37. - [net] vxlan: fix populating tclass in vxlan6_get_route (Lance Richardson) [1283886]
  38. - [net] vxlan: support setting IPv6 flow label (Lance Richardson) [1283886]
  39. - [net] vxlan: allow setting ipv6 traffic class (Lance Richardson) [1283886]
  40. - [net] vxlan: fix missing options_len update on RX with collect metadata (Lance Richardson) [1283886]
  41. - [net] vxlan: simplify metadata_dst usage in vxlan_rcv (Lance Richardson) [1283886]
  42. - [net] vxlan: consolidate rx handling to a single function (Lance Richardson) [1283886]
  43. - [net] vxlan: move ECN decapsulation to a separate function (Lance Richardson) [1283886]
  44. - [net] vxlan: move inner L2 header processing to a separate function (Lance Richardson) [1283886]
  45. - [net] vxlan: consolidate GBP handling even more (Lance Richardson) [1283886]
  46. - [net] vxlan: do not use fdb in metadata mode (Lance Richardson) [1283886]
  47. - [net] vxlan: clear IFF_TX_SKB_SHARING (Lance Richardson) [1283886]
  48. - [net] vxlan: move vxlan device lookup before iptunnel_pull_header (Lance Richardson) [1283886]
  49. - [net] vxlan: tun_id is 64bit, not 32bit (Lance Richardson) [1283886]
  50. - [net] vxlan: treat vni in metadata based tunnels consistently (Lance Richardson) [1283886]
  51. - [net] vxlan: clean up rx error path (Lance Richardson) [1283886]
  52. - [net] vxlan: clean up extension handling on rx (Lance Richardson) [1283886]
  53. - [net] vxlan: move GBP header parsing to a separate function (Lance Richardson) [1283886]
  54. - [net] vxlan: simplify vxlan_remcsum (Lance Richardson) [1283886]
  55. - [net] vxlan: keep flags and vni in network byte order (Lance Richardson) [1283886]
  56. - [net] vxlan: introduce vxlan_hdr (Lance Richardson) [1283886]
  57. - [net] vxlan: udp_tunnel duplicate include net/udp_tunnel.h (Lance Richardson) [1283886]
  58. - [net] vxlan, gre, geneve: Set a large MTU on ovs-created tunnel devices (Lance Richardson) [1283886]
  59. - [net] vxlan: Relax MTU constraints (Lance Richardson) [1283886]
  60. - [net] vxlan: consolidate vxlan_xmit_skb and vxlan6_xmit_skb (Lance Richardson) [1283886]
  61. - [net] vxlan: consolidate csum flag handling (Lance Richardson) [1283886]
  62. - [net] vxlan: consolidate output route calculation (Lance Richardson) [1283886]
  63. - [net] vxlan: restructure vxlan.h definitions (Lance Richardson) [1283886]
  64. - [net] vxlan: remove duplicated macros (Lance Richardson) [1283886]
  65. - [net] vxlan: cleanup types (Lance Richardson) [1283886]
  66. - [net] vxlan: fix a out of bounds access in __vxlan_find_mac (Lance Richardson) [1283886]
  67. - [net] vxlan: fix test which detect duplicate vxlan iface (Lance Richardson) [1283886]
  68. - [net] vxlan: interpret IP headers for ECN correctly (Lance Richardson) [1283886]
  69. - [net] vxlan: support ndo_fill_metadata_dst also for IPv6 (Lance Richardson) [1283886]
  70. - [net] vxlan: move IPv6 outpute route calculation to a function (Lance Richardson) [1283886]
  71. - [net] vxlan: fix incorrect RCO bit in VXLAN header (Lance Richardson) [1283886]
  72. - [net] openvswitch: fix hangup on vxlan/gre/geneve device deletion (Lance Richardson) [1283886]
  73. - [net] openvswitch: properly refcount vport-vxlan module (Lance Richardson) [1283886]
  74. - [net] vxlan: support both IPv4 and IPv6 sockets in a single vxlan device (Lance Richardson) [1283886]
  75. - [net] vxlan: make vxlan_sock_add and vxlan_sock_release complementary (Lance Richardson) [1283886]
  76. - [net] vxlan: reject IPv6 addresses if IPv6 is not configured (Lance Richardson) [1283886]
  77. - [net] vxlan: set needed headroom correctly (Lance Richardson) [1283886]
  78. - [net] vxlan: Refactor vxlan_udp_encap_recv() to kill compiler warning (Lance Richardson) [1283886]
  79. - [net] vxlan: do not receive IPv4 packets on IPv6 socket (Lance Richardson) [1283886]
  80. - [net] vxlan: fix multiple inclusion of vxlan.h (Lance Richardson) [1283886]
  81. - [net] vxlan: GRO support at tunnel layer (Lance Richardson) [1283886]
  82. - [net] vxlan: metadata based tunneling for IPv6 (Lance Richardson) [1283886]
  83. - [net] vxlan: do not shadow flags variable (Lance Richardson) [1283886]
  84. - [net] vxlan: provide access function for vxlan socket address family (Lance Richardson) [1283886]
  85. - [net] vxlan: fix fdb_dump index calculation (Lance Richardson) [1283886]
  86. - [net] vxlan: combine VXLAN_FLOWBASED into VXLAN_COLLECT_METADATA (Lance Richardson) [1283886]
  87. - [net] vxlan: expose COLLECT_METADATA flag to user space (Lance Richardson) [1283886]
  88. - [net] openvswitch: Re-add CONFIG_OPENVSWITCH_VXLAN (Lance Richardson) [1283886]
  89. - [net] openvswitch: fix compilation when vxlan is a module (Lance Richardson) [1283886]
  90. - [net] ipv6: fix crash over flow-based vxlan device (Lance Richardson) [1283886]
  91. - [net] vxlan: Use proper endian type for vni in vxlan[6]_xmit_skb (Lance Richardson) [1283886]
  92. - [net] openvswitch: Use regular VXLAN net_device device (Lance Richardson) [1283886]
  93. - [net] vxlan: Factor out device configuration (Lance Richardson) [1283886]
  94. - [net] vxlan: Flow based tunneling (Lance Richardson) [1283886]
  95. - [net] vxlan: Fix kernel unaligned access in __vxlan_find_mac (Lance Richardson) [1283886]
  96. - [net] vxlan: release lock after each bucket in vxlan_cleanup (Lance Richardson) [1283886]
  97. - [net] vxlan: correct typo in call to unregister_netdevice_queue (Lance Richardson) [1283886]
  98. - [net] vxlan: Correctly set flow*i_mark and flow4i_proto in route lookups (Lance Richardson) [1283886]
  99. - [net] vxlan: remove the unnecessary codes (Lance Richardson) [1283886]
  100. - [net] vxlan: correct spelling in comments (Lance Richardson) [1283886]
  101. - [net] vxlan: Don't set s_addr in vxlan_create_sock (Lance Richardson) [1283886]
  102. - [netdrv] qed/qede: Add VXLAN tunnel slowpath configuration support (Harish Patil) [1275807 1275811]
  103. - [netdrv] ixgbe: protect vxlan_get_rx_port in ixgbe_service_task with rtnl_lock (Ken Cox) [1274174]
  104. - [netdrv] ixgbe: Store VXLAN port number in network order (Ken Cox) [1274174]
  105. - [netdrv] ixgbe: Add support for VXLAN RX offloads (Ken Cox) [1274174]
  106. - [netdrv] ixgbe: add VXLAN offload support for X550 devices (Ken Cox) [1274174]
  107. - [netdrv] i40e: AQ Add VXLAN-GPE tunnel type (Stefan Assmann) [1274177]
  108. - [netdrv] i40e: Do not drop support for IPv6 VXLAN or GENEVE tunnels (Stefan Assmann) [1269238 1272322 1274176 1281279 1293277 1310436]
  109. - [netdrv] i40e: AQ Add VXLAN-GPE tunnel type (Stefan Assmann) [1269238 1272322 1274176 1281279 1293277 1310436]
  110. - [net] vxlan: convert to using IFF_NO_QUEUE (Phil Sutter) [1152231]
  111. - [netdrv] i40e: fix VLAN inside VXLAN (Stefan Assmann) [1267254]
  112. - [net] vxlan: re-ignore EADDRINUSE from igmp_join (Marcelo Leitner) [1256976]
  113. - [netdrv] be2net: avoid vxlan offloading on multichannel configs (Ivan Vecera) [1232327]
  114. - [netdrv] mlx4: Don't disable vxlan offloads under DMFS-A0 optimized steering (Amir Vadai) [1164527 1164530 1164531 1164536 1164537]
  115. - [net] openvswitch: Only set TUNNEL_VXLAN_OPT if VXLAN-GBP metadata is set (Jiri Benc) [1156461 1211348]
  116. - [net] openvswitch: pass vxflags to vxlan_xmit_skb (Jiri Benc) [1156461 1211348]
  117. - [net] openvswitch: Support VXLAN Group Policy extension (Jiri Benc) [1156461 1211348]
  118. - [net] vxlan: fix a shadow local variable (Jiri Benc) [1230935]
  119. - [netdrv] fm10k: Add CONFIG_FM10K_VXLAN configuration option (Neil Horman) [1173790]
  120. - [netdrv] i40e/i40evf: Add missing packet types for VXLAN encapsulated packet types (Stefan Assmann) [1173789]
  121. - [netdrv] i40evf: TCP/IPv6 over Vxlan Tx checksum offload fix (Stefan Assmann) [1173789]
  122. - [netdrv] i40e: fix up VXLAN messages (Stefan Assmann) [1173788]
  123. - [netdrv] i40e/i40evf: Add missing packet types for VXLAN encapsulated packet types (Stefan Assmann) [1173788]
  124. - [netdrv] i40e: Fix bug with TCP over IPv6 over VXLAN (Stefan Assmann) [1173788]
  125. - [netdrv] i40e: enable CONFIG_I40E_VXLAN (Stefan Assmann) [1173788]
  126. - [netdrv] be2net: Allow GRE to work concurrently while a VxLAN tunnel is configured (Ivan Vecera) [1182733]
  127. - [netdrv] be2net: Export tunnel offloads only when a VxLAN tunnel is created (Ivan Vecera) [1182733]
  128. - [netdrv] mlx4_en: Add VXLAN ndo calls to the PF net device ops too (Ivan Vecera) [1200759]
  129. - [net] vxlan: setup the right link netns in newlink hdlr (Jiri Benc) [1210260]
  130. - [net] vxlan: advertise link netns in fdb messages (Jiri Benc) [1210260]
  131. - [net] vxlan: advertise netns of vxlan dev in fdb msg (Jiri Benc) [1210260]
  132. - [net] vxlan: fix a free after use (Marcelo Leitner) [1206570]
  133. - [net] vxlan: do not exit on error in vxlan_stop() (Marcelo Leitner) [1206570]
  134. - [net] vxlan: fix indentation (Marcelo Leitner) [1206570]
  135. - [net] vxlan: simplify if clause in dev_close (Marcelo Leitner) [1206570]
  136. - [net] vxlan: fix possible use of uninitialized in vxlan_igmp_{join, leave} (Marcelo Leitner) [1206570]
  137. - [net] vxlan: Move socket initialization to within rtnl scope (Marcelo Leitner) [1206570]
  138. - [net] vxlan: fix wrong usage of VXLAN_VID_MASK (Marcelo Leitner) [1206570]
  139. - [net] vxlan: Correct path typo in comment (Marcelo Leitner) [1206570]
  140. - [net] vxlan: Use checksum partial with remote checksum offload (Marcelo Leitner) [1206570]
  141. - [net] vxlan: Wrong type passed to pIS (Marcelo Leitner) [1206570]
  142. - [net] vxlan: Only set has-GBP bit in header if any other bits would be set (Marcelo Leitner) [1206570]
  143. - [net] vxlan: Eliminate dependency on UDP socket in transmit path (Marcelo Leitner) [1206570]
  144. - [net] vxlan: Only bind to sockets with compatible flags enabled (Marcelo Leitner) [1206570]
  145. - [net] vxlan: Group Policy extension (Marcelo Leitner) [1206570]
  146. - [net] vxlan: Remote checksum offload (Marcelo Leitner) [1206570]
  147. - [net] vxlan: Improve support for header flags (Marcelo Leitner) [1206570]
  148. - [net] vxlan: Fix double free of skb (Marcelo Leitner) [1206570]
  149. - [net] vxlan: Fix race condition between vxlan_sock_add and vxlan_sock_release (Marcelo Leitner) [1206570]
  150. - [net] vxlan: Fix boolean flip in VXLAN_F_UDP_ZERO_CSUM6_[TX|RX] (Marcelo Leitner) [1206570]
  151. - [net] vxlan: Inline vxlan_gso_check(). (Marcelo Leitner) [1206570]
  152. - [net] vxlan: Add vxlan_gso_check() helper (Marcelo Leitner) [1206570]
  153. - [net] vxlan: Fix to enable UDP checksums on interface (Marcelo Leitner) [1206570]
  154. - [net] vxlan: using pskb_may_pull as early as possible (Marcelo Leitner) [1206570]
  155. - [net] vxlan: fix a use after free in vxlan_encap_bypass (Marcelo Leitner) [1206570]
  156. - [net] vxlan: Set inner protocol before transmit (Marcelo Leitner) [1206570]
  157. - [net] vxlan: Fix bug introduced by commit acbf74a76300 (Marcelo Leitner) [1206570]
  158. - [net] vxlan: Refactor vxlan driver to make use of the common UDP tunnel functions (Marcelo Leitner) [1206570]
  159. - [net] vxlan: Call udp_sock_create (Marcelo Leitner) [1206570]
  160. - [net] vxlan: use dev->needed_headroom instead of dev->hard_header_len (Marcelo Leitner) [1206570]
  161. - [net] vxlan, bridge: get rid of SET_ETHTOOL_OPS (Marcelo Leitner) [1206570]
  162. - [net] vxlan: add x-netns support (Marcelo Leitner) [1206570]
  163. - [net] vxlan: ensure to advertise the right fdb remote (Marcelo Leitner) [1206570]
  164. - [net] vxlan: add vxlan description (Marcelo Leitner) [1206570]
  165. - [net] vxlan: leave multicast group when vxlan device down (Marcelo Leitner) [1206570]
  166. - [net] vxlan: remove net arg from vxlan[6]_xmit_skb() (Marcelo Leitner) [1206570]
  167. - [net] vxlan: Convert uses of compare_ether_addr to ether_addr_equal (Marcelo Leitner) [1206570]
  168. - [net] vxlan: using kfree_rcu() to simplify the code (Marcelo Leitner) [1206570]
  169. - [net] bonding: Advertize vxlan offload features when supported (Nikolay Aleksandrov) [1166647]
  170. - [net] vxlan: Do not reuse sockets for a different address family (Marcelo Leitner) [1146107]
  171. - [ethernet] mlx4: Add VXLAN ndo calls to the PF net device ops too (Florian Westphal) [1168212]
  172. - [net] vxlan: Call udp_flow_src_port (Jiri Benc) [1110384]
  173. - [ethernet] mlx4: Advertize encapsulation offloads features only when VXLAN tunnel is set (Florian Westphal) [1097478]
  174. - [ethernet] mlx4: Don't attempt to TX offload the outer UDP checksum for VXLAN (Florian Westphal) [1097478]
  175. - [net] vxlan: fix incorrect initializer in union vxlan_addr (Daniel Borkmann) [1130643]
  176. - [net] vxlan: fix crash when interface is created with no group (Daniel Borkmann) [1130643]
  177. - [net] vxlan: fix nonfunctional neigh_reduce() (Daniel Borkmann) [1130643]
  178. - [net] vxlan: fix potential NULL dereference in arp_reduce() (Daniel Borkmann) [1130643]
  179. - [net] vxlan: remove unused port variable in vxlan_udp_encap_recv() (Daniel Borkmann) [1130643]
  180. - [net] vxlan: remove extra newline after function definition (Daniel Borkmann) [1130643]
  181. - [ethernet] qlcnic: Fix build failure due to undefined reference to `vxlan_get_rx_port' (Chad Dupuis) [1089352]
  182. - [ethernet] qlcnic: Add VXLAN Rx offload support (Chad Dupuis) [1089352]
  183. - [ethernet] qlcnic: Add VXLAN Tx offload support (Chad Dupuis) [1089352]
  184. - [ethernet] be2net: fix build dependency on VxLAN (Ivan Vecera) [1088575 1093399 1099545]
  185. - [ethernet] be2net: csum, tso and rss steering offload support for VxLAN (Ivan Vecera) [1088575 1093399 1099545]
  186. - [ethernet] be2net: add FW cmds needed for VxLAN offloads (Ivan Vecera) [1088575 1093399 1099545]
  187. - [infiniband] mlx4: Set user-space raw Ethernet QPs to properly handle VXLAN traffic (Amir Vadai) [1107617 1107618 1107619 1107620]
  188. - [ethernet] mlx4: Don't configure the HW vxlan parser when vxlan offloading isn't set (Amir Vadai) [1107617 1107618 1107619 1107620]
  189. - [ethernet] mlx4: Set proper build dependancy with vxlan (Amir Vadai) [1107617 1107618 1107619 1107620]
  190. - [ethernet] mlx4: Implement vxlan ndo calls (Amir Vadai) [1107617 1107618 1107619 1107620]
  191. - [ethernet] mlx4: Deregister multicast vxlan steering rules when going down (Amir Vadai) [1107617 1107618 1107619 1107620]
  192. - [ethernet] mlx4: Handle vxlan steering rules for mac address changes (Amir Vadai) [1107617 1107618 1107619 1107620]
  193. - [ethernet] mlx4: Fix wrong dump of the vxlan offloads device capability (Amir Vadai) [1107617 1107618 1107619 1107620]
  194. - [net] vxlan: Enable checksum unnecessary conversions for vxlan/UDP sockets (Florian Westphal) [1131999]
  195. - [net] vxlan: Checksum fixes (Florian Westphal) [1131999]
  196. - [net] Add skb_gro_postpull_rcsum to udp and vxlan (Florian Westphal) [1131999]
  197. - [net] vxlan: Add support for UDP checksums (v4 sending, v6 zero csums) (Florian Westphal) [1131999]
  198. - [net] vxlan: convert to act as a pernet subsystem (Daniel Borkmann) [1039587]
  199. - [net] vxlan: do not use vxlan_net before checking event type (Daniel Borkmann) [1039587]
  200. - [net] vxlan: properly cleanup devs on module unload (Daniel Borkmann) [1039587]
  201. - [net] vxlan: when lower dev unregisters remove vxlan dev as well (Daniel Borkmann) [1039587]
  202. - [net] vxlan: Go over all candidate streams for GRO matching (Thomas Graf) [1051111]
  203. - [net] vxlan: Share RX skb de-marking and checksum checks with ovs (Thomas Graf) [1051111]
  204. - [net] vxlan: Add GRO support for vxlan traffic (Thomas Graf) [1051111]
  205. - [net] vxlan: use __dev_get_by_index instead of dev_get_by_index to find interface (Thomas Graf) [1051111]
  206. - [net] vxlan: keep original skb ownership (Thomas Graf) [1051111]
  207. - [net] vxlan: remove vxlan_group_used in vxlan_open (Thomas Graf) [1051111]
  208. - [net] vxlan: release rt when found circular route (Thomas Graf) [1051111]
  209. - [net] vxlan: Use ERR_CAST inlined function instead of ERR_PTR(PTR_ERR(...)) (Thomas Graf) [1051111]
  210. - [net] vxlan: Have the NIC drivers do less work for offloads (Thomas Graf) [1051111]
  211. - [net] vxlan: silence one build warning (Thomas Graf) [1051111]
  212. - [net] vxlan: Use RCU apis to access sk_user_data (Thomas Graf) [1051111]
  213. - [net] vxlan: Avoid creating fdb entry with NULL destination (Thomas Graf) [1051111]
  214. - [net] vxlan: Fix sparse warnings (Thomas Graf) [1051111]
  215. - [net] vxlan: Notify drivers for listening UDP port changes (Thomas Graf) [1051111]
  216. - [net] vxlan: Optimize vxlan rcv (Thomas Graf) [1051111]
  217. - [net] ipv4: fix tunneled VM traffic over hw VXLAN/GRE GSO NIC (Michal Schmidt) [1031869]
  218. - [ethernet] mlx4: Add netdev support for TCP/IP offloads of vxlan tunneling (Amir Vadai) [1030563 1030565 1030568 1030570 1030571 1030573 1030575]
  219. - [net] vxlan: Mark vxlan_dev flags with VXLAN_F_IPV6 properly (Thomas Graf) [1049141]
  220. - [net] inet: restore gso for vxlan (Michal Schmidt) [1038708]
  221. - [ethernet] i40e: Rx checksum offload for VXLAN (Stefan Assmann) [1011561]
  222. - [ethernet] i40e: Implementation of VXLAN ndo's (Stefan Assmann) [1011561]
  223. - [net] vxlan: use custom ndo_change_mtu handler (Daniel Borkmann) [1039848]
  224. - [net] openvswitch: remove duplicated include from vport-vxlan.c (Francesco Fusco) [1043536]
  225. - [net] vxlan: include net/ip6_checksum.h for csum_ipv6_magic() (Amerigo Wang) [970585]
  226. - [net] vxlan: fix flowi6_proto value (Amerigo Wang) [970585]
  227. - [net] vxlan: add ipv6 proxy support (Amerigo Wang) [970585]
  228. - [net] vxlan: add ipv6 route short circuit support (Amerigo Wang) [970585]
  229. - [net] vxlan: add ipv6 support (Amerigo Wang) [970585]
  230. - [net] ipv6: export a stub for IPv6 symbols used by vxlan (Amerigo Wang) [970585]
  231. - [net] openvswitch: Add vxlan tunneling support (Amerigo Wang) [989522]
  232. - [net] vxlan: Add tx-vlan offload support (Amerigo Wang) [989522]
  233. - [net] vxlan: Improve vxlan headroom calculation (Amerigo Wang) [989522]
  234. - [net] vxlan: Factor out vxlan send api (Amerigo Wang) [989522]
  235. - [net] vxlan: Extend vxlan handlers for openvswitch (Amerigo Wang) [989522]
  236. - [net] vxlan: Add vxlan recv demux (Amerigo Wang) [989522]
  237. - [net] vxlan: Restructure vxlan receive (Amerigo Wang) [989522]
  238. - [net] vxlan: Restructure vxlan socket apis (Amerigo Wang) [989522]
  239. - [net] vxlan: fix a soft lockup in vxlan module removal (Amerigo Wang) [989522]
  240. - [net] vxlan: fix a regression of igmp join (Amerigo Wang) [989522]
  241. - [net] vxlan: fix rcu related warning (Amerigo Wang) [989522]
  242. - [net] vxlan: fdb: replace an existing entry (Amerigo Wang) [989522]
  243. - [net] vxlan: fix igmp races (Amerigo Wang) [989522]
  244. - [net] vxlan: unregister on namespace exit (Amerigo Wang) [989522]
  245. - [net] vxlan: add necessary locking on device removal (Amerigo Wang) [989522]
  246. - [net] vxlan: Fix kernel crash on rmmod (Amerigo Wang) [989522]
  247. - [net] vxlan: fix function name spelling (Amerigo Wang) [989522]
  248. - [net] vxlan: fdb: allow specifying multiple destinations for zero MAC (Amerigo Wang) [989522]
  249. - [net] vxlan: allow removal of single destination from fdb entry (Amerigo Wang) [989522]
  250. - [net] vxlan: introduce vxlan_fdb_parse (Amerigo Wang) [989522]
  251. - [net] vxlan: introduce vxlan_fdb_find_rdst (Amerigo Wang) [989522]
  252. - [net] vxlan: add implicit fdb entry for default destination (Amerigo Wang) [989522]
  253. - [net] vxlan: Fix sparse warnings (Amerigo Wang) [989522]
  254. - [net] vxlan: cosmetic cleanup's (Amerigo Wang) [989522]
  255. - [net] vxlan: Use initializer for dummy structures (Amerigo Wang) [989522]
  256. - [net] vxlan: port module param should be ushort (Amerigo Wang) [989522]
  257. - [net] vxlan: convert remotes list to list_rcu (Amerigo Wang) [989522]
  258. - [net] vxlan: make vxlan_xmit_one void (Amerigo Wang) [989522]
  259. - [net] vxlan: move cleanup to uninit (Amerigo Wang) [989522]
  260. - [net] vxlan: fix race caused by dropping rtnl_unlock (Amerigo Wang) [989522]
  261. - [net] vxlan: send notification when MAC migrates (Amerigo Wang) [989522]
  262. - [net] vxlan: move IGMP join/leave to work queue (Amerigo Wang) [989522]
  263. - [net] vxlan: fix crash from work pending on module removal (Amerigo Wang) [989522]
  264. - [net] vxlan: fix out of order operation on module removal (Amerigo Wang) [989522]
  265. - [net] vxlan: defer vxlan init as late as possible (Amerigo Wang) [989522]
  266. - [net] vxlan: use unsigned int instead of unsigned (Amerigo Wang) [989522]
  267. - [net] vxlan: remove the unused rcu head from struct vxlan_rdst (Amerigo Wang) [989522]
  268. - [net] vxlan: listen on multiple ports (Amerigo Wang) [989522]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement