1. 30 3月, 2006 1 次提交
  2. 21 3月, 2006 17 次提交
  3. 07 2月, 2006 1 次提交
  4. 04 2月, 2006 1 次提交
  5. 18 1月, 2006 2 次提交
  6. 15 1月, 2006 1 次提交
  7. 14 1月, 2006 1 次提交
  8. 10 1月, 2006 1 次提交
  9. 07 1月, 2006 4 次提交
  10. 05 1月, 2006 1 次提交
  11. 10 12月, 2005 1 次提交
  12. 01 12月, 2005 2 次提交
  13. 30 11月, 2005 1 次提交
  14. 29 11月, 2005 1 次提交
  15. 28 11月, 2005 1 次提交
  16. 19 11月, 2005 1 次提交
    • R
      IB/umad: make sure write()s have sufficient data · eabc7793
      Roland Dreier 提交于
      Make sure that userspace passes in enough data when sending a MAD.  We
      always copy at least sizeof (struct ib_user_mad) + IB_MGMT_RMPP_HDR
      bytes from userspace, so anything less is definitely invalid.  Also,
      if the length is less than this limit, it's possible for the second
      copy_from_user() to get a negative length and trigger a BUG().
      Signed-off-by: NRoland Dreier <rolandd@cisco.com>
      eabc7793
  17. 11 11月, 2005 3 次提交