Age | Commit message (Expand) | Author |
2008-05-07 | scrub packets based on tags; ok henning | Markus Friedl |
2008-05-07 | Correctly initialize labels by byte-swapping and inserting BoS and TTL. | Pierre-Yves Ritschard |
2008-05-07 | allow setting TOS with scrub; ok mcbride, claudio | Markus Friedl |
2008-05-07 | backout last change, it's already there.... | Markus Friedl |
2008-05-07 | Prevent virtual interfaces from adding to the random pool. | Marco Pfatschbacher |
2008-05-07 | Implement routing priorities. Every route inserted has a priority assigned | Claudio Jeker |
2008-05-07 | Redo rev 1.8 but this time with an additional fix to solve the dhclient crashes | Claudio Jeker |
2008-05-07 | There is no reason to have a faithrtrequest() function that sets the MTU to | Claudio Jeker |
2008-05-06 | bring in the mpe interface - for ``MPLS Provider Edge'' - this is a work | Pierre-Yves Ritschard |
2008-05-06 | Kill state if we get SYN for a state that has been closed from both sides. | Markus Friedl |
2008-05-06 | M_PREPEND can set its first parameter to NULL, and all other code | Kenneth R Westerback |
2008-05-06 | Add a counter to record how many states have been created by a rule. | Marco Pfatschbacher |
2008-05-06 | Prevent possible overflow of int variable on large memory machines. | Tobias Weingartner |
2008-05-05 | add lldp type | David Gwynne |
2008-05-05 | in rt_gettable, we unfortunately have to check for rt_tables[id] != NULL | Henning Brauer |
2008-05-05 | remove a useless refcnt in pf_state_key. | Henning Brauer |
2008-04-26 | Typo, paket -> packet. | Brad Smith |
2008-04-24 | the softnet intr handlers check if the input queue has packets on | David Gwynne |
2008-04-23 | Import MPLS (Multi Protocol Label Switching) | Esben Norby |
2008-04-18 | extend the if_ethersubr.c crc functions to support updating a running | Damien Miller |
2008-04-10 | introduce mitigation for the calling of an interfaces start routine. | David Gwynne |
2008-04-10 | Also count multicast packets and input bytes for interfaces enslaved by | Brad Smith |
2008-03-20 | Adapt maximum MTU permitted on pppoe(4) interfaces to the MTU of the | Brad Smith |
2008-03-18 | Don't use ph after the m_pulldown() calls because the mbuf chain could be | Claudio Jeker |
2008-03-18 | Don't use MBUFLOCK() for ifqueue protection use the correct splnet() dance | Claudio Jeker |
2008-03-14 | Do not allow pppoe(4) interfaces to be attached to anything but Ethernet | Brad Smith |
2008-03-12 | Include relay-sid in the response if one was received. | Can Erkin Acar |
2008-02-20 | make return-rst work correctly in the IPv6 case again. | Henning Brauer |
2008-02-20 | Fix a mbuf leak which can be triggered on a system | Brad Smith |
2008-02-16 | switch to RFC 1948 style ISN, too; ok mcbride, dhartmei, henning | Markus Friedl |
2008-02-05 | Move carp load balancing (ARP/IP) to a simpler configuration scheme. | Marco Pfatschbacher |
2008-01-25 | Prevent USB network devices to generate a page fault trap when detached | Marcus Glocker |
2008-01-19 | Fix add_net_randomness() not being called because the wrong | Marco Pfatschbacher |
2008-01-17 | In ether_input() scheduling the soft interrupt and queueing the | Alexander Bluhm |
2008-01-12 | Kill all timeouts and undo carp demotion on pfsync_clone_destroy. | Marco Pfatschbacher |
2008-01-10 | return with ENOTTY instead of EINVAL for unknown ioctl requests to trunk | Brad Smith |
2008-01-05 | make sure all callers of rtlabel_id2name check for a null return value. | Henning Brauer |
2008-01-05 | rtlabel_id2name() can return NULL if there is no route label.. | Theo de Raadt |
2008-01-02 | Accept BPF_MUL as a valid instruction in bpf_validate() also improve | Can Erkin Acar |
2007-12-30 | In pf_normalize_tcpopt() call pf_pull_hdr() address family safe. | Marcus Glocker |
2007-12-30 | Make "scrub max-mss" rule work correctly; | Marcus Glocker |
2007-12-20 | increment the match/nomatch table counters when using a table/pool in | Reyk Floeter |
2007-12-20 | return with ENOTTY instead of EINVAL for unknown ioctl requests. | Brad Smith |
2007-12-14 | add sysctl entry points into various network layers, in particular to | Theo de Raadt |
2007-12-05 | Revert change which seems to break things like dhclient. Requested by | Kenneth R Westerback |
2007-12-04 | 1500 is a 'magic number' in the protocol that all implementations | Claudio Jeker |
2007-12-04 | Always compare the nexthop if one is specified even if it is a non-multipath | Claudio Jeker |
2007-12-02 | DIOC{GET,ADD}STATE incorrectly use a user provided pointer without using | Christopher Pascoe |
2007-12-02 | When pf_insert_state state succeeds, increase the state count on the | Christopher Pascoe |
2007-12-02 | initialize altq->altq_disc to NULL, from Max Laier | Daniel Hartmeier |