aboutsummaryrefslogtreecommitdiff
path: root/share/man/man9/ifnet.9
Commit message (Expand)AuthorAgeFilesLines
* Axe IFF_SMART. Fortunately this layering violating flag was never used,Gleb Smirnoff2013-11-051-9/+1
* Drop support for historic ioctls and also undefine them, so that codeGleb Smirnoff2013-11-051-13/+1
* Document constantness of dst argument to if_output.Gleb Smirnoff2013-04-261-2/+2
* Typo and mdoc(7) style fixes.Glen Barber2012-05-201-1/+1
* Expand contraction.Sergey Kandaurov2012-03-231-1/+1
* Update IFCAP_* macro descriptions.Sergey Kandaurov2012-03-231-12/+39
* Clean up from the old kern.polling.Sergey Kandaurov2012-03-231-48/+10
* Document IFT_USB referenced by IFF_CANTCONFIG since the previous change,Sergey Kandaurov2012-03-231-0/+2
* Update IFF_* macro descriptions.Sergey Kandaurov2012-03-231-8/+33
* Update the list of struct ifnet fields.Sergey Kandaurov2012-03-201-32/+115
* Move struct if_data basic description to a more suitable place, and removeSergey Kandaurov2012-03-071-14/+9
* Reflect that if_output changed to take a struct route as its fourthSergey Kandaurov2012-03-071-1/+1
* Update ifa_rtrequest() description after post-4.4BSD change made in r85074.Sergey Kandaurov2012-03-071-9/+6
* Remove if_watchdog remnants after if_timer/if_watchdog removal in r199975.Sergey Kandaurov2012-03-061-2/+0
* Fix a typo: use lower case in "A Shorthand".Sergey Kandaurov2012-03-061-1/+1
* Kill EoL whitespaces.Sergey Kandaurov2012-03-061-5/+5
* 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