16 Jul, 2012

3 commits


14 Jul, 2012

3 commits

  • We start initializing the struct xfrm_dst 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 xfrm_dst right behind the dst_entry.

    Suggested-by: Eric Dumazet
    Signed-off-by: Steffen Klassert
    Signed-off-by: David S. Miller

    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: Eric Dumazet
    Signed-off-by: Steffen Klassert
    Signed-off-by: David S. Miller

    Steffen Klassert
     
  • 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: David S. Miller

    David S. Miller
     

13 Jul, 2012

6 commits


12 Jul, 2012

28 commits