Age | Commit message (Expand) | Author |
2007-11-11 | Don't leak pfstatekey upon insert conflict (most often caused via pfsync). | Christopher Pascoe |
2007-11-07 | Check for pfi_kif's that are neither groups nor have a real interface. | Marco Pfatschbacher |
2007-11-01 | correct fix | Theo de Raadt |
2007-11-01 | tsk tsk tsk, noone tested this; spotted by canacar | Theo de Raadt |
2007-10-31 | 'block return' must not send anything on blocked icmp packets. | Marco Pfatschbacher |
2007-10-31 | Don't leak potentially secret authname through ioctl interface. | Mike Belopuhov |
2007-10-30 | fix a typo, LIST_FOREACH(bp2, ... and then using bp instead of bp2 | Henning Brauer |
2007-10-25 | Fix probability rules w/ numbers (e.g probability 0.4). | Marco Pfatschbacher |
2007-10-22 | use the input mbuf for the first active port instead of copying it in | Reyk Floeter |
2007-10-22 | Add a broadcast mode to trunk(4). This mode sends frames on all | Pierre-Yves Ritschard |
2007-10-18 | There is no point for IP addresses on pflog(4) | Marco Pfatschbacher |
2007-10-14 | 'syncronize' -> 'synchronize'. From Diego Casati. | Kenneth R Westerback |
2007-10-13 | remove unneeded declarations that shadows existing vars; ok by many. | Federico G. Schwindt |
2007-10-05 | add a 2.5 Gbps fiber media type. | Brad Smith |
2007-09-27 | Add loginterface support for groups. | Marco Pfatschbacher |
2007-09-25 | Handle incoming protocol reject packets now that we have | Can Erkin Acar |
2007-09-19 | tidy up a little. | Brad Smith |
2007-09-19 | Use the proper baudrate for 10Gb hw now that it can fit into the buadrate | Brad Smith |
2007-09-18 | allow 4095 instead of 20 multicast group memberships per socket (you need | Markus Friedl |
2007-09-18 | allow state reuse for tcp if both sides are in FIN_WAIT_2 and a new SYN | Markus Friedl |
2007-09-17 | - Use a 64-bit int for the baudrate within the ifmedia_baudrate struct and | Brad Smith |
2007-09-17 | Do not take wild guesses at how if_enc's internal works, include | Pierre-Yves Ritschard |
2007-09-16 | another M_ZERO diff. | Pierre-Yves Ritschard |
2007-09-15 | malloc sweep: | Henning Brauer |
2007-09-13 | Convert MALLOC/FREE to malloc/free and use M_ZERO where applicable. | Hans-Joerg Hoexer |
2007-09-09 | Only clear the message header if it is called from a sysctl walk. This | Claudio Jeker |
2007-09-08 | Clear the message header (and only the message header) in rt_msg2. | Claudio Jeker |
2007-09-08 | we dont need net/rndvar.h since the code that used it has been moved to | David Gwynne |
2007-09-07 | Do not recalculate TCP payload length in pf_test_rule() as it has | Alexander Bluhm |
2007-09-07 | Check if rtm_hdrlen is smaller then the passed message or it would be possible | Claudio Jeker |
2007-09-07 | use M_ZERO | Reyk Floeter |
2007-09-06 | bump the copyright while touching these files | Reyk Floeter |
2007-09-06 | With a trunk(4) interface in fail over mode the trunk(4) interface | Reyk Floeter |
2007-09-05 | IPv6 support for sppp layer, based on NetBSD version. | Can Erkin Acar |
2007-09-03 | Bump RTM_VERSION to 4 and start a new aera of routing in OpenBSD :) | Claudio Jeker |
2007-09-03 | Make use of the pfsync 'badval' and 'stale' counters instead of using | Joel Knight |
2007-09-01 | since the | Henning Brauer |
2007-09-01 | replace the machine dependant bytes-to-clicks macro by the MI ptoa() | Martin Reindl |
2007-08-31 | zap unused "pf_tag" structure. | Thordur I. Bjornsson |
2007-08-30 | mechanic change: | Henning Brauer |
2007-08-30 | handle address ranges in skip step calculation | Daniel Hartmeier |
2007-08-30 | add support for address ranges ("from 10.1.2.50 - 10.1.3.75") in from/to | Daniel Hartmeier |
2007-08-28 | showing this diff is shameful... | Henning Brauer |
2007-08-28 | The m_pulldown used for aligning was not copying the header, | Can Erkin Acar |
2007-08-23 | allow RSTs with th_seq == seqlo +- 1, reduces the amount of 'loose state' | Daniel Hartmeier |
2007-08-21 | don't access th_flags when it isn't available (only 8 bytes of the | Daniel Hartmeier |
2007-08-20 | Align the packet after the ppp header. | Can Erkin Acar |
2007-08-14 | Make sure all the packet is in one continuous mbuf. | Can Erkin Acar |
2007-08-07 | Use the length of the mbuf instead of the packet. | Can Erkin Acar |
2007-08-06 | Fix some "that that"s. | Tom Cosgrove |