1. 14 Jul, 2012 2 commits
    • Steffen Klassert's avatar
      ipv6: Initialize the struct rt6_info behind the dst_enty field · 8104891b
      Steffen Klassert authored
      We start initializing the struct rt6_info at the first field
      behind the struct dst_enty. This is error prone because it
      might leave a new field uninitialized. So start initializing
      the struct rt6_info right behind the dst_entry.
      Suggested-by: default avatarEric Dumazet <eric.dumazet@gmail.com>
      Signed-off-by: default avatarSteffen Klassert <steffen.klassert@secunet.com>
      Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
      8104891b
    • David S. Miller's avatar
      Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next · 921a678c
      David S. Miller authored
      John Linville says:
      
      ====================
      Several drivers see updates: mwifiex, ath9k, iwlwifi, brcmsmac,
      wlcore/wl12xx/wl18xx, and a handful of others.  The bcma bus got a
      lot of attention from Hauke Mehrtens.  The cfg80211 component gets
      a flurry of patches for multi-channel support, and the mac80211
      component gets the first few VHT (11ac) and 60GHz (11ad) patches.
      This also includes the removal of the iwmc3200 drivers, since the
      hardware never became available to normal people.
      
      Additionally, the NFC subsystem gets a series of updates.  According to
      Samuel, "Here are the interesting bits:
      
      - A better error management for the HCI stack.
      - An LLCP "late" binding implementation for a better NFC SAP usage. SAPs are
        now reserved only when there's a client for it.
      - Support for Sony RC-S360 (a.k.a. PaSoRi) pn533 based dongle. We can read and
        write NFC tags and also establish a p2p link with this dongle now.
      - A few LLCP fixes."
      
      Finally, this includes another pull of the fixes from the wireless
      tree in order to resolve some merge issues.
      ====================
      Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
      921a678c
  2. 13 Jul, 2012 4 commits
  3. 12 Jul, 2012 34 commits