summaryrefslogtreecommitdiffstats
path: root/sys/netgraph
Commit message (Expand)AuthorAgeFilesLines
* sys/netgraph: spelling fixes in comments.pfg2016-04-2938-73/+73
* sys: extend use of the howmany() macro when available.pfg2016-04-261-2/+2
* sys: use our nitems() macro when param.h is available.pfg2016-04-214-4/+4
* Remove slightly used const values that can be replaced with nitems().pfg2016-04-211-3/+2
* sys/net* : for pointers replace 0 with NULL.pfg2016-04-153-4/+4
* Cleanup unnecessary semicolons from the kernel.pfg2016-04-104-5/+5
* Migrate many bus_alloc_resource() calls to bus_alloc_resource_anywhere().jhibbits2016-02-271-2/+2
* These files were getting sys/malloc.h and vm/uma.h with header pollutionglebius2016-02-014-0/+6
* Make ng_netflow(9) use new routing KPI.melifaro2016-01-141-39/+61
* Remove sys/eventhandler.h from net/route.hmelifaro2016-01-093-0/+3
* Make it possible for sbappend() to preserve M_NOTREADY on mbufs, just likeglebius2016-01-081-2/+2
* Do not use 'struct route_in6' inside hash6_insert().melifaro2016-01-071-19/+13
* Fix route lookup condition: do IPv6 route lookup for source based onmelifaro2016-01-041-1/+1
* - grab ng_btsocket_l2cap_sockets_mtx lock inemax2015-12-231-0/+8
* Create a USB_PNP_INFO and use it to export the existing PNPimp2015-12-112-7/+9
* Create a generic PCCARD_PNP_INFO from the MODULE_PNP_INFO buildingimp2015-12-111-6/+6
* Move iflladdr_event eventhandler invocation to if_setlladdr.melifaro2015-11-142-4/+0
* Use lladdr_event to propagate gratiotus arp.melifaro2015-11-092-2/+4
* Fix encryption error handling.takawata2015-11-072-4/+10
* Bluetooth LE Security Management channel support.takawata2015-10-2716-52/+320
* Add support for PPP-Max-Payload PPPoE tag (RFC4638).mav2015-09-112-0/+58
* * Address review (and add a bit myself).markm2015-07-121-1/+1
* Fix rfcomm_sppd regression I could reproduced.takawata2015-07-072-1/+5
* Huge cleanup of random(4) code.markm2015-06-301-1/+1
* CALLOUT_MPSAFE has lost its meaning since r141428, i.e., for more than tenjkim2015-05-222-2/+2
* Move zlib.c from net to libkern.rodrigc2015-04-221-2/+1
* Forgot to add default event mask definition.takawata2015-04-181-0/+3
* Initial Bluetooth LE support.takawata2015-04-0723-172/+1503
* Change the callout to supply -1 to indicate we are not changingrrs2015-03-282-3/+3
* Revise default limit for maximum of netgraph data items.glebius2015-02-121-1/+1
* Fix a bunch of -Wcast-qual warnings in netgraph's ng_parse.c, by usingdim2015-01-301-3/+3
* When the node receives NGM_FLOW_COOKIE update the if_link_state, insteadglebius2015-01-121-2/+2
* Remove the support for NGM_CISCO_GET_IPADDR message from ng_iface(4). Theglebius2015-01-121-53/+0
* In order to reduce use of M_EXT outside of the mbuf allocator andrwatson2015-01-065-16/+8
* In preparation of merging projects/sendfile, transform bare access toglebius2014-11-123-6/+5
* Remove struct arpcom. It is unused by most interface types, that allocateglebius2014-11-071-1/+1
* NG_NODE_NAME(node) is always not NULL. Use correct macro.glebius2014-11-021-1/+1
* Use macro ERROUT() to make code more laconic and follow style of otherglebius2014-10-311-24/+15
* This is the much-discussed major upgrade to the random(4) device, known to yo...markm2014-10-301-2/+1
* Fix multiple incorrect SYSCTL arguments in the kernel:hselasky2014-10-213-6/+6
* Bump ipfw module version.melifaro2014-10-091-1/+1
* Use callout(9) instead of timeout(9).jhb2014-09-204-17/+12
* Remove ifq_drops from struct ifqueue. Now queue drops are accounted inglebius2014-09-195-9/+1
* Mechanically convert to if_inc_counter().glebius2014-09-193-10/+10
* Accidentially, ng_ppp changes leaked out with r271770. The properglebius2014-09-181-16/+15
* Add a function to set if_get_counter method for an ifnet. To be usedglebius2014-09-181-0/+28
* Remove any stale mbuf tags from packets being injected into a netgraphzec2014-07-011-0/+3
* Pull in r267961 and r267973 again. Fix for issues reported will follow.hselasky2014-06-282-9/+3
* Revert r267961, r267973:gjb2014-06-272-3/+9
* Extend the meaning of the CTLFLAG_TUN flag to automatically check ifhselasky2014-06-272-9/+3
OpenPOWER on IntegriCloud