summaryrefslogtreecommitdiffstats
path: root/sys/netgraph
Commit message (Expand)AuthorAgeFilesLines
* Add a possibility to bypass unmodified accounted data to specialglebius2005-03-222-5/+50
* Refactor node so that it does not modify mbuf contents. Next step wouldglebius2005-03-211-19/+68
* Refactor node so that it does not modify mbuf contents. Next step wouldglebius2005-03-213-100/+67
* Plug item leak, which occured when m_pullup() failed.glebius2005-03-211-4/+3
* - Don't lose TCP flags of the first packet in a flow.glebius2005-03-201-4/+4
* Remove ng_connect_t where it is unused. Probably it remained from ng_source.c.glebius2005-03-143-39/+0
* Use subr_unit allocator instead of own functions.glebius2005-03-141-94/+5
* Use subr_unit allocator instead of own functions.glebius2005-03-141-92/+5
* o Use subr_unit allocator. This simplifies code much:glebius2005-03-141-95/+33
* Fix getting stats from many links with index > 0.glebius2005-03-111-1/+1
* Make some basic grammar and style fixes to ng_source.c and ng_source.h.bmilekic2005-03-102-25/+14
* Plug item leak in macro NG_RESPOND_MSG. Item was leaked when destinationglebius2005-03-101-0/+1
* Plug item leak in case when NGI_FN is applied to invalid node.glebius2005-03-101-0/+1
* Cisco uses milliseconds for uptime. This is stupid. Nobody cares of suchglebius2005-03-031-4/+16
* Pull up to ETHER_HDR_LEN before passing an mbuf to ether_input().ru2005-03-011-0/+6
* Replace NG_PARSE_APPEND() macro with ng_parse_append() function. Checkglebius2005-03-011-27/+70
* move ptr use down to after null checksam2005-02-261-3/+3
* In the current world order, solisten() implements the state transition ofrwatson2005-02-212-25/+46
* Reimplement recursion protection, checking whether current thread holdsglebius2005-02-191-0/+6
* Remove a recursion protection, which we inherited from splnet() netgraph times.glebius2005-02-161-9/+0
* Make WITNESS happier:glebius2005-02-141-20/+14
* Add new netgraph control message NGM_ETHER_DETACH, which actuallyglebius2005-02-142-0/+11
* Bump cookie value to reflect change in NGM_IFACE_GET_IFNAME semantics.archie2005-02-131-2/+2
* Drop mythical module dependency on ng_ether.ru2005-02-131-2/+0
* Restore previous cookie. Old programs will work with new node OK,glebius2005-02-121-1/+1
* - bzero sockaddr_dlglebius2005-02-121-8/+4
* Fix typo in a comment.ru2005-02-121-1/+1
* Fallout from the ALTQ import.ru2005-02-121-1/+1
* Allocate enough space for new tag.glebius2005-02-121-1/+2
* When netgraph(4) was converted to use mbuf_tags(9) instead of meta-dataglebius2005-02-122-3/+10
* Add two new netgraph messages NGM_ETHER_ADD_MULTI and NGM_ETHER_DEL_MULTI,glebius2005-02-122-2/+59
* Removed redundant MODULE_VERSION().ru2005-02-122-2/+0
* Make netgraph ISR and callout MPSAFE.glebius2005-02-122-4/+3
* style: fix indentation and spacing.glebius2005-02-111-4/+4
* Do not trust ipfw: check m_len always, not only after m_dup.glebius2005-02-111-2/+5
* - do m_pullup() after m_dup()glebius2005-02-111-3/+4
* pullup to sizeof struct ip before sending to ip_output.glebius2005-02-111-1/+7
* Packets from ipfw come with IP header in host byte order. Netgraph worksglebius2005-02-111-9/+12
* Make M_NETGRAPH_ETF staticphk2005-02-101-1/+1
* Fix incorrect comment.archie2005-02-101-1/+1
* In revision 1.29 timeout() was converted to ng_callout().ru2005-02-091-15/+9
* bzero() -> M_ZERO.ru2005-02-083-5/+2
* Improve parsing of hook name.glebius2005-02-071-6/+8
* Whitespace.glebius2005-02-061-9/+9
* Remove comment which left after removal of ng_rcvdataq_t.glebius2005-02-061-1/+1
* Increase size of arglen to uint32_t, since uint16_t proved to beglebius2005-02-051-7/+7
* Add a ng_ipfw node, implementing a quick and simple interface betweenglebius2005-02-052-0/+371
* Expire aged flows in normal expiry thread. This fixes the problem, whenglebius2005-02-051-1/+2
* Break long lines in code and comments.glebius2005-02-051-15/+18
* Create a per-module mutex on MOD_LOAD, and destroy it on MOD_UNLOAD.ru2005-02-055-5/+97
OpenPOWER on IntegriCloud