summaryrefslogtreecommitdiff
path: root/sys/net
AgeCommit message (Expand)Author
2006-11-01poll errors should be POLLERR, not some random E valueTed Unangst
2006-11-01remove redundant null check, ok ryanHenning Brauer
2006-10-31slightly improve consustency and readability, no functional changeHenning Brauer
2006-10-31in pfsync_update_tdb, when there is no pfsync interface, we must returnHenning Brauer
2006-10-31hard to believe people still manage to commit non-compiling code once in a whileTheo de Raadt
2006-10-31make pfsync a clonable too, but prevent more than one instance fromHenning Brauer
2006-10-31ether_input_mbuf() isn't necessary, turn it into a macro and deal withJason Wright
2006-10-28Fix handling of errors wrt to MINDEX. From NetBSD bpf_filter 1.32;Otto Moerbeek
2006-10-27Split ruleset manipulation functions out into pf_ruleset.c to allow them toRyan Thomas McBride
2006-10-25allow up to 16 pflog interfaces, ok mcbrideHenning Brauer
2006-10-25add a "u_int8_t logif" to struct pfrule to select to which pflog interfaceHenning Brauer
2006-10-23make the pflog interface clonable.Henning Brauer
2006-10-21the create and destroy functions for clonable interfaces return 0 onHenning Brauer
2006-10-17increase max pf tag name size from 16 to 64 characters.Reyk Floeter
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