]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/net/if_bridge.c
Fix two bugs with the bridge
[FreeBSD/FreeBSD.git] / sys / net / if_bridge.c
2006-01-31 thompsaFix two bugs with the bridge
2006-01-31 rwatsonThis commit was generated by cvs2svn to compensate...
2006-01-31 hartiThis commit was generated by cvs2svn to compensate...
2006-01-25 cpercivaMake sure buffers in if_bridge are fully initialized...
2006-01-16 samThis commit was generated by cvs2svn to compensate...
2006-01-14 thompsaAdd code that clears certain capabilities from the...
2006-01-12 ruThis commit was generated by cvs2svn to compensate...
2006-01-10 hartiThis commit was generated by cvs2svn to compensate...
2006-01-10 hartiThis commit was generated by cvs2svn to compensate...
2006-01-10 hartiThis commit was generated by cvs2svn to compensate...
2006-01-10 hartiThis commit was generated by cvs2svn to compensate...
2006-01-04 dougbThis commit was generated by cvs2svn to compensate...
2006-01-02 thompsaFix a brain-o in the last commit, the conditional was...
2006-01-02 thompsaReorganise bridge_rtupdate slightly to reduce duplication.
2006-01-02 thompsaReset the route expiry time on each update rather than...
2006-01-02 thompsaIt is better to use time_uptime here since it is monotonic.
2006-01-02 thompsaMinor whitespace cleanup.
2006-01-02 thompsaRead time_second directly rather than calling getmicrot...
2005-12-30 guidoThis commit was generated by cvs2svn to compensate...
2005-12-30 guidoThis commit was generated by cvs2svn to compensate...
2005-12-29 thompsaWhen pfil(9) is enabled the bridge only considers ETHER...
2005-12-29 dougbThis commit was generated by cvs2svn to compensate...
2005-12-27 wollmanThis commit was generated by cvs2svn to compensate...
2005-12-22 wollmanThis commit was generated by cvs2svn to compensate...
2005-12-21 thompsaAdd RFC 3378 EtherIP support. This change makes it...
2005-12-21 thompsaAs of r1.21 all broadcast packets are reprocessed by...
2005-12-17 thompsaUse M_ZERO for the bridge_iflist to ensure there are...
2005-12-17 thompsaMinor whitespace cleanup.
2005-12-17 thompsaChange from a callback in if_ethersubr to using EVENTHA...
2005-12-15 thompsaIt is not safe to use m_copypacket() here as the return...
2005-12-14 thompsaAdd support for creating span ports so that one can...
2005-12-07 obrienThis commit was generated by cvs2svn to compensate...
2005-11-29 thompsaThe bridge is capable of sending broadcast packets...
2005-11-13 thompsaFix a second missed case where the refcount is not...
2005-11-13 thompsaFix a mbuf and refcnt leak in the broadcast code.
2005-11-13 samThis commit was generated by cvs2svn to compensate...
2005-11-11 ru- Store pointer to the link-level address right in...
2005-11-08 thompsaMove the cloned interface list management in to if_clon...
2005-11-04 jkimThis commit was generated by cvs2svn to compensate...
2005-11-04 njlThis commit was generated by cvs2svn to compensate...
2005-11-02 hartiThis commit was generated by cvs2svn to compensate...
2005-11-01 jkimThis commit was generated by cvs2svn to compensate...
2005-11-01 jkimThis commit was generated by cvs2svn to compensate...
2005-10-24 obrienThis commit was generated by cvs2svn to compensate...
2005-10-23 thompsaIf we have been called from ether_ifdetach() then do...
2005-10-20 wpaulThis commit was generated by cvs2svn to compensate...
2005-10-20 ruThis commit was generated by cvs2svn to compensate...
2005-10-14 thompsaMake four more functions static that were missed in...
2005-10-14 thompsaChange most of the bridge and stp funtions to static...
2005-10-14 thompsaFurther clean up the bridge hooks in if_ethersubr.c...
2005-10-13 thompsaFrom 101 ways to panic your kernel.
2005-10-13 thompsaClean up the if_bridge hooks a bit in if_ethersubr...
2005-10-12 thompsaChange the reference counting to count the number of...
2005-10-10 wpaulThis commit was generated by cvs2svn to compensate...
2005-10-05 hartiThis commit was generated by cvs2svn to compensate...
2005-10-04 hartiThis commit was generated by cvs2svn to compensate...
2005-10-02 thompsaDo not packet filter in the bridge_start() routine...
2005-10-01 tjrThis commit was generated by cvs2svn to compensate...
2005-09-22 thompsaFix an alignment panic my preserving the 2byte padding...
2005-09-06 thompsaAdd support for multicast to the bridge and allow inet6...
2005-09-03 desThis commit was generated by cvs2svn to compensate...
2005-08-27 thompsaFix a panic in softclock() if the interface is destroye...
2005-08-26 wollmanThis commit was generated by cvs2svn to compensate...
2005-08-23 thompsaThe mtu check in bridge_enqueue is bogus as the maximum...
2005-08-18 thompsaMark the callouts as MPSAFE as if_bridge has been giant...
2005-08-18 dougbThis commit was generated by cvs2svn to compensate...
2005-08-15 thompsaEnsure that we are holding the lock when initialising...
2005-08-09 rwatsonPropagate rename of IFF_OACTIVE and IFF_RUNNING to...
2005-08-08 thompsaUse m_copypacket() which is an optimization of the...
2005-07-25 thompsaWe check that all the member interfaces have the same...
2005-07-20 thompsaClear the PROMISC flag from the vlan interface when...
2005-07-13 thompsaPreviously the bridge MTU was set to ETHERMTU and could...
2005-07-11 samThis commit was generated by cvs2svn to compensate...
2005-07-11 samThis commit was generated by cvs2svn to compensate...
2005-07-07 obrienThis commit was generated by cvs2svn to compensate...
2005-07-06 samThis commit was generated by cvs2svn to compensate...
2005-07-06 thompsa- Previously when broadcasting to N number of interface...
2005-07-02 thompsaCheck the alignment of the IP header before passing...
2005-06-29 thompsaSync if_bridge to NetBSD r1.31
2005-06-27 thompsaFix a panic when bringing up the bridge interface....
2005-06-17 desThis commit was generated by cvs2svn to compensate...
2005-06-17 desThis commit was generated by cvs2svn to compensate...
2005-06-17 desThis commit was generated by cvs2svn to compensate...
2005-06-17 desThis commit was generated by cvs2svn to compensate...
2005-06-17 desThis commit was generated by cvs2svn to compensate...
2005-06-14 gshapiroThis commit was generated by cvs2svn to compensate...
2005-06-13 samThis commit was generated by cvs2svn to compensate...
2005-06-13 samThis commit was generated by cvs2svn to compensate...
2005-06-10 thompsaCatch up with the struct ifnet changes and use if_alloc().
2005-06-10 brooksStop embedding struct ifnet at the top of driver softcs...
2005-06-10 mlaierAdd missing {} in last commit.
2005-06-10 thompsaAdd dummynet(4) support to if_bridge, this code is...
2005-06-09 samThis commit was generated by cvs2svn to compensate...
2005-06-07 thompsaBring in IPFW layer2 filtering from bridge.c, this...
2005-06-07 gshapiroThis commit was generated by cvs2svn to compensate...
2005-06-07 brooksThis commit was generated by cvs2svn to compensate...
2005-06-06 thompsaChange ipv6 packet filtering to match ipv4. It now...
2005-06-05 samThis commit was generated by cvs2svn to compensate...
2005-06-05 samThis commit was generated by cvs2svn to compensate...
2005-06-05 desThis commit was generated by cvs2svn to compensate...
next