Age | Commit message (Expand) | Author |
2004-11-19 | remove superfluous m_tag_copy/m_tag_prepend, already covered by m_copym2() | Daniel Hartmeier |
2004-11-19 | Plug memory leak. Found by pat@. Thanks! | Hans-Joerg Hoexer |
2004-11-18 | s/Access/Address/ at IFT_CARP | Marco Pfatschbacher |
2004-11-16 | Fix for PR3983 | Ryan Thomas McBride |
2004-11-12 | The flag to re-filter pf-generated packets was set wrong by synproxy | Daniel Hartmeier |
2004-11-11 | Check IFF_UP at tun_output(). | Marco Pfatschbacher |
2004-11-10 | Safer IF_INPUT_ENQUEUE macro. | Alexander Yurchenko |
2004-11-09 | big KNF spanking, no change in object file, ecstatic ok from claudio | Henning Brauer |
2004-11-09 | use NULL instead of 0 for poiter comparisions, | Henning Brauer |
2004-11-07 | For RST generated due to state mismatch during handshake, don't set | Daniel Hartmeier |
2004-11-02 | added new commands to ifconfig used by net80211 interfaces: | Reyk Floeter |
2004-10-28 | media descriptions and such for carp, ryan daniel ok | Henning Brauer |
2004-10-28 | define IFT_CARP, and set if_type to that on carp interfaces instead | Henning Brauer |
2004-10-17 | Replace ifdef NATM with if NATM > 0 | Alexander Yurchenko |
2004-10-15 | correctly parse the anchor names to which tables refer. | Jared Yanovich |
2004-10-14 | avoid stupid commons | Michael Shalayeff |
2004-10-11 | ifgroups reqrite | Henning Brauer |
2004-10-09 | sizeof(struct ether_header) -> ETHER_HDR_LEN | Brad Smith |
2004-10-07 | Add an Ethernet option bit for master mode (for 1000baseT, the link | Brad Smith |
2004-09-29 | reset anchor pointer to NULL when stepping back into the main ruleset, | Daniel Hartmeier |
2004-09-23 | - remove EVFILT_WRITE in bpfkqfilter() switch case, handled | Brad Smith |
2004-09-21 | Implement "no scrub" to allow exclusion of specific traffic from scrub rules. | Aaron Campbell |
2004-09-20 | pf_routable(), used for the no-route keyword, was a v4 only implementation, | Henning Brauer |
2004-09-17 | Clean up reference counting wrt state creation and destruction. Fixes | Ryan Thomas McBride |
2004-09-16 | handle route labels on RTM_CHANGE, ok mcbride, prodded my markus some time ago | Henning Brauer |
2004-09-16 | ewps, kill the src route prototypes. was sitting in my tree for ages but | Henning Brauer |
2004-09-15 | Kill more netiso ghosts. | Alexander Yurchenko |
2004-09-14 | remove remaining unused traces from src route | Henning Brauer |
2004-09-12 | Return the most common data link type instead of the first match for an | Claudio Jeker |
2004-09-09 | Copy out anchors with relative paths and wildcards correctly, | Daniel Hartmeier |
2004-08-30 | Increment the states reference counter in the rule attached to the state | Ryan Thomas McBride |
2004-08-18 | fix bad packets passed to bpf from the gre(4) interface. | Can Erkin Acar |
2004-08-18 | skip splx() for skiplookup; report Vafa D. Izadinia; ok henning, canacar | Markus Friedl |
2004-08-15 | undo last commit, skipping over ifaddrs without IFA_ROUTE has unwanted | Henning Brauer |
2004-08-11 | skip over interface addresses without IFA_ROUTE, fixes some issue with pppd | Henning Brauer |
2004-08-10 | Add SADB_X_EXT_LIFETIME_LASTUSE for use with isakmpd/DPD, adding this | Hakan Olsson |
2004-08-10 | when inserting a dynamic group entry into the pfi_ifs tree, don't incorrectly | David Gwynne |
2004-08-09 | Change static functions to be non-static, for better backtraces. | Otto Moerbeek |
2004-08-08 | Zero route info structure in rtredirect(), avoiding a panic on label | Otto Moerbeek |
2004-08-03 | the rest of the '#if DIAGNOSTIC' -> '#ifdef DIAGNOSTIC' in the kernel; ok miod@ | Todd T. Fries |
2004-08-03 | introduce route labels, allowing for up to 32 bytes of info to be attached | Henning Brauer |
2004-08-03 | Allow a unicast ip address to be specified for pfsync to send it's state | Ryan Thomas McBride |
2004-07-28 | pool(9) for rtentry and rttimer; similar to netbsd; ok mcbride, henning, pb | Markus Friedl |
2004-07-22 | Add missing check for NULL in DIOCCHANGERULE. This prevents a crash in | Mathieu Sauve-Frankel |
2004-07-20 | KASSERT instead of assert. Gives smaller RAMDISKS. | Artur Grabowski |
2004-07-17 | Repair breakage from the hackathon's time conversion. Using the timestamp | Mike Frantzen |
2004-07-16 | remove netiso shitz, millert ok | Henning Brauer |
2004-07-13 | spelling; dlg | Theo de Raadt |
2004-07-12 | remove PF_FORWARD (which was introduced by ipv6 reass-on-scrub). | Jun-ichiro itojun Hagino |
2004-07-11 | backout IPv6 reass-on-scrub patch (more work needs to be done). | Jun-ichiro itojun Hagino |