summaryrefslogtreecommitdiffstats
path: root/sys/netgraph
Commit message (Expand)AuthorAgeFilesLines
* Remove AppleTalk support.glebius2014-03-144-18/+2
* Remove IPX support.glebius2014-03-144-16/+1
* Be much more specific (and correct) about the device id matching.adrian2014-01-091-16/+16
* Fix circular math macro.glebius2014-01-031-1/+1
* Fix !INET6 build for various platforms.delphij2014-01-021-0/+2
* - Use counter(9) for node stats updated at a high rate.glebius2014-01-014-131/+135
* In sys/netgraph/netflow, use __FBSDID() instead of old-style rcs_id[].dim2013-12-293-6/+6
* Fix the parse type for NGM_LISTTYPES.glebius2013-12-291-2/+2
* In r248885 I have reduced size of fake uio resid that ng_ksocket(4) passesglebius2013-12-211-10/+17
* Eliminate duplicated & dead code.zec2013-11-081-29/+0
* Restore the entropy gathering from the m_data pointer value, not theadrian2013-11-021-1/+1
* Teach the netgraph code to use a const char * pointer too.adrian2013-11-021-1/+1
* Axe ng_fec(4). It has never been a real netgraph(4) module, sinceglebius2013-10-282-1477/+0
* Include necessary headers that now are available due to pollutionglebius2013-10-283-0/+3
* The r48589 promised to remove implicit inclusion of if_var.h soon. Prepareglebius2013-10-268-0/+8
* Remove unsigned < 0 comparison.glebius2013-10-261-1/+1
* Improve locking model used to protect netgraph topology:melifaro2013-10-151-22/+26
* Debug run. This now works, except that the "live" sources haven'tmarkm2013-10-061-1/+1
* Snapshot. This passes the build test, but has not yet been finished or debugged.markm2013-10-041-1/+1
* MFCmarkm2013-09-062-1/+2
|\
| * Make default cache size more modern.glebius2013-09-041-1/+1
| * Add support for the BCM20702A0 chipset, ASUS USB-BT400.eadler2013-09-011-0/+1
* | MFCmarkm2013-08-311-0/+60
|\ \ | |/
| * Sync USB bluetooth product list with Linux.hselasky2013-08-311-0/+60
* | Snapshot; Do some running repairs on entropy harvesting. More needs to follow.markm2013-08-261-2/+1
|/
* Add constant for PPP-Max-PayLoad tag.glebius2013-07-232-0/+3
* PR: kern/168520rodrigc2013-07-151-9/+1
* PR: 168520 170096rodrigc2013-07-152-1/+6
* PR: kern/168520rodrigc2013-07-121-1/+9
* Fix several typoseadler2013-05-121-1/+1
* Fxi a bunch of typos.eadler2013-05-101-1/+1
* Add const qualifier to the dst parameter of the ifnet if_output method.glebius2013-04-262-11/+11
* - Correct mispellings of the word necessarygabor2013-04-171-1/+1
* Attempt to clean up spacing and long lines.glebius2013-04-121-98/+112
* Add blacklist entries for Atheros bluetooth device IDs that are known toadrian2013-04-051-0/+33
* Revamp mbuf handling in ng_ksocket_incoming2():glebius2013-03-291-12/+22
* Whitespace.glebius2013-03-291-10/+10
* Non-functional cleanup of ng_ksocket_incoming2().glebius2013-03-291-8/+8
* Return ENOMEM if malloc() fails.glebius2013-03-261-1/+1
* Cleanup: wrap long lines, cleanup comments, etc.glebius2013-03-262-113/+141
* Add NGM_NAT_LIBALIAS_INFO command, that reports internal statsglebius2013-03-212-0/+73
* Fix compilation warning.glebius2013-02-151-2/+4
* ng_ether_ifnet_arrival_event: check interface type before using IFP2NGavg2013-02-041-1/+7
* ng_ether: track interface renamingavg2013-02-021-4/+56
* Use DEVMETHOD_END, as suggested by hselasky@.rakuco2012-12-261-1/+1
* Use the correct USB interface macros instead of USB_IF_CSI.rakuco2012-12-261-1/+3
* Add vendor IDs for Broadcom USB dongles (BCM20702).glebius2012-12-261-0/+4
* Mechanically substitute flags from historic mbuf allocator withglebius2012-12-0545-112/+112
* Switch the entire IPv4 stack to keep the IP packet headerglebius2012-10-221-1/+0
* Mechanically remove the last stray remains of spl* calls from net*/*.andre2012-10-1810-49/+4
OpenPOWER on IntegriCloud