aboutsummaryrefslogtreecommitdiff
path: root/sys/netgraph
Commit message (Expand)AuthorAgeFilesLines
* Check return value from soaccept().Gleb Smirnoff2017-06-141-1/+2
* Listening sockets improvements.Gleb Smirnoff2017-06-084-119/+37
* Make cached Bluetooth LE host advertise information visible from userland.Takanori Watanabe2017-04-276-15/+53
* Remove the NATM framework including the en(4), fatm(4), hatm(4), andBrooks Davis2017-04-243-1697/+12
* mppc - Finish pluging NETGRAPH_MPPC_COMPRESSION.Pedro F. Giffuni2017-01-201-4/+3
* Changes to allow the patching of packets with an offset (and other changes.. ...Julian Elischer2016-12-022-344/+486
* Fix return value from ng_uncallout().Hans Petter Selasky2016-12-021-1/+5
* Writing out the L2TP control packet requires 12 bytes ofBjoern A. Zeeb2016-11-171-0/+10
* Fix improper use of "its".Bryan Drewery2016-11-081-3/+3
* Avoid panic from ng_uncallout when unpluggin ethernet cable with activeSean Bruno2016-08-081-1/+1
* netgraph module for reconstructing checksumsJulian Elischer2016-08-012-0/+817
* slite style changes. There is an incoming patch that rewrites aJulian Elischer2016-08-012-25/+28
* Get closer to a VIMAGE network stack teardown from top to bottom ratherBjoern A. Zeeb2016-06-212-2/+2
* Disconnect LE socket when the HCI connection associated is disconnected.Takanori Watanabe2016-06-073-3/+10
* Fix style(9).Jung-uk Kim2016-05-261-2/+4
* Use bit_count(3) instead of four bitcount32() calls.Jung-uk Kim2016-05-261-18/+17
* sys/netgraph: spelling fixes in comments.Pedro F. Giffuni2016-04-2938-73/+73
* sys: extend use of the howmany() macro when available.Pedro F. Giffuni2016-04-261-2/+2
* sys: use our nitems() macro when param.h is available.Pedro F. Giffuni2016-04-214-4/+4
* Remove slightly used const values that can be replaced with nitems().Pedro F. Giffuni2016-04-211-3/+2
* sys/net* : for pointers replace 0 with NULL.Pedro F. Giffuni2016-04-153-4/+4
* Cleanup unnecessary semicolons from the kernel.Pedro F. Giffuni2016-04-104-5/+5
* Migrate many bus_alloc_resource() calls to bus_alloc_resource_anywhere().Justin Hibbits2016-02-271-2/+2
* These files were getting sys/malloc.h and vm/uma.h with header pollutionGleb Smirnoff2016-02-014-0/+6
* Make ng_netflow(9) use new routing KPI.Alexander V. Chernikov2016-01-141-39/+61
* Remove sys/eventhandler.h from net/route.hAlexander V. Chernikov2016-01-093-0/+3
* Make it possible for sbappend() to preserve M_NOTREADY on mbufs, just likeGleb Smirnoff2016-01-081-2/+2
* Do not use 'struct route_in6' inside hash6_insert().Alexander V. Chernikov2016-01-071-19/+13
* Fix route lookup condition: do IPv6 route lookup for source based onAlexander V. Chernikov2016-01-041-1/+1
* - grab ng_btsocket_l2cap_sockets_mtx lock inMaksim Yevmenkin2015-12-231-0/+8
* Create a USB_PNP_INFO and use it to export the existing PNPWarner Losh2015-12-112-7/+9
* Create a generic PCCARD_PNP_INFO from the MODULE_PNP_INFO buildingWarner Losh2015-12-111-6/+6
* Move iflladdr_event eventhandler invocation to if_setlladdr.Alexander V. Chernikov2015-11-142-4/+0
* Use lladdr_event to propagate gratiotus arp.Alexander V. Chernikov2015-11-092-2/+4
* Fix encryption error handling.Takanori Watanabe2015-11-072-4/+10
* 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