commit-hurd
[Top][All Lists]
Advanced

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

[SCM] the great next stuff branch, dde, updated. 9740d0e120cb2371333ca0e


From: Zheng Da
Subject: [SCM] the great next stuff branch, dde, updated. 9740d0e120cb2371333ca0e93193cc1d58194a3a
Date: Sun, 01 Aug 2010 15:24:07 +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 "the great next stuff".

The branch, dde has been updated
       via  9740d0e120cb2371333ca0e93193cc1d58194a3a (commit)
       via  9eaabef70c2da8085b270eeba66703159ba12f1d (commit)
       via  7ed285cc123e231623bde52306268efd285d63f2 (commit)
       via  e14b69f64059854daa630f2d36c00635b747c506 (commit)
       via  e2105af57e8ced86961e99e7f5d4ce697396d4f7 (commit)
       via  c76beb2554e8ab52741752242ddd8dfa2d5035c1 (commit)
      from  1f003663b15bfc7d91cf9d2108b83c18c2c76c29 (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 9740d0e120cb2371333ca0e93193cc1d58194a3a
Author: Zheng Da <address@hidden>
Date:   Sun Aug 1 16:05:21 2010 +0200

    link DDE drivers with BPF library.

commit 9eaabef70c2da8085b270eeba66703159ba12f1d
Author: Zheng Da <address@hidden>
Date:   Sun Aug 1 15:57:31 2010 +0200

    Use BPF to filter the packets to be delivered.

commit 7ed285cc123e231623bde52306268efd285d63f2
Author: Zheng Da <address@hidden>
Date:   Sat Jul 31 09:44:51 2010 +0200

    move queue.c from eth-multiplexer to libbpf.

commit e14b69f64059854daa630f2d36c00635b747c506
Author: Zheng Da <address@hidden>
Date:   Sat Jul 31 07:33:10 2010 +0200

    Use libbpf in eth-multiplxer.

commit e2105af57e8ced86961e99e7f5d4ce697396d4f7
Author: Zheng Da <address@hidden>
Date:   Sat Jul 31 07:05:17 2010 +0200

    Not tracking eth-multiplexer.prof_d any more.

commit c76beb2554e8ab52741752242ddd8dfa2d5035c1
Author: Zheng Da <address@hidden>
Date:   Sat Jul 31 06:52:07 2010 +0200

    add libbpf.

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

Summary of changes:
 dde_e100/Makefile                      |    2 +-
 dde_e1000/Makefile                     |    2 +-
 dde_ne2k_pci/Makefile                  |    2 +-
 dde_pcnet32/Makefile                   |    2 +-
 dde_rtl8139/Makefile                   |    2 +-
 eth-multiplexer/Makefile               |    8 +-
 eth-multiplexer/device_impl.c          |    3 +-
 eth-multiplexer/eth-multiplexer.prof_d |    1 -
 eth-multiplexer/vdev.c                 |   14 ++-
 eth-multiplexer/vdev.h                 |    5 +-
 {libhurd-slab => libbpf}/Makefile      |    8 +-
 {eth-multiplexer => libbpf}/bpf_impl.c |    8 +-
 {eth-multiplexer => libbpf}/bpf_impl.h |   15 ++-
 {eth-multiplexer => libbpf}/queue.c    |    0
 {eth-multiplexer => libbpf}/queue.h    |    0
 {eth-multiplexer => libbpf}/util.h     |    0
 libdde_linux26/lib/src/mach_glue/net.c |   25 +++++
 libmachdev/Makefile                    |    2 +-
 libmachdev/if_hdr.h                    |  165 ++++++++++++++++++++++++++++++++
 libmachdev/mach_glue.h                 |    7 ++
 libmachdev/net.c                       |  118 +++++++++++++----------
 21 files changed, 306 insertions(+), 83 deletions(-)
 delete mode 100644 eth-multiplexer/eth-multiplexer.prof_d
 copy {libhurd-slab => libbpf}/Makefile (91%)
 rename {eth-multiplexer => libbpf}/bpf_impl.c (98%)
 rename {eth-multiplexer => libbpf}/bpf_impl.h (92%)
 rename {eth-multiplexer => libbpf}/queue.c (100%)
 rename {eth-multiplexer => libbpf}/queue.h (100%)
 copy {eth-multiplexer => libbpf}/util.h (100%)
 create mode 100644 libmachdev/if_hdr.h


hooks/post-receive
-- 
the great next stuff



reply via email to

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