Age | Commit message (Expand) | Author |
2011-07-08 | Increase sdl_data so that more then IFNAMSIZ bytes are available. | Claudio Jeker |
2011-07-07 | We should not have any direct initialization of ifq structures. | Ryan Thomas McBride |
2011-07-07 | There were two loops in pf_setup_pdesc() and pf_normalize_ip6() | Alexander Bluhm |
2011-07-07 | use IF_LEN/IFQ_LEN to access and ifqueue's length field. ryan ok | Henning Brauer |
2011-07-07 | provide IF_LEN and IFQ_LEN to access ifq_len on an ifqueue, ryan ok | Henning Brauer |
2011-07-07 | Replace the cruddy old sys/net/zlib.[ch]. We now use the sys/lib/libz | Theo de Raadt |
2011-07-07 | Fold pf_test_fragment() into pf_test_rule(), reduce code and fixes | Ryan Thomas McBride |
2011-07-07 | another case of "clever" fiddling with ifq internals, just stumbled over | Henning Brauer |
2011-07-06 | ppp_ifstart unconditionally. depending on ALTQ for this is ridiculous. | Henning Brauer |
2011-07-06 | and make sppp_qflush a wrapper around IF_PURGE instead of handrolling | Henning Brauer |
2011-07-06 | use IF_IS_EMPTY istead of mucking if ifqueue internals | Henning Brauer |
2011-07-06 | second trial: stop messing with ifq internals, this time use IF_IS_EMPTY | Henning Brauer |
2011-07-06 | cosnistently use IFQ_SET_MAXLEN, surfaced in a discussion with + ok bluhm | Henning Brauer |
2011-07-05 | Explicitly reserve space for special ICMP6 headers in pf_hdrs, like | Alexander Bluhm |
2011-07-05 | Instead of passing the ip header and mbuf to pf_reassemble(), lookup | Alexander Bluhm |
2011-07-05 | Revert henning's commit-n-run that broke the tree | Philip Guenthe |
2011-07-05 | IFQ_IS_EMPTY instead of fiddling with ifqueue internals | Henning Brauer |
2011-07-05 | 2 cases of IFQ_IS_EMPTY instead of mucking with ifqueue internals | Henning Brauer |
2011-07-05 | ifqueues in BSS don't need NULL init, especially not absolutely incorrect | Henning Brauer |
2011-07-05 | use IFQ_IS_EMPTY instead of fiddling with ifqueue internals - 3 cases | Henning Brauer |
2011-07-05 | add missing ifdefs for INET6; diff from form, ok henning, bluhm, claudio | Mike Belopuhov |
2011-07-05 | now of course I only noticed if_qflush is completely unused after | Henning Brauer |
2011-07-04 | Say no to hand-rolled m_adj(). It also kills three XXX. | Claudio Jeker |
2011-07-04 | remove compat_svr4 support. ok deraadt | Ted Unangst |
2011-07-04 | use mtod. | David Hill |
2011-07-04 | make sure RTM_IFINFO is sent when lo(4) handles SIOCSIFADDR; without this | Stuart Henderson |
2011-07-04 | Rename the pf_pdesc field rh_cnt to badopts as it is also used for | Alexander Bluhm |
2011-07-04 | IPv4 packets with IP options get dropped and no state is created. | Alexander Bluhm |
2011-07-04 | Bye bye pf_test6(). Only one pf_test function for both IPv4 and v6. | Claudio Jeker |
2011-07-04 | LINK_STATE cleanup. It is no longer needed to special case carp(4). | Claudio Jeker |
2011-07-04 | there's no way we can use just a single workq task here. one task for all pa... | Ted Unangst |
2011-07-03 | bring in least-states load balancing algorithm | Joerg Zinke |
2011-07-03 | In pf_setup_pdesc() the code for analysing TCP and UDP headers was | Alexander Bluhm |
2011-07-03 | IFQ_CLASSIFY is also just schrapnel | Henning Brauer |
2011-07-03 | no traces of ALTQ_DECL to be found anywhere, thus kill the #defines | Henning Brauer |
2011-07-03 | reduce kernel compile time dramatically | Henning Brauer |
2011-07-03 | garbage collect unused parameter to PFLOG_PACKET | Henning Brauer |
2011-07-03 | Refactor the fragment handling in pf_setup_pdesc() so that AF_INET | Claudio Jeker |
2011-07-03 | LINK_STATE_IS_UP() should consider LINK_STATE_UNKNOWN as an up state. | Claudio Jeker |
2011-07-02 | kqueue attach functions should return an errno or 0, not a plain 1. Fix | Nicholas Marriott |
2011-07-01 | The pf_headers union may also contain a mld_hdr or nd_neighbor_solicit | Alexander Bluhm |
2011-06-29 | always set sppp auth secret, as other code assumes it. | Ted Unangst |
2011-06-23 | Set pd->af very early in pf_setup_pdesc() since the AF is used in | Claudio Jeker |
2011-06-21 | There is no need to handle fragmented TCP reset packets in a special | Alexander Bluhm |
2011-06-20 | More cleanup in pf_test/pf_test6 this time mostly the fragment | Claudio Jeker |
2011-06-18 | pass the correct size to memset | Jonathan Gray |
2011-06-14 | KNF (no change in .o files) | Ryan Thomas McBride |
2011-06-02 | When checking to see if a rule is referenced by any source-tracking nodes, | Stuart Henderson |
2011-06-02 | Don't destroy a non-persistent table if referenced by src_nodes. Fixes | Stuart Henderson |
2011-05-25 | Don't do last minute changes to diffs. Revert the argument change to | Claudio Jeker |