1. 14 7月, 2012 2 次提交
    • S
      ipv6: Initialize the struct rt6_info behind the dst_enty field · 8104891b
      Steffen Klassert 提交于
      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: NEric Dumazet <eric.dumazet@gmail.com>
      Signed-off-by: NSteffen Klassert <steffen.klassert@secunet.com>
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      8104891b
    • D
      Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next · 921a678c
      David S. Miller 提交于
      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: NDavid S. Miller <davem@davemloft.net>
      921a678c
  2. 13 7月, 2012 6 次提交
  3. 12 7月, 2012 32 次提交