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
2013-08-05
sync the bridge_broadcast comment with reality
Mike Belopuhov
2013-07-31
Move bridge_broadcast and subsequently all IPsec SPD lookup code out
Mike Belopuhov
2013-06-26
put the cksum diff back, of course with the bug fixed where we could
Henning Brauer
2013-03-28
code that calls timeout functions should include timeout.h
Ted Unangst
2013-03-28
do not include machine/cpu.h from a .c file; it is the responsibility of
Theo de Raadt
2013-03-28
no need for a lot of code to include proc.h
Ted Unangst
2013-03-26
Remove various read-only *maxlen variables and use IFQ_MAXLEN directly.
Martin Pieuchot
2013-03-15
change LIST_END to literal NULL for clarity.
Ted Unangst
2013-01-23
Change interface and span interface lists from LIST to TAILQ.
Camiel Dobbelaar
2012-12-22
Return EEXIST to 'add' when a port is already a bridge member. This makes
Camiel Dobbelaar
2012-12-07
Remove stray semicolon. Fixes mbuf leak with devices sending BPDUs to
Paul de Weerd
2012-11-06
backout csum diff for the moment, requested by theo
Henning Brauer
2012-11-01
redo most of the protocol (tcp/udp/...) checksum handling
Henning Brauer
2012-10-10
make bridge_rtflush and bridge_flushrule void functions, as they never
Henning Brauer
2012-10-08
Make carp_ourether() shorter and more generic. Only a mac address
Camiel Dobbelaar
2012-10-06
Remove bridge_rttrim(). It's only triggered in the unlikely event that the
Camiel Dobbelaar
2012-10-05
Point an interface directly to its bridgeport configuration, instead
Camiel Dobbelaar
2012-09-20
Don't filter spanning tree BPDUs. Either process, or forward them.
Marco Pfatschbacher
2012-09-20
spltdb() was really just #define'd to be splsoftnet(); replace the former
Bret Lambert
2012-07-16
add IP_IPSECFLOWINFO option to sendmsg() and recvmsg(), so npppd(4)
Markus Friedl
2011-07-04
Bye bye pf_test6(). Only one pf_test function for both IPv4 and v6.
Claudio Jeker
2011-05-16
bring back r1.189, but keep doing the ip csum unconditionally for now until
Henning Brauer
2011-04-10
Revert Rev. 1.189. The delayed ip checksum calculation causes problems
Claudio Jeker
2011-04-05
mechanic rename M_{TCP|UDP}V4_CSUM_OUT -> M_{TCP|UDP}_CSUM_OUT
Henning Brauer
2011-04-04
all I wanted is to make the bridge behave like the real stack wrt the ip
Henning Brauer
2010-11-04
Filter out reserved destination MAC addresses (01:80:C2:00:00:0x) as
Paul de Weerd
2010-10-31
Remove unused bstp_list and bstp_attach.
Marco Pfatschbacher
2010-10-28
Fix a 'bstp still active' panic that happens if a stp enabled
Marco Pfatschbacher
2010-10-28
A function that only returns NULL should return void.
Claudio Jeker
2010-09-28
replace hand-rolled infinite loop with LIST_FOREACH
Bret Lambert
2010-09-24
avoid potential infinite loop
Bret Lambert
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
[next]