]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/net/if_lagg.c
add -n option to suppress clearing the build tree and add -DNO_CLEAN
[FreeBSD/FreeBSD.git] / sys / net / if_lagg.c
2007-05-20 thompsa- packets on the input interface were counted twice
2007-05-19 muxThis commit was generated by cvs2svn to compensate...
2007-05-19 thompsaFix a mbuf leak where sc_start fails or the protocol...
2007-05-19 kanThis commit was generated by cvs2svn to compensate...
2007-05-19 kanThis commit was generated by cvs2svn to compensate...
2007-05-19 kanThis commit was generated by cvs2svn to compensate...
2007-05-19 kanThis commit was generated by cvs2svn to compensate...
2007-05-18 thompsaFix locking assert where we should hold the reader...
2007-05-15 thompsaFix unused variable error with !INET6
2007-05-15 thompsaFeed ipv6 flowlabel to hash calculation.
2007-05-15 thompsaChange from a mutex to a read/write lock. This allows...
2007-05-07 thompsa - Correctly check if lp_ioctl is null
2007-05-07 thompsaThe purgemulti call is not needed since all the ports...
2007-05-07 thompsaCall if_setlladdr() on the aggregation port from a...
2007-05-07 thompsaAvoid touching various unsafe parts if the interface...
2007-05-07 thompsaChange from using if_delmulti() to if_delmulti_ifma...
2007-05-03 thompsa- Add a disabled state for ports that can not be aggregated
2007-05-02 thompsaSet the master flag on the right variable.
2007-05-01 marcelThis commit was generated by cvs2svn to compensate...
2007-04-23 gshapiroThis commit was generated by cvs2svn to compensate...
2007-04-23 gshapiroThis commit was generated by cvs2svn to compensate...
2007-04-17 thompsaRename the trunk(4) driver to lagg(4) as it is too...