summaryrefslogtreecommitdiff
path: root/sys/net
AgeCommit message (Expand)Author
2004-12-09Remove shadow variable 'error'. From camield@Ryan Thomas McBride
2004-12-08Call if_down() in if_clone_destroy(). Based on diff from Chris Pascoe.Ryan Thomas McBride
2004-12-08Check if_type in carp_carpdev_state() to make sure we're notRyan Thomas McBride
2004-12-07Convert carp(4) to behave more like a regular interface, much in the sameRyan Thomas McBride
2004-12-07KNFRyan Thomas McBride
2004-12-07KNFRyan Thomas McBride
2004-12-07re-commit mcbride@'s 'flush global', this time without the breakage inDaniel Hartmeier
2004-12-07tree does not compile, spotted by dlg (not obvious how to fix)Theo de Raadt
2004-12-07Change the default for 'overload <table> flush' to flush only states from theRyan Thomas McBride
2004-12-06support max-src-conn-rate with synproxy, ok mcbride@Daniel Hartmeier
2004-12-06Check a NULL dereference before it could happen.Marco Pfatschbacher
2004-12-06At PFSYNC_ACT_CLR:Marco Pfatschbacher
2004-12-05IPv6 packets can contain headers (like options) before the TCP/UDP/ICMP6Daniel Hartmeier
2004-12-05after attaching an overload table, set its active flag. otherwise, theDaniel Hartmeier
2004-12-04use C comments.Markus Friedl
2004-12-04Add kernel code to keep track of tcp connections which have completedRyan Thomas McBride
2004-12-03do not use one struct timeout for the if congestion stuff, but embedHenning Brauer
2004-12-01replace finer-grained spl locking in pfioctl() with a single broad lockDaniel Hartmeier
2004-11-30missing $OpenBSDMarkus Friedl
2004-11-29tiny knf, no binary change.Hans-Joerg Hoexer
2004-11-29plug memory leaks on errorPatrick Latifi
2004-11-29remove old header. everything should use net80211/ stuff.Federico G. Schwindt
2004-11-29put text after #endif in comment (compile w/ gcc3)Peter Valchev
2004-11-28In kernel pppoe client, a simple IPv4 only implementation.Can Erkin Acar
2004-11-26implement net.key.v2.sadb_dump.{unspec,esp,ah,...} sysctl subtreeMarkus Friedl
2004-11-24fix a bug that leads to a crash when binat rules of the formDaniel Hartmeier
2004-11-19remove superfluous m_tag_copy/m_tag_prepend, already covered by m_copym2()Daniel Hartmeier
2004-11-19Plug memory leak. Found by pat@. Thanks!Hans-Joerg Hoexer
2004-11-18s/Access/Address/ at IFT_CARPMarco Pfatschbacher
2004-11-16Fix for PR3983Ryan Thomas McBride
2004-11-12The flag to re-filter pf-generated packets was set wrong by synproxyDaniel Hartmeier
2004-11-11Check IFF_UP at tun_output().Marco Pfatschbacher
2004-11-10Safer IF_INPUT_ENQUEUE macro.Alexander Yurchenko
2004-11-09big KNF spanking, no change in object file, ecstatic ok from claudioHenning Brauer
2004-11-09use NULL instead of 0 for poiter comparisions,Henning Brauer
2004-11-07For RST generated due to state mismatch during handshake, don't setDaniel Hartmeier
2004-11-02added new commands to ifconfig used by net80211 interfaces:Reyk Floeter
2004-10-28media descriptions and such for carp, ryan daniel okHenning Brauer
2004-10-28define IFT_CARP, and set if_type to that on carp interfaces insteadHenning Brauer
2004-10-17Replace ifdef NATM with if NATM > 0Alexander Yurchenko
2004-10-15correctly parse the anchor names to which tables refer.Jared Yanovich
2004-10-14avoid stupid commonsMichael Shalayeff
2004-10-11ifgroups reqriteHenning Brauer
2004-10-09sizeof(struct ether_header) -> ETHER_HDR_LENBrad Smith
2004-10-07Add an Ethernet option bit for master mode (for 1000baseT, the linkBrad Smith
2004-09-29reset anchor pointer to NULL when stepping back into the main ruleset,Daniel Hartmeier
2004-09-23- remove EVFILT_WRITE in bpfkqfilter() switch case, handledBrad Smith
2004-09-21Implement "no scrub" to allow exclusion of specific traffic from scrub rules.Aaron Campbell
2004-09-20pf_routable(), used for the no-route keyword, was a v4 only implementation,Henning Brauer
2004-09-17Clean up reference counting wrt state creation and destruction. FixesRyan Thomas McBride