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:	Sun, 02 Nov 2008 00:51:43 -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


More fixes, as usual it's mostly in the drivers, but there
are a few network stack and netfilter cures in here.

Highlights:

1) UDP multicast socket lookup doesn't handle namespaces
   correctly.  From Eric Dumazet.

2) AF_UNIX namespace instantiation always returns zero
   instead of proper error codes.  Fix from Jianjun Kong.

3) IPSEC can leak ESRCH into userspace socket calls, in situations
   where that is not appropriate.  From fernando@....ntt.co

4) bonding OOPS'er fix from Andy Gospodarek.

5) IPSEC policy setting regression fix from Alexey Dobriyan.

Please pull, thanks a lot!

The following changes since commit 721d5dfe7e516954c501d5e9d0dfab379cf4241a:
  Linus Torvalds (1):
        Merge branch 'for-linus' of git://neil.brown.name/md

are available in the git repository at:

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

Alexander Beregalov (1):
      IRDA: remove double inclusion of module.h

Alexey Dobriyan (3):
      netns: add register_pernet_gen_subsys/unregister_pernet_gen_subsys
      netfilter: nf_conntrack_proto_gre: switch to register_pernet_gen_subsys()
      key: fix setkey(8) policy set breakage

Andy Gospodarek (1):
      bonding: fix panic when taking bond interface down before removing module

Bob Copeland (3):
      ath5k: correct misspelling in debug help
      ath5k: honor FIF_BCN_PRBRESP_PROMISC in STA mode
      ath5k: add self to MAINTAINERS

Brice Goglin (1):
      myri10ge: fix stop/go mmio ordering

Chunbo Luo (1):
      amd8111e: fix dma_free_coherent context

David Brownell (1):
      at91_ether: request/free GPIO for PHY interrupt

David S. Miller (5):
      pppoe: Fix socket leak.
      Merge branch 'master' of git://git.kernel.org/.../linville/wireless-2.6
      Merge branch 'davem-fixes' of master.kernel.org:/.../jgarzik/netdev-2.6
      Merge branch 'master' of git://git.infradead.org/users/pcmoore/lblnet-2.6
      net: Really remove all of LOOPBACK_TSO code.

Elias Oltmanns (1):
      ath5k: Fix reset sequence for AR5212 in general and RF5111 in particular

Eric Dumazet (1):
      udp: multicast packets need to check namespace

Holger Schurig (1):
      libertas: remove two libertas sparse warning

Ilpo Järvinen (1):
      bpa10x: free sk_buff with kfree_skb

Ivo van Doorn (1):
      rt2x00: Fix build error when mac80211=M rt2x00=Y

Jay Cliburn (1):
      atl1: fix vlan tag regression

Jay Vosburgh (2):
      bonding: fix miimon failure counter
      bonding: Clean up resource leaks

Jianjun Kong (1):
      af_unix: netns: fix problem of return value

Johannes Berg (1):
      libertas: fix buffer overrun

Manish Katiyar (1):
      netlabel: Fix compilation warnings in net/netlabel/netlabel_addrlist.c

Mike Frysinger (1):
      SMC91x: delete unused local variable "lp"

Paul Moore (1):
      netlabel: Fix compiler warnings in netlabel_mgmt.c

Randy Dunlap (1):
      net: delete excess kernel-doc notation

Stephen Hemminger (1):
      net: add documentation for skb recycling

Tomas Winkler (1):
      iwlwifi: fix suspend to RAM in iwlwifi

Trent Piepho (2):
      gianfar: Fix race in TBI/SerDes configuration
      gianfar: Don't reset TBI<->SerDes link if it's already up

fernando@....ntt.co (1):
      xfrm: do not leak ESRCH to user space

roel kluin (1):
      cipso: unsigned buf_len cannot be negative

 MAINTAINERS                            |    2 +
 arch/powerpc/sysdev/fsl_soc.c          |   26 ++++++++++++++++
 drivers/bluetooth/bpa10x.c             |    4 +-
 drivers/net/amd8111e.c                 |    9 ++---
 drivers/net/arm/at91_ether.c           |    6 +++-
 drivers/net/atlx/atl1.c                |    7 ++--
 drivers/net/atlx/atl1.h                |    2 +-
 drivers/net/bonding/bond_alb.c         |   13 +++++---
 drivers/net/bonding/bond_main.c        |   52 +++++++++++++++++++++-----------
 drivers/net/gianfar.c                  |   16 ++++++++++
 drivers/net/gianfar_mii.c              |   21 +++++++++++++
 drivers/net/gianfar_mii.h              |    3 ++
 drivers/net/irda/ks959-sir.c           |    1 -
 drivers/net/irda/ksdazzle-sir.c        |    1 -
 drivers/net/loopback.c                 |    9 -----
 drivers/net/myri10ge/myri10ge.c        |    4 ++-
 drivers/net/pppoe.c                    |    6 ++--
 drivers/net/smc91x.c                   |    2 -
 drivers/net/wan/z85230.c               |    1 -
 drivers/net/wireless/ath5k/base.c      |    4 +--
 drivers/net/wireless/ath5k/debug.c     |    2 +-
 drivers/net/wireless/ath5k/initvals.c  |    2 +
 drivers/net/wireless/ath5k/reset.c     |   22 ++++---------
 drivers/net/wireless/iwlwifi/iwl-agn.c |    2 +-
 drivers/net/wireless/libertas/cmd.c    |    4 +-
 drivers/net/wireless/libertas/scan.c   |    4 +-
 drivers/net/wireless/rt2x00/Kconfig    |    2 +-
 include/linux/fsl_devices.h            |    3 +-
 include/linux/netdevice.h              |    1 -
 include/net/net_namespace.h            |    2 +
 include/net/sock.h                     |    1 -
 net/core/net_namespace.c               |   32 +++++++++++++++++++
 net/core/skbuff.c                      |   12 +++++++
 net/ipv4/cipso_ipv4.c                  |    7 ++--
 net/ipv4/udp.c                         |   12 ++++---
 net/ipv6/udp.c                         |    8 ++--
 net/key/af_key.c                       |    1 -
 net/netfilter/nf_conntrack_proto_gre.c |    4 +-
 net/netlabel/netlabel_addrlist.c       |    2 +
 net/netlabel/netlabel_addrlist.h       |   22 +++++++++++++
 net/netlabel/netlabel_mgmt.c           |    2 +-
 net/unix/af_unix.c                     |    2 +-
 net/xfrm/xfrm_policy.c                 |    2 +
 43 files changed, 242 insertions(+), 98 deletions(-)
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ