aboutsummaryrefslogtreecommitdiff
path: root/share/man/man9/ifnet.9
Commit message (Expand)AuthorAgeFilesLines
* The missing part of r232588 that documents ifaddr_byindex() itself.Sergey Kandaurov2012-03-061-0/+4
* - ifnet_addrs has gone and replaced by ifaddr_byindex(), as per r83130Sergey Kandaurov2012-03-061-5/+16
* Reflect the renaming of ifmaof_ifpforaddr() to if_findmulti() in r148652.Sergey Kandaurov2012-03-021-5/+5
* ifp->if_ioctl() has moved to u_long cmd in r36735.Sergey Kandaurov2012-03-021-1/+1
* Changes in ifaddr refcounting: ifa_refcnt IFAREF/IFAFREE macrosSergey Kandaurov2012-03-011-10/+8
* Refine r232333 [1] and put note about ifnet refcount caller responsibility.Sergey Kandaurov2012-03-011-1/+4
* Reflect that ifa_ifwithnet() gained ignore_ptp argument.Sergey Kandaurov2012-03-011-1/+4
* Document ifunit_ref function.Sergey Kandaurov2012-03-011-0/+10
* Document ifnet refcount.Sergey Kandaurov2012-03-011-1/+20
* List supported ioctl commands instead of old one.Gleb Smirnoff2012-01-261-5/+3
* Fix typo in OSIOCGIFADDR.Sergey Kandaurov2011-09-271-1/+1
* Add infrastructure to allow all frames/packets received on an interfaceBjoern A. Zeeb2011-07-031-2/+9
* Missing IFCAP_* macro descriptions in ifnet(9).Simon L. B. Nielsen2010-07-271-0/+25
* mdoc: order prologue macros consistently by Dd/Dt/OsUlrich Spörlein2010-04-141-1/+1
* - Note that if_xname, if_dname, and if_dunit are usually initialized viaJohn Baldwin2010-01-141-16/+40
* Unbreak user space after if_timer/if_watchdog removal in r199975.Bjoern A. Zeeb2009-12-011-14/+2
* Add entry for if_transmit and if_qflushKip Macy2008-12-111-1/+20
* Remove obsolete polling members from documentation for struct ifnet.Bruce M Simpson2007-03-141-11/+1
* Spelling fixes.Mike Pritchard2006-12-141-1/+1
* Fix all the spelling mistakes I could find in the man pages for wordsGiorgos Keramidas2005-07-311-1/+1
* Assorted markup fixes and minor wordsmithing.Ruslan Ermilov2005-06-151-4/+4
* Stop embedding struct ifnet at the top of driver softcs. Instead theBrooks Davis2005-06-101-0/+46
* Add missing Va in ifi_epoch entry.Brooks Davis2005-06-061-1/+1
* Change the definition of struct if_data's member ifi_epoch from wallBrooks Davis2005-02-251-1/+1
* Scheduled mdoc(7) sweep.Ruslan Ermilov2005-01-121-2/+1
* Remove trailing spaces.Kirill Ponomarev2005-01-021-1/+1
* Document the struct if_data members ifi_datalen, ifi_epoch, andBrooks Davis2004-09-171-0/+35
* Markup fixes.Ruslan Ermilov2004-06-161-6/+8
* Touch .Dd (date) since new functionality has been documented.Yaroslav Tykhiy2004-06-081-1/+1
* Make the legend to the table of interface flags compactYaroslav Tykhiy2004-06-081-8/+10
* Describe how polling(4) applies to network interfaces.Yaroslav Tykhiy2004-06-081-2/+55
* 1. There are interface capabilities to be used by "lower" kernelYaroslav Tykhiy2004-06-071-2/+18
* Add the kernel side of network interface renaming support.Brooks Davis2004-02-041-0/+7
* Document the interface method if_input().Yaroslav Tykhiy2004-01-261-0/+11
* Clearly state that upon SIOCSIFFLAGS, ifp->if_flags is updatedYaroslav Tykhiy2004-01-261-1/+4
* Extend the description of SIOCSIFCAP.Yaroslav Tykhiy2004-01-261-0/+12
* Extend the description of the framework of interface capabilities.Yaroslav Tykhiy2004-01-221-4/+90
* Replace the if_name and if_unit members of struct ifnet with new membersBrooks Davis2003-10-311-16/+20
* mdoc(7): Use the new feature of the .In macro.Ruslan Ermilov2003-09-081-10/+10
* Remove paragraph which describes how we might switch our packet queueingHiten Pandya2003-06-121-13/+0
* fnet(9) claims that "those interfaces supporting reception of multicastTom Rhodes2003-05-011-1/+1
* Correct typo in function declaration (s/if_dont/if_done).Ceri Davies2003-03-191-1/+1
* mdoc(7) police: scheduled sweep.Ruslan Ermilov2002-11-291-1/+1
* Last missed bit of user-setable promisc mode.Maxim Sobolev2002-08-281-1/+5
* Increase size of ifnet.if_flags from 16 bits (short) to 32 bits (int). To avoidMaxim Sobolev2002-08-181-1/+1
* mdoc(7) police: tidy up the markup, fix some minor bugs.Ruslan Ermilov2002-01-101-266/+336
* ispell sweep of share/man/man9/*.Mike Pritchard2002-01-091-1/+1
* Update function definitions and required include files to reflectChad David2001-12-261-8/+5
* mdoc(7) police: Use the new .In macro for #include statements.Ruslan Ermilov2001-10-011-6/+6
* mdoc(7) police: removed gratuitous .Pp calls.Ruslan Ermilov2001-10-011-2/+0