aboutsummaryrefslogtreecommitdiff
path: root/sys/net/if.h
Commit message (Expand)AuthorAgeFilesLines
* Renumber copyright clause 4Warner Losh2017-02-281-1/+1
* Implement kernel support for hardware rate limited sockets.Hans Petter Selasky2017-01-181-0/+1
* Add support to priority code point (PCP) that is an 3-bit fieldMarcelo Araujo2016-06-061-0/+2
* * Add SIOCGI2C driver ioctl used to retrieve i2c info.Alexander V. Chernikov2014-08-291-0/+13
* Garbage collect couple of unused fields from struct ifaddr:Gleb Smirnoff2014-07-291-2/+2
* Since 32-bit if_baudrate isn't enough to describe a baud rate of a 10 GbitGleb Smirnoff2014-03-131-25/+38
* Remove never used ioctls that originate from KAME. The proofGleb Smirnoff2013-11-111-12/+0
* Provide compat layer for OSIOCAIFADDR.Gleb Smirnoff2013-11-061-0/+8
* Axe IFF_SMART. Fortunately this layering violating flag was never used,Gleb Smirnoff2013-11-051-2/+2
* Drop support for historic ioctls and also undefine them, so that codeGleb Smirnoff2013-11-051-8/+0
* - Make the prophecy from 1997 happen and remove if_var.h inclusionGleb Smirnoff2013-10-281-12/+0
* There are some high performance NICs that count statistics in hardware,Gleb Smirnoff2013-10-091-0/+1
* Restructure the mbuf pkthdr to make it fit for upcoming capabilities andAndre Oppermann2013-08-241-1/+1
* provide helper if_initbaudrate() to set if_baudrate_pf and if_baudrate_pf.Maksim Yevmenkin2012-10-171-1/+1
* introduce concept of ifi_baudrate power factor. the idea is to workMaksim Yevmenkin2012-10-161-1/+1
* Hold GIF_LOCK() for almost all of gif_start(). It is required to be heldJohn Baldwin2012-06-291-1/+0
* Opps forgot to commit the flag.Randall Stewart2012-06-121-1/+1
* It turns out that too many drivers are not only parsing the L2/3/4Bjoern A. Zeeb2012-05-281-0/+4
* Introduce a new NET_RT_IFLISTL API to query the address list. It worksBjoern A. Zeeb2012-02-111-0/+54
* Backout changes from r228571. Remove if_data from struct ifa_msghdr again.Bjoern A. Zeeb2012-02-111-2/+0
* Provide ABI compatibility shim to enable configuring of addressesGleb Smirnoff2011-12-211-0/+8
* A major overhaul of the CARP implementation. The ip_carp.c was startedGleb Smirnoff2011-12-161-1/+4
* Add missing #includes.Ed Schouten2011-10-211-0/+2
* Add infrastructure to allow all frames/packets received on an interfaceBjoern A. Zeeb2011-07-031-0/+2
* Grab one of the ifcap bits for netmap, and enable printing in ifconfig.Luigi Rizzo2011-06-141-0/+10
* Adds IFF_CANTCONFIG to IFF_CANTCHANGE that it shouldn't happen throughWeongyo Jeong2010-12-071-1/+1
* Introduces IFF_CANTCONFIG interface flag to point that the interfaceWeongyo Jeong2010-12-071-1/+1
* Reshuffle SIOCGIFCONF32 handler from r155224.Sergey Kandaurov2010-10-211-10/+0
* Verify interface up status using its link state onlyQing Li2010-03-161-0/+1
* Add TSO support on VLANs. Intentionally separated IFCAP_VLAN_HWTSOPyun YongHyeon2010-02-201-0/+1
* Revised revision 199201 (add interface description capability as inspiredXin LI2010-01-271-0/+10
* Change vlan interfaces to cope more usefully with the parent interface beingJohn Baldwin2009-12-291-0/+1
* 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
* Manage vnets via the jail system. If a jail is given the booleanJamie Gritton2009-06-151-0/+2
* When user_frac in the polling subsystem is low it is going to busy theAttilio Rao2009-05-301-0/+1
* Add a new interface flag, IFF_DYING, which is set when a device driverRobert Watson2009-04-231-1/+3
* Remove IFF_NEEDSGIANT interface flag: we no longer provide ifnet-layerRobert Watson2009-04-181-3/+1
* remove unnecessary forward declarationLuigi Rizzo2009-02-161-2/+0
* Fix to bug kern/126850. Only dispatch event hander if theJack F Vogel2008-08-281-16/+17
* Trim some noise from some #ifdef's. This had leaked into the compat32John Baldwin2008-07-301-1/+1
* Add IFF_NEEDSGIANT to IFF_CANTCHANGE, to prevent user-level codeIan Dowse2008-03-271-1/+2
* fix bonehead cut and paste error in last commitKip Macy2007-12-151-1/+1
* Create separate capability flags for TCP over IPv4 and TCP over IPv6Kip Macy2007-12-151-1/+3
* add interface capability for TOEKip Macy2007-12-151-0/+1
* Wake On Lan (WOL) infrastructureSam Leffler2007-12-101-2/+6
* Add IFCAP_LRO flag for drivers to announce their TCP Large Receive OffloadAndre Oppermann2007-06-111-0/+1
* The struct if_data members ifi_recvquota and ifi_xmitquota have beenBrooks Davis2007-05-161-2/+2
* Fix a couple of typos in a comment.Yaroslav Tykhiy2007-05-021-2/+2
* First step of TSO (TCP segmentation offload) support in our network stack.Andre Oppermann2006-09-061-0/+3