| Commit message (Expand) | Author | Age | Files | Lines |
| * | sys/netgraph: spelling fixes in comments. | Pedro F. Giffuni | 2016-04-29 | 38 | -73/+73 |
| * | sys: extend use of the howmany() macro when available. | Pedro F. Giffuni | 2016-04-26 | 1 | -2/+2 |
| * | sys: use our nitems() macro when param.h is available. | Pedro F. Giffuni | 2016-04-21 | 4 | -4/+4 |
| * | Remove slightly used const values that can be replaced with nitems(). | Pedro F. Giffuni | 2016-04-21 | 1 | -3/+2 |
| * | sys/net* : for pointers replace 0 with NULL. | Pedro F. Giffuni | 2016-04-15 | 3 | -4/+4 |
| * | Cleanup unnecessary semicolons from the kernel. | Pedro F. Giffuni | 2016-04-10 | 4 | -5/+5 |
| * | Migrate many bus_alloc_resource() calls to bus_alloc_resource_anywhere(). | Justin Hibbits | 2016-02-27 | 1 | -2/+2 |
| * | These files were getting sys/malloc.h and vm/uma.h with header pollution | Gleb Smirnoff | 2016-02-01 | 4 | -0/+6 |
| * | Make ng_netflow(9) use new routing KPI. | Alexander V. Chernikov | 2016-01-14 | 1 | -39/+61 |
| * | Remove sys/eventhandler.h from net/route.h | Alexander V. Chernikov | 2016-01-09 | 3 | -0/+3 |
| * | Make it possible for sbappend() to preserve M_NOTREADY on mbufs, just like | Gleb Smirnoff | 2016-01-08 | 1 | -2/+2 |
| * | Do not use 'struct route_in6' inside hash6_insert(). | Alexander V. Chernikov | 2016-01-07 | 1 | -19/+13 |
| * | Fix route lookup condition: do IPv6 route lookup for source based on | Alexander V. Chernikov | 2016-01-04 | 1 | -1/+1 |
| * | - grab ng_btsocket_l2cap_sockets_mtx lock in | Maksim Yevmenkin | 2015-12-23 | 1 | -0/+8 |
| * | Create a USB_PNP_INFO and use it to export the existing PNP | Warner Losh | 2015-12-11 | 2 | -7/+9 |
| * | Create a generic PCCARD_PNP_INFO from the MODULE_PNP_INFO building | Warner Losh | 2015-12-11 | 1 | -6/+6 |
| * | Move iflladdr_event eventhandler invocation to if_setlladdr. | Alexander V. Chernikov | 2015-11-14 | 2 | -4/+0 |
| * | Use lladdr_event to propagate gratiotus arp. | Alexander V. Chernikov | 2015-11-09 | 2 | -2/+4 |
| * | Fix encryption error handling. | Takanori Watanabe | 2015-11-07 | 2 | -4/+10 |
| * | Bluetooth LE Security Management channel support. | Takanori Watanabe | 2015-10-27 | 16 | -52/+320 |
| * | Add support for PPP-Max-Payload PPPoE tag (RFC4638). | Alexander Motin | 2015-09-11 | 2 | -0/+58 |
| * | * Address review (and add a bit myself). | Mark Murray | 2015-07-12 | 1 | -1/+1 |
| * | Fix rfcomm_sppd regression I could reproduced. | Takanori Watanabe | 2015-07-07 | 2 | -1/+5 |
| * | Huge cleanup of random(4) code. | Mark Murray | 2015-06-30 | 1 | -1/+1 |
| * | CALLOUT_MPSAFE has lost its meaning since r141428, i.e., for more than ten | Jung-uk Kim | 2015-05-22 | 2 | -2/+2 |
| * | Move zlib.c from net to libkern. | Craig Rodrigues | 2015-04-22 | 1 | -2/+1 |
| * | Forgot to add default event mask definition. | Takanori Watanabe | 2015-04-18 | 1 | -0/+3 |
| * | Initial Bluetooth LE support. | Takanori Watanabe | 2015-04-07 | 23 | -172/+1503 |
| * | Change the callout to supply -1 to indicate we are not changing | Randall Stewart | 2015-03-28 | 2 | -3/+3 |
| * | Revise default limit for maximum of netgraph data items. | Gleb Smirnoff | 2015-02-12 | 1 | -1/+1 |
| * | Fix a bunch of -Wcast-qual warnings in netgraph's ng_parse.c, by using | Dimitry Andric | 2015-01-30 | 1 | -3/+3 |
| * | When the node receives NGM_FLOW_COOKIE update the if_link_state, instead | Gleb Smirnoff | 2015-01-12 | 1 | -2/+2 |
| * | Remove the support for NGM_CISCO_GET_IPADDR message from ng_iface(4). The | Gleb Smirnoff | 2015-01-12 | 1 | -53/+0 |
| * | In order to reduce use of M_EXT outside of the mbuf allocator and | Robert Watson | 2015-01-06 | 5 | -16/+8 |
| * | In preparation of merging projects/sendfile, transform bare access to | Gleb Smirnoff | 2014-11-12 | 3 | -6/+5 |
| * | Remove struct arpcom. It is unused by most interface types, that allocate | Gleb Smirnoff | 2014-11-07 | 1 | -1/+1 |
| * | NG_NODE_NAME(node) is always not NULL. Use correct macro. | Gleb Smirnoff | 2014-11-02 | 1 | -1/+1 |
| * | Use macro ERROUT() to make code more laconic and follow style of other | Gleb Smirnoff | 2014-10-31 | 1 | -24/+15 |
| * | This is the much-discussed major upgrade to the random(4) device, known to yo... | Mark Murray | 2014-10-30 | 1 | -2/+1 |
| * | Fix multiple incorrect SYSCTL arguments in the kernel: | Hans Petter Selasky | 2014-10-21 | 3 | -6/+6 |
| * | Bump ipfw module version. | Alexander V. Chernikov | 2014-10-09 | 1 | -1/+1 |
| * | Use callout(9) instead of timeout(9). | John Baldwin | 2014-09-20 | 4 | -17/+12 |
| * | Remove ifq_drops from struct ifqueue. Now queue drops are accounted in | Gleb Smirnoff | 2014-09-19 | 5 | -9/+1 |
| * | Mechanically convert to if_inc_counter(). | Gleb Smirnoff | 2014-09-19 | 3 | -10/+10 |
| * | Accidentially, ng_ppp changes leaked out with r271770. The proper | Gleb Smirnoff | 2014-09-18 | 1 | -16/+15 |
| * | Add a function to set if_get_counter method for an ifnet. To be used | Gleb Smirnoff | 2014-09-18 | 1 | -0/+28 |
| * | Remove any stale mbuf tags from packets being injected into a netgraph | Marko Zec | 2014-07-01 | 1 | -0/+3 |
| * | Pull in r267961 and r267973 again. Fix for issues reported will follow. | Hans Petter Selasky | 2014-06-28 | 2 | -9/+3 |
| * | Revert r267961, r267973: | Glen Barber | 2014-06-27 | 2 | -3/+9 |
| * | Extend the meaning of the CTLFLAG_TUN flag to automatically check if | Hans Petter Selasky | 2014-06-27 | 2 | -9/+3 |