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:	Thu, 12 Feb 2009 17:17:18 -0800 (PST)
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


Pushing this quickly to get the SO_BSDCOMPAT leak fix in there.
The bnx2 update looks huge, but that's due to a memory corruptor
requiring a firmware fix.

1) Can't use plain "u32" in user exported headers, fix from	
   Chuck Ebbert.

2) Wireless fixes via John Linville.

3) BNX2 memory corruption fixes from Michael Chan.

4) ATM fore200 driver OOPS fix on firmware load failure, from
   Meelis Roos.

5) Two phonet fixes, including a double free fix, from
   Rémi Denis-Courmont.

6) Several off-by-one bug fixes from Roel Kluin.

7) SO_BSDCOMPATE getsockopt doesn't initialize the buffer it
   returns to userspace, fix from Clément Lecigne.

8) QLGE driver bug fixes from Ron Mercer.

Please pull, thanks a lot!

The following changes since commit b578f3fcca1e78624dfb5f358776e63711d7fda2:
  Linus Torvalds (1):
        Merge git://git.infradead.org/users/cbou/battery-2.6.29

are available in the git repository at:

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

Andrew Morton (2):
      net: don't use in_atomic() in gfp_any()
      Documentation/connector/cn_test.c: don't use gfp_any()

Bob Copeland (1):
      ath5k: fix bf->skb==NULL panic in ath5k_tasklet_rx

Chuck Ebbert (1):
      pkt_sched: type should be __u32 in header

Clément Lecigne (1):
      net: 4 bytes kernel memory disclosure in SO_BSDCOMPAT gsopt try #2

Dhananjay Phadke (1):
      netxen: remove pcie workaround

Hin-Tak Leung (2):
      zd1211rw: adding 0ace:0xa211 as a ZD1211 device
      zd1211rw: treat MAXIM_NEW_RF(0x08) as UW2453_RF(0x09) for TP-Link WN322/422G

Inaky Perez-Gonzalez (1):
      wimax: fix oops in wimax_dev_get_by_genl_info() when looking up non-wimax iface

Johannes Berg (1):
      mac80211: restrict to AP in outgoing interface heuristic

Meelis Roos (2):
      fore200: fix oops on failed firmware load
      sunhme: Fix Quattro HME irq registration on proble failures

Michael Chan (4):
      bnx2: Update 5706/5708 firmware.
      bnx2: Update 5709 firmware.
      bnx2: Fix jumbo frames error handling.
      bnx2: Update version to 1.9.2 and copyright.

Paulius Zaleckas (1):
      mdio-gpio: Add mdc pin direction initialization

Reinette Chatre (1):
      iwlwifi: fix suspend/resume and its usage of pci saved state

Roel Kluin (4):
      TG3: limit reaches -1
      sun3: print when lance_open() fails
      IRDA: cnt is off by 1
      3c505: do not set pcb->data.raw beyond its size

Ron Mercer (7):
      qlge: bugfix: Use netif_receive_skb() and vlan_hwaccel_receive_skb().
      qlge: bugfix: Fix fatal error recovery hang.
      qlge: bugfix: Add missing put_page() call.
      qlge: bugfix: Add missing dev_kfree_skb_any() call.
      qlge: bugfix: Fix TSO breakage.
      qlge: bugfix: Fix RX scaling values.
      qlge: bugfix: Add missing rx buf clean index on early exit.

Rémi Denis-Courmont (2):
      Phonet: fix double free in GPRS outbound packet error path
      Phonet: do not compute unused value

Yang Hongyang (1):
      netxen: fix compile waring "label ‘set_32_bit_mask’ defined but not used" on IA64 platform

 Documentation/connector/cn_test.c           |    6 +-
 drivers/atm/fore200e.c                      |    4 +-
 drivers/net/3c505.c                         |   26 +-
 drivers/net/bnx2.c                          |   36 +-
 drivers/net/bnx2.h                          |    2 +-
 drivers/net/bnx2_fw.h                       | 8515 +++++++++++++-------------
 drivers/net/bnx2_fw2.h                      | 8795 +++++++++++++--------------
 drivers/net/irda/mcs7780.c                  |    2 +-
 drivers/net/netxen/netxen_nic_main.c        |   66 +-
 drivers/net/phy/mdio-gpio.c                 |    2 +
 drivers/net/qlge/qlge_main.c                |   37 +-
 drivers/net/sun3lance.c                     |    2 +-
 drivers/net/sunhme.c                        |   34 +-
 drivers/net/tg3.c                           |    4 +-
 drivers/net/wireless/ath5k/base.c           |   85 +-
 drivers/net/wireless/iwlwifi/iwl-agn.c      |   15 +-
 drivers/net/wireless/iwlwifi/iwl3945-base.c |   15 +-
 drivers/net/wireless/zd1211rw/zd_rf.c       |    1 +
 drivers/net/wireless/zd1211rw/zd_usb.c      |    1 +
 include/linux/pkt_sched.h                   |    2 +-
 include/net/sock.h                          |    2 +-
 net/core/sock.c                             |    2 +
 net/mac80211/tx.c                           |    2 +
 net/phonet/pep-gprs.c                       |    1 -
 net/phonet/pep.c                            |    2 +-
 net/wimax/id-table.c                        |    9 +-
 26 files changed, 8767 insertions(+), 8901 deletions(-)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ