Age | Commit message (Expand) | Author |
2009-02-15 | Revert previous. | Marc Balmer |
2009-02-15 | Fix compilation of kernels that have pf, but not pfsync. | Marc Balmer |
2009-02-12 | revert pf.c r1.629 (which moved to this file) which was causing | Stuart Henderson |
2009-02-06 | Remove bogus casts of integer constants SPPPIO[GS]DEFS to caddr_t | Alexander Yurchenko |
2009-02-03 | Use our own flags to set the operations and not RTF_PROTOX. | Michele Marchetto |
2009-01-31 | u_char is not compatible with default argument promotion type thus | Alexander Yurchenko |
2009-01-31 | No need to invent another _offset, just use the one from param.h. | Alexander Yurchenko |
2009-01-31 | unbreak ! INET6 case by sprinking #ifdef INET6 | Henning Brauer |
2009-01-30 | sync the part copied from ip_output: always initialize IP checksum | Christian Weisgerber |
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 |