1. 31 Jan, 2017 6 commits
  2. 17 Jan, 2017 1 commit
  3. 13 Jan, 2017 2 commits
  4. 15 Dec, 2016 1 commit
  5. 12 Dec, 2016 1 commit
  6. 07 Dec, 2016 3 commits
  7. 03 Dec, 2016 3 commits
  8. 02 Dec, 2016 7 commits
  9. 01 Dec, 2016 7 commits
  10. 21 Nov, 2016 8 commits
  11. 04 Nov, 2016 1 commit
    • Alessandro Rubini's avatar
      remove arguments to net->send; some fixes as side effect · faa87f7a
      Alessandro Rubini authored
      Most arguments of net->send are redundant, as the ppi includes all
      info. In particular, chtype and "is_pdelay_addr" derive from the
      message type.  And the timestamp is always internal.
      
      I chose not to remove message, len and msgtype because the message
      being sent includes the header (ppi->tx_offset), so there's some
      calculation to extract them.  This may happen in a later commit, if I
      find that is a size improvement.
      
      Bugs fixed as a side effect:
         - the "if" for "is_pelay" missed PDELAY_RESP_F_UP (now it's in msgtype.c)
         - wrpc pdelay was always using the e2e mac address
      
      This commit decreases the size of all archs by 60 bytes, but increases
      wrpc by 20 bytes because of the fix above
      Signed-off-by: Alessandro Rubini's avatarAlessandro Rubini <rubini@gnudd.com>
      faa87f7a