summaryrefslogtreecommitdiffstats
path: root/sys/net/if_lagg.c
Commit message (Expand)AuthorAgeFilesLines
...
* non-functional cleanupthompsa2007-06-121-29/+29
* - packets on the input interface were counted twicethompsa2007-05-201-13/+1
* Fix a mbuf leak where sc_start fails or the protocol is none.thompsa2007-05-191-2/+4
* Fix locking assert where we should hold the reader lock.thompsa2007-05-181-1/+1
* Fix unused variable error with !INET6thompsa2007-05-151-1/+2
* Feed ipv6 flowlabel to hash calculation.thompsa2007-05-151-1/+3
* Change from a mutex to a read/write lock. This allows the tx port to bethompsa2007-05-151-58/+40
* - Correctly check if lp_ioctl is nullthompsa2007-05-071-20/+9
* The purgemulti call is not needed since all the ports have already been detac...thompsa2007-05-071-3/+0
* Call if_setlladdr() on the aggregation port from a taskqueue so the softc lockthompsa2007-05-071-5/+78
* Avoid touching various unsafe parts if the interface is disappearing.thompsa2007-05-071-7/+12
* Change from using if_delmulti() to if_delmulti_ifma() as it simplifies the codethompsa2007-05-071-58/+29
* - Add a disabled state for ports that can not be aggregatedthompsa2007-05-031-0/+1
* Set the master flag on the right variable.thompsa2007-05-021-1/+1
* Rename the trunk(4) driver to lagg(4) as it is too similar to vlan trunking.thompsa2007-04-171-0/+1607
OpenPOWER on IntegriCloud