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

cvs commit: src/sys/netinet ip_input.c ip_output.c src/sys/net if_ethersubr.c src/sys/net/ipfw ip_fw2.c ip_fw2.h


From: Sepherosa Ziehau <sephe@xxxxxxxxxxxxxxxxxxxxxxx>
Date: Fri, 12 Sep 2008 22:49:08 -0700 (PDT)

sephe       2008/09/12 22:49:08 PDT

DragonFly src repository

  Modified files:
    sys/netinet          ip_input.c ip_output.c 
    sys/net              if_ethersubr.c 
    sys/net/ipfw         ip_fw2.c ip_fw2.h 
  Log:
  - Let caller of ip_fw_dn_io_ptr call ip_dn_queue(), so that callers have the
    chance to save additional information to dummynet tag (e.g. ip_output)
  - In ip_{input,output}(), call ip_dn_queue() outside of ipfw(4) processing
    code block
  - Move saving dst, ro and flags from ipfw_dummynet_io() to ip_output()
  - Remove unused fields in ip_fw_args
  - Update comment
  
  Revision  Changes    Path
  1.101     +5 -1      src/sys/netinet/ip_input.c
  1.61      +37 -14    src/sys/netinet/ip_output.c
  1.87      +1 -0      src/sys/net/if_ethersubr.c
  1.81      +0 -19     src/sys/net/ipfw/ip_fw2.c
  1.16      +0 -4      src/sys/net/ipfw/ip_fw2.h


http://www.dragonflybsd.org/cvsweb/src/sys/netinet/ip_input.c.diff?r1=1.100&r2=1.101&f=u
http://www.dragonflybsd.org/cvsweb/src/sys/netinet/ip_output.c.diff?r1=1.60&r2=1.61&f=u
http://www.dragonflybsd.org/cvsweb/src/sys/net/if_ethersubr.c.diff?r1=1.86&r2=1.87&f=u
http://www.dragonflybsd.org/cvsweb/src/sys/net/ipfw/ip_fw2.c.diff?r1=1.80&r2=1.81&f=u
http://www.dragonflybsd.org/cvsweb/src/sys/net/ipfw/ip_fw2.h.diff?r1=1.15&r2=1.16&f=u



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