Age | Commit message (Expand) | Author |
2013-04-20 | Remove unused macro function. | YASUOKA Masahiko |
2013-04-16 | Remove code under ifndef OpenBSD. No object change. | Martin Pieuchot |
2013-04-16 | When pipex session is terminated by idle timer, there was a problem that | YASUOKA Masahiko |
2013-04-10 | Remove various external variable declaration from sources files and | Martin Pieuchot |
2013-04-10 | Fix various glitches in queue macro usage. | Philip Guenther |
2013-04-02 | Instead of storing the link-level address of every interface in a global | Martin Pieuchot |
2013-03-29 | Declare struct pf_state_key in the mbuf and in_pcb header files to | Alexander Bluhm |
2013-03-29 | Replace hand-crafted loops in if.c with the FOREACH macro. | Alexander Bluhm |
2013-03-28 | code that calls timeout functions should include timeout.h | Ted Unangst |
2013-03-28 | do not include machine/cpu.h from a .c file; it is the responsibility of | Theo de Raadt |
2013-03-28 | no need for a lot of code to include proc.h | Ted Unangst |
2013-03-28 | Replace some casts to struct in_ifaddr pointer by ifatoia() or NULL. | Martin Pieuchot |
2013-03-28 | Unfortunately the satosin, sintosa, ifatoia, satosin6, sin6tosa, | Alexander Bluhm |
2013-03-27 | Use the correct src/dst ports depending on direction (one of src or dst was | Ryan Thomas McBride |
2013-03-26 | Remove various read-only *maxlen variables and use IFQ_MAXLEN directly. | Martin Pieuchot |
2013-03-20 | Introduce if_get() to retrieve an interface descriptor pointer given | Martin Pieuchot |
2013-03-15 | change LIST_END to literal NULL for clarity. | Ted Unangst |
2013-03-14 | tedu faith(4), suggested by todd@ some weeks ago after a submission by | Martin Pieuchot |
2013-03-11 | Add a separate "translation" counter and use this rather than "memory" | Stuart Henderson |
2013-03-10 | Switch to ANSI C prototypes. Diff by somebody else which I no longer remember. | Claudio Jeker |
2013-03-09 | re-arrange the pre-accounting of the objects in the buffer so it | Theo de Raadt |
2013-03-09 | normalize structure definitions | Theo de Raadt |
2013-03-07 | Remove unused ifa_ifwithaf() function. | Martin Pieuchot |
2013-03-07 | Remove the IFAFREE() macro, the ifafree() function it was calling already | Martin Pieuchot |
2013-02-26 | Don't try to purge one-time rules from the main ruleset. | Mike Belopuhov |
2013-02-26 | Reserve space for source and destination addresses unconditionally rather | Stuart Henderson |
2013-02-25 | trunk_bcast_start sent packets on all its member interfaces by copying | David Gwynne |
2013-02-18 | DIOCRCLRASTATS ioctl wasn't specifying a timestamp when cleared | Mike Belopuhov |
2013-02-13 | Pipex did panic when the 0 length mppe is given by ioctl. Return | YASUOKA Masahiko |
2013-02-06 | add pppx(4) interfaces to the "pppx" interface group, as done for various | Stuart Henderson |
2013-02-05 | netflow v10 omitted the sysUpTime flow set header field from | Florian Obser |
2013-01-23 | Change interface and span interface lists from LIST to TAILQ. | Camiel Dobbelaar |
2013-01-20 | Make pf TCP sequence number tracking less strict by one octet for | Alexander Bluhm |
2013-01-18 | Relax the restriction on sending frames to trunk(4) members to allow BPF writes. | Stuart Henderson |
2013-01-17 | hardwire SLIP_HIWAT to 100 (as the comment above suggests) since we are | Theo de Raadt |
2013-01-17 | first or second coming, commie or not commie, one m in coming is sufficient | Henning Brauer |
2013-01-16 | switch from using softclock ticks to getnanotime when putting time on the | David Gwynne |
2013-01-16 | Unbreak the negation toggle code when re-loading pf tables. Otherwise | Markus Friedl |
2012-12-29 | make sure the entry from tree_src_tracking is still in the pool; | Markus Friedl |
2012-12-29 | reset the counter in case its current value has been removed | Markus Friedl |
2012-12-29 | pass pf_pool directly to pfr_pool_get(); simplifies the API; | Markus Friedl |
2012-12-28 | change the malloc(9) flags from M_DONTWAIT to M_NOWAIT; OK millert@ | Gleydson Soares |
2012-12-22 | Return EEXIST to 'add' when a port is already a bridge member. This makes | Camiel Dobbelaar |
2012-12-21 | Rather than calling mircotime in bpf_catchpacket each time it's called | Mike Belopuhov |
2012-12-21 | bpf allocates packet buffers in the ioctl path and can sleep | Mike Belopuhov |
2012-12-14 | oops, debug printf sneaked in. i must be out of practice. | David Gwynne |
2012-12-13 | pipex_init can be called multiple times (by whatever subsystems want to use | David Gwynne |
2012-12-12 | Rearrange the code a bit to prevent splx() from being called with an | Mike Belopuhov |
2012-12-07 | Remove stray semicolon. Fixes mbuf leak with devices sending BPDUs to | Paul de Weerd |
2012-12-05 | Remove excessive sys/cdefs.h inclusion | Theo de Raadt |