]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/netgraph
Reading the EEPROM to learn the station address doesn't seem to work
[FreeBSD/FreeBSD.git] / sys / netgraph /
2005-04-25 darrenrThis commit was generated by cvs2svn to compensate...
2005-04-25 darrenrThis commit was generated by cvs2svn to compensate...
2005-04-24 mpThis commit was generated by cvs2svn to compensate...
2005-04-24 kientzleThis commit was generated by cvs2svn to compensate...
2005-04-20 glebius- Initialize interface as UP when hook is connected.
2005-04-20 glebiusWhen netgraph flow control message comes from downstrea...
2005-04-20 glebiusRemove extra ifnet pointer from private data. It can...
2005-04-20 glebiusAdd macro NG_COPYMESSAGE(), which allocates memory...
2005-04-18 glebiusFix panics with misconfigured routing:
2005-04-15 glebius- Return error, if there was one.
2005-04-13 glebiusNG_MKRESPONSE() macro includes sizeof struct ng_mesg...
2005-04-11 glebiusRemove goto.
2005-04-08 peterChange the embedded module name from "bluetooth" to...
2005-04-06 emaxCorrect typo that could cause FIFO overflow.
2005-04-06 emaxRemove PR_ATOMIC flag in ng_btsocket_protosw[] for...
2005-04-06 emaxIn ng_btsocket_rfcomm_receive_frame() correctly set...
2005-04-05 glebiusMajor overhaul and cleanup of ng_source node.
2005-04-03 brooksDon't init ifp->if_addrhead, if_attach() does it for us.
2005-03-22 glebiusAdd a possibility to bypass unmodified accounted data...
2005-03-21 glebiusRefactor node so that it does not modify mbuf contents...
2005-03-21 glebiusRefactor node so that it does not modify mbuf contents...
2005-03-21 glebiusPlug item leak, which occured when m_pullup() failed.
2005-03-20 glebius- Don't lose TCP flags of the first packet in a flow.
2005-03-17 dougbThis commit was generated by cvs2svn to compensate...
2005-03-14 glebiusRemove ng_connect_t where it is unused. Probably it...
2005-03-14 glebiusUse subr_unit allocator instead of own functions.
2005-03-14 glebiusUse subr_unit allocator instead of own functions.
2005-03-14 glebiuso Use subr_unit allocator. This simplifies code much:
2005-03-12 obrienThis commit was generated by cvs2svn to compensate...
2005-03-11 glebiusFix getting stats from many links with index > 0.
2005-03-10 bmilekicMake some basic grammar and style fixes to ng_source...
2005-03-10 glebiusPlug item leak in macro NG_RESPOND_MSG. Item was leaked...
2005-03-10 glebiusPlug item leak in case when NGI_FN is applied to invali...
2005-03-03 glebiusCisco uses milliseconds for uptime. This is stupid...
2005-03-01 ruPull up to ETHER_HDR_LEN before passing an mbuf to...
2005-03-01 glebiusReplace NG_PARSE_APPEND() macro with ng_parse_append...
2005-02-28 hartiThis commit was generated by cvs2svn to compensate...
2005-02-26 sammove ptr use down to after null check
2005-02-25 nectarThis commit was generated by cvs2svn to compensate...
2005-02-24 nectarThis commit was generated by cvs2svn to compensate...
2005-02-21 rwatsonIn the current world order, solisten() implements the...
2005-02-20 mikehThis commit was generated by cvs2svn to compensate...
2005-02-19 glebiusReimplement recursion protection, checking whether...
2005-02-16 glebiusRemove a recursion protection, which we inherited from...
2005-02-14 glebiusMake WITNESS happier:
2005-02-14 glebiusAdd new netgraph control message NGM_ETHER_DETACH,...
2005-02-14 gshapiroThis commit was generated by cvs2svn to compensate...
2005-02-14 gshapiroThis commit was generated by cvs2svn to compensate...
2005-02-13 archieBump cookie value to reflect change in NGM_IFACE_GET_IF...
2005-02-13 ruDrop mythical module dependency on ng_ether.
2005-02-12 glebiusRestore previous cookie. Old programs will work with...
2005-02-12 glebius- bzero sockaddr_dl
2005-02-12 ruFix typo in a comment.
2005-02-12 ruFallout from the ALTQ import.
2005-02-12 glebiusAllocate enough space for new tag.
2005-02-12 glebiusWhen netgraph(4) was converted to use mbuf_tags(9)...
2005-02-12 glebiusAdd two new netgraph messages NGM_ETHER_ADD_MULTI and...
2005-02-12 ruRemoved redundant MODULE_VERSION().
2005-02-12 glebiusMake netgraph ISR and callout MPSAFE.
2005-02-11 glebiusstyle: fix indentation and spacing.
2005-02-11 glebiusDo not trust ipfw: check m_len always, not only after...
2005-02-11 glebius- do m_pullup() after m_dup()
2005-02-11 glebiuspullup to sizeof struct ip before sending to ip_output.
2005-02-11 glebiusPackets from ipfw come with IP header in host byte...
2005-02-10 phkMake M_NETGRAPH_ETF static
2005-02-10 archieFix incorrect comment.
2005-02-09 ruIn revision 1.29 timeout() was converted to ng_callout().
2005-02-08 rubzero() -> M_ZERO.
2005-02-07 glebiusImprove parsing of hook name.
2005-02-06 glebiusWhitespace.
2005-02-06 glebiusRemove comment which left after removal of ng_rcvdataq_t.
2005-02-05 glebiusIncrease size of arglen to uint32_t, since uint16_t...
2005-02-05 glebiusAdd a ng_ipfw node, implementing a quick and simple...
2005-02-05 glebiusExpire aged flows in normal expiry thread. This fixes...
2005-02-05 glebiusBreak long lines in code and comments.
2005-02-05 ruCreate a per-module mutex on MOD_LOAD, and destroy...
2005-02-04 glebiusDo check that version of a message from userland matche...
2005-02-04 glebius- Fix build with TRACE_MESSAGES defined
2005-02-04 delphijThis commit was generated by cvs2svn to compensate...
2005-02-03 ruParse "getifname" using the standard parse string type.
2005-02-03 ruFixed an off-by-one error when dealing with interface...
2005-02-03 ruFixed an off-by-one error when dealing with interface...
2005-02-03 ruAdded ASCII version of the NGM_EIFACE_GET_IFNAME messag...
2005-02-03 ruRemoved unused includes.
2005-02-02 ruFix the comment.
2005-02-02 ruWhitespace and "const" changes to reduce diffs to RELENG_4.
2005-02-01 glebiusIn case of various tunneling protocols, mbuf may pass...
2005-02-01 desThis commit was generated by cvs2svn to compensate...
2005-01-26 glebiusRename ng_callout_trapoline to ng_callout_trampoline.
2005-01-25 glebiusWith recent changes to _callout_stop_safe() we can...
2005-01-25 ruThis commit was generated by cvs2svn to compensate...
2005-01-24 glebiusFix an evil typo.
2005-01-20 glebiusUse log() instead of printf(), to reduce flood on console.
2005-01-16 rikUps, misprint, change and => add.
2005-01-16 rikFix comment. Code 0x95 means locking shift to codeset...
2005-01-16 rikFix variable name in comment num=>alen. (Lost part...
2005-01-14 glebiusRaise & drop IFF_RUNNING upon receival of netgraph...
2005-01-14 glebiusConsider IFF_UP as "administratively up" flag, and...
2005-01-14 ruThis commit was generated by cvs2svn to compensate...
2005-01-14 njlThis commit was generated by cvs2svn to compensate...
next