summaryrefslogtreecommitdiff
path: root/sys/net
AgeCommit message (Expand)Author
2006-10-11Allow the 'quick' keyword on an anchor. IFF there is a matching rule insideRyan Thomas McBride
2006-09-26Fix compilation, okay henning@ mpf@Pedro Martelletto
2006-09-18allow RST from TCP client, even if client does not send data after SYN;Markus Friedl
2006-09-18fix tos (type-of-service) comparisons. for rules which use 'tos x', compareDaniel Hartmeier
2006-08-30allow DIOCNATLOOK to look up NAT states for protocols without portDamien Miller
2006-08-29allow the carp demotion counter to be changed by arbitary values as longHenning Brauer
2006-08-28Check for illegal option lengths when parsing LCP packetsCan Erkin Acar
2006-08-20if_tun.c also has this comment so remove duplicate; ok jmc@ krw@Kevin Steves
2006-07-21fix a bug in the input sanity check of DIOCCHANGERULE (not used by pfctl,Daniel Hartmeier
2006-07-18get rid of arc network support. we have no users of it so this is deadDavid Gwynne
2006-07-18typoMichael Shalayeff
2006-07-11Only print link state changes if interface is in debug mode.Can Erkin Acar
2006-07-11Error messages from remote may not be '\0' terminated.Can Erkin Acar
2006-07-06argh, again i forgot a file. sorryHenning Brauer
2006-07-06allow rules to point to an alternate routing table, and tag packetsHenning Brauer
2006-07-04logging should be in debug mode only. if every network driver did aTheo de Raadt
2006-07-02diff from peter phillip at freenet dot de:Reyk Floeter
2006-06-28Another unused function bites the dust -- this time pflogrtrequest(). OK markus@Claudio Jeker
2006-06-28Kill unused encrtrequest(). OK markus@Claudio Jeker
2006-06-21add media types for 10Gb Ethernet, though only using a baudrateBrad Smith
2006-06-19Unbreak the tree. The code to set and unset the RTF_MPATH bit on all multipathClaudio Jeker
2006-06-18Whitespace, oops.Christopher Pascoe
2006-06-18Add support for equal-cost multipath IP.Christopher Pascoe
2006-06-17When multipath routes are inserted, ensure that RTF_MPATH is set for anyChristopher Pascoe
2006-06-17adopt to extended rtrequest / rtalloc1 apiHenning Brauer
2006-06-17unbreak; from theoHenning Brauer
2006-06-16support passing the desired routing table ID via the sysctl interfaceHenning Brauer
2006-06-16pass the routing table ID over the routing socket, so we can start toHenning Brauer
2006-06-16adjust functions dealing with the routing table to take a table ID asHenning Brauer
2006-06-16Cleanup radix.c, remove unused stuff, use nicer prototype definitions andClaudio Jeker
2006-06-15put the multiple routing tables support back in, fixed.Henning Brauer
2006-06-06back out multiple routing table diffs (3 of 'em) because this makesTheo de Raadt
2006-06-02Introduce attributes to interface groups.Marco Pfatschbacher
2006-06-01observed by Naddy, found by claudio, strange constructs require strange definesTodd T. Fries
2006-06-01use the table ID as array index directly, faster in the forwarding pathHenning Brauer
2006-05-31add comment indictation that rtable_add must be called at splsoftnetHenning Brauer
2006-05-31move us to multiple routing table heads.Henning Brauer
2006-05-30Export the route labels via sysctl interface not only via RTM_GET.Claudio Jeker
2006-05-30with Naddy prodding, claudio's peril sensitive glasses turning black, andTodd T. Fries
2006-05-28Fix multicast and broadcast over gre(4) tunnels. Clear the M_MCAST and M_BCASTClaudio Jeker
2006-05-28Enable adaptive timeouts by default, with adaptive.start of 60% of theRyan Thomas McBride
2006-05-28Only preemptively increase the replay counter for outbound TDBs.Ryan Thomas McBride
2006-05-28check if the interface is active and UP. some, but not all, networkReyk Floeter
2006-05-28fix a whitespace error causing confusionHenning Brauer
2006-05-27remove IFCAP_JUMBO_MTU interface capabilities flag and set if_hardmtu in a fewBrad Smith
2006-05-26rename jumbo mtu to if_hardmtu; ok brad reykTheo de Raadt
2006-05-23knf and remove an unneeded debug messageReyk Floeter
2006-05-23addReyk Floeter
2006-05-22Check for NULL cookies before calling hook_disestablish(). Just in caseKenneth R Westerback
2006-05-20bump copyrightReyk Floeter