summaryrefslogtreecommitdiffstats
path: root/sys/sys/sockio.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix get/set datapath comments.tobhe2019-11-131-3/+3
* add SIOCSRXHPRIO and SIOCGRXHPRIO for configuring rx prio handlingdlg2019-04-191-1/+4
* add SIOCGIFSFFPAGE, for getting sfp/qsfp module info from nics.dlg2019-04-101-1/+2
* add some generic ioctls for configuring mpls pseudowire parameters.dlg2019-02-261-1/+10
* add a SIOCGPWE3 ioctl for interfaces to advertise pwe3 capabilitydlg2019-01-231-1/+2
* allow configuration of ecn propagation on tunnel interfaces.dlg2018-11-291-1/+4
* add ioctl commands for the setting of prio fields in tx headersdlg2018-11-121-1/+4
* Add SIOCGIFGLIST to fetch a list of interface groups on the system.sthen2018-05-301-1/+2
* add ioctls to toggle partitioning a vnetid into a netid and flowiddlg2018-02-201-1/+4
* add ioctls for tunnels to configure whether they allow fragmentation or not.dlg2018-02-191-1/+4
* Add a new '-protected' option for bridge members.mpi2018-02-081-1/+2
* remove defines for ioctls the kernel doesn't recognisejsg2017-10-241-13/+1
* Remove support for never used ioctls originating from KAME.mpi2017-10-241-7/+1
* remove the obsolete timeslot ioctltedu2017-06-271-4/+1
* Rename "flowmax" to "maxflow" and give each switch(4) ioctl areyk2016-11-281-9/+7
* Add switch(4) support to ifconfiggoda2016-09-021-1/+12
* Remove obsolete gre(4) ioctls GRESADDRS, GRESADDRD, GREGADDRS,reyk2016-08-281-8/+1
* Add umb(4) - a driver for the Mobile Broadband Interface Model (MBIM)gerhard2016-06-151-1/+5
* Add the "llprio" field to struct ifnet, and the corresponding keywordvgross2016-06-101-1/+4
* remove OSIOCGIFCONF. it's dead. ok deraadt guenther mpitedu2016-05-311-2/+1
* provide generic ioctls for managing an interfaces parentdlg2016-03-021-1/+5
* Add pair(4), a vether-based virtual Ethernet driver to interconnectreyk2015-10-241-1/+4
* tweak the vnetid so it can be optional and therefore cleared/deleted.dlg2015-10-231-1/+3
* Make room for media types of the future. Extend the ifmedia word to 64 bits.stsp2015-09-111-3/+4
* Fix ioctl number conflict and sort ioctl numbers.rzalamena2015-07-211-7/+7
* Implemented MPLS pseudowire (mpw(4)) to be used with VPLS and VPWS.rzalamena2015-07-201-1/+4
* Delete option COMPAT_43: support for pre-sa_len binaries has been obsoleteguenther2015-01-211-5/+1
* Remove the NOINET6 interface flag, a left-over from the times when IPv6stsp2015-01-061-1/+3
* someone send dlg a keyboard with a tab key pleasehenning2014-07-131-2/+2
* introduce the if_rxr api. it is intended to pull the rx ring accountingdlg2014-07-081-1/+3
* Import vxlan(4), the virtual extensible local area network tunnelreyk2013-10-131-1/+7
* Replace the misleading SIOC{G,S}IFGENERIC ioctls by SIOCG{G,S}PPPPARAMS.mpi2013-08-161-4/+4
* Stop defining SIOC{S,G}ETVLAN as SIOC{S,G}IFGENERIC because theympi2013-08-151-2/+3
* Add SIOCGIFHARDMTU to allow retrieving the driver's maximum supported MTUsthen2012-11-231-1/+3
* Tie the 802.1p (CoS) value in vlan(4) with the new prio scheme in pf.haesbaert2011-11-261-3/+2
* Fix the naming of interfaces and variables for rdomains and rtablesguenther2010-07-031-5/+5
* Implement a simple keepalive mechanism in gre(4) that is compatible withclaudio2010-06-261-1/+4
* Add a way to bind the tunnel endpoint of a gif/gre interface into aclaudio2009-11-211-1/+4
* Initial support for routing domains. This allows to bind interfaces toclaudio2009-06-051-1/+4
* allow IPvShit to be turned off completely per-interface.henning2009-06-041-1/+4
* move pflows ioctl to new numbers. Fixes a problem with wi(4)gollo2009-02-151-3/+3
* Introduce a if_priority that will be added to RTP_STATIC when routes areclaudio2008-12-121-1/+4
* welcome pflow(4), a netflow v5 compatible flow export interface.henning2008-09-091-1/+4
* bring in the mpe interface - for ``MPLS Provider Edge'' - this is a workpyr2008-05-061-1/+4
* Add a new "rtlabel" option to ifconfig. It allows to specify a route labelreyk2007-06-141-1/+4
* Add Rapid Spanning Tree Protocol support (802.1d-2004) based on workreyk2006-12-031-3/+7
* Introduce attributes to interface groups.mpf2006-06-021-1/+3
* Make it possible to set a default vlan priority for vlan interfaces.norby2006-01-051-1/+4
* add SIOCGIFGMEMB ioctl, returns a list of all interfaces who are member ofhenning2005-06-121-1/+2
* remove last races of SIOCADDRT and SIOCDELRT, the 4.3BSD routing table ioctlshenning2005-05-261-4/+1