aboutsummaryrefslogtreecommitdiff
path: root/sys/netgraph
Commit message (Expand)AuthorAgeFilesLines
* Bluetooth LE Security Management channel support.Takanori Watanabe2015-10-2716-52/+320
* Add support for PPP-Max-Payload PPPoE tag (RFC4638).Alexander Motin2015-09-112-0/+58
* * Address review (and add a bit myself).Mark Murray2015-07-121-1/+1
* Fix rfcomm_sppd regression I could reproduced.Takanori Watanabe2015-07-072-1/+5
* Huge cleanup of random(4) code.Mark Murray2015-06-301-1/+1
* CALLOUT_MPSAFE has lost its meaning since r141428, i.e., for more than tenJung-uk Kim2015-05-222-2/+2
* Move zlib.c from net to libkern.Craig Rodrigues2015-04-221-2/+1
* Forgot to add default event mask definition.Takanori Watanabe2015-04-181-0/+3
* Initial Bluetooth LE support.Takanori Watanabe2015-04-0723-172/+1503
* Change the callout to supply -1 to indicate we are not changingRandall Stewart2015-03-282-3/+3
* Revise default limit for maximum of netgraph data items.Gleb Smirnoff2015-02-121-1/+1
* Fix a bunch of -Wcast-qual warnings in netgraph's ng_parse.c, by usingDimitry Andric2015-01-301-3/+3
* When the node receives NGM_FLOW_COOKIE update the if_link_state, insteadGleb Smirnoff2015-01-121-2/+2
* Remove the support for NGM_CISCO_GET_IPADDR message from ng_iface(4). TheGleb Smirnoff2015-01-121-53/+0
* In order to reduce use of M_EXT outside of the mbuf allocator andRobert Watson2015-01-065-16/+8
* In preparation of merging projects/sendfile, transform bare access toGleb Smirnoff2014-11-123-6/+5
* Remove struct arpcom. It is unused by most interface types, that allocateGleb Smirnoff2014-11-071-1/+1
* NG_NODE_NAME(node) is always not NULL. Use correct macro.Gleb Smirnoff2014-11-021-1/+1
* Use macro ERROUT() to make code more laconic and follow style of otherGleb Smirnoff2014-10-311-24/+15
* This is the much-discussed major upgrade to the random(4) device, known to yo...Mark Murray2014-10-301-2/+1
* Fix multiple incorrect SYSCTL arguments in the kernel:Hans Petter Selasky2014-10-213-6/+6
* Bump ipfw module version.Alexander V. Chernikov2014-10-091-1/+1
* Use callout(9) instead of timeout(9).John Baldwin2014-09-204-17/+12
* Remove ifq_drops from struct ifqueue. Now queue drops are accounted inGleb Smirnoff2014-09-195-9/+1
* Mechanically convert to if_inc_counter().Gleb Smirnoff2014-09-193-10/+10
* Accidentially, ng_ppp changes leaked out with r271770. The properGleb Smirnoff2014-09-181-16/+15
* Add a function to set if_get_counter method for an ifnet. To be usedGleb Smirnoff2014-09-181-0/+28
* Remove any stale mbuf tags from packets being injected into a netgraphMarko Zec2014-07-011-0/+3
* Pull in r267961 and r267973 again. Fix for issues reported will follow.Hans Petter Selasky2014-06-282-9/+3
* Revert r267961, r267973:Glen Barber2014-06-272-3/+9
* Extend the meaning of the CTLFLAG_TUN flag to automatically check ifHans Petter Selasky2014-06-272-9/+3
* PF_BLUETOOTH protocols: skip initialization of non-virtualized globalsMikolaj Golub2014-06-105-0/+27
* Use M_WAITOK for the NGM_PIPE_SET_CFG control message. We expect it toGleb Smirnoff2014-05-281-1/+1
* Make ng_mppc to not disable the node in case of multiple packet loss.Alexander Motin2014-05-221-4/+33
* Use NG_WAITOK as ng_package_msg() argument instead of M_WAITOK.Alexander Motin2014-05-221-1/+1
* Remove AppleTalk support.Gleb Smirnoff2014-03-144-18/+2
* Remove IPX support.Gleb Smirnoff2014-03-144-16/+1
* Be much more specific (and correct) about the device id matching.Adrian Chadd2014-01-091-16/+16
* Fix circular math macro.Gleb Smirnoff2014-01-031-1/+1
* Fix !INET6 build for various platforms.Xin LI2014-01-021-0/+2
* - Use counter(9) for node stats updated at a high rate.Gleb Smirnoff2014-01-014-131/+135
* In sys/netgraph/netflow, use __FBSDID() instead of old-style rcs_id[].Dimitry Andric2013-12-293-6/+6
* Fix the parse type for NGM_LISTTYPES.Gleb Smirnoff2013-12-291-2/+2
* In r248885 I have reduced size of fake uio resid that ng_ksocket(4) passesGleb Smirnoff2013-12-211-10/+17
* Eliminate duplicated & dead code.Marko Zec2013-11-081-29/+0
* Restore the entropy gathering from the m_data pointer value, not theAdrian Chadd2013-11-021-1/+1
* Teach the netgraph code to use a const char * pointer too.Adrian Chadd2013-11-021-1/+1
* Axe ng_fec(4). It has never been a real netgraph(4) module, sinceGleb Smirnoff2013-10-282-1477/+0
* Include necessary headers that now are available due to pollutionGleb Smirnoff2013-10-283-0/+3
* The r48589 promised to remove implicit inclusion of if_var.h soon. PrepareGleb Smirnoff2013-10-268-0/+8