aboutsummaryrefslogtreecommitdiff
path: root/sys/sys/sockio.h
Commit message (Expand)AuthorAgeFilesLines
* Remove never used ioctls that originate from KAME. The proofGleb Smirnoff2013-11-111-5/+5
* Provide compat layer for OSIOCAIFADDR.Gleb Smirnoff2013-11-061-1/+1
* Drop support for historic ioctls and also undefine them, so that codeGleb Smirnoff2013-11-051-6/+6
* Provide ABI compatibility shim to enable configuring of addressesGleb Smirnoff2011-12-211-2/+2
* Add infrastructure to allow all frames/packets received on an interfaceBjoern A. Zeeb2011-07-031-0/+3
* Reshuffle SIOCGIFCONF32 handler from r155224.Sergey Kandaurov2010-10-211-3/+0
* Revised revision 199201 (add interface description capability as inspiredXin LI2010-01-271-0/+2
* Revert revision 199201 for now as it has introduced a kernel vulnerabilityXin LI2009-11-121-2/+0
* Add interface description capability as inspired by OpenBSD.Xin LI2009-11-111-0/+2
* Remove the interim vimage containers, struct vimage and struct procg,Jamie Gritton2009-07-171-4/+0
* Manage vnets via the jail system. If a jail is given the booleanJamie Gritton2009-06-151-0/+3
* Introduce an interm userland-kernel API for creating vnets andMarko Zec2009-05-311-0/+4
* Trim some noise from some #ifdef's. This had leaked into the compat32John Baldwin2008-07-301-1/+1
* Revise network interface cloning to take an optional opaqueSam Leffler2006-07-091-0/+1
* Import interface groups from OpenBSD. This allows to group interfaces inMax Laier2006-06-191-0/+5
* Implement SIOCGIFCONF for 32bit binaries.Paul Saab2006-02-021-0/+3
* Add hooks into the networking layer to support if_bridge. This changes structAndrew Thompson2005-06-051-0/+5
* Remove advertising clause from University of California Regent's license,Warner Losh2004-04-071-4/+0
* Add the kernel side of network interface renaming support.Brooks Davis2004-02-041-0/+1
* Style consistency fix for MAC ioctls added previously.Robert Watson2002-02-101-1/+1
* o Reserve two interface ioctl values, 38, and 38, for SIOCGIFMAC andRobert Watson2002-01-301-0/+2
* Fixed style bugs from revisions 8.1 (CSRG), 1.14, 1.19 and 1.22.Ruslan Ermilov2001-10-191-7/+7
* Add two "device private" ioctls needed by the Aironet (an) driver.Dag-Erling Smørgrav2001-10-191-5/+8
* Add a SIOCGIFINDEX ioctl, which returns the index of a named interface.Jonathan Lemon2001-10-171-0/+1
* Add SIO{CG}IFCAP entries. Fix formatting of some other entries.Jonathan Lemon2001-09-181-3/+5
* Add kernel infrastructure for network device cloning.Brooks Davis2001-07-021-0/+4
* Sync with recent KAME.Hajimu UMEMOTO2001-06-111-0/+2
* sync with kame tree as of july00. tons of bug fixes/improvements.Jun-ichiro itojun Hagino2000-07-041-0/+2
* Implement SIOCSIFLLADDR, which allows you to change the link-levelBill Paul2000-06-161-0/+1
* KAME related header files additions and merges.Yoshinobu Inoue1999-11-051-0/+8
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Add a new interface ioctl, to return "aux status".Poul-Henning Kamp1999-06-191-1/+3
* Introduce the SIOC[SG]IFGENERIC hooks that can be used to pass anJoerg Wunsch1997-10-071-1/+3
* define SIOC{SG}IFMEDIA ioctlsPeter Wemm1997-05-031-1/+3
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notPeter Wemm1997-02-221-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-1/+1
* Reformatted FreeBSD additions to match 4.4Lite style. Mixed tabs andBruce Evans1996-09-221-7/+7
* Removed SIOCSETRTINFO, SIOCGETRTINFO, and SIOCGETVIFINF ioctl's, whichBill Fenner1996-05-181-4/+1
* Add generic part of generic multiple-physical-interface support (theGarrett Wollman1994-12-211-1/+3
* Initial get-the-easy-case-working upgrade of the multicast codeGarrett Wollman1994-09-061-1/+6
* Added ioctl support for SIOCGIFMTU and SIOCSIFMTU. These set the per-David Greenman1994-08-081-1/+3
* Added $Id$David Greenman1994-08-021-0/+1
* BSD 4.4 Lite Kernel SourcesRodney W. Grimes1994-05-241-0/+77