DragonFly BSD
DragonFly commits List (threaded) for 2010-09
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

git: network - Major netmsg retooling, part 2


From: Matthew Dillon <dillon@xxxxxxxxxxxxxxxxxxxxxxx>
Date: Wed, 15 Sep 2010 09:43:56 -0700 (PDT)

commit 67bf99c4e3c62e257027c8f0d3b312f44cfe622f
Author: Matthew Dillon <dillon@apollo.backplane.com>
Date:   Wed Sep 15 09:42:06 2010 -0700

    network - Major netmsg retooling, part 2
    
    * Convert remaining protocols (divert, ipx, mpls, natm).
    
    * Minor code correction in gif (no operational change).
    
    * Remove NS protocol from LINT in preparation for complete removal
      from tree.

Summary of changes:
 sys/config/LINT                |    1 -
 sys/net/gif/if_gif.c           |    2 +-
 sys/netinet/ip_divert.c        |   79 +------------
 sys/netinet/ip_divert.h        |    2 -
 sys/netproto/ipx/ipx.c         |    2 +-
 sys/netproto/ipx/ipx_input.c   |   20 ++--
 sys/netproto/ipx/ipx_ip.c      |    8 +-
 sys/netproto/ipx/ipx_proto.c   |  118 +++++++++++++------
 sys/netproto/ipx/ipx_usrreq.c  |  248 +++++++++++++++++++++++++---------------
 sys/netproto/ipx/ipx_var.h     |   12 +-
 sys/netproto/ipx/spx.h         |    4 +-
 sys/netproto/ipx/spx_usrreq.c  |  236 +++++++++++++++++++++++---------------
 sys/netproto/mpls/mpls_input.c |    7 +-
 sys/netproto/mpls/mpls_proto.c |   27 +++--
 sys/netproto/natm/natm.c       |  139 ++++++++++------------
 sys/netproto/natm/natm_proto.c |   66 ++++-------
 16 files changed, 518 insertions(+), 453 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/67bf99c4e3c62e257027c8f0d3b312f44cfe622f


-- 
DragonFly BSD source repository



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