| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Axe ng_fec(4). It has never been a real netgraph(4) module, since | glebius | 2013-10-28 | 2 | -1477/+0 |
* | Include necessary headers that now are available due to pollution | glebius | 2013-10-28 | 3 | -0/+3 |
* | The r48589 promised to remove implicit inclusion of if_var.h soon. Prepare | glebius | 2013-10-26 | 8 | -0/+8 |
* | Remove unsigned < 0 comparison. | glebius | 2013-10-26 | 1 | -1/+1 |
* | Improve locking model used to protect netgraph topology: | melifaro | 2013-10-15 | 1 | -22/+26 |
* | Debug run. This now works, except that the "live" sources haven't | markm | 2013-10-06 | 1 | -1/+1 |
* | Snapshot. This passes the build test, but has not yet been finished or debugged. | markm | 2013-10-04 | 1 | -1/+1 |
* | MFC | markm | 2013-09-06 | 2 | -1/+2 |
|\ |
|
| * | Make default cache size more modern. | glebius | 2013-09-04 | 1 | -1/+1 |
| * | Add support for the BCM20702A0 chipset, ASUS USB-BT400. | eadler | 2013-09-01 | 1 | -0/+1 |
* | | MFC | markm | 2013-08-31 | 1 | -0/+60 |
|\ \
| |/ |
|
| * | Sync USB bluetooth product list with Linux. | hselasky | 2013-08-31 | 1 | -0/+60 |
* | | Snapshot; Do some running repairs on entropy harvesting. More needs to follow. | markm | 2013-08-26 | 1 | -2/+1 |
|/ |
|
* | Add constant for PPP-Max-PayLoad tag. | glebius | 2013-07-23 | 2 | -0/+3 |
* | PR: kern/168520 | rodrigc | 2013-07-15 | 1 | -9/+1 |
* | PR: 168520 170096 | rodrigc | 2013-07-15 | 2 | -1/+6 |
* | PR: kern/168520 | rodrigc | 2013-07-12 | 1 | -1/+9 |
* | Fix several typos | eadler | 2013-05-12 | 1 | -1/+1 |
* | Fxi a bunch of typos. | eadler | 2013-05-10 | 1 | -1/+1 |
* | Add const qualifier to the dst parameter of the ifnet if_output method. | glebius | 2013-04-26 | 2 | -11/+11 |
* | - Correct mispellings of the word necessary | gabor | 2013-04-17 | 1 | -1/+1 |
* | Attempt to clean up spacing and long lines. | glebius | 2013-04-12 | 1 | -98/+112 |
* | Add blacklist entries for Atheros bluetooth device IDs that are known to | adrian | 2013-04-05 | 1 | -0/+33 |
* | Revamp mbuf handling in ng_ksocket_incoming2(): | glebius | 2013-03-29 | 1 | -12/+22 |
* | Whitespace. | glebius | 2013-03-29 | 1 | -10/+10 |
* | Non-functional cleanup of ng_ksocket_incoming2(). | glebius | 2013-03-29 | 1 | -8/+8 |
* | Return ENOMEM if malloc() fails. | glebius | 2013-03-26 | 1 | -1/+1 |
* | Cleanup: wrap long lines, cleanup comments, etc. | glebius | 2013-03-26 | 2 | -113/+141 |
* | Add NGM_NAT_LIBALIAS_INFO command, that reports internal stats | glebius | 2013-03-21 | 2 | -0/+73 |
* | Fix compilation warning. | glebius | 2013-02-15 | 1 | -2/+4 |
* | ng_ether_ifnet_arrival_event: check interface type before using IFP2NG | avg | 2013-02-04 | 1 | -1/+7 |
* | ng_ether: track interface renaming | avg | 2013-02-02 | 1 | -4/+56 |
* | Use DEVMETHOD_END, as suggested by hselasky@. | rakuco | 2012-12-26 | 1 | -1/+1 |
* | Use the correct USB interface macros instead of USB_IF_CSI. | rakuco | 2012-12-26 | 1 | -1/+3 |
* | Add vendor IDs for Broadcom USB dongles (BCM20702). | glebius | 2012-12-26 | 1 | -0/+4 |
* | Mechanically substitute flags from historic mbuf allocator with | glebius | 2012-12-05 | 45 | -112/+112 |
* | Switch the entire IPv4 stack to keep the IP packet header | glebius | 2012-10-22 | 1 | -1/+0 |
* | Mechanically remove the last stray remains of spl* calls from net*/*. | andre | 2012-10-18 | 10 | -49/+4 |
* | Add NG_NETFLOW_V9INFO_TYPE command to be able to request netflowv9-specific | melifaro | 2012-10-11 | 3 | -0/+56 |
* | Revert previous commit... | kevlo | 2012-10-10 | 1 | -1/+1 |