summaryrefslogtreecommitdiffstats
path: root/share/man/man9/ifnet.9
Commit message (Expand)AuthorAgeFilesLines
* Document constantness of dst argument to if_output.glebius2013-04-261-2/+2
* Typo and mdoc(7) style fixes.gjb2012-05-201-1/+1
* Expand contraction.pluknet2012-03-231-1/+1
* Update IFCAP_* macro descriptions.pluknet2012-03-231-12/+39
* Clean up from the old kern.polling.pluknet2012-03-231-48/+10
* Document IFT_USB referenced by IFF_CANTCONFIG since the previous change,pluknet2012-03-231-0/+2
* Update IFF_* macro descriptions.pluknet2012-03-231-8/+33
* Update the list of struct ifnet fields.pluknet2012-03-201-32/+115
* Move struct if_data basic description to a more suitable place, and removepluknet2012-03-071-14/+9
* Reflect that if_output changed to take a struct route as its fourthpluknet2012-03-071-1/+1
* Update ifa_rtrequest() description after post-4.4BSD change made in r85074.pluknet2012-03-071-9/+6
* Remove if_watchdog remnants after if_timer/if_watchdog removal in r199975.pluknet2012-03-061-2/+0
* Fix a typo: use lower case in "A Shorthand".pluknet2012-03-061-1/+1
* Kill EoL whitespaces.pluknet2012-03-061-5/+5
* The missing part of r232588 that documents ifaddr_byindex() itself.pluknet2012-03-061-0/+4
* - ifnet_addrs has gone and replaced by ifaddr_byindex(), as per r83130pluknet2012-03-061-5/+16
* Reflect the renaming of ifmaof_ifpforaddr() to if_findmulti() in r148652.pluknet2012-03-021-5/+5
* ifp->if_ioctl() has moved to u_long cmd in r36735.pluknet2012-03-021-1/+1
* Changes in ifaddr refcounting: ifa_refcnt IFAREF/IFAFREE macrospluknet2012-03-011-10/+8
* Refine r232333 [1] and put note about ifnet refcount caller responsibility.pluknet2012-03-011-1/+4
* Reflect that ifa_ifwithnet() gained ignore_ptp argument.pluknet2012-03-011-1/+4
* Document ifunit_ref function.pluknet2012-03-011-0/+10
* Document ifnet refcount.pluknet2012-03-011-1/+20
* List supported ioctl commands instead of old one.glebius2012-01-261-5/+3
* Fix typo in OSIOCGIFADDR.pluknet2011-09-271-1/+1
* Add infrastructure to allow all frames/packets received on an interfacebz2011-07-031-2/+9
* Missing IFCAP_* macro descriptions in ifnet(9).simon2010-07-271-0/+25
* mdoc: order prologue macros consistently by Dd/Dt/Osuqs2010-04-141-1/+1
* - Note that if_xname, if_dname, and if_dunit are usually initialized viajhb2010-01-141-16/+40
* Unbreak user space after if_timer/if_watchdog removal in r199975.bz2009-12-011-14/+2
* Add entry for if_transmit and if_qflushkmacy2008-12-111-1/+20
* Remove obsolete polling members from documentation for struct ifnet.bms2007-03-141-11/+1
* Spelling fixes.mpp2006-12-141-1/+1
* Fix all the spelling mistakes I could find in the man pages for wordskeramida2005-07-311-1/+1
* Assorted markup fixes and minor wordsmithing.ru2005-06-151-4/+4
* Stop embedding struct ifnet at the top of driver softcs. Instead thebrooks2005-06-101-0/+46
* Add missing Va in ifi_epoch entry.brooks2005-06-061-1/+1
* Change the definition of struct if_data's member ifi_epoch from wallbrooks2005-02-251-1/+1
* Scheduled mdoc(7) sweep.ru2005-01-121-2/+1
* Remove trailing spaces.krion2005-01-021-1/+1
* Document the struct if_data members ifi_datalen, ifi_epoch, andbrooks2004-09-171-0/+35
* Markup fixes.ru2004-06-161-6/+8
* Touch .Dd (date) since new functionality has been documented.yar2004-06-081-1/+1
* Make the legend to the table of interface flags compactyar2004-06-081-8/+10
* Describe how polling(4) applies to network interfaces.yar2004-06-081-2/+55
* 1. There are interface capabilities to be used by "lower" kernelyar2004-06-071-2/+18
* Add the kernel side of network interface renaming support.brooks2004-02-041-0/+7
* Document the interface method if_input().yar2004-01-261-0/+11
* Clearly state that upon SIOCSIFFLAGS, ifp->if_flags is updatedyar2004-01-261-1/+4
* Extend the description of SIOCSIFCAP.yar2004-01-261-0/+12
OpenPOWER on IntegriCloud