| Commit message (Expand) | Author | Age | Files | Lines |
* | Make WITNESS happier: | Gleb Smirnoff | 2005-02-14 | 1 | -20/+14 |
* | Add new netgraph control message NGM_ETHER_DETACH, which actually | Gleb Smirnoff | 2005-02-14 | 2 | -0/+11 |
* | Bump cookie value to reflect change in NGM_IFACE_GET_IFNAME semantics. | Archie Cobbs | 2005-02-13 | 1 | -2/+2 |
* | Drop mythical module dependency on ng_ether. | Ruslan Ermilov | 2005-02-13 | 1 | -2/+0 |
* | Restore previous cookie. Old programs will work with new node OK, | Gleb Smirnoff | 2005-02-12 | 1 | -1/+1 |
* | - bzero sockaddr_dl | Gleb Smirnoff | 2005-02-12 | 1 | -8/+4 |
* | Fix typo in a comment. | Ruslan Ermilov | 2005-02-12 | 1 | -1/+1 |
* | Fallout from the ALTQ import. | Ruslan Ermilov | 2005-02-12 | 1 | -1/+1 |
* | Allocate enough space for new tag. | Gleb Smirnoff | 2005-02-12 | 1 | -1/+2 |
* | When netgraph(4) was converted to use mbuf_tags(9) instead of meta-data | Gleb Smirnoff | 2005-02-12 | 2 | -3/+10 |
* | Add two new netgraph messages NGM_ETHER_ADD_MULTI and NGM_ETHER_DEL_MULTI, | Gleb Smirnoff | 2005-02-12 | 2 | -2/+59 |
* | Removed redundant MODULE_VERSION(). | Ruslan Ermilov | 2005-02-12 | 2 | -2/+0 |
* | Make netgraph ISR and callout MPSAFE. | Gleb Smirnoff | 2005-02-12 | 2 | -4/+3 |
* | style: fix indentation and spacing. | Gleb Smirnoff | 2005-02-11 | 1 | -4/+4 |
* | Do not trust ipfw: check m_len always, not only after m_dup. | Gleb Smirnoff | 2005-02-11 | 1 | -2/+5 |
* | - do m_pullup() after m_dup() | Gleb Smirnoff | 2005-02-11 | 1 | -3/+4 |
* | pullup to sizeof struct ip before sending to ip_output. | Gleb Smirnoff | 2005-02-11 | 1 | -1/+7 |
* | Packets from ipfw come with IP header in host byte order. Netgraph works | Gleb Smirnoff | 2005-02-11 | 1 | -9/+12 |
* | Make M_NETGRAPH_ETF static | Poul-Henning Kamp | 2005-02-10 | 1 | -1/+1 |
* | Fix incorrect comment. | Archie Cobbs | 2005-02-10 | 1 | -1/+1 |
* | In revision 1.29 timeout() was converted to ng_callout(). | Ruslan Ermilov | 2005-02-09 | 1 | -15/+9 |
* | bzero() -> M_ZERO. | Ruslan Ermilov | 2005-02-08 | 3 | -5/+2 |
* | Improve parsing of hook name. | Gleb Smirnoff | 2005-02-07 | 1 | -6/+8 |
* | Whitespace. | Gleb Smirnoff | 2005-02-06 | 1 | -9/+9 |
* | Remove comment which left after removal of ng_rcvdataq_t. | Gleb Smirnoff | 2005-02-06 | 1 | -1/+1 |
* | Increase size of arglen to uint32_t, since uint16_t proved to be | Gleb Smirnoff | 2005-02-05 | 1 | -7/+7 |
* | Add a ng_ipfw node, implementing a quick and simple interface between | Gleb Smirnoff | 2005-02-05 | 2 | -0/+371 |
* | Expire aged flows in normal expiry thread. This fixes the problem, when | Gleb Smirnoff | 2005-02-05 | 1 | -1/+2 |
* | Break long lines in code and comments. | Gleb Smirnoff | 2005-02-05 | 1 | -15/+18 |
* | Create a per-module mutex on MOD_LOAD, and destroy it on MOD_UNLOAD. | Ruslan Ermilov | 2005-02-05 | 5 | -5/+97 |
* | Do check that version of a message from userland matches ours. | Gleb Smirnoff | 2005-02-04 | 1 | -0/+5 |
* | - Fix build with TRACE_MESSAGES defined | Gleb Smirnoff | 2005-02-04 | 1 | -2/+2 |
* | Parse "getifname" using the standard parse string type. | Ruslan Ermilov | 2005-02-03 | 4 | -57/+12 |
* | Fixed an off-by-one error when dealing with interface name | Ruslan Ermilov | 2005-02-03 | 1 | -9/+6 |
* | Fixed an off-by-one error when dealing with interface name | Ruslan Ermilov | 2005-02-03 | 3 | -6/+6 |
* | Added ASCII version of the NGM_EIFACE_GET_IFNAME message, "getifname". | Ruslan Ermilov | 2005-02-03 | 2 | -14/+10 |
* | Removed unused includes. | Ruslan Ermilov | 2005-02-03 | 1 | -3/+0 |
* | Fix the comment. | Ruslan Ermilov | 2005-02-02 | 1 | -2/+2 |
* | Whitespace and "const" changes to reduce diffs to RELENG_4. | Ruslan Ermilov | 2005-02-02 | 2 | -88/+90 |
* | In case of various tunneling protocols, mbuf may pass several interfaces | Gleb Smirnoff | 2005-02-01 | 1 | -3/+5 |
* | Rename ng_callout_trapoline to ng_callout_trampoline. | Gleb Smirnoff | 2005-01-26 | 1 | -3/+3 |
* | With recent changes to _callout_stop_safe() we can remove a hack | Gleb Smirnoff | 2005-01-25 | 1 | -6/+1 |
* | Fix an evil typo. | Gleb Smirnoff | 2005-01-24 | 1 | -1/+1 |
* | Use log() instead of printf(), to reduce flood on console. | Gleb Smirnoff | 2005-01-20 | 2 | -5/+9 |
* | Ups, misprint, change and => add. | Roman Kurakin | 2005-01-16 | 1 | -1/+1 |
* | Fix comment. Code 0x95 means locking shift to codeset 5 according to | Roman Kurakin | 2005-01-16 | 1 | -2/+2 |
* | Fix variable name in comment num=>alen. (Lost part of commit rev 1.2) | Roman Kurakin | 2005-01-16 | 1 | -1/+1 |
* | Raise & drop IFF_RUNNING upon receival of netgraph flow control | Gleb Smirnoff | 2005-01-14 | 1 | -0/+12 |
* | Consider IFF_UP as "administratively up" flag, and IFF_RUNNING as | Gleb Smirnoff | 2005-01-14 | 1 | -2/+2 |
* | Locking and cleanup of tty netgraph node. Tty stack is Giant-locked, | Gleb Smirnoff | 2005-01-13 | 1 | -176/+182 |