summaryrefslogtreecommitdiffstats
path: root/sys/netgraph
Commit message (Expand)AuthorAgeFilesLines
* Look for the correct netgraph name when looking for VLANs in dot notation.Luiz Souza2017-10-241-2/+2
* Merge remote-tracking branch 'origin/stable/11' into devel-11Luiz Otavio O Souza2017-02-091-4/+3
|\
| * MFC r312443:pfg2017-01-231-4/+3
* | Merge remote-tracking branch 'origin/stable/11' into devel-11Luiz Otavio O Souza2016-12-303-345/+491
|\ \ | |/
| * MFH: r309408julian2016-12-272-344/+486
| * MFC r309404:hselasky2016-12-191-1/+5
* | Merge remote-tracking branch 'origin/stable/11' into devel-11Renato Botelho2016-12-054-25/+845
|\ \ | |/
| * MFH: r303611julian2016-12-022-25/+28
| * MFH: r303612julian2016-12-022-0/+817
* | Merge remote-tracking branch 'origin/master' into devel-11Luiz Otavio O Souza2016-07-022-2/+2
|\ \ | |/
| * Get closer to a VIMAGE network stack teardown from top to bottom ratherbz2016-06-212-2/+2
* | Merge remote-tracking branch 'origin/master' into devel-11Renato Botelho2016-06-143-3/+10
|\ \ | |/
| * Disconnect LE socket when the HCI connection associated is disconnected.takawata2016-06-073-3/+10
* | Merge remote-tracking branch 'origin/master' into devel-11Luiz Otavio O Souza2016-05-271-18/+19
|\ \ | |/
| * Fix style(9).jkim2016-05-261-2/+4
| * Use bit_count(3) instead of four bitcount32() calls.jkim2016-05-261-18/+17
* | Merge remote-tracking branch 'origin/master' into devel-11Renato Botelho2016-05-0338-73/+73
|\ \ | |/
| * sys/netgraph: spelling fixes in comments.pfg2016-04-2938-73/+73
* | Merge remote-tracking branch 'origin/master' into devel-11Renato Botelho2016-04-281-2/+2
|\ \ | |/
| * sys: extend use of the howmany() macro when available.pfg2016-04-261-2/+2
* | Merge remote-tracking branch 'origin/master' into devel-11Renato Botelho2016-04-255-7/+6
|\ \ | |/
| * 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
* | Merge remote-tracking branch 'origin/master' into devel-11Renato Botelho2016-04-183-4/+4
|\ \ | |/
| * sys/net* : for pointers replace 0 with NULL.pfg2016-04-153-4/+4
* | Importing pfSense patch ng_ether_attach_command.diffLuiz Otavio O Souza2016-04-152-0/+25
* | Importing pfSense patch ng_eiface.diffLuiz Otavio O Souza2016-04-152-0/+54
* | Importing pfSense patch ng_iface.diffLuiz Otavio O Souza2016-04-152-0/+57
|/
* 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
OpenPOWER on IntegriCloud