summaryrefslogtreecommitdiffstats
path: root/sys/net/if.h
Commit message (Expand)AuthorAgeFilesLines
* Importing pfSense patch pf_802.1p.diffRenato Botelho2015-08-171-0/+2
* Importing pfSense patch ifqueue_maxlen.diffRenato Botelho2015-08-171-1/+1
* MFC r270064,r270068,r270069,r270115,r270129,r270287,r270822,r271014,melifaro2015-08-151-0/+13
* o Provide a compatibility shim for netstat(1) to obtain output queueglebius2014-04-031-0/+6
* There are some high performance NICs that count statistics in hardware,glebius2013-10-091-0/+1
* Restructure the mbuf pkthdr to make it fit for upcoming capabilities andandre2013-08-241-1/+1
* provide helper if_initbaudrate() to set if_baudrate_pf and if_baudrate_pf.emax2012-10-171-1/+1
* introduce concept of ifi_baudrate power factor. the idea is to workemax2012-10-161-1/+1
* Hold GIF_LOCK() for almost all of gif_start(). It is required to be heldjhb2012-06-291-1/+0
* Opps forgot to commit the flag.rrs2012-06-121-1/+1
* It turns out that too many drivers are not only parsing the L2/3/4bz2012-05-281-0/+4
* Introduce a new NET_RT_IFLISTL API to query the address list. It worksbz2012-02-111-0/+54
* Backout changes from r228571. Remove if_data from struct ifa_msghdr again.bz2012-02-111-2/+0
* Provide ABI compatibility shim to enable configuring of addressesglebius2011-12-211-0/+8
* A major overhaul of the CARP implementation. The ip_carp.c was startedglebius2011-12-161-1/+4
* Add missing #includes.ed2011-10-211-0/+2
* Add infrastructure to allow all frames/packets received on an interfacebz2011-07-031-0/+2
* Grab one of the ifcap bits for netmap, and enable printing in ifconfig.luigi2011-06-141-0/+10
* Adds IFF_CANTCONFIG to IFF_CANTCHANGE that it shouldn't happen throughweongyo2010-12-071-1/+1
* Introduces IFF_CANTCONFIG interface flag to point that the interfaceweongyo2010-12-071-1/+1
* Reshuffle SIOCGIFCONF32 handler from r155224.pluknet2010-10-211-10/+0
* Verify interface up status using its link state onlyqingli2010-03-161-0/+1
* 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
OpenPOWER on IntegriCloud