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>] [day] [month] [year] [list]
Date:   Wed, 01 Feb 2017 14:46:53 -0500 (EST)
From:   David Miller <davem@...emloft.net>
To:     torvalds@...ux-foundation.org
CC:     akpm@...ux-foundation.org, netdev@...r.kernel.org,
        linux-kernel@...r.kernel.org
Subject: [GIT] Networking


1) Fix handling of interrupt status in stmmac driver.  Just because we have
   masked the event from generating interrupts, doesn't mean the bit won't
   still be set in the interrupt status register.  From Alexey Brodkin.

2) Fix DMA API debugging splats in gianfar driver, from Arseny Solokha.

3) Fix off-by-one error in __ip6_append_data(), from Vlad Yasevich.

4) cls_flow does not match on icmpv6 codes properly, from Simon Horman.

5) Initial MAC address can be set incorrectly in some scenerios, from
   Ivan Vecera.

6) Packet header pointer arithmetic fix in ip6_tnl_parse_tlv_end_lim(),
   from Dan Carpenter.

7) Fix divide by zero in __tcp_select_window(), from Eric Dumazet.

8) Fix crash in iwlwifi when unregistering thermal zone, from Jens
   Axboe.

9) Check for DMA mapping errors in starfire driver, from Alexey
   Khoroshilov.

Please pull, thanks a lot!

The following changes since commit 1b1bc42c1692e9b62756323c675a44cb1a1f9dbd:

  Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net (2017-01-27 12:54:16 -0800)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git 

for you to fetch changes up to 06425c308b92eaf60767bc71d359f4cbc7a561f8:

  tcp: fix 0 divide in __tcp_select_window() (2017-02-01 12:55:42 -0500)

----------------------------------------------------------------
Alexey Brodkin (1):
      stmmac: Discard masked flags in interrupt status register

Alexey Khoroshilov (1):
      net: adaptec: starfire: add checks for dma mapping errors

Arseny Solokha (1):
      gianfar: synchronize DMA API usage by free_skb_rx_queue w/ gfar_new_page

Dan Carpenter (1):
      ipv6: pointer math error in ip6_tnl_parse_tlv_enc_lim()

David S. Miller (3):
      Merge tag 'wireless-drivers-for-davem-2017-01-29' of git://git.kernel.org/.../kvalo/wireless-drivers
      Merge tag 'mlx5-fixes-2017-01-27' of git://git.kernel.org/.../saeed/linux
      Merge tag 'linux-can-fixes-for-4.10-20170130' of git://git.kernel.org/.../mkl/linux-can

Dimitris Michailidis (2):
      ipv6: fix flow labels when the traffic class is non-0
      net: fix ndo_features_check/ndo_fix_features comment ordering

Eric Dumazet (2):
      can: Fix kernel panic at security_sock_rcv_skb
      tcp: fix 0 divide in __tcp_select_window()

Gal Pressman (2):
      net/mlx5e: Modify TIRs hash only when it's needed
      net/mlx5e: Fix update of hash function/key via ethtool

Hadar Hen Zion (1):
      net/mlx5e: Support TC encapsulation offloads with upper devices

Ivan Vecera (1):
      be2net: fix initial MAC setting

Jack Morgenstein (1):
      net/mlx4_core: Avoid command timeouts during VF driver device shutdown

Jens Axboe (1):
      iwlwifi: fix kernel crash when unregistering thermal zone

Johannes Berg (1):
      iwlwifi: mvm: avoid crash on restart w/o reserved queues

Jürg Billeter (1):
      iwlwifi: fix double hyphen in MODULE_FIRMWARE for 8000

Kalle Valo (2):
      Merge tag 'iwlwifi-for-kalle-2017-01-23' of git://git.kernel.org/.../iwlwifi/iwlwifi-fixes
      MAINTAINERS: ath9k-devel is closed

Moshe Shemesh (1):
      net/mlx5e: Check ets capability before ets query FW command

Oliver Hartkopp (1):
      can: bcm: fix hrtimer/tasklet termination in bcm op removal

Or Gerlitz (4):
      net/mlx5: Change ENOTSUPP to EOPNOTSUPP
      net/mlx5: Return EOPNOTSUPP when failing to get steering name-space
      net/mlx5: E-Switch, Err when retrieving steering name-space fails
      net/mlx5: E-Switch, Re-enable RoCE on mode change only after FDB destroy

Pavel Belous (1):
      net: ethtool: add support for 2500BaseT and 5000BaseT link modes

Rafal Ozieblo (1):
      net: macb: Fix 64 bit addressing support for GEM

Rafał Miłecki (1):
      Revert "bcma: init serial console directly from ChipCommon code"

Sean Nyekjaer (1):
      net: phy: micrel: KSZ8795 do not set SUPPORTED_[Asym_]Pause

Simon Horman (1):
      net/sched: cls_flower: Correct matching on ICMPv6 code

Vincent (1):
      net: thunderx: avoid dereferencing xcv when NULL

Vlad Yasevich (1):
      ipv6: Paritially checksum full MTU frames

Yotam Gigi (1):
      net/sched: matchall: Fix configuration race

 MAINTAINERS                                                |   1 -
 drivers/bcma/bcma_private.h                                |   3 ++
 drivers/bcma/driver_chipcommon.c                           |  11 ++----
 drivers/bcma/driver_mips.c                                 |   3 ++
 drivers/net/ethernet/adaptec/starfire.c                    |  45 ++++++++++++++++++++++--
 drivers/net/ethernet/cadence/macb.c                        | 188 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++-------------------------------
 drivers/net/ethernet/cadence/macb.h                        |  20 +++++++++--
 drivers/net/ethernet/cavium/thunder/thunder_xcv.c          |   3 +-
 drivers/net/ethernet/emulex/benet/be_main.c                |  33 +++++++++++++++---
 drivers/net/ethernet/freescale/gianfar.c                   |   4 +--
 drivers/net/ethernet/mellanox/mlx4/catas.c                 |   2 +-
 drivers/net/ethernet/mellanox/mlx4/intf.c                  |  12 +++++++
 drivers/net/ethernet/mellanox/mlx4/mlx4.h                  |   1 +
 drivers/net/ethernet/mellanox/mlx5/core/cmd.c              |   2 +-
 drivers/net/ethernet/mellanox/mlx5/core/en.h               |   7 ++--
 drivers/net/ethernet/mellanox/mlx5/core/en_dcbnl.c         |  11 ++++--
 drivers/net/ethernet/mellanox/mlx5/core/en_ethtool.c       |  41 ++++++++++++++--------
 drivers/net/ethernet/mellanox/mlx5/core/en_fs.c            |   2 +-
 drivers/net/ethernet/mellanox/mlx5/core/en_fs_ethtool.c    |   2 +-
 drivers/net/ethernet/mellanox/mlx5/core/en_main.c          | 202 +++++++++++++++++++++++++++++++++++++++++++++++++++++------------------------------------------------------
 drivers/net/ethernet/mellanox/mlx5/core/en_tc.c            |  13 ++++---
 drivers/net/ethernet/mellanox/mlx5/core/eswitch.c          |  10 +++---
 drivers/net/ethernet/mellanox/mlx5/core/eswitch_offloads.c |  36 +++++++++++--------
 drivers/net/ethernet/mellanox/mlx5/core/fs_cmd.c           |   2 +-
 drivers/net/ethernet/mellanox/mlx5/core/fs_core.c          |   2 +-
 drivers/net/ethernet/mellanox/mlx5/core/main.c             |   2 +-
 drivers/net/ethernet/mellanox/mlx5/core/port.c             |   4 +--
 drivers/net/ethernet/mellanox/mlx5/core/vport.c            |   2 +-
 drivers/net/ethernet/stmicro/stmmac/dwmac1000_core.c       |   4 +++
 drivers/net/phy/micrel.c                                   |   2 +-
 drivers/net/wireless/intel/iwlwifi/iwl-8000.c              |   2 +-
 drivers/net/wireless/intel/iwlwifi/mvm/sta.c               |   7 ++--
 drivers/net/wireless/intel/iwlwifi/mvm/tt.c                |  12 ++++---
 include/linux/can/core.h                                   |   7 ++--
 include/linux/netdevice.h                                  |  29 ++++++++--------
 include/net/ipv6.h                                         |   5 +++
 include/uapi/linux/ethtool.h                               |   4 ++-
 net/can/af_can.c                                           |  12 +++++--
 net/can/af_can.h                                           |   3 +-
 net/can/bcm.c                                              |  27 ++++++++++-----
 net/can/gw.c                                               |   2 +-
 net/can/raw.c                                              |   4 +--
 net/ipv4/tcp_output.c                                      |   6 ++--
 net/ipv6/ip6_output.c                                      |   2 +-
 net/ipv6/ip6_tunnel.c                                      |   2 +-
 net/sched/cls_flower.c                                     |   4 +--
 net/sched/cls_matchall.c                                   | 127 ++++++++++++++++++++++++-------------------------------------------
 47 files changed, 555 insertions(+), 370 deletions(-)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ