]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/net
1) move all link state detection code from bge_tick_locked() to bge_link_upd()
[FreeBSD/FreeBSD.git] / sys / net /
2006-01-12 ruThis commit was generated by cvs2svn to compensate...
2006-01-11 brooksGet rid of the bogus IFP2FC() macro and use IFP2FWC...
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-04 hartiAdd a new leaf to the net.link.generic.ifdata.%d sysctl...
2006-01-03 jkimCorrectly check the filter length. I committed the...
2006-01-03 jkim- Explicitly validate an empty filter to match bpf_filt...
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-25 samadd a sysctl to turn debug msgs on/off when built with...
2005-12-22 wollmanThis commit was generated by cvs2svn to compensate...
2005-12-22 oleg1) remove useless check of loop_copy - corresponding...
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-18 glebius- Fix VLAN_INPUT_TAG() macro, so that it doesn't touch...
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-08 jkimDo not accept an empty bpf program.
2005-12-07 jkimAdd BPF Just-In-Time compiler support for ng_bpf(4).
2005-12-07 obrienThis commit was generated by cvs2svn to compensate...
2005-12-06 jkims/M_WAITOK/M_NOWAIT/ while mutex is held.
2005-12-06 jkimAdd experimental BPF Just-In-Time compiler for amd64...
2005-12-04 ruFix -Wundef from compiling the amd64 LINT.
2005-12-04 ruFix -Wundef.
2005-11-29 thompsaThe bridge is capable of sending broadcast packets...
2005-11-28 glebiusTake if_baudrate from the parent. This fixes problem...
2005-11-24 ruFix the following bugs:
2005-11-18 andrePurge layer specific mbuf flags on layer crossings...
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-11 ruUse the more appropriate ifnet_byindex() instead of...
2005-11-11 glebiusForce this interface to be RUNNING.
2005-11-11 ru- Make IFP2ENADDR() a pointer to IF_LLADDR() rather...
2005-11-09 ruUse sparse initializers for "struct domain" and "struct...
2005-11-08 thompsaMove the cloned interface list management in to if_clon...
2005-11-06 glebius- Do not raise IFF_DRV_OACTIVE flag in vlan_start,...
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-02 andreRetire MT_HEADER mbuf type and change its users to...
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-23 csjpBefore we export network interface data through the...
2005-10-20 wpaulThis commit was generated by cvs2svn to compensate...
2005-10-20 ruThis commit was generated by cvs2svn to compensate...
2005-10-16 phkUse new (inline) functions for calls into driver.
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 julianConsolidate two adjacent conditional blocks
2005-10-13 ruRemove a stale comment.
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-12 impBe pedantic here: We're converting from network byte...
2005-10-11 thompsaDo not unconditionally set a spanning tree port to...
2005-10-10 wpaulThis commit was generated by cvs2svn to compensate...
2005-10-07 glebiusA deja vu of:
2005-10-06 avatarFixing a boot time panic(when if_fwip is compiled into...
2005-10-06 thompsaFix KASSERT function name in ether_output, use __func__...
2005-10-05 hartiThis commit was generated by cvs2svn to compensate...
2005-10-05 glebius- Don't pollute opt_global.h with DEVICE_POLLING and...
2005-10-04 csjpProtect PID initializations for statistics by the bpf...
2005-10-04 hartiThis commit was generated by cvs2svn to compensate...
2005-10-04 rwatsonRename net.isr.enable to net.isr.dispatch.
2005-10-03 yarImprove handling flags that must be propagated
2005-10-03 yarClean up consistency checks in if_setflag():
2005-10-03 yarLog a message about entering or leaving permanently...
2005-10-02 thompsaDo not packet filter in the bridge_start() routine...
2005-10-01 glebiusBig polling(4) cleanup.
2005-10-01 tjrThis commit was generated by cvs2svn to compensate...
2005-09-27 mlaierRemove bridge(4) from the tree. if_bridge(4) is a...
2005-09-22 thompsaFix an alignment panic my preserving the 2byte padding...
2005-09-21 glebiusSeveral fixes to rt_setgate(), that fix problems with...
2005-09-19 andreUse monotonic 'time_uptime' instead of 'time_second...
2005-09-19 andreUse monotonic time_uptime instead of 'time_second'...
2005-09-19 glebiusDrop current rtentry lock before calling rt_getifa...
2005-09-18 rwatsonTake a first cut at cleaning up ifnet removal and multi...
2005-09-16 ruThe arguments to printf() were swapped.
2005-09-16 yarDo assorted nitpicking in diagnostics while I'm here:
2005-09-16 yarIt's nice to have relevant comments both in if {} and...
next