Age | Commit message (Expand) | Author |
2013-04-02 | Instead of storing the link-level address of every interface in a global | Martin Pieuchot |
2013-03-29 | Replace hand-crafted loops in if.c with the FOREACH macro. | Alexander Bluhm |
2013-03-28 | code that calls timeout functions should include timeout.h | Ted Unangst |
2013-03-28 | no need for a lot of code to include proc.h | Ted Unangst |
2013-03-28 | Replace some casts to struct in_ifaddr pointer by ifatoia() or NULL. | Martin Pieuchot |
2013-03-26 | Remove various read-only *maxlen variables and use IFQ_MAXLEN directly. | Martin Pieuchot |
2013-03-20 | Introduce if_get() to retrieve an interface descriptor pointer given | Martin Pieuchot |
2013-03-15 | change LIST_END to literal NULL for clarity. | Ted Unangst |
2013-03-07 | Remove unused ifa_ifwithaf() function. | Martin Pieuchot |
2013-03-07 | Remove the IFAFREE() macro, the ifafree() function it was calling already | Martin Pieuchot |
2012-11-23 | Add SIOCGIFHARDMTU to allow retrieving the driver's maximum supported MTU | Stuart Henderson |
2012-10-23 | Only clear the revarp_ifp if the ifp pointing to it is detached. | Claudio Jeker |
2012-10-18 | Move revarp code into #ifdef NFSCLIENT; saving space on some media. | Theo de Raadt |
2012-10-05 | Point an interface directly to its bridgeport configuration, instead | Camiel Dobbelaar |
2012-09-19 | Make rt_lookup return a pointer to an rtentry struct instead of | Bret Lambert |
2012-09-19 | More radix internals pushdown; place rn_mpath_next, which accepts and | Bret Lambert |
2012-09-18 | Wrap rtable_add() and rtable_l2set() calls inside ifioctl() inside softnet, | Bret Lambert |
2012-01-03 | To access the ifaddr of an in_ifaddr or in6_ifaddr struct, it is | Alexander Bluhm |
2011-10-24 | Don't detach interface from group in if_clone_destroy(), | Camiel Dobbelaar |
2011-07-09 | begone, fucking rotten appletalk shit. ok room | Henning Brauer |
2011-07-08 | new priority queueing implementation, extremely low overhead, thus fast. | Henning Brauer |
2011-07-06 | cosnistently use IFQ_SET_MAXLEN, surfaced in a discussion with + ok bluhm | Henning Brauer |
2011-07-05 | now of course I only noticed if_qflush is completely unused after | Henning Brauer |
2011-07-04 | remove compat_svr4 support. ok deraadt | Ted Unangst |
2011-03-13 | Add a way to enable/disable Wake On LAN with ifconfig. | Stefan Sperling |
2011-01-25 | pool is properly spelled pl. makes this one fit in netstat column. | Ted Unangst |
2011-01-18 | When changing the ifa_broadaddr broadcast address, ifa_update_broadaddr() | Alexander Bluhm |
2010-11-29 | Let ifa_print_rb() build on INET6-free kernels. Repairs RAMDISK on a few | Miod Vallat |
2010-11-17 | make ifa_ifwithaddr use the RB tree for lookups instead of nested list | Henning Brauer |
2010-11-17 | add ifa_print_rb(), dumps the RB tree to the console, can be called from | Henning Brauer |
2010-11-17 | maintain an RB tree of ifaddrs in the system (addresses and broadcast addrs, | Henning Brauer |
2010-11-17 | introduce ifa_update_broadaddr to update an ifaddr's broadcast address, | Henning Brauer |
2010-10-25 | move to static initializers for the ifnet/ifg_head TAILQ's | Bret Lambert |
2010-08-27 | remove the unused if_init callback in struct ifnet | Jonathan Gray |
2010-08-25 | Let rtable_add() return usefull errnos so that the ioctl handler and the | Claudio Jeker |
2010-08-25 | Move the iface specific ioctl call for SIOCSIFRDOMAIN further down so that | Claudio Jeker |
2010-08-25 | When setting a rdomain also force -inet6 aka IFXF_NOINET6 on the interface | Claudio Jeker |
2010-08-24 | spaces | Claudio Jeker |
2010-08-24 | Add a splnet() around a block that needs it for sure. Maybe more in | Claudio Jeker |
2010-07-31 | another pair of files which relied on mbuf.h for pool.h; should be the last, | Bret Lambert |
2010-07-03 | Fix the naming of interfaces and variables for rdomains and rtables | Philip Guenthe |
2010-06-29 | Replace enc(4) with a new implementation as a cloner device. We still | Reyk Floeter |
2010-05-28 | Rework the way we handle MPLS in the kernel. Instead of fumbling MPLS into | Claudio Jeker |
2010-05-08 | While handling SIOCSIFLLADDR, after adjusting the MAC of the interface, | Stefan Sperling |
2010-04-25 | Properly adjust group demotion counters when groups are added or | Marco Pfatschbacher |
2010-04-17 | When the MAC address changes, change the IPv6 link local address | Stefan Sperling |
2010-04-17 | split SIOCSIFLLADDR code out into an ifnewlladr() function | Theo de Raadt |
2010-03-08 | argh, in del too, simultaneously spotted by kettenis and me | Henning Brauer |
2010-03-08 | aye, broadcast addr too. spotted by kettenis | Henning Brauer |
2010-03-08 | don't call ifa_item_add/del in ifa_add/del, so the ifa RB tree doesn't | Henning Brauer |