Age | Commit message (Expand) | Author |
2007-12-20 | return with ENOTTY instead of EINVAL for unknown ioctl requests. | Brad Smith |
2007-09-15 | malloc sweep: | Henning Brauer |
2007-05-28 | double pf performance. | Henning Brauer |
2007-05-28 | Users of arc4random() should include dev/rndvar.h directly. | Ryan Thomas McBride |
2007-05-26 | one extern seems to be better than 20 for ifqmaxlen; ok krw | Jason Wright |
2007-05-21 | make bridge(4) mark packets with M_PROTO1 if gif(4) needs to use | Markus Friedl |
2007-05-16 | fix return values in bridge_output. | Michele Marchetto |
2007-05-15 | Update the ifp of bridge cache entries if the entry is not static. This | Claudio Jeker |
2007-04-10 | ``it's'' -> ``its'' when the grammar gods require this change. | Miod Vallat |
2007-01-08 | discard packet and return if ifp is not a member of the bridge | Michele Marchetto |
2006-12-28 | check if ifqueue has anything queued before doing the dance of | Theo de Raadt |
2006-12-11 | refer to the RSTP point to point option as "PTP" instead of "P2P". | Reyk Floeter |
2006-12-03 | Add Rapid Spanning Tree Protocol support (802.1d-2004) based on work | Reyk Floeter |
2006-11-30 | no need for #if NPF > 0 inside #if NPF > 0 | Henning Brauer |
2006-07-06 | argh, again i forgot a file. sorry | Henning Brauer |
2006-03-25 | allow bpf(4) to ignore packets based on their direction (inbound or | Damien Miller |
2006-03-04 | With the exception of two other small uncommited diffs this moves | Brad Smith |
2006-01-23 | support PMTU-Discovery for link2 ipsec bridges; ok claudio | Markus Friedl |
2006-01-05 | bzero buffers after malloc, or clear string buffer before strlcpy'ing | Theo de Raadt |
2006-01-04 | Remove redundant calls to bpfdetach. | Can Erkin Acar |
2005-10-09 | if the wireless hostap interface belongs to a bridge, learn the node's | Reyk Floeter |
2005-07-31 | Change the API for icmp_do_error so that it takes the mtu directly, rather | Christopher Pascoe |
2005-06-16 | no need for NVLAN; ok jason, brad, camiel | Markus Friedl |
2005-04-25 | csum -> csum_flags | Brad Smith |
2005-04-25 | Use ETHERTYPE_VLAN. | Brad Smith |
2004-12-23 | Simplify hashtable (de)allocation by moving it into the clone functions. | Camiel Dobbelaar |
2004-12-19 | Make it possible for carp to work on fddi and token ring again. | Ryan Thomas McBride |
2004-12-17 | Reorder code in the ethernet output path, and enhance unicast address | Christopher Pascoe |
2004-10-09 | sizeof(struct ether_header) -> ETHER_HDR_LEN | Brad Smith |
2004-08-18 | skip splx() for skiplookup; report Vafa D. Izadinia; ok henning, canacar | Markus Friedl |
2004-06-21 | First step towards more sane time handling in the kernel -- this changes | Thorsten Lockert |
2004-06-21 | Get rid of pf_test_eh() wrapper. | Ryan Thomas McBride |
2004-05-04 | Apply bridge filter rules to incoming packets destined to the local machine. | Can Erkin Acar |
2004-05-04 | Remove useless ``elm'' argument from the SIMPLEQ_REMOVE_HEAD macro. | Alexander Yurchenko |
2004-04-28 | make return-rst work on pure bridges. ok dhartmei@ henning@ mcbride@ | Cedric Berger |
2004-02-10 | plug mbuf leak (ip_fragment() always free mbuf on error). tested by cedric, | Jun-ichiro itojun Hagino |
2004-02-02 | missing #if NPF > 0. ok henning@ | Cedric Berger |
2003-12-17 | start spanning tree on ifconfig up; from Marco Pfatschbacher; ok jason@ | Markus Friedl |
2003-12-16 | when a bridge filter rule specifies both src and dst mac address, we do not | Henning Brauer |
2003-12-16 | return error in ifc_destroy; ok deraadt, itojun, cedric, hshoexer | Markus Friedl |
2003-12-03 | add support for ifconfig clone/destroy; ok henning deraadt | Markus Friedl |
2003-10-02 | do not try to send incomplete fragments on ENOBUFS case | Jun-ichiro itojun Hagino |
2003-08-15 | change arguments to suser. suser now takes the process, and a flags | Ted Unangst |
2003-07-28 | typo. from cedric | Jun-ichiro itojun Hagino |
2003-07-25 | do not flip ip_len/ip_off. pechkin and henning ok | Jun-ichiro itojun Hagino |
2003-06-30 | change that queue ID allocator so it always has the queues sorted by ID. | Henning Brauer |
2003-06-30 | missing pf_tag_purge() | Henning Brauer |
2003-06-25 | add a pf_tagname field to ifbrlreq and a pf_tag field to ifbrlnode. | Henning Brauer |
2003-06-02 | nuke clause 3 & 4 | Jason Wright |
2003-05-30 | KNF & ANSI, jason agrees | Henning Brauer |