Age | Commit message (Expand) | Author |
2010-08-07 | No "\n" needed at the end of panic() strings. | Kenneth R Westerback |
2010-08-05 | In pf_icmp_mapping() the ICMP and ICMPv6 types shared the same | Alexander Bluhm |
2010-07-31 | another pair of files which relied on mbuf.h for pool.h; should be the last, | Bret Lambert |
2010-07-28 | pfsync_bulk_fail was mucking around with pfsync_softc and sending packets | David Gwynne |
2010-07-25 | Add missing braces so a loop will function as intended. | Jonathan Gray |
2010-07-20 | Switch some obvious network stack MAC comparisons from bcmp() to | Matthew Dempsky |
2010-07-14 | The append side of a socketbuffer is not allowed to call sbflush(). | Claudio Jeker |
2010-07-14 | if we produce a lot of rtsock messages it is possible we will hit a | David Gwynne |
2010-07-13 | - find.fp_wsize *= find.fp_mss, 1; | Henning Brauer |
2010-07-09 | Add support for using IPsec in multiple rdomains. | Reyk Floeter |
2010-07-09 | Add the rtableid to struct rttimer and therefor make it available to | Claudio Jeker |
2010-07-09 | When protocol filtering is used on the rtsocket filter only messages that | Claudio Jeker |
2010-07-09 | instead of saying we're using the all the states in the table when | David Gwynne |
2010-07-09 | -#if 1 || defined(PFSYNC_DEBUG) | David Gwynne |
2010-07-09 | the current code doesnt detect when its filled a bulk packet so it | David Gwynne |
2010-07-09 | sending of bulk updates has been very broken since r1.124. | David Gwynne |
2010-07-09 | Modified to make sure that pipex_mppe_ouput() keeps the packet 32bit | YASUOKA Masahiko |
2010-07-08 | Use correct alignment for scrub max-mss. Based on a diff from deraadt. | Stuart Henderson |
2010-07-08 | pipex didn't work on output. Fixed following problems: | YASUOKA Masahiko |
2010-07-03 | Fix the naming of interfaces and variables for rdomains and rtables | Philip Guenthe |
2010-07-03 | s/$Id$/$OpenBSD$/ | YASUOKA Masahiko |
2010-07-02 | m_copyback can fail to allocate memory, but is a void fucntion so gymnastics | Bret Lambert |
2010-07-02 | Some functions change the ifp in during ether_input(). This confuses the | Claudio Jeker |
2010-07-02 | remove prototype of okaytoclone, which got removed in 1.117 | Jonathan Gray |
2010-07-01 | g/c unused param to pf_translate | Henning Brauer |
2010-07-01 | Allow to specify an alternative enc(4) interface for an SA. All | Reyk Floeter |
2010-07-01 | We have to add enc0 to the "enc" interface group manually on boot. | Reyk Floeter |
2010-06-30 | fix route label awesomeness, issue also known as PR6416 | Henning Brauer |
2010-06-29 | Replace enc(4) with a new implementation as a cloner device. We still | Reyk Floeter |
2010-06-28 | Clean up iterface stats handling: | Ryan Thomas McBride |
2010-06-28 | Add the rtable id as an argument to rn_walktree(). Functions like | Claudio Jeker |
2010-06-27 | fix a comment and add a new one to make clear what the mbuf ptr save dance | Henning Brauer |
2010-06-27 | stuff nsaddr/ndaddr/nsport/ndport (addrs/ports after NAT, used a lot while | Henning Brauer |
2010-06-27 | Fix DIOCCHANGERULE ioctl broken in the remove of the address pools. | Ryan Thomas McBride |
2010-06-26 | timeout_del() the timers before destroying an interface so that no timeout | Claudio Jeker |
2010-06-26 | Implement a simple keepalive mechanism in gre(4) that is compatible with | Claudio Jeker |
2010-06-26 | bye bye DLT_OLD_PFLOG & friends. dead since 2003. 7 years oughta be enough | Henning Brauer |
2010-06-04 | rt_timer_queue_destroy() did not actually destroy, leading to a potential | Bret Lambert |
2010-06-03 | Add support for 802.1ad-style QinQ nested VLANs. | Christian Weisgerber |
2010-05-31 | Do not use IF_ENQUEUE() but IF_INPUT_ENQUEUE() instead. The first makro | Claudio Jeker |
2010-05-28 | Rework the way we handle MPLS in the kernel. Instead of fumbling MPLS into | Claudio Jeker |
2010-05-24 | remove bpfdetach() here, because it is called correctly in if_detach() | David Gwynne |
2010-05-19 | Require RTF_MPLS to be set when a mpls route is added or changed. To remove | Claudio Jeker |
2010-05-12 | bzero() the full compressed update struct before setting the values. | Claudio Jeker |
2010-05-11 | Massiv cleanup of the gif(4) mess. Move encapsulation into gif_output() | Claudio Jeker |
2010-05-11 | Add support for MPLS in GRE. Fairly trivial and a NOP unless option MPLS | Claudio Jeker |
2010-05-08 | Upon changing the MAC address of an if_trunk interface, all ports are switched | Stefan Sperling |
2010-05-08 | While handling SIOCSIFLLADDR, after adjusting the MAC of the interface, | Stefan Sperling |
2010-05-07 | Start cleaning up the mess called rtalloc*. Kill rtalloc2, make rtalloc1 | Claudio Jeker |
2010-05-06 | Move the net/bpf.h include done and wrap it in the ususal #if NBPFILTER > 0 | Claudio Jeker |