summaryrefslogtreecommitdiff
path: root/sys/net
AgeCommit message (Expand)Author
2007-10-14'syncronize' -> 'synchronize'. From Diego Casati.Kenneth R Westerback
2007-10-13remove unneeded declarations that shadows existing vars; ok by many.Federico G. Schwindt
2007-10-05add a 2.5 Gbps fiber media type.Brad Smith
2007-09-27Add loginterface support for groups.Marco Pfatschbacher
2007-09-25Handle incoming protocol reject packets now that we haveCan Erkin Acar
2007-09-19tidy up a little.Brad Smith
2007-09-19Use the proper baudrate for 10Gb hw now that it can fit into the buadrateBrad Smith
2007-09-18allow 4095 instead of 20 multicast group memberships per socket (you needMarkus Friedl
2007-09-18allow state reuse for tcp if both sides are in FIN_WAIT_2 and a new SYNMarkus Friedl
2007-09-17- Use a 64-bit int for the baudrate within the ifmedia_baudrate struct andBrad Smith
2007-09-17Do not take wild guesses at how if_enc's internal works, includePierre-Yves Ritschard
2007-09-16another M_ZERO diff.Pierre-Yves Ritschard
2007-09-15malloc sweep:Henning Brauer
2007-09-13Convert MALLOC/FREE to malloc/free and use M_ZERO where applicable.Hans-Joerg Hoexer
2007-09-09Only clear the message header if it is called from a sysctl walk. ThisClaudio Jeker
2007-09-08Clear the message header (and only the message header) in rt_msg2.Claudio Jeker
2007-09-08we dont need net/rndvar.h since the code that used it has been moved toDavid Gwynne
2007-09-07Do not recalculate TCP payload length in pf_test_rule() as it hasAlexander Bluhm
2007-09-07Check if rtm_hdrlen is smaller then the passed message or it would be possibleClaudio Jeker
2007-09-07use M_ZEROReyk Floeter
2007-09-06bump the copyright while touching these filesReyk Floeter
2007-09-06With a trunk(4) interface in fail over mode the trunk(4) interfaceReyk Floeter
2007-09-05IPv6 support for sppp layer, based on NetBSD version.Can Erkin Acar
2007-09-03Bump RTM_VERSION to 4 and start a new aera of routing in OpenBSD :)Claudio Jeker
2007-09-03Make use of the pfsync 'badval' and 'stale' counters instead of usingJoel Knight
2007-09-01since theHenning Brauer
2007-09-01replace the machine dependant bytes-to-clicks macro by the MI ptoa()Martin Reindl
2007-08-31zap unused "pf_tag" structure.Thordur I. Bjornsson
2007-08-30mechanic change:Henning Brauer
2007-08-30handle address ranges in skip step calculationDaniel Hartmeier
2007-08-30add support for address ranges ("from 10.1.2.50 - 10.1.3.75") in from/toDaniel Hartmeier
2007-08-28showing this diff is shameful...Henning Brauer
2007-08-28The m_pulldown used for aligning was not copying the header,Can Erkin Acar
2007-08-23allow RSTs with th_seq == seqlo +- 1, reduces the amount of 'loose state'Daniel Hartmeier
2007-08-21don't access th_flags when it isn't available (only 8 bytes of theDaniel Hartmeier
2007-08-20Align the packet after the ppp header.Can Erkin Acar
2007-08-14Make sure all the packet is in one continuous mbuf.Can Erkin Acar
2007-08-07Use the length of the mbuf instead of the packet.Can Erkin Acar
2007-08-06Fix some "that that"s.Tom Cosgrove
2007-07-30With adding ipsec tags and exporting flow filters via sysctl SADB_GETHans-Joerg Hoexer
2007-07-25Back out the tracking of procs in struct selinfo. There's one seriousArtur Grabowski
2007-07-21add ETHERTYPE_PAE (802.1X Port Access Entity).Damien Bergamini
2007-07-18Don't drop outgoing packets in case of a congested input queue.Marco Pfatschbacher
2007-07-13remove obsolete pfi_statehead and pfik_w_states; ok henning@Markus Friedl
2007-07-10adjust pf_find_state_all() so that it works correctly for the new globalKurt Miller
2007-07-06btintrq has been removed from bt_input.c, don't reference it here.Christian Weisgerber
2007-07-04Fix a use after free crash in in_delmulti(). If a interface is detachedClaudio Jeker
2007-07-04No m_copyback for ICMP and "other" protocols on rdr/binat.Marco Pfatschbacher
2007-06-26Fix a race condition during ruleset reload; make sure we don't walk offRyan Thomas McBride
2007-06-25crank ifq_maxlen from 50 to 256, so it is not smaller than most interfacesHenning Brauer