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:   Tue, 23 Jan 2018 11:05:44 -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 divide by zero in mlx5, from Talut Batheesh.

2) Guard against invalid GSO packets coming from untrusted guests
   and arriving in qdisc_pkt_len_init(), from Eric Dumazet.

3) Similarly add such protection to the various protocol GSO
   handlers.  From Willem de Bruijn.

4) Fix regression added to IGMP source address checking for
   IGMPv3 reports, from Felix Feitkau.

Please pull, thanks a lot!

The following changes since commit ec835f8104a21f4d4eeb9d316ee71d2b4a7f00de:

  Merge tag 'trace-v4.15-rc4-3' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace (2018-01-19 11:38:19 -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 7a8c4dd9be91a7e8f8f0e0419a560663adc694a3:

  tls: Correct length of scatterlist in tls_sw_sendpage (2018-01-22 16:25:21 -0500)

----------------------------------------------------------------
Dave Watson (1):
      tls: Correct length of scatterlist in tls_sw_sendpage

David S. Miller (2):
      Merge branch 'cxgb4-tc-flower-offload-fixes'
      Merge branch 'ibmvnic-reset-behavior-fixes'

Eric Dumazet (1):
      net: qdisc_pkt_len_init() should be more robust

Felix Fietkau (1):
      net: igmp: fix source address check for IGMPv3 reports

Ivan Vecera (1):
      be2net: restore properly promisc mode after queues reconfiguration

John Allen (3):
      ibmvnic: Modify buffer size and number of queues on failover
      ibmvnic: Revert to previous mtu when unsupported value requested
      ibmvnic: Allocate and request vpd in init_resources

Kumar Sanghvi (2):
      cxgb4: set filter type to 1 for ETH_P_IPV6
      cxgb4: fix endianness for vlan value in cxgb4_tc_flower

Oliver Neukum (1):
      usbnet: silence an unnecessary warning

Sowmini Varadhan (1):
      rds: tcp: compute m_ack_seq as offset from ->write_seq

Talat Batheesh (1):
      net/mlx5e: Fix fixpoint divide exception in mlx5e_am_stats_compare

Willem de Bruijn (1):
      gso: validate gso_type in GSO handlers

 drivers/net/ethernet/chelsio/cxgb4/cxgb4_tc_flower.c |  7 +++++--
 drivers/net/ethernet/emulex/benet/be_main.c          |  9 +++++++++
 drivers/net/ethernet/ibm/ibmvnic.c                   | 73 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++---------------
 drivers/net/ethernet/ibm/ibmvnic.h                   |  2 ++
 drivers/net/ethernet/mellanox/mlx5/core/en_rx_am.c   |  6 ++++++
 drivers/net/usb/usbnet.c                             |  8 +++-----
 net/core/dev.c                                       | 19 +++++++++++++++----
 net/ipv4/esp4_offload.c                              |  3 +++
 net/ipv4/igmp.c                                      |  2 +-
 net/ipv4/tcp_offload.c                               |  3 +++
 net/ipv4/udp_offload.c                               |  3 +++
 net/ipv6/esp6_offload.c                              |  3 +++
 net/ipv6/tcpv6_offload.c                             |  3 +++
 net/ipv6/udp_offload.c                               |  3 +++
 net/rds/tcp.c                                        |  5 +++--
 net/rds/tcp.h                                        |  2 +-
 net/rds/tcp_send.c                                   |  4 ++--
 net/sctp/offload.c                                   |  3 +++
 net/tls/tls_sw.c                                     |  2 ++
 19 files changed, 128 insertions(+), 32 deletions(-)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ