Age | Commit message (Expand) | Author |
2009-01-30 | sprinkle splassert(IPL_SOFTNET) around the code that inserts, unlinks, and | David Gwynne |
2009-01-29 | Split the address selection from pools away from pf.c and put it in | Pierre-Yves Ritschard |
2009-01-29 | move some code around in preparation for future work: | Henning Brauer |
2009-01-29 | Fix a crash found by bluhm@ in rn_mpath_reprio(). The rn_mklist handling was | Claudio Jeker |
2009-01-28 | Get rid of the ugly rtentry hack. | Michele Marchetto |
2009-01-28 | Implement basic routing socket filtering. It is possible to give a list -- | Claudio Jeker |
2009-01-27 | If a packet translation was a NOP, undo separate NAT key and | Marco Pfatschbacher |
2009-01-27 | handle HW VLAN tags being passed down; from Brad | Christian Weisgerber |
2009-01-27 | include the VLAN priority for hardware tagging, too; ok claudio@ | Christian Weisgerber |
2009-01-27 | make the hardware/no hardware tag stripping cases consistent and don't | Christian Weisgerber |
2009-01-27 | make drivers tell the mclgeti allocator what their maximum ring size is | David Gwynne |
2009-01-16 | In pf_test_rule(), if we don't create a state, free any state keys that | David Krause |
2009-01-09 | fix egress group matching for IPv6; ok claudio@ | David Krause |
2009-01-08 | Fix sockaddr_mpls structure. | Michele Marchetto |
2009-01-06 | Always check rs_malloc() returns. Also add M_ZERO and M_CANFAIL | Thordur I. Bjornsson |
2009-01-06 | Change the way way rn_mklists work (especially the RNF_NORMAL ones). | Claudio Jeker |
2009-01-06 | Send broadcast and multicast traffic not only out on all bridge interfaces but | Claudio Jeker |
2009-01-03 | sync flow sequence ids on all used pflow interfaces. | Joerg Goltermann |
2009-01-03 | Write back the priority the kernel used. Fixes a problem seen in ospfd when | Claudio Jeker |
2008-12-29 | At least try to make this code a bit easier to read. Don't fiddle with x | Claudio Jeker |
2008-12-29 | Use rn_mpath_next() in rtalloc_mpath() to figure out if the next route | Claudio Jeker |
2008-12-22 | Change DLT_MPLS number. | Michele Marchetto |
2008-12-21 | split the pfsync input routine up so that each action has its own function | David Gwynne |
2008-12-18 | Remove redundant function prototypes which are already in pfvar.h | David Hill |
2008-12-14 | Allow trunk_hashmbuf() to take HW VLAN tagging into consideration. | Brad Smith |
2008-12-14 | Since trunk_hashmbuf() and thus trunk_lb_gethdr() are no longer specific | Brad Smith |
2008-12-12 | Introduce a if_priority that will be added to RTP_STATIC when routes are | Claudio Jeker |
2008-12-12 | Make sure that incomming routing messages don't have RTP_DOWN set. Mask | Claudio Jeker |
2008-12-11 | export per-interface mbuf cluster pool use statistics out to userland | Theo de Raadt |
2008-12-05 | add ethertype and tcpdump support for VLAN stacking (QinQ) with | Stuart Henderson |
2008-12-01 | A bit more cleanup. | Brad Smith |
2008-11-30 | - Remove unused if_reset "bus reset routine" field in the ifnet struct. | Brad Smith |
2008-11-28 | Eliminate the redundant bits of code for MTU and multicast handling | Brad Smith |
2008-11-26 | Avoid network livelock. | Theo de Raadt |
2008-11-26 | dont have bpf.h expose the kernel ticks variable wherever it is includeing. | David Gwynne |
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 | Remove the IFF_OACTIVE dance in gif_start this is not needed because start | Claudio Jeker |
2008-11-24 | move MCLPOOLS to if.h and force uipc_mbuf.c to get if.h, there is no | Theo de Raadt |
2008-11-24 | Fix splasserts seen in pr 5987 by propagating a flag that discribes | Mike Belopuhov |
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-23 | softraid support for ata over ethernet (aoe). this includes a client and | Ted Unangst |
2008-11-22 | Allow rt_msg1() to get a NULL as struct rt_addrinfo this simplifies a few | Claudio Jeker |
2008-11-21 | Change rn_mpath_next() to be able to walk over the full multipath list | Claudio Jeker |
2008-11-16 | Make sure to increment the the output error counter if | Brad Smith |
2008-11-10 | Clear ifindex2ifnet[] in if_detach() this is needed because link local | Claudio Jeker |