Age | Commit message (Expand) | Author |
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 |
2003-05-30 | o the timeout is int, not u_int32_t | Henning Brauer |
2003-05-03 | string fixes; tedu ok | Theo de Raadt |
2003-03-31 | Protect tdb access w/ spltdb; Patrick Latifi | Todd C. Miller |
2003-03-11 | forward 8021Q packets with vlan header if the destination interface has | Markus Friedl |
2003-02-21 | Plug two mbuf leak on error bugs, one from dhartmei one from me. | Jason Wright |
2003-02-17 | enqueue the copy that was just made, not the original (probably fixes kernel/... | Jason Wright |
2003-02-16 | KNF | Theo de Raadt |
2003-01-07 | apply the discover rule to bridge_output() as well | Jason Wright |
2003-01-07 | remove the altq classifier code which is replaced by pf and no longer used. | Kenjiro Cho |
2003-01-03 | Fix the unicast case call to bridge_rtupdate(), check that the -source- | Jason Wright |
2002-12-09 | NPF, not NFP (prevented outgoing bridge_ipsec() packets from being filtered);... | Jason Wright |
2002-12-09 | allow setting of ifcost with brconfig. enables selection of preferred | Markus Friedl |
2002-12-04 | spanning tree: flush dynamic mac cache if interface goes to the | Markus Friedl |
2002-10-10 | Missing m_pullup() and mbuf corruption. This potentially caused | Daniel Hartmeier |
2002-08-07 | consistently check byte order of ether_type; pointed out by dhartmei | Jason Wright |
2002-07-02 | make it compile w/ ipsec and no pf ; smth that was left for homework | Michael Shalayeff |
2002-07-01 | Fix really long standing bug with fetching address cache entries: | Jason Wright |
2002-06-30 | allocate sockaddr_dl for ifnet in if_alloc_sadl(), as we don't always know | Jun-ichiro itojun Hagino |
2002-06-15 | unnecessary () on cast | Jason Wright |
2002-06-15 | Transparent IPsec processing on the bridge; for now works only with | Angelos D. Keromytis |
2002-06-11 | splassert(IPL_NET) where comment says that we should. | Artur Grabowski |
2002-06-10 | prevent mbuf leak on icmp_do_error() failure. | Jun-ichiro itojun Hagino |