aboutsummaryrefslogtreecommitdiff
path: root/sys/net/if_epair.c
Commit message (Expand)AuthorAgeFilesLines
* The r48589 promised to remove implicit inclusion of if_var.h soon. PrepareGleb Smirnoff2013-10-261-0/+1
* Utilize new macro to initialize if_baudrate().Gleb Smirnoff2012-10-181-2/+2
* Make the "struct if_clone" opaque to users of the cloning API. UsersGleb Smirnoff2012-10-161-18/+17
* Revert previous commit...Kevin Lo2012-10-101-1/+1
* Prefer NULL over 0 for pointersKevin Lo2012-10-091-1/+1
* In epair_clone_destroy(), when destroying the second half, we have toMikolaj Golub2012-07-091-18/+20
* Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs.Ed Schouten2011-11-071-1/+1
* Allow for vlan(4) interfaces with MTU of 1500 bytes to be configuredMarko Zec2011-05-241-0/+4
* Let epair(4) virtual interfaces report fake link / media status,Marko Zec2011-05-241-0/+37
* Add a missing ';' and change the debugging sysctl from xint to int.Bjoern A. Zeeb2010-11-211-2/+2
* MFp4 CH=183259:Bjoern A. Zeeb2010-09-021-2/+2
* MFp4 CH=182972:Bjoern A. Zeeb2010-08-271-0/+4
* Update several places that iterate over CPUs to use CPU_FOREACH().John Baldwin2010-06-111-12/+3
* Rework reference counting in case we queue into the netisr,Bjoern A. Zeeb2010-03-061-20/+71
* Correct a typo.Bjoern A. Zeeb2010-01-101-1/+1
* Merge the remainder of kern_vimage.c and vimage.h into vnet.c andRobert Watson2009-08-011-2/+2
* Update epair(4) to the new netisr implementation and polishBjoern A. Zeeb2009-07-261-105/+273
* Merge from p4: CH154790,154793,154874Bjoern A. Zeeb2009-06-241-0/+728