Merge branches 'master' and 'suser_to_priv'
[dragonfly.git] / sys / net / bridge / if_bridge.c
2008-12-31 Michael NeumannMerge branches 'master' and 'suser_to_priv'
2008-12-27 Sepherosa ZiehauFactor out 'curnetport'
2008-12-27 Sepherosa ZiehauM_INTWAIT -> M_WAITOK
2008-12-15 Michael Neumannsuser_* to priv_* conversion
2008-11-26 Sepherosa Ziehau- Proper handle flags passed to bridge_rtflush() and...
2008-11-23 Sepherosa ZiehauAdd comment about how to survive blocking operation...
2008-11-22 Sepherosa ZiehauRemove MSGF_PRIORITY support. The flag testing and...
2008-11-22 Sepherosa ZiehauParallelize bridge_input step 2/2:
2008-11-22 Sepherosa ZiehauParallelize bridge_input step 1.85/2
2008-11-22 Sepherosa Ziehaubstp_input() always returns NULL, so nuke its return...
2008-11-21 Sepherosa ZiehauWhite space changes
2008-11-21 Sepherosa Ziehau- Update bridge ifnet's if_imcasts
2008-11-21 Sepherosa ZiehauParallelize bridge_input step 1.8/2:
2008-11-15 Sepherosa ZiehauRestore rev1.6 in different form
2008-11-15 Sepherosa ZiehauParallelize bridge_input step 1/2:
2008-11-15 Sepherosa Ziehau- Defer deep copyout which happens in bridge_ioctl_...
2008-11-14 Sepherosa Ziehau- Defer bridge callouts to BRIDGE_CFGPORT using dropabl...
2008-11-13 Sepherosa ZiehauSerialize bridge up/down by netisr0; this could ease...
2008-11-13 Sepherosa ZiehauMT_TAG has gone for a long timer, GC bridge_handoff_notag()
2008-11-12 Sepherosa Ziehau- Update comment: bridge_rtupdate() is no longer called...
2008-09-18 Sepherosa ZiehauIn bridge(4), if the packet is tagged for dummynet...
2008-08-22 Sepherosa ZiehauSave 'ipfw forward' information in mtag, use m_pkthdr...
2008-07-27 Sepherosa ZiehauSwitch to ETHER_INPUT2 on ethernet input path by default:
2008-06-19 Sepherosa ZiehauDuring bridge destroy, dispatch bridge member/span...
2008-06-19 Sepherosa ZiehauDispatch whole bridge_ifdetach() to netisr0, since...
2008-06-19 Sepherosa Ziehau- In bridge_delete_member(), release bridge's serialize...
2008-06-19 Sepherosa ZiehauMinor style change
2008-06-19 Sepherosa Ziehau- Don't dispatch bridge 'get' ioctl to netisr0, there...
2008-06-17 Sepherosa ZiehauTemporarly comment out message based bridge control...
2008-06-17 Sepherosa ZiehauRelease bridge serializer before calling bridge_control
2008-06-17 Sepherosa Ziehau- Release bridge interface's serializer when configurin...
2008-06-16 Sepherosa ZiehauSerialize bridge configuration operations by netisr0...
2008-06-14 Sepherosa Ziehau- Check cached ifnet.if_bridge again in bridge_{input...
2008-06-14 Sepherosa ZiehauMember iface's serializer does not need to be held...
2008-06-14 Sepherosa ZiehauRemove unused parameters to bridge_output
2008-06-13 Sepherosa ZiehauStrip "serialized" suffix
2008-01-11 Sepherosa Ziehau- Split if_clone.c out of if.c, license in if.c is...
2008-01-06 Sascha WildnerRemove bogus checks after kmalloc(M_WAITOK) which never...
2007-11-27 Sepherosa ZiehauM_MCAST and M_BCAST are set before bridge_input() is...
2007-06-16 Sepherosa Ziehau- In bridge_enqueue(), dispatch the mbuf to the current...
2007-06-06 Sepherosa Ziehaubridge_enqueue() does not use bridge(4)'s softc, so...
2007-06-05 Sepherosa ZiehauDon't let ether_input() to do the bridging work, i...
2007-06-03 Sepherosa Ziehaubridge_{input,output_serialized}() only need to be...
2007-06-02 Sepherosa Ziehau- Nuke the second parameter of bridge_stop(). This...
2007-06-02 Sepherosa Ziehaukmalloc(M_WAITOK) will never return NULL.
2007-06-02 Sepherosa Ziehaubstp_input() can't return non-NULL mbuf, explicitly...
2007-06-02 Sepherosa Ziehau- Avoid mbuf "use after free", if bridge(4) is in monit...
2007-01-04 Thomas E. SpanjaardAs bridge_rtupdate() can be called from interrupt conte...
2007-01-04 Thomas E. SpanjaardAdjust a couple of kmalloc calls to use M_WAITOK instea...
2006-12-22 Sascha WildnerRename printf -> kprintf in sys/ and add some defines...
2006-12-19 Matthew DillonAdd IFF_MONITOR support.
2006-09-30 Sascha WildnerRemove wrong redeclarations.
2006-09-22 Scott UllrichM_WRITABLE() is not applicable to DFLY since if*mp...
2006-09-17 Matthew DillonMove an assertion in the bridge code so it only gets...
2006-09-05 Matthew DillonRename malloc->kmalloc, free->kfree, and realloc->kreal...
2006-09-05 Matthew DillonRename malloc->kmalloc, free->kfree, and realloc->kreal...
2006-09-03 Matthew DillonRename functions to avoid conflicts with libc.
2006-06-30 Scott UllrichBring if_bridge up to date with FreeBSD.
2006-04-21 Jeffrey HsuZero out stack memory before copying out to requesting...
2006-01-31 Matthew DillonBring in the parallel route table code and clean up...
2006-01-14 Sascha Wildner* Remove (void) casts for discarded return values.
2005-12-23 Simon SchubertAccount for packets sent out via the bridge interface
2005-12-23 Simon SchubertBPF_MTAP at the right place so packets to the bridge...
2005-12-21 Simon SchubertBring in if_bridge from Open-/Net-/FreeBSD