summaryrefslogtreecommitdiffstats
path: root/sys/net/if_epair.c
Commit message (Expand)AuthorAgeFilesLines
* Utilize new macro to initialize if_baudrate().glebius2012-10-181-2/+2
* Make the "struct if_clone" opaque to users of the cloning API. Usersglebius2012-10-161-18/+17
* Revert previous commit...kevlo2012-10-101-1/+1
* Prefer NULL over 0 for pointerskevlo2012-10-091-1/+1
* In epair_clone_destroy(), when destroying the second half, we have totrociny2012-07-091-18/+20
* Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs.ed2011-11-071-1/+1
* Allow for vlan(4) interfaces with MTU of 1500 bytes to be configuredzec2011-05-241-0/+4
* Let epair(4) virtual interfaces report fake link / media status,zec2011-05-241-0/+37
* Add a missing ';' and change the debugging sysctl from xint to int.bz2010-11-211-2/+2
* MFp4 CH=183259:bz2010-09-021-2/+2
* MFp4 CH=182972:bz2010-08-271-0/+4
* Update several places that iterate over CPUs to use CPU_FOREACH().jhb2010-06-111-12/+3
* Rework reference counting in case we queue into the netisr,bz2010-03-061-20/+71
* Correct a typo.bz2010-01-101-1/+1
* Merge the remainder of kern_vimage.c and vimage.h into vnet.c andrwatson2009-08-011-2/+2
* Update epair(4) to the new netisr implementation and polishbz2009-07-261-107/+275
* Merge from p4: CH154790,154793,154874bz2009-06-241-0/+728
OpenPOWER on IntegriCloud