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:	Fri, 12 Sep 2008 16:26:53 -0700 (PDT)
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) When NIU driver resets the chip after an error, it doesn't
   reset the buffer pointers in the TX and RX rings, which
   hangs the machine.  Fix from Santwona Behera

2) nla_ok() has a signedness bug that causes us to reference
   memory past the end of the attribute array in certain
   circumstances.  Fix from Vegard Nossum.

3) Bluetooth link policy regression fix from Marcel Holtmann.

4) ATH9K wireless sequence number handling bug fix from Jouni Malinen.

Please pull, thanks a lot!

The following changes since commit e550dfb0c2c31b6363aa463a035fc9f8dcaa3c9b:
  Neil Horman (1):
        ipv6: Fix OOPS in ip6_dst_lookup_tail().

are available in the git repository at:

  master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6.git master

David S. Miller (1):
      Merge branch 'master' of git://git.kernel.org/.../holtmann/bluetooth-2.6

Jouni Malinen (1):
      ath9k: Assign seq# when mac80211 requests this

Marcel Holtmann (1):
      [Bluetooth] Fix regression from using default link policy

Santwona Behera (1):
      niu: panic on reset

Vegard Nossum (1):
      netlink: fix overrun in attribute iteration

 drivers/net/niu.c                   |   56 +++++++++++++++++++++++++++++++++++
 drivers/net/wireless/ath9k/beacon.c |   13 ++++++++
 drivers/net/wireless/ath9k/core.h   |    1 +
 drivers/net/wireless/ath9k/main.c   |   14 +++++++++
 include/net/netlink.h               |    2 +-
 net/bluetooth/hci_core.c            |    3 ++
 6 files changed, 88 insertions(+), 1 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