summaryrefslogtreecommitdiffstats
path: root/sys/netgraph
Commit message (Expand)AuthorAgeFilesLines
* Added m_tag_copy_chain() call to copy original outgoing packet tags to all ofmav2007-04-201-0/+1
* Optimized packet distribution plan for the equal links case. Do notmav2007-04-201-13/+20
* - Changed sequence numbers processing to avoid incorrect timeout waitingmav2007-04-201-66/+65
* - Fixed mistakes in latency and xmitBytes calculation mathmav2007-04-201-6/+22
* We don't need spinning locks here. Change them to the adaptive mutexes. Thiswkoszek2007-03-311-6/+6
* Instead of direct manipulation on queue and worklist mutexes, bring macroswkoszek2007-03-301-27/+40
* Try to silence Coverity by adding (void) in front of function call.emax2007-03-281-1/+11
* Bump maximum number of interface hooks to the maximum possible value.glebius2007-03-282-1/+2
* o Update a comment: sonewconn() lives in uipc_socket.c now.maxim2007-03-261-1/+1
* Implement reference counting for ifmultiaddr, in_multi, and in6_multibms2007-03-201-3/+18
* Prefer more traditional spellings of some words in comments.rwatson2007-03-181-15/+15
* oops committed the wrong patch.julian2007-03-101-6/+10
* ng_apply_item should be void. It is called from the interrupt source orjulian2007-03-091-14/+85
* ng_send_fn() can return with an error, the function of interestru2007-03-081-1/+2
* Ensure message passed to "settimestamp" and "setcounter" is the rightemaste2007-03-021-1/+9
* Add "setcounter" and "getcounter" messages, providing the the abilityemaste2007-03-022-0/+137
* Add "settimestamp" and "gettimestamp" messages, providing the the abilityemaste2007-03-012-5/+139
* o break newbus api: add a new argument of type driver_filter_t topiso2007-02-231-1/+1
* In the output path, mask off M_BCAST|M_MCAST so as to prevent incorrectbms2007-02-091-0/+3
* Quoting Alexander:glebius2007-02-021-4/+5
* - Create ng_ppp_bypass() function, that prepares a packetglebius2007-01-251-30/+66
* A less draconian fix to the build.mjacob2007-01-181-3/+1
* Temporarily comment out the KASSERT that broke the kernel build.obrien2007-01-181-0/+2
* Revise the ng_ppp(4) node, so that code flow is more clear. All non-linkglebius2007-01-181-514/+805
* Whitespace cleanup.glebius2007-01-152-14/+14
* Update ip and tcp pointers after m_pullup().glebius2007-01-151-0/+3
* Fix accounting of incoming octets.glebius2007-01-101-1/+2
* Various bpf(4) related fixes to catch places up to the new bpf(4)jhb2006-12-291-4/+2
* A node that implements Predictor-1 compression for PPP.glebius2006-12-292-0/+781
* A node that implements the Deflate sub-protocols of the Compression Controlglebius2006-12-282-0/+768
* Before this commit, if the compression is enabled the, ng_ppp(4)glebius2006-12-282-48/+127
* Return value PKT_ALIAS_FOUND_HEADER_FRAGMENT isn't an error case. Theglebius2006-12-211-1/+2
* Correctly calculate length of IP header.glebius2006-12-121-1/+2
* Remove m_megapullup from ng_nat and put it under libalias.piso2006-12-011-35/+0
* Sweep kernel replacing suser(9) calls with priv(9) calls, assigningrwatson2006-11-065-6/+14
* Rename m_getm() to m_getm2() and rewrite it to allocate up to page sizedandre2006-11-021-1/+1
* Check pointer before dereferencing.glebius2006-10-181-1/+2
* Some clenaup of ngs_rcvmsg():glebius2006-10-171-60/+46
* Some cleanup and small changes:glebius2006-10-171-121/+74
* Make the sg_len and sg_family members of the sockaddr_ng the same typeglebius2006-10-171-5/+3
* Make ng_ID_t fixed size, so that its maximum value is platform independent.glebius2006-10-171-2/+2
* - ng_address_ID() has already freed the message, don't do double free.glebius2006-10-171-6/+2
* Fix result of some mechanical change that I did some time ago, whenglebius2006-10-131-2/+2
* Recognize 802.1q frames in Ethernet input and process them.glebius2006-10-111-1/+29
* Do not leak hooks in ng_bypass().glebius2006-10-111-0/+3
* Make it buildable.glebius2006-10-111-1/+1
* Unbreak a short one.glebius2006-10-111-2/+1
* Break long line.glebius2006-10-111-1/+2
* Use hash functions with better distribution. Tested on live traffic.glebius2006-10-111-12/+12
* Use bitcount32() from sys/systm.h instead of my own.glebius2006-10-111-17/+4
OpenPOWER on IntegriCloud