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
2003-01-07
apply the discover rule to bridge_output() as well
Jason Wright
2003-01-07
remove the altq classifier code which is replaced by pf and no longer used.
Kenjiro Cho
2003-01-03
Fix the unicast case call to bridge_rtupdate(), check that the -source-
Jason Wright
2002-12-09
NPF, not NFP (prevented outgoing bridge_ipsec() packets from being filtered);...
Jason Wright
2002-12-09
allow setting of ifcost with brconfig. enables selection of preferred
Markus Friedl
2002-12-04
spanning tree: flush dynamic mac cache if interface goes to the
Markus Friedl
2002-10-10
Missing m_pullup() and mbuf corruption. This potentially caused
Daniel Hartmeier
2002-08-07
consistently check byte order of ether_type; pointed out by dhartmei
Jason Wright
2002-07-02
make it compile w/ ipsec and no pf ; smth that was left for homework
Michael Shalayeff
2002-07-01
Fix really long standing bug with fetching address cache entries:
Jason Wright
2002-06-30
allocate sockaddr_dl for ifnet in if_alloc_sadl(), as we don't always know
Jun-ichiro itojun Hagino
2002-06-15
unnecessary () on cast
Jason Wright
2002-06-15
Transparent IPsec processing on the bridge; for now works only with
Angelos D. Keromytis
2002-06-11
splassert(IPL_NET) where comment says that we should.
Artur Grabowski
2002-06-10
prevent mbuf leak on icmp_do_error() failure.
Jun-ichiro itojun Hagino
2002-06-09
don't need device.h
Jason Wright
2002-06-08
use consistent style in function declarations
jasoni
2002-06-08
If a IP packet is too large for the outgoing interface and DF is set,
jasoni
2002-06-07
Move all duplicated enqueueing code into one function,
jasoni
2002-05-31
respect rmx_mtu (cached PMTUD result) on outbound. deraadt/angelos ok
Jun-ichiro itojun Hagino
2002-05-28
refragment ip packets if too large for the outgoing interface
jasoni
2002-04-08
Credit DARPA/USAF appropriately.
Jason Wright
2002-03-18
filter ipv6 on the bridge.
jasoni
2002-03-14
First round of __P removal in sys
Todd C. Miller
2002-02-14
If helps to loop over the correct variable *sigh*
Jason Wright
2002-02-07
bridge_output() needs a forcibly aligned copy just like bridge_broadcast()
Jason Wright
2002-01-02
Don't forget to deallocate on failure.
Jason Wright
2002-01-01
This is ugly: make a specialized deep copy in bridge_broadcast() that
Jason Wright
2001-12-15
add support for creating span ports so that one can snoop a bridge
Jason Wright
2001-12-13
remove redundant #if NPF. ok jason@
jasoni
2001-12-10
update ip stats when dropping an ip packet
jasoni
2001-12-08
mflags and len were uninitialized in bridge_broadcast (source of some
Jason Wright
2001-11-26
add fastroute options similar to what is found in ipf
jasoni
2001-08-21
cut/pasto in rule flushing code (using wrong list); base on patch from Henk v...
Jason Wright
2001-08-12
now, that kernel compiles, i can go get an ash tray somewhere
Michael Shalayeff
2001-07-27
PF_IN/PF_OUT aren't defined if NPF <= 0, deal with it.
Jason Wright
2001-07-25
Make sure pkthdr.rcvif is correct before calling pf_test()
Jason Wright
2001-07-25
- unconditionalize call to bridge_input() (fewer #ifdef's and NPF>0 is defaul...
Jason Wright
2001-07-17
split ip normalization out into a separate file, okay dhartmei@
Niels Provos
2001-06-28
first stab at packet normalization. includes full ip reassembly.
Niels Provos
2001-06-27
IPFILTER->NPF
Angelos D. Keromytis
2001-06-27
introduce the ALTQ queue macros into sys/net files.
Kenjiro Cho
2001-06-26
no longer pass around **m
Theo de Raadt
2001-06-25
PACKETFILTER -> NPF
Kjell Wooding
2001-06-24
Use ETHER_IS_MULTICAST macro; jason@ ok.
Federico G. Schwindt
2001-06-24
pf mods for bridge; not yet tested
Jason Wright
2001-06-23
UDP/IP/TCP packets that hit a bridge and need hardware checksumming
Angelos D. Keromytis
2001-06-23
Remember to compute IP/TCP/UDP checksum if we're going to broadcast on
Angelos D. Keromytis
2001-06-22
KNF
Theo de Raadt
2001-06-15
change the meaning of ifnet.if_lastchange to meet RFC1573 ifLastChange.
Jun-ichiro itojun Hagino
[next]