23 Aug, 2016

2 commits


14 Aug, 2013

1 commit

  • Pptp driver has lots of byte order warnings from sparse.
    This was because the on-the-wire header is in network byte order (obviously)
    but the definition did not reflect that.

    Also, the address structure to user space actually put the call id
    in host order. Rather than break ABI compatibility, just acknowledge
    the existing design.

    Signed-off-by: Stephen Hemminger
    Signed-off-by: David S. Miller

    stephen hemminger
     

02 Jul, 2013

1 commit


13 Oct, 2012

1 commit