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