Age | Commit message (Expand) | Author |
2014-12-08 | There's no good reason to keep into "struct ifnet" a pointer that's only | Martin Pieuchot |
2014-12-01 | Make every interface with a watchdog register it's own slow timeout | Mike Belopuhov |
2014-11-23 | length argument for some free() calls; ok doug | Theo de Raadt |
2014-11-03 | Do no change the gateway of local routes for p2p interfaces. | Martin Pieuchot |
2014-10-08 | Tedu the RB-tree of addresses, thanks for all the fish! | Martin Pieuchot |
2014-09-30 | Stop using the RB-tree in ifa_ifwithaddr() and make it lookup over | Martin Pieuchot |
2014-08-25 | Move sending of router solicitations to the kernel; receiving and | Florian Obser |
2014-08-14 | Compare number of allocated clusters with a low watermark, not | Mike Belopuhov |
2014-08-11 | Use the RTF_LOCAL flag instead of abusing the RTF_LLINFO flag when | Martin Pieuchot |
2014-07-12 | add a size argument to free. will be used soon, but for now default to 0. | Ted Unangst |
2014-07-12 | /* this has no effect on IP, and will kill all ISO connections XXX */ | Henning Brauer |
2014-07-11 | "It's not the years, honey; it's the mileage." | Ted Unangst |
2014-07-08 | pull the rx ring accounting out of the mbuf layer now that its all done | David Gwynne |
2014-07-08 | introduce the if_rxr api. it is intended to pull the rx ring accounting | David Gwynne |
2014-06-26 | Calling in{6,}_purgeaddr() is not enough to remove an address from | Martin Pieuchot |
2014-06-23 | turn of IPv6 for new interfaces by default. this really just means there | Henning Brauer |
2014-06-07 | g/c unused IFT_L2VLAN, ok reyk bluhm | Henning Brauer |
2014-05-16 | Do not put any link-layer address on the per-ifp lists or on the RB- | Martin Pieuchot |
2014-05-13 | While Rev 1.285 fixed a RB tree corruption it caused a TAILQ corruption | Claudio Jeker |
2014-05-05 | Use a custom ifa_rtrequest function for point-to-point interfaces | Martin Pieuchot |
2014-04-22 | ifa_ifwithroute() is the only magic place where an AF_LINK sockaddr | Martin Pieuchot |
2014-04-20 | When switching rdomains the sadl needs to be removed and re-added from the | Claudio Jeker |
2014-04-19 | remove the altq enable/attach and disable/detach bits | Henning Brauer |
2014-04-10 | Retire rtinit() an use rt_ifa_add(9) and rt_ifa_del(9) to manage | Martin Pieuchot |
2014-03-20 | Do not pull <sys/tree.h> unconditionally in <net/if.h>, only the address | Martin Pieuchot |
2014-03-19 | Since in{,6}_ifdetach() take care of removing the IPv4/6 addresses | Martin Pieuchot |
2014-02-04 | reduce the length of some pool names. ok deraadt guenther mpi | Ted Unangst |
2013-11-28 | Change the way protocol multicast addresses are linked to an interface. | Martin Pieuchot |
2013-11-27 | Let's call a rtableid a rtableid. | Martin Pieuchot |
2013-11-19 | Remove some FDDI/ATM leftovers. | Martin Pieuchot |
2013-11-18 | Convert trunk(4) to use a detachhook, discussed at b2k13 with many. | Martin Pieuchot |
2013-11-11 | Replace most of our formating functions to convert IPv4/6 addresses from | Martin Pieuchot |
2013-10-23 | Remove the number of in_var.h inclusions by moving some functions and | Martin Pieuchot |
2013-10-21 | Enable IPv6 routing domain support | Peter Hessler |
2013-10-20 | rt_mpath_next() was always called with 0 in the last argument. So drop it. | Claudio Jeker |
2013-10-19 | in order to make our life a tad easier and prevent rogue accesses | Mike Belopuhov |
2013-10-19 | Bring back the if_detachhook. We're going to have more users now. | Reyk Floeter |
2013-10-19 | When we attach an interface, do not try to reuse the last index to | Martin Pieuchot |
2013-10-17 | The header file netinet/in_var.h included netinet6/in6_var.h. This | Alexander Bluhm |
2013-10-09 | Introduce in_ifdetach() a function to remove all the IPv4 addresses | Martin Pieuchot |
2013-09-17 | Change vlan(4) detach procedure to not use a hook but a list of vlans | Martin Pieuchot |
2013-09-12 | Revert previous diff to always increment the interface index, tun_switch() | Martin Pieuchot |
2013-08-28 | When we attach an interface, do not try to reuse the last index to limit | Martin Pieuchot |
2013-08-28 | Remove unused argument from *rtrequest() | Martin Pieuchot |
2013-08-20 | tedu netnatm and ueagle(4). | Martin Pieuchot |
2013-06-20 | Revert previous and unbreak asr, the new include should be protected. | Martin Pieuchot |
2013-06-20 | Allocate the various hook head descriptors as part of the ifnet | Martin Pieuchot |
2013-06-18 | Use malloc(M_WAITOK) in if_attach_common(), because this function must | Masao Uebayashi |
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 |