| Commit message (Expand) | Author | Age | Files | Lines |
| * | - 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 |
| * | PF_BLUETOOTH protocols: skip initialization of non-virtualized globals | Mikolaj Golub | 2014-06-10 | 5 | -0/+27 |
| * | Use M_WAITOK for the NGM_PIPE_SET_CFG control message. We expect it to | Gleb Smirnoff | 2014-05-28 | 1 | -1/+1 |
| * | Make ng_mppc to not disable the node in case of multiple packet loss. | Alexander Motin | 2014-05-22 | 1 | -4/+33 |
| * | Use NG_WAITOK as ng_package_msg() argument instead of M_WAITOK. | Alexander Motin | 2014-05-22 | 1 | -1/+1 |
| * | Remove AppleTalk support. | Gleb Smirnoff | 2014-03-14 | 4 | -18/+2 |
| * | Remove IPX support. | Gleb Smirnoff | 2014-03-14 | 4 | -16/+1 |
| * | Be much more specific (and correct) about the device id matching. | Adrian Chadd | 2014-01-09 | 1 | -16/+16 |
| * | Fix circular math macro. | Gleb Smirnoff | 2014-01-03 | 1 | -1/+1 |
| * | Fix !INET6 build for various platforms. | Xin LI | 2014-01-02 | 1 | -0/+2 |
| * | - Use counter(9) for node stats updated at a high rate. | Gleb Smirnoff | 2014-01-01 | 4 | -131/+135 |
| * | In sys/netgraph/netflow, use __FBSDID() instead of old-style rcs_id[]. | Dimitry Andric | 2013-12-29 | 3 | -6/+6 |
| * | Fix the parse type for NGM_LISTTYPES. | Gleb Smirnoff | 2013-12-29 | 1 | -2/+2 |
| * | In r248885 I have reduced size of fake uio resid that ng_ksocket(4) passes | Gleb Smirnoff | 2013-12-21 | 1 | -10/+17 |