summaryrefslogtreecommitdiffstats
path: root/sys/netinet
Commit message (Expand)AuthorAgeFilesLines
* While I'm here, get rid of (now useless) MCLISREFERENCED and use MEXT_IS_REFbmilekic2000-11-111-6/+2
* Fixed the security breach I introduced in rev 1.145.ru2000-11-071-3/+3
* tp->snd_recover is part of the New Reno recovery algorithm, and shouldjlemon2000-11-042-2/+12
* Fixed the bug I have introduced in icmp_error() in revision 1.44.ru2000-11-021-1/+1
* Wrong checksum may have been computed for certain UDP packets.ru2000-11-011-1/+1
* Wrong checksum used for certain reassembled IP packets before diverting.ru2000-11-011-1/+4
* It's no longer true that "nobody uses ia beyond here"; it's nowjoe2000-11-011-1/+1
* Do not waste a time saving a copy of IP header if we are certainlyru2000-10-311-1/+2
* Added boolean argument to link searching functions, indicatingru2000-10-307-107/+42
* A significant rewrite of PPTP aliasing code.ru2000-10-304-151/+265
* Move suser() and suser_xxx() prototypes and a related #define fromphk2000-10-294-4/+0
* Remove unneeded #include <sys/proc.h> lines.phk2000-10-292-2/+0
* Fix conflicts creted by import.darrenr2000-10-298-41/+51
* Count per-address statistics for IP fragments.joe2000-10-291-2/+6
* Include sys/param.h for `__FreeBSD_version' rather than the non-existentobrien2000-10-271-2/+2
* Convert all users of fldoff() to offsetof(). fldoff() is badphk2000-10-276-11/+0
* Fetch the protocol header (TCP, UDP, ICMP) only from the first fragmentru2000-10-271-16/+11
* RFC 791 says that IP_RF bit should always be zero, but nothingru2000-10-261-52/+29
* fix conflicts from rcsidsdarrenr2000-10-2614-178/+599
* Wrong header length used for certain reassembled IP packets.ru2000-10-261-2/+2
* Close PR22152 and PR19511 -- correct the naming of a variableluigi2000-10-261-1/+1
* We now keep the ip_id field in network byte order all theru2000-10-251-0/+4
* be careful on mbuf overrun on ctlinput.itojun2000-10-232-2/+12
* Save a few CPU cycles in IP fragmentation code.ru2000-10-201-3/+1
* Augment the 'ifaddr' structure with a 'struct if_data' to keepjoe2000-10-192-1/+13
* A failure to allocate memory for auxiliary TCP data is now fatal.ru2000-10-191-16/+15
* If we do not byte-swap the ip_id in the first place, don't do it inru2000-10-181-0/+2
* Backout my wrong attempt to fix the compilation warning in ip_input.cru2000-10-121-1/+1
* Fix the compilation warning.ru2000-10-121-1/+1
* Allow for IP_FW_ADD to be used in getsockopt(2) incarnation asru2000-10-122-1/+4
* Remove headers not needed.alfred2000-10-072-26/+0
* As we now may check the TCP header window field, make sure we pullupru2000-10-061-4/+4
* Added the missing ntohs() conversion when matching IP packet withru2000-10-031-1/+1
* If TCPDEBUG is defined, we could dereference a tp which was freed.jlemon2000-10-021-1/+1
* A bit of indentation reformatting.ru2000-10-021-33/+21
* Add new fields for more granularity:billf2000-10-021-4/+48
* Add new fields for more granularity:billf2000-10-021-1/+28
* Document that net.inet.ip.fw.one_pass only affects dummynet(4).ru2000-09-291-1/+1
* Use stronger random number generation for TCP_ISSINCR and tcp_iss.kris2000-09-293-3/+3
* Finally make do_tcpdrain sysctl live under correct parent, _net_inet_tcp,bmilekic2000-09-252-4/+4
* Fixed the calculations with UDP header length field.ru2000-09-211-2/+2
* change the evaluation order of the rsvp socket in rsvp_input()kjc2000-09-171-31/+19
* Properly jail UDP sockets. This is quite a bit more tricky than TCP.phk2000-09-171-5/+19
* Reverse last commit, a better fix has been found.phk2000-09-171-8/+3
* Make sure UDP sockets are explicitly bind(2)'ed [sic] before we connect(2)phk2000-09-171-3/+8
* It is possible for a TCP callout to be removed from the timing wheel,jlemon2000-09-161-5/+5
* Add -Wmissing-prototypes.ru2000-09-152-5/+8
* m_cat() can free its second argument, so collect the checksum informationjlemon2000-09-141-1/+1
* Follow BSD/OS and NetBSD, keep the ip_id field in network order all the time.ru2000-09-148-19/+6
* Fix screwup in previous commit.billf2000-09-121-1/+3
OpenPOWER on IntegriCloud