aboutsummaryrefslogtreecommitdiff
path: root/sys/netgraph
Commit message (Expand)AuthorAgeFilesLines
* MFC r266538:Alexander Motin2014-06-051-4/+33
* MFC r260046 (by glebius):Dimitry Andric2014-03-201-2/+2
* Merge 260225:Gleb Smirnoff2014-01-221-1/+1
* MFC r260048:Dimitry Andric2014-01-043-6/+6
* MFC r250576 (by eadler):Alexander Motin2013-11-161-1/+1
* Merge r256550.Alexander V. Chernikov2013-10-291-22/+26
* MFC r250460 (by eadler):Alexander Motin2013-10-091-1/+1
* MFC r255090 and r255128:Hans Petter Selasky2013-09-071-0/+61
* Approved by: re (hrs, marius)Craig Rodrigues2013-07-272-1/+6
* Merge r248570, 248582:Gleb Smirnoff2013-06-242-0/+73
* MFC r227293 (by ed):Alexander Motin2013-04-0526-32/+38
* MFC: r227309 (partial)Marius Strobl2013-03-097-8/+9
* MFC r241009Ryan Stone2013-03-081-1/+1
* MFC r246245,246324: ng_ether: track interface renamingAndriy Gapon2013-03-061-4/+62
* MFC r244704, r244714 and r244715:Hans Petter Selasky2013-01-021-1/+7
* MFC r241446,r241501Alexander V. Chernikov2012-12-073-0/+56
* MFC r239007:Alexander Motin2012-12-061-1/+1
* Partially merge r240494, which moved netinet/ipfw to netpfil/ipfw,Gleb Smirnoff2012-11-221-1/+2
* MFC r238844: Add version so others can depend on this moduleEd Maste2012-08-201-0/+2
* Merge r237162, r237163, r237164, r237226.Alexander V. Chernikov2012-07-092-61/+21
* MFC r233774:Hans Petter Selasky2012-05-041-6/+6
* MFC r234574Alexander V. Chernikov2012-04-251-1/+1
* MFC r232921:Alexander V. Chernikov2012-04-213-4/+13
* Merge 231831:Gleb Smirnoff2012-04-142-71/+178
* Merge 231760,231761,231764,231765,231766,231823,231830 from head:Gleb Smirnoff2012-04-142-56/+19
* MFC r231378:Ed Schouten2012-03-021-2/+3
* MFC: rev. 231543Max Khon2012-02-152-21/+21
* Merge from head 226829, 230213, 230480, 230486, 230487, 231585:Gleb Smirnoff2012-02-134-142/+172
* Merge r229003:Gleb Smirnoff2012-01-051-104/+78
* Add IPv6 support to the ng_ipfw(4) [1]. Also add ifdefs to be ableAndrey V. Elsukov2011-09-151-12/+42
* Second-to-last commit implementing Capsicum capabilities in the FreeBSDRobert Watson2011-08-111-1/+1
* remove RESTARTABLE_PANICS optionAndriy Gapon2011-07-253-18/+0
* Clear pending ifnet events, in an attempt at preventingMarko Zec2011-07-161-0/+2
* In ng_attach_cntl() first allocate things that may fail, and thenGleb Smirnoff2011-07-141-16/+15
* Add missing unlocks.Gleb Smirnoff2011-07-061-0/+2
* o Eliminate flow6_hash_entry in favor of flow_hash_entry. We don't needGleb Smirnoff2011-07-053-107/+152
* Fix build with NETGRAPH_DEBUG.Gleb Smirnoff2011-07-041-1/+1
* Fix build with NETGRAPH_DEBUG.Gleb Smirnoff2011-07-041-2/+2
* - Use refcount(9) API to manage node and hook refcounting.Gleb Smirnoff2011-07-042-18/+10
* Tag mbufs of all incoming frames or packets with the interface's FIBBjoern A. Zeeb2011-07-031-0/+1
* Fix double free.Gleb Smirnoff2011-07-011-1/+0
* - Move all USB device ID arrays into so-called sections,Hans Petter Selasky2011-06-242-3/+3
* Be consistent with r160968: keep autoSrcAddr flag untouched whenGleb Smirnoff2011-06-231-1/+0
* Sync ng_nat with recent (r222806) ipfw_nat changes:Andrey V. Elsukov2011-06-071-3/+17
* Assume the link to be dead if bit error rate (BER) parameter is set to 1.Marko Zec2011-05-241-1/+30
* Provide fake link status information in an attempt to let ng_eiface(4)Marko Zec2011-05-241-1/+70
* usb: fix a missed use of use_generic in r222051Andriy Gapon2011-05-181-4/+5
* LibAliasInit() should allocate memory with M_WAITOK flag. Modify itGleb Smirnoff2011-04-181-4/+0
* Finish last change.Gleb Smirnoff2011-04-181-1/+0
* Further cleanup of node creation path from M_NOWAIT usage.Gleb Smirnoff2011-04-181-11/+3