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

cvs commit: src/sys/dev/netif/re if_re.c


From: Joerg Sonnenberger <joerg@xxxxxxxxxxxxxxxxxxxxxxx>
Date: Sat, 19 Feb 2005 16:36:23 -0800 (PST)

joerg       2005/02/19 16:36:23 PST

DragonFly src repository

  Modified files:
    sys/dev/netif/re     if_re.c 
  Log:
  Fix a bug introduced earlier. We can't put packets back into
  the queue with ALTQ, so we have to handle the case of errors
  after m_defrag has been called directly. We also have to remove
  the packets from the queue before we free them to avoid races.
  Same applies to calling bpf_mtap, which has to done on the
  defragmented packet.
  
  Revision  Changes    Path
  1.10      +34 -23    src/sys/dev/netif/re/if_re.c


http://www.dragonflybsd.org/cvsweb/src/sys/dev/netif/re/if_re.c.diff?r1=1.9&r2=1.10&f=u



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