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_bridge.c
Age
Commit message (
Expand
)
Author
2010-07-09
Add support for using IPsec in multiple rdomains.
Reyk Floeter
2010-07-02
m_copyback can fail to allocate memory, but is a void fucntion so gymnastics
Bret Lambert
2010-07-01
Allow to specify an alternative enc(4) interface for an SA. All
Reyk Floeter
2010-06-29
Replace enc(4) with a new implementation as a cloner device. We still
Reyk Floeter
2010-06-03
Add support for 802.1ad-style QinQ nested VLANs.
Christian Weisgerber
2010-01-13
Preliminary rdomain support in bridge(4). Make sure that m->m_pkthdr.rdomain
Claudio Jeker
2009-11-22
Add a lot of bpf and counter manipulation to the bridge. The bridge
Theo de Raadt
2009-11-09
vether(4) is a virtual ethernet device driver which can be used
Theo de Raadt
2009-01-06
Send broadcast and multicast traffic not only out on all bridge interfaces but
Claudio Jeker
2008-10-16
* Allow ether_input() and vlan_input() to handle incoming packets
Christian Weisgerber
2008-09-10
Convert timeout_add() calls using multiples of hz to timeout_add_sec()
Bret Lambert
2008-09-02
remove dead stores and newly created unused variables.
Charles Longeau
2008-06-14
add carppeer; an option to specify a different multicast address or
Reyk Floeter
2008-05-21
Only cancel (timeout_del()) the timeout if we're not going to delay it
Michael Knudsen
2008-05-07
enable tx mitigation when putting packets on the wire by switching from
David Gwynne
2008-04-24
the softnet intr handlers check if the input queue has packets on
David Gwynne
2007-12-20
return with ENOTTY instead of EINVAL for unknown ioctl requests.
Brad Smith
2007-09-15
malloc sweep:
Henning Brauer
2007-05-28
double pf performance.
Henning Brauer
2007-05-28
Users of arc4random() should include dev/rndvar.h directly.
Ryan Thomas McBride
2007-05-26
one extern seems to be better than 20 for ifqmaxlen; ok krw
Jason Wright
2007-05-21
make bridge(4) mark packets with M_PROTO1 if gif(4) needs to use
Markus Friedl
2007-05-16
fix return values in bridge_output.
Michele Marchetto
2007-05-15
Update the ifp of bridge cache entries if the entry is not static. This
Claudio Jeker
2007-04-10
``it's'' -> ``its'' when the grammar gods require this change.
Miod Vallat
2007-01-08
discard packet and return if ifp is not a member of the bridge
Michele Marchetto
2006-12-28
check if ifqueue has anything queued before doing the dance of
Theo de Raadt
2006-12-11
refer to the RSTP point to point option as "PTP" instead of "P2P".
Reyk Floeter
2006-12-03
Add Rapid Spanning Tree Protocol support (802.1d-2004) based on work
Reyk Floeter
2006-11-30
no need for #if NPF > 0 inside #if NPF > 0
Henning Brauer
2006-07-06
argh, again i forgot a file. sorry
Henning Brauer
2006-03-25
allow bpf(4) to ignore packets based on their direction (inbound or
Damien Miller
2006-03-04
With the exception of two other small uncommited diffs this moves
Brad Smith
2006-01-23
support PMTU-Discovery for link2 ipsec bridges; ok claudio
Markus Friedl
2006-01-05
bzero buffers after malloc, or clear string buffer before strlcpy'ing
Theo de Raadt
2006-01-04
Remove redundant calls to bpfdetach.
Can Erkin Acar
2005-10-09
if the wireless hostap interface belongs to a bridge, learn the node's
Reyk Floeter
2005-07-31
Change the API for icmp_do_error so that it takes the mtu directly, rather
Christopher Pascoe
2005-06-16
no need for NVLAN; ok jason, brad, camiel
Markus Friedl
2005-04-25
csum -> csum_flags
Brad Smith
2005-04-25
Use ETHERTYPE_VLAN.
Brad Smith
2004-12-23
Simplify hashtable (de)allocation by moving it into the clone functions.
Camiel Dobbelaar
2004-12-19
Make it possible for carp to work on fddi and token ring again.
Ryan Thomas McBride
2004-12-17
Reorder code in the ethernet output path, and enhance unicast address
Christopher Pascoe
2004-10-09
sizeof(struct ether_header) -> ETHER_HDR_LEN
Brad Smith
2004-08-18
skip splx() for skiplookup; report Vafa D. Izadinia; ok henning, canacar
Markus Friedl
2004-06-21
First step towards more sane time handling in the kernel -- this changes
Thorsten Lockert
2004-06-21
Get rid of pf_test_eh() wrapper.
Ryan Thomas McBride
2004-05-04
Apply bridge filter rules to incoming packets destined to the local machine.
Can Erkin Acar
2004-05-04
Remove useless ``elm'' argument from the SIMPLEQ_REMOVE_HEAD macro.
Alexander Yurchenko
[next]