aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet
Commit message (Expand)AuthorAgeFilesLines
* Pass up errors returned by dummynet. The same should be done withLuigi Rizzo2001-01-251-3/+3
* Correct a comment.Garrett Wollman2001-01-242-2/+2
* When attempting to bind to an ephemeral port, if no such port isWes Peters2001-01-231-2/+2
* Change critical section protection for dummynet from splnet() toLuigi Rizzo2001-01-221-15/+45
* First step towards an MP-safe zone allocator:Dag-Erling Smørgrav2001-01-211-2/+2
* Document data structures and operation on dummynet so next timeLuigi Rizzo2001-01-171-41/+116
* Some dummynet patches that I forgot to commit last summer.Luigi Rizzo2001-01-162-34/+75
* Prototype inet_ntoa_r and thereby silence a warning from GCC. The functionBosko Milekic2001-01-121-0/+1
* o Minor style(9)ism to make consistent with -STABLERobert Watson2001-01-091-1/+1
* o IPFW incorrectly handled filtering in the presence of previouslyRobert Watson2001-01-093-8/+18
* provide a sysctl 'net.link.ether.inet.log_arp_wrong_iface' to allow oneAlfred Perlstein2001-01-061-0/+7
* Fix incorrect logic wouldn't disconnect incomming connections that had beenAlfred Perlstein2001-01-031-1/+1
* include tcp header files to get the prototype for tcp_seq_vs_sessAssar Westerlund2000-12-271-0/+2
* Update the "icmp_admin_prohib_like_rst" code to check the tcp-window andPoul-Henning Kamp2000-12-246-22/+144
* * Rename M_WAIT mbuf subsystem flag to M_TRYWAIT.Bosko Milekic2000-12-212-2/+2
* Use getmicrotime() instead of microtime() when timestamping ICMP packets,Bill Fumerola2000-12-161-1/+1
* We currently does not react to ICMP administratively prohibitedPoul-Henning Kamp2000-12-164-0/+66
* Change the following:Bosko Milekic2000-12-155-11/+43
* Convert more malloc+bzero to malloc+M_ZERO.David Malone2000-12-087-30/+20
* Staticize some malloc M_ instances.Poul-Henning Kamp2000-12-081-1/+1
* Lock down the network interface queues. The queue mutex must be obtainedJonathan Lemon2000-11-254-26/+17
* Revert the last commit to the callout interface, and add a flag toJonathan Lemon2000-11-252-10/+10
* Fixup (hopefully) bridging + ipfw + dummynet together...Bosko Milekic2000-11-231-5/+5
* mdoc(7) police: use the new feature of the An macro.Ruslan Ermilov2000-11-221-24/+14
* While I'm here, get rid of (now useless) MCLISREFERENCED and use MEXT_IS_REFBosko Milekic2000-11-111-6/+2
* Fixed the security breach I introduced in rev 1.145.Ruslan Ermilov2000-11-071-3/+3
* tp->snd_recover is part of the New Reno recovery algorithm, and shouldJonathan Lemon2000-11-042-2/+12
* Fixed the bug I have introduced in icmp_error() in revision 1.44.Ruslan Ermilov2000-11-021-1/+1
* Wrong checksum may have been computed for certain UDP packets.Ruslan Ermilov2000-11-011-1/+1
* Wrong checksum used for certain reassembled IP packets before diverting.Ruslan Ermilov2000-11-011-1/+4
* It's no longer true that "nobody uses ia beyond here"; it's nowJosef Karthauser2000-11-011-1/+1
* Do not waste a time saving a copy of IP header if we are certainlyRuslan Ermilov2000-10-311-1/+2
* Added boolean argument to link searching functions, indicatingRuslan Ermilov2000-10-307-107/+42
* A significant rewrite of PPTP aliasing code.Ruslan Ermilov2000-10-304-151/+265
* Move suser() and suser_xxx() prototypes and a related #define fromPoul-Henning Kamp2000-10-294-4/+0
* Remove unneeded #include <sys/proc.h> lines.Poul-Henning Kamp2000-10-292-2/+0
* Fix conflicts creted by import.Darren Reed2000-10-298-41/+51
* Count per-address statistics for IP fragments.Josef Karthauser2000-10-291-2/+6
* Include sys/param.h for `__FreeBSD_version' rather than the non-existentDavid E. O'Brien2000-10-271-2/+2
* Convert all users of fldoff() to offsetof(). fldoff() is badPoul-Henning Kamp2000-10-276-11/+0
* Fetch the protocol header (TCP, UDP, ICMP) only from the first fragmentRuslan Ermilov2000-10-271-16/+11
* RFC 791 says that IP_RF bit should always be zero, but nothingRuslan Ermilov2000-10-261-52/+29
* fix conflicts from rcsidsDarren Reed2000-10-2614-178/+599
* Wrong header length used for certain reassembled IP packets.Ruslan Ermilov2000-10-261-2/+2
* Close PR22152 and PR19511 -- correct the naming of a variableLuigi Rizzo2000-10-261-1/+1
* We now keep the ip_id field in network byte order all theRuslan Ermilov2000-10-251-0/+4
* be careful on mbuf overrun on ctlinput.Jun-ichiro itojun Hagino2000-10-232-2/+12
* Save a few CPU cycles in IP fragmentation code.Ruslan Ermilov2000-10-201-3/+1
* Augment the 'ifaddr' structure with a 'struct if_data' to keepJosef Karthauser2000-10-192-1/+13
* A failure to allocate memory for auxiliary TCP data is now fatal.Ruslan Ermilov2000-10-191-16/+15