summaryrefslogtreecommitdiff
path: root/sys/net/if_bridge.c
AgeCommit message (Expand)Author
2006-07-06argh, again i forgot a file. sorryHenning Brauer
2006-03-25allow bpf(4) to ignore packets based on their direction (inbound orDamien Miller
2006-03-04With the exception of two other small uncommited diffs this movesBrad Smith
2006-01-23support PMTU-Discovery for link2 ipsec bridges; ok claudioMarkus Friedl
2006-01-05bzero buffers after malloc, or clear string buffer before strlcpy'ingTheo de Raadt
2006-01-04Remove redundant calls to bpfdetach.Can Erkin Acar
2005-10-09if the wireless hostap interface belongs to a bridge, learn the node'sReyk Floeter
2005-07-31Change the API for icmp_do_error so that it takes the mtu directly, ratherChristopher Pascoe
2005-06-16no need for NVLAN; ok jason, brad, camielMarkus Friedl
2005-04-25csum -> csum_flagsBrad Smith
2005-04-25Use ETHERTYPE_VLAN.Brad Smith
2004-12-23Simplify hashtable (de)allocation by moving it into the clone functions.Camiel Dobbelaar
2004-12-19Make it possible for carp to work on fddi and token ring again.Ryan Thomas McBride
2004-12-17Reorder code in the ethernet output path, and enhance unicast addressChristopher Pascoe
2004-10-09sizeof(struct ether_header) -> ETHER_HDR_LENBrad Smith
2004-08-18skip splx() for skiplookup; report Vafa D. Izadinia; ok henning, canacarMarkus Friedl
2004-06-21First step towards more sane time handling in the kernel -- this changesThorsten Lockert
2004-06-21Get rid of pf_test_eh() wrapper.Ryan Thomas McBride
2004-05-04Apply bridge filter rules to incoming packets destined to the local machine.Can Erkin Acar
2004-05-04Remove useless ``elm'' argument from the SIMPLEQ_REMOVE_HEAD macro.Alexander Yurchenko
2004-04-28make return-rst work on pure bridges. ok dhartmei@ henning@ mcbride@Cedric Berger
2004-02-10plug mbuf leak (ip_fragment() always free mbuf on error). tested by cedric,Jun-ichiro itojun Hagino
2004-02-02missing #if NPF > 0. ok henning@Cedric Berger
2003-12-17start spanning tree on ifconfig up; from Marco Pfatschbacher; ok jason@Markus Friedl
2003-12-16when a bridge filter rule specifies both src and dst mac address, we do notHenning Brauer
2003-12-16return error in ifc_destroy; ok deraadt, itojun, cedric, hshoexerMarkus Friedl
2003-12-03add support for ifconfig clone/destroy; ok henning deraadtMarkus Friedl
2003-10-02do not try to send incomplete fragments on ENOBUFS caseJun-ichiro itojun Hagino
2003-08-15change arguments to suser. suser now takes the process, and a flagsTed Unangst
2003-07-28typo. from cedricJun-ichiro itojun Hagino
2003-07-25do not flip ip_len/ip_off. pechkin and henning okJun-ichiro itojun Hagino
2003-06-30change that queue ID allocator so it always has the queues sorted by ID.Henning Brauer
2003-06-30missing pf_tag_purge()Henning Brauer
2003-06-25add a pf_tagname field to ifbrlreq and a pf_tag field to ifbrlnode.Henning Brauer
2003-06-02nuke clause 3 & 4Jason Wright
2003-05-30KNF & ANSI, jason agreesHenning Brauer
2003-05-30o the timeout is int, not u_int32_tHenning Brauer
2003-05-03string fixes; tedu okTheo de Raadt
2003-03-31Protect tdb access w/ spltdb; Patrick LatifiTodd C. Miller
2003-03-11forward 8021Q packets with vlan header if the destination interface hasMarkus Friedl
2003-02-21Plug two mbuf leak on error bugs, one from dhartmei one from me.Jason Wright
2003-02-17enqueue the copy that was just made, not the original (probably fixes kernel/...Jason Wright
2003-02-16KNFTheo de Raadt
2003-01-07apply the discover rule to bridge_output() as wellJason Wright
2003-01-07remove the altq classifier code which is replaced by pf and no longer used.Kenjiro Cho
2003-01-03Fix the unicast case call to bridge_rtupdate(), check that the -source-Jason Wright
2002-12-09NPF, not NFP (prevented outgoing bridge_ipsec() packets from being filtered);...Jason Wright
2002-12-09allow setting of ifcost with brconfig. enables selection of preferredMarkus Friedl
2002-12-04spanning tree: flush dynamic mac cache if interface goes to theMarkus Friedl
2002-10-10Missing m_pullup() and mbuf corruption. This potentially causedDaniel Hartmeier