| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | PF_BLUETOOTH protocols: skip initialization of non-virtualized globals | trociny | 2014-06-10 | 5 | -0/+27 |
* | Use M_WAITOK for the NGM_PIPE_SET_CFG control message. We expect it to | glebius | 2014-05-28 | 1 | -1/+1 |
* | Make ng_mppc to not disable the node in case of multiple packet loss. | mav | 2014-05-22 | 1 | -4/+33 |
* | Use NG_WAITOK as ng_package_msg() argument instead of M_WAITOK. | mav | 2014-05-22 | 1 | -1/+1 |
* | Remove AppleTalk support. | glebius | 2014-03-14 | 4 | -18/+2 |
* | Remove IPX support. | glebius | 2014-03-14 | 4 | -16/+1 |
* | Be much more specific (and correct) about the device id matching. | adrian | 2014-01-09 | 1 | -16/+16 |
* | Fix circular math macro. | glebius | 2014-01-03 | 1 | -1/+1 |
* | Fix !INET6 build for various platforms. | delphij | 2014-01-02 | 1 | -0/+2 |
* | - Use counter(9) for node stats updated at a high rate. | glebius | 2014-01-01 | 4 | -131/+135 |
* | In sys/netgraph/netflow, use __FBSDID() instead of old-style rcs_id[]. | dim | 2013-12-29 | 3 | -6/+6 |
* | Fix the parse type for NGM_LISTTYPES. | glebius | 2013-12-29 | 1 | -2/+2 |
* | In r248885 I have reduced size of fake uio resid that ng_ksocket(4) passes | glebius | 2013-12-21 | 1 | -10/+17 |
* | Eliminate duplicated & dead code. | zec | 2013-11-08 | 1 | -29/+0 |
* | Restore the entropy gathering from the m_data pointer value, not the | adrian | 2013-11-02 | 1 | -1/+1 |
* | Teach the netgraph code to use a const char * pointer too. | adrian | 2013-11-02 | 1 | -1/+1 |