lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date:	Thu, 24 Jul 2014 14:39:16 -0700
From:	Pravin B Shelar <pshelar@...ira.com>
To:	davem@...emloft.net
Cc:	netdev@...r.kernel.org
Subject: [GIT net-next v9] Open vSwitch

Following patches adds three features to OVS
1. Add fairness to upcall processing.
2. Hash action.
3. Enable Tunnel GSO features.
Rest of patches are bug fixes related to patches from same series.

v2 series changes first patch according to comment from Dave Miller.
v3 series changes first patch according to comment from Nikolay Aleksandrov.
v4 series update recirc patch commit msg.
v5 series resolve conflict with net-next, updated recic action patch.
v6 series sends all patches.
v7 series drop recirc patches.
v8 series checkpatch fix 
v9 series drop HASH action patch. update sample action commit msg.
----------------------------------------------------------------

The following changes since commit f6e675324481c56b358091ddb446b2c95a8e047b:

  Merge branch 'filter-move' (2014-07-23 21:06:30 -0700)

are available in the git repository at:


  git://git.kernel.org/pub/scm/linux/kernel/git/pshelar/openvswitch.git net_next_ovs

for you to fetch changes up to d9e0ecb81417c34ef8c02a6880d23c362300cda0:

  openvswitch: Add skb_clone NULL check for the sampling action. (2014-07-24 09:37:22 -0700)

----------------------------------------------------------------
Alex Wang (1):
      openvswitch: Allow each vport to have an array of 'port_id's.

Andy Zhou (2):
      openvswitch: Avoid memory corruption in queue_userspace_packet()
      openvswitch: Add skb_clone NULL check for the sampling action.

Pravin B Shelar (1):
      openvswitch: Enable tunnel GSO for OVS bridge.

Simon Horman (1):
      openvswitch: Sample action without side effects

 include/linux/netdev_features.h      |   8 +++
 include/uapi/linux/openvswitch.h     |  13 +++--
 net/openvswitch/actions.c            |  50 +++++++++++++----
 net/openvswitch/datapath.c           |  26 ++++++---
 net/openvswitch/vport-internal_dev.c |   5 +-
 net/openvswitch/vport.c              | 101 ++++++++++++++++++++++++++++++++++-
 net/openvswitch/vport.h              |  27 ++++++++--
 7 files changed, 201 insertions(+), 29 deletions(-)
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ