index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
net
/
if_trunk.c
Age
Commit message (
Expand
)
Author
2006-05-20
bump copyright
Reyk Floeter
2006-05-20
drop packets received on inactive failover ports without increasing the
Reyk Floeter
2006-05-16
the ifp->if_linkstatehooks may be NULL, add an extra check to avoid
Reyk Floeter
2006-03-25
allow bpf(4) to ignore packets based on their direction (inbound or
Damien Miller
2006-03-11
splimp -> splnet
Brad Smith
2006-03-04
With the exception of two other small uncommited diffs this moves
Brad Smith
2006-01-04
Move bpf_mtap_hdr() after trunk_*_input() so that we hopefully see only one
Brad Smith
2006-01-04
Remove redundant calls to bpfdetach.
Can Erkin Acar
2005-12-21
knf
Reyk Floeter
2005-12-21
fix possible NULL pointer, thanks to Marco Molteni
Reyk Floeter
2005-12-18
Update my e-mail address in the copyright statement, no binary changes.
Reyk Floeter
2005-12-17
revert last commit as it introduced system panics due to improper use
Brad Smith
2005-11-27
Move bpf_mtap() after trunk_*_input() so that we hopefull see only one
Ryan Thomas McBride
2005-11-27
Attempt to accept a packet only once when operating in failover mode.
Ryan Thomas McBride
2005-11-27
Fix dereference of uninitialised pointer in trunk_input() error path.
Ryan Thomas McBride
2005-11-27
Make the trunk interface link state depend on the link states of the
Ryan Thomas McBride
2005-10-23
Rework of multicast deletion code for vlan(4) and trunk(4).
Marco Pfatschbacher
2005-10-09
use label
Reyk Floeter
2005-10-03
add a simple active "failover" trunk mode. port priorities will be
Reyk Floeter
2005-09-14
correctly set IFF_RUNNING flag after device state changes.
Reyk Floeter
2005-09-11
when adding any IP addresses make sure to UP the interface.
Brad Smith
2005-09-10
update the trunk(4) driver
Reyk Floeter
2005-07-31
Introduce bpf_mtap_af and bpf_mtap_hdr to be used when passing a mbuf chain
Christopher Pascoe
2005-05-27
add missing free on error. thanks to Andrey Matveev.
Reyk Floeter
2005-05-24
support trunk stacking (trunks as trunk ports) and some fixes
Reyk Floeter
2005-05-24
initial import of a trunking (link aggregation and link failover)
Reyk Floeter