Age | Commit message (Expand) | Author |
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 |
2007-07-04 | Fix a use after free crash in in_delmulti(). If a interface is detached | Claudio Jeker |
2007-06-17 | add back missing bcopy & break, got lost when removing arcnet. | Henning Brauer |
2007-06-14 | Add a new "rtlabel" option to ifconfig. It allows to specify a route label | Reyk Floeter |
2007-06-08 | kill arcnet leftovers, some pt out by Mike Belopuhov <mkb@crypt.org.ru>, | Henning Brauer |
2007-06-06 | remove remaining IPX hooks. all inside #ifdef IPX, so no actual change | Henning Brauer |
2007-05-29 | Spaces, no binary changes. | Claudio Jeker |
2007-05-28 | Only call add_net_randomness() once per interrupt instead of once per packet.... | Ryan Thomas McBride |
2007-03-25 | Synchronise carp advertisements on group demotion. | Marco Pfatschbacher |
2007-03-18 | Add IP load balancing support for carp(4). | Marco Pfatschbacher |
2007-02-14 | Consistently spell FALLTHROUGH to appease lint. | Jonathan Gray |
2007-02-12 | Don't pass random flags to SIOIFFLAGS when changing the lladdr. | Marco Pfatschbacher |
2006-12-03 | Add Rapid Spanning Tree Protocol support (802.1d-2004) based on work | Reyk Floeter |
2006-11-24 | Check the reference count for interface addresses when detaching | Can Erkin Acar |
2006-11-16 | introduce if_creategroup() to create an empty interface group. | Henning Brauer |
2006-10-21 | the create and destroy functions for clonable interfaces return 0 on | Henning Brauer |
2006-08-29 | allow the carp demotion counter to be changed by arbitary values as long | Henning Brauer |
2006-07-18 | typo | Michael Shalayeff |
2006-06-02 | Introduce attributes to interface groups. | Marco Pfatschbacher |
2006-03-22 | prevent anything outside rote.c from accessing the routing table heads | Henning Brauer |
2006-03-20 | introduce rt_if_remove which takes care of routing table updates for an | Henning Brauer |
2006-03-04 | With the exception of two other small uncommited diffs this moves | Brad Smith |
2006-02-09 | add an interface detach hook and use it with the vlan(4) driver. this | Reyk Floeter |
2006-01-05 | bzero buffers after malloc, or clear string buffer before strlcpy'ing | Theo de Raadt |
2005-12-22 | Do not check ifp->if_bpf before detaching from bpf. It is only a signal | Can Erkin Acar |
2005-11-29 | something in the eurobsdcon route-a-thon broke my simple home network | Jolan Luff |
2005-11-27 | don't let anything outside route.c access the routing table heads directly, | Henning Brauer |
2005-11-25 | move the code to delete routes having a specific interface as output | Henning Brauer |
2005-07-04 | in if_group_routechange(), when checking wether a default route was changed | Henning Brauer |