summaryrefslogtreecommitdiffstats
path: root/sys/net/if.h
Commit message (Expand)AuthorAgeFilesLines
* Add TSO support on VLANs. Intentionally separated IFCAP_VLAN_HWTSOyongari2010-02-201-0/+1
* Revised revision 199201 (add interface description capability as inspireddelphij2010-01-271-0/+10
* Change vlan interfaces to cope more usefully with the parent interface beingjhb2009-12-291-0/+1
* Revert revision 199201 for now as it has introduced a kernel vulnerabilitydelphij2009-11-121-2/+0
* Add interface description capability as inspired by OpenBSD.delphij2009-11-111-0/+2
* Manage vnets via the jail system. If a jail is given the booleanjamie2009-06-151-0/+2
* When user_frac in the polling subsystem is low it is going to busy theattilio2009-05-301-0/+1
* Add a new interface flag, IFF_DYING, which is set when a device driverrwatson2009-04-231-1/+3
* Remove IFF_NEEDSGIANT interface flag: we no longer provide ifnet-layerrwatson2009-04-181-3/+1
* remove unnecessary forward declarationluigi2009-02-161-2/+0
* Fix to bug kern/126850. Only dispatch event hander if thejfv2008-08-281-16/+17
* Trim some noise from some #ifdef's. This had leaked into the compat32jhb2008-07-301-1/+1
* Add IFF_NEEDSGIANT to IFF_CANTCHANGE, to prevent user-level codeiedowse2008-03-271-1/+2
* fix bonehead cut and paste error in last commitkmacy2007-12-151-1/+1
* Create separate capability flags for TCP over IPv4 and TCP over IPv6kmacy2007-12-151-1/+3
* add interface capability for TOEkmacy2007-12-151-0/+1
* Wake On Lan (WOL) infrastructuresam2007-12-101-2/+6
* Add IFCAP_LRO flag for drivers to announce their TCP Large Receive Offloadandre2007-06-111-0/+1
* The struct if_data members ifi_recvquota and ifi_xmitquota have beenbrooks2007-05-161-2/+2
* Fix a couple of typos in a comment.yar2007-05-021-2/+2
* First step of TSO (TCP segmentation offload) support in our network stack.andre2006-09-061-0/+3
* Improve description of if_capabilities, if_capenable and ifi_hwassist.andre2006-09-061-2/+19
* Import interface groups from OpenBSD. This allows to group interfaces inmlaier2006-06-191-0/+31
* Remove various bits of conditional Alpha code and fixup a few comments.jhb2006-05-121-3/+0
* Implement SIOCGIFCONF for 32bit binaries.ps2006-02-021-0/+9
* Merge the //depot/user/yar/vlan branch into CVS. It contains some collectiveglebius2006-01-301-0/+1
* Big polling(4) cleanup.glebius2005-10-011-3/+2
* For each interface flag, indicate whether or not it is owned by therwatson2005-08-091-22/+28
* Rename IFF_RUNNING to IFF_DRV_RUNNING, IFF_OACTIVE to IFF_DRV_OACTIVE,rwatson2005-08-091-3/+28
* Add hooks into the networking layer to support if_bridge. This changes structthompsa2005-06-051-0/+7
* Change the definition of struct if_data's member ifi_epoch from wallbrooks2005-02-251-1/+1
* /* -> /*- for license, minor formatting changesimp2005-01-071-1/+1
* sync comment on IFF_OACTIVE with reality.. IFF_OACTIVE is set when thejmg2004-11-171-1/+1
* Re-add ifi_epoch, to struct if_data, this time replacing ifi_unusedbrooks2004-09-081-1/+4
* Back out ifi_epoch. The ABI breakage is too disruptive this close tobrooks2004-09-021-1/+0
* Use a spare byte in struct if_data to store the structure size withoutbrooks2004-09-011-0/+1
* Add a new variable, ifi_epoch, to struct if_data. It is set to the lastbrooks2004-08-301-0/+1
* Add a new network interface flag, IFF_NEEDSGIANT, which will allowrwatson2004-07-271-0/+1
* Major overhaul of pseudo-interface cloning. Highlights include:brooks2004-06-221-22/+0
* Link state change notification of ethernet media to the routing socket.andre2004-05-031-0/+8
* Added the new interface capability option for drivers that implementru2004-04-111-0/+1
* Remove advertising clause from University of California Regent'simp2004-04-071-4/+0
* Replace the if_name and if_unit members of struct ifnet with new membersbrooks2003-10-311-1/+1
* By popular demand, added the "static ARP" per-interface option.ru2003-10-011-0/+1
* o add IF_*bps macros for netbsd compatibilitysam2002-11-141-0/+11
* style(9):mike2002-10-021-5/+5
* Use standards visibility conditionals to conditionalize most of thismike2002-10-021-5/+15
* Add the "Monitor" interface flag.phk2002-09-271-0/+1
* Add IFF_POLLING into the list of flags which are protected from changing viasobomax2002-08-281-1/+2
* Implement user-setable promiscuous mode (a new `promisc' flag for ifconfig(8)).sobomax2002-08-191-1/+2
OpenPOWER on IntegriCloud