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:	Sun, 16 Feb 2014 15:55:19 +0100
From:	Daniel Borkmann <dborkman@...hat.com>
To:	davem@...emloft.net
Cc:	brouer@...hat.com, mathias.kretschmer@...us.fraunhofer.de,
	netdev@...r.kernel.org
Subject: [PATCH net 0/3] pf_packet fix

Addressed all feedback from Dave and reworked the original patch
from [1]. Set is intended for 3.14.

Thanks !

  [1] http://patchwork.ozlabs.org/patch/320136/

Daniel Borkmann (3):
  netdevice: add queue selection fallback handler for ndo_select_queue
  netdevice: move netdev_cap_txqueue for shared usage to header
  packet: check for ndo_select_queue during queue selection

 drivers/net/bonding/bond_main.c                 |  2 +-
 drivers/net/ethernet/broadcom/bnx2x/bnx2x_cmn.c |  4 ++--
 drivers/net/ethernet/broadcom/bnx2x/bnx2x_cmn.h |  2 +-
 drivers/net/ethernet/intel/ixgbe/ixgbe_main.c   |  6 ++---
 drivers/net/ethernet/lantiq_etop.c              |  2 +-
 drivers/net/ethernet/mellanox/mlx4/en_tx.c      |  4 ++--
 drivers/net/ethernet/mellanox/mlx4/mlx4_en.h    |  2 +-
 drivers/net/ethernet/tile/tilegx.c              |  2 +-
 drivers/net/team/team.c                         |  2 +-
 drivers/net/tun.c                               |  2 +-
 drivers/net/wireless/mwifiex/main.c             |  2 +-
 drivers/staging/bcm/Bcmnet.c                    |  2 +-
 drivers/staging/netlogic/xlr_net.c              |  2 +-
 drivers/staging/rtl8188eu/os_dep/os_intfs.c     |  2 +-
 include/linux/netdevice.h                       | 29 ++++++++++++++++++++++---
 net/core/flow_dissector.c                       | 20 ++++-------------
 net/mac80211/iface.c                            |  6 +++--
 net/packet/af_packet.c                          | 24 +++++++++++++++++---
 18 files changed, 73 insertions(+), 42 deletions(-)

-- 
1.7.11.7

--
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