10 Mar, 2011

2 commits

  • Phonet assumes that packets are never dropped. We try our best to
    avoid this situation. But lets return ENOBUFS if queueing to the
    network device fails so that the caller knows things went wrong.

    Signed-off-by: Rémi Denis-Courmont
    Signed-off-by: David S. Miller

    Rémi Denis-Courmont
     
  • The previous Phonet patch series introduced per-socket implicit
    destination (i.e. connect()). In that case, the destination
    socket address is NULL in the transmit function.
    However commit a8059512b120362b15424f152b2548fe8b11bd0c
    ("Phonet: implement per-socket destination/peer address")
    is incomplete and would trigger a NULL dereference.
    (Fortunately, the code is not in released kernel, and in fact
    currently not reachable.)

    Signed-off-by: Rémi Denis-Courmont
    Signed-off-by: David S. Miller

    Rémi Denis-Courmont
     

09 Mar, 2011

6 commits


08 Mar, 2011

32 commits