lwip-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[lwip-commits] [SCM] UNNAMED PROJECT branch, master, updated. 3393f7068b


From: Sylvain Rochet
Subject: [lwip-commits] [SCM] UNNAMED PROJECT branch, master, updated. 3393f7068b8319fd81b5184a07a464c6f3de9006
Date: Tue, 08 Sep 2015 22:46:40 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "UNNAMED PROJECT".

The branch, master has been updated
       via  3393f7068b8319fd81b5184a07a464c6f3de9006 (commit)
       via  d7b62965140be14e13352b13d034462e4d85e76a (commit)
       via  286204bfd68742de6e1a612a6f16f6f21ee1c845 (commit)
       via  fd602deb38ce11bb45fcc4e2d01c67ab61386e90 (commit)
       via  e63ea8e6b7010a497fec7c4f3e2a70d4b719aec7 (commit)
       via  fe403ab59d0d428137d193505e31bc8617a64459 (commit)
       via  00d424ae99dc546491ed3865f0dd127637875c2c (commit)
       via  a1140fda2bff0c0acc95c75d0af3458f040269a1 (commit)
       via  dd2ed46455fca4d4b3e52b39f4381ac26fe14660 (commit)
       via  9c4834a724917dbd17b3d4c652906b362068960b (commit)
       via  0c128026883bbf5b8f0e3f39fb97d89d9fbba561 (commit)
       via  c7f97eb7e9a3e2106e378c747f979eefc10ca90d (commit)
      from  971cc62d1aafe1b999ee38bf37dc8f1a91017a6c (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 3393f7068b8319fd81b5184a07a464c6f3de9006
Author: Sylvain Rochet <address@hidden>
Date:   Wed Sep 9 00:44:19 2015 +0200

    unix port: port unix port "minimal" project to tapif and remove mintapif
    
    Mintapif is now fully merged to tapif and the other way around.
    
    reworked unix port "minimal" project to use tapif and then removed
    mintapif.

commit d7b62965140be14e13352b13d034462e4d85e76a
Author: Sylvain Rochet <address@hidden>
Date:   Wed Sep 9 00:38:13 2015 +0200

    unix port: tapif: move "NO_SYS" input function from mintapif to tapif
    
    And make tapif available for NO_SYS platforms.

commit 286204bfd68742de6e1a612a6f16f6f21ee1c845
Author: Sylvain Rochet <address@hidden>
Date:   Wed Sep 9 00:22:29 2015 +0200

    unix port: a bit more of trivial two-way merges between tapif and mintapif

commit fd602deb38ce11bb45fcc4e2d01c67ab61386e90
Author: Sylvain Rochet <address@hidden>
Date:   Wed Sep 9 00:13:08 2015 +0200

    unix port: tapif: mintapif: reorder includes in order to reduce diff-size 
between tapif and mintapif

commit e63ea8e6b7010a497fec7c4f3e2a70d4b719aec7
Author: Sylvain Rochet <address@hidden>
Date:   Wed Sep 9 00:05:31 2015 +0200

    unix port: trivial two-way merges between tapif and mintapif

commit fe403ab59d0d428137d193505e31bc8617a64459
Author: Sylvain Rochet <address@hidden>
Date:   Tue Sep 8 23:33:06 2015 +0200

    unix port: mintapif: add IPv6 output handler

commit 00d424ae99dc546491ed3865f0dd127637875c2c
Author: Sylvain Rochet <address@hidden>
Date:   Tue Sep 8 23:28:13 2015 +0200

    unix port: tapif, mintapif: dual merge of PRECONFIGURED_TAPIF and DEVTAP_IF 
features

commit a1140fda2bff0c0acc95c75d0af3458f040269a1
Author: Sylvain Rochet <address@hidden>
Date:   Tue Sep 8 23:11:54 2015 +0200

    unix port: tapif and mintapif: use snprintf instead of sprintf
    
    Trivial, merge buffer size to reduce diff between tapif and mintapif
    and use snprintf instead of sprintf.

commit dd2ed46455fca4d4b3e52b39f4381ac26fe14660
Author: Sylvain Rochet <address@hidden>
Date:   Tue Sep 8 23:10:22 2015 +0200

    unix port: trivial two-way merges between tapif and mintapif

commit 9c4834a724917dbd17b3d4c652906b362068960b
Author: Sylvain Rochet <address@hidden>
Date:   Tue Sep 8 22:54:23 2015 +0200

    unix port: remove trailing spaces in tapif and mintapif
    
    My editor is set to remove trailing spaces on edited lines, which adds
    entropy in the diff between tapif and mintapif, diff that I'm currently
    trying to reduce by merging features back and forth between them.
    
    So, remove trailing spaces in both tapif and mintapif once for all.

commit 0c128026883bbf5b8f0e3f39fb97d89d9fbba561
Author: Sylvain Rochet <address@hidden>
Date:   Tue Sep 8 22:44:28 2015 +0200

    unix port: merge netmask propagation to tap interface feature from tapif to 
mintapif

commit c7f97eb7e9a3e2106e378c747f979eefc10ca90d
Author: Sylvain Rochet <address@hidden>
Date:   Tue Sep 8 22:27:38 2015 +0200

    unix port: tapif: removed rx packet type filtering
    
    It seems to come from a legacy way of pushing packets to the stack, calling
    for eg. ethernet_input() or ip_input() or pppoe_input() depending on the
    incoming packet type. That's not necessary anymore and a IP stack *must*
    be able to deal with any received packet type and whatever level of packet
    corruption we might receive.

-----------------------------------------------------------------------

Summary of changes:
 ports/unix/include/netif/tapif.h   |   31 ++--
 ports/unix/netif/tapif.c           |  285 ++++++++++++++++++------------
 ports/unix/proj/minimal/Makefile   |    6 +-
 ports/unix/proj/minimal/main.c     |    6 +-
 ports/unix/proj/minimal/mintapif.c |  348 ------------------------------------
 ports/unix/proj/minimal/mintapif.h |   46 -----
 6 files changed, 195 insertions(+), 527 deletions(-)
 delete mode 100644 ports/unix/proj/minimal/mintapif.c
 delete mode 100644 ports/unix/proj/minimal/mintapif.h


hooks/post-receive
-- 
UNNAMED PROJECT



reply via email to

[Prev in Thread] Current Thread [Next in Thread]