1. 13 10月, 2012 1 次提交
  2. 27 9月, 2012 1 次提交
    • T
      NFC: LLCP raw socket support · 4463523b
      Thierry Escande 提交于
      This adds support for socket of type SOCK_RAW to LLCP.
      sk_buff are copied and sent to raw sockets with a 2 bytes extra header:
      The first byte header contains the nfc adapter index.
      The second one contains flags:
      - 0x01 - Direction (0=RX, 1=TX)
      - 0x02-0x80 - Reserved
      A raw socket has to be explicitly bound to a nfc adapter. This is achieved
      by specifying the adapter index to be bound to in the dev_idx field of the
      sockaddr_nfc_llcp struct passed to bind().
      Signed-off-by: NThierry Escande <thierry.escande@linux.intel.com>
      Signed-off-by: NSamuel Ortiz <sameo@linux.intel.com>
      4463523b
  3. 10 7月, 2012 1 次提交
  4. 05 6月, 2012 3 次提交
  5. 13 4月, 2012 1 次提交
  6. 07 3月, 2012 1 次提交
  7. 25 1月, 2012 1 次提交
  8. 05 1月, 2012 1 次提交
  9. 15 12月, 2011 2 次提交
  10. 21 9月, 2011 1 次提交
  11. 25 8月, 2011 1 次提交
  12. 06 7月, 2011 3 次提交