1. 13 Apr, 2015 17 commits
  2. 11 Apr, 2015 9 commits
  3. 10 Apr, 2015 11 commits
  4. 09 Apr, 2015 3 commits
    • David S. Miller's avatar
      Merge branch 'for-upstream' of... · c3d0dac6
      David S. Miller authored
      Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next
      
      Johan Hedberg says:
      
      ====================
      pull request: bluetooth-next 2015-04-09
      
      We've had enough new patches during the past week (especially from
      Marcel) that it'd be good to still get these queued for 4.1.
      
      The majority of the changes are from Marcel with lots of cleanup &
      refactoring patches for the HCI UART driver. Marcel also split out some
      Broadcom & Intel vendor specific functionality into two new btintel &
      btbcm modules.
      
      In addition to the HCI driver changes there's the completion of our
      local OOB data interface for pairing, added support for requesting
      remote LE features when connecting, as well as a couple of minor fixes
      for mac802154.
      
      Please let me know if there are any issues pulling. Thanks.
      ====================
      Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
      c3d0dac6
    • Eric Dumazet's avatar
      tcp: md5: fix a typo in tcp_v4_md5_lookup() · b52e6921
      Eric Dumazet authored
      Lookup key for tcp_md5_do_lookup() has to be taken
      from addr_sk, not sk (which can be the listener)
      
      Fixes: fd3a154a ("tcp: md5: get rid of tcp_v[46]_reqsk_md5_lookup()")
      Signed-off-by: default avatarEric Dumazet <edumazet@google.com>
      Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
      b52e6921
    • David S. Miller's avatar
      Merge branch 'xgbe-next' · 2e909523
      David S. Miller authored
      Tom Lendacky says:
      
      ====================
      amd-xgbe: AMD XGBE driver updates 2015-04-09
      
      The following series of patches includes functional updates and changes
      to the driver.
      
      - Allow ethtool rx-frames coalescing to be changed while the device is up
      - Consolidate initialization routine into the init function
      - Add support for the TX watchdog timeout
      
      This patch series is based on net-next.
      ====================
      Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
      2e909523