Age | Commit message (Expand) | Author |
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 |
2010-03-05 | in ifa_ifwithaddr, do not use the shiny new RB tree, there is a | Henning Brauer |
2010-01-13 | make ifa_ifwithaddr use the shiny new ifaddr RB tree instead of traversing | Henning Brauer |
2010-01-13 | maintain a global RB tree of all local addresses in the system. this | Henning Brauer |
2010-01-13 | instead of fiddling with the per-interface address lists directly in | Henning Brauer |
2010-01-12 | Move initialization of the MCLGETI ticker to mbinit(), instead of ifinit() | Theo de Raadt |
2010-01-08 | During "ifconfig $if -inet6" remove v6 addresses even if the | Stefan Sperling |
2009-12-13 | Ensure that if_start() is called at IPL_NET. | Joel Sing |
2009-11-21 | Add a way to bind the tunnel endpoint of a gif/gre interface into a | Claudio Jeker |
2009-11-03 | rtables are stacked on rdomains (it is possible to have multiple routing | Claudio Jeker |
2009-08-12 | dlg deferred calling interfaces' if_start routine so we call them less, | Henning Brauer |
2009-08-10 | At sys_reboot time, bring all the interfaces down so that their xxstop | Theo de Raadt |
2009-07-09 | unsigned -> unsigned int | Bret Lambert |
2009-06-06 | when xflags got changed, tell the userland by routing sockets | Rainer Giedat |
2009-06-05 | Add missing #ifdef INET6 ... #endif | Alexander Hall |
2009-06-05 | Initial support for routing domains. This allows to bind interfaces to | Claudio Jeker |
2009-06-04 | allow IPvShit to be turned off completely per-interface. | Henning Brauer |
2009-06-01 | There is no need to use a variable just for sizeof(). Garbage collect ifa. | Claudio Jeker |
2009-05-31 | Consolidate common code for interface attachment into single function | Bret Lambert |
2009-05-31 | Reenable interface state tracking now that I found and fixed the cause of | Claudio Jeker |
2009-03-15 | Introduce splsoftassert(), similar to splassert() but for soft interrupt | Miod Vallat |
2009-02-24 | Disable rt_if_track() for now. This causes the rtfree panic seen in PR6043 | Claudio Jeker |
2009-01-31 | No need to invent another _offset, just use the one from param.h. | Alexander Yurchenko |
2009-01-09 | fix egress group matching for IPv6; ok claudio@ | David Krause |
2008-12-12 | Introduce a if_priority that will be added to RTP_STATIC when routes are | Claudio Jeker |
2008-12-11 | export per-interface mbuf cluster pool use statistics out to userland | Theo de Raadt |
2008-11-26 | Avoid network livelock. | Theo de Raadt |
2008-11-26 | provide m_clsetlwm, an interface for an interface to raise its low | David Gwynne |
2008-11-25 | expect if_flags to have IFF_RUNNING rather than IFF_UP before modifying | David Gwynne |
2008-11-25 | art says he doesnt suck anymore, so enable the really big cluster | David Gwynne |
2008-11-25 | Factor increases are not needed, +1 appears to work as well. | Theo de Raadt |
2008-11-25 | m_cluncount() needs to walk the mbuf chain to correctly uncount all clusters | Claudio Jeker |
2008-11-24 | add several backend pools to allocate mbufs clusters of various sizes out | David Gwynne |
2008-11-24 | Implement link-state tracking on the routing table. Routes to interfaces | Claudio Jeker |
2008-11-21 | Change rn_mpath_next() to be able to walk over the full multipath list | Claudio Jeker |
2008-11-10 | Clear ifindex2ifnet[] in if_detach() this is needed because link local | Claudio Jeker |
2008-06-12 | Fix the egress group matching for IPv4. There are to ways to define a /0 | Claudio Jeker |
2008-06-08 | The default route is 0.0.0.0/0 so it is necessary to check the mask as well. | Claudio Jeker |
2008-05-23 | Deal with the situation when TCP nfs mounts timeout and processes | Thordur I. Bjornsson |
2008-05-07 | Prevent virtual interfaces from adding to the random pool. | Marco Pfatschbacher |
2008-04-10 | introduce mitigation for the calling of an interfaces start routine. | David Gwynne |
2008-01-05 | make sure all callers of rtlabel_id2name check for a null return value. | Henning Brauer |
2008-01-05 | rtlabel_id2name() can return NULL if there is no route label.. | Theo de Raadt |
2007-09-15 | malloc sweep: | Henning Brauer |
2007-07-06 | btintrq has been removed from bt_input.c, don't reference it here. | Christian Weisgerber |