Age | Commit message (Collapse) | Author | |
---|---|---|---|
2000-02-28 | remove unneeded variable and clean | Jason Wright | |
2000-02-21 | Rework bridge_filter() so that it does not require a full packet copy | Jason Wright | |
Allow for reusing the current mbuf (rather than a copy) for the last interface in the list in bridge_output(). Replace some pointer derefs with on the stack copies of the data. | |||
2000-02-19 | set interface fields to null when detaching substructures | Niklas Hallqvist | |
in preparation for softc retainment. | |||
2000-01-25 | add ethernet MAC filtering capability | Jason Wright | |
also includes split of bridgeintr() with some optimizations for quicker frame handling | |||
2000-01-15 | Don't allow enc0 to be added to a bridge, as it's used for all | Angelos D. Keromytis | |
non-bound SAs... | |||
2000-01-15 | Handle the SNAP encapsulated IP/Non-IP case. | Jason Wright | |
2000-01-10 | Implement the blocknonip flag | Angelos D. Keromytis | |
1999-11-04 | allow 'enc' interfaces to be bridge members | Jason Wright | |
check to make sure rx'd packets aren't from any of our interfaces fix some bogus comments | |||
1999-10-27 | packets addressed "for us" should be entered into the bridge address cache. | Jason Wright | |
1999-10-26 | rewriting the header for packets originating from the bridge is | Jason Wright | |
unncessary since we check for incoming frames destined to any of the bridged interfaces. Also change the full mbuf copy to a referenced copy. | |||
1999-09-30 | simplify bridge_broadcast(): | Jason Wright | |
don't bother returning an mbuf just to free it only free it if NOT used | |||
1999-09-03 | Don't delete the cache on down/up transitions unless it's empty. Instead | Jason Wright | |
flush the dynamics. Required other handling of the cache table to accomodate. Modify SIOCBRDGFLUSH to handle flushall and flush dynamic requests. | |||
1999-09-01 | o simpler handling of "forme" packets | Jason Wright | |
o when ~IFF_UP, don't act like a bridge for output either | |||
1999-08-20 | uninitialized variable; art@ | Jason Wright | |
1999-08-08 | Fix cases when wanting to communicate with the bridge' | Niklas Hallqvist | |
s remote interfaces, both ARP and local delivery had bugs | |||
1999-08-08 | Support detaching of network interfaces. Still work to do in ipf, and | Niklas Hallqvist | |
other families than inet. | |||
1999-07-24 | fix size calculation in SIOCBRDGRTS | Jason Wright | |
code size reduction from deraadt@ | |||
1999-06-30 | bpfattach bridge's and provide tap for queued packets | Jason Wright | |
1999-06-03 | Repair amiga builds (int schedules need some machine-specific macros) | Marc Espie | |
1999-05-24 | Only do basic work in the ethernet interrupt context, and queue packets to | Jason Wright | |
be bridged. Do the real work in a scheduled netisr. | |||
1999-03-19 | Add flag to allow some interfaces to not see packets with unknown destination. | Jason Wright | |
1999-03-19 | Add the ability to mark an interface as "non-learning" | Jason Wright | |
1999-03-12 | big overhaul: | Jason Wright | |
o SNAP encapsulated IP filtering o static address cache entries o address deletion from cache o dynamic & full cache flush o filter packets based on each interface, not on the bridge as a whole o KNF nits o allow addition of ~IFF_UP interfaces o man page & user level fixes to match the above | |||
1999-03-05 | bump cache timeout up a bit | Jason Wright | |
1999-03-05 | Make address cache expiration actually work and provide a knob | Jason Wright | |
for adjusting the timeout. | |||
1999-03-01 | completely (almost) revamped ioctl's: | Jason Wright | |
o new ioctls for getting/setting cache size (default == 100) o changed SIOCBRDGRT -> SIOCBRDGRTS o changed SIOCBRDGIDX -> SIOCBRDGIFS | |||
1999-02-27 | rearrange strcutures to avoid bad padding; deraadt. | Jason Wright | |
1999-02-26 | Ethernet bridge/IP firewall driver. | Jason Wright | |