summaryrefslogtreecommitdiff
path: root/sys/netinet
Commit message (Expand)AuthorAgeFilesLines
* Try to make the MBUF_FRAG_TEST code work better.Maxime Henrion2003-03-251-12/+10
* Add the MBUF_FRAG_TEST option. When compiled in, this optionMike Silbersack2003-03-251-0/+30
* Use __packed instead of __attribute__((__packed__)).Maxime Henrion2003-03-221-1/+3
* Add a sysctl node allowing the specification of an address mask to useMatthew N. Dodd2003-03-211-2/+9
* Add comments regarding the ICMP timestamp fields.Matthew N. Dodd2003-03-211-4/+4
* Add a 'verrevpath' option that verifies the interface that a packetCrist J. Clark2003-03-152-0/+52
* Greatly simplify the unlocking logic by holding the TCP protocol lock untilJeffrey Hsu2003-03-132-16/+4
* Add support for RFC 3390, which allows for a variable-sizedJeffrey Hsu2003-03-132-4/+18
* Implement the Limited Transmit algorithm (RFC 3042).Jeffrey Hsu2003-03-122-0/+28
* correct two more flag misuses; m_tag* use malloc flagsSam Leffler2003-03-121-1/+1
* Remove check for t_state == TCPS_TIME_WAIT and introduce the tw structure.Jonathan Lemon2003-03-081-13/+15
* Remove a panic(); if the zone allocator can't provide more timewaitJonathan Lemon2003-03-087-73/+116
* Finish driving a stake through the heart of netns and the associatedPeter Wemm2003-03-052-24/+0
* Update netisr handling; Each SWI now registers its queue, and all queueJonathan Lemon2003-03-046-92/+46
* More low-hanging fruit: kill caddr_t in calls to wakeup(9) / [mt]sleep(9).Dag-Erling Smørgrav2003-03-022-2/+2
* In timewait state, if the incoming segment is a pure in-sequence ackJonathan Lemon2003-02-262-4/+8
* The TCP protocol lock may still be held if the reassembly queue dropped FIN.Jonathan Lemon2003-02-262-2/+4
* Fix a condition so that ip reassembly queues are emptied immediatelyMike Silbersack2003-02-261-1/+1
* When generating a TCP response to a connection, not only test if theRobert Watson2003-02-252-2/+2
* style(9): join lines.Maxim Konovalov2003-02-251-4/+2
* Ip reassembly queue structure has ipq_nfrags now. Count a number ofMaxim Konovalov2003-02-251-7/+15
* Hold the TCP protocol lock while modifying the connection hash table.Jeffrey Hsu2003-02-251-4/+4
* Fix a comment which didn't match the new cookie behavior.Mike Silbersack2003-02-241-1/+1
* tcp_twstart() need to be called with the TCP protocol lock held to avoidJeffrey Hsu2003-02-242-12/+16
* Pass the right function to callout_reset() for a compressedJeffrey Hsu2003-02-242-2/+2
* Improve the security and performance of syncookies:Mike Silbersack2003-02-231-26/+47
* Yesterday just wasn't my day. Remove testing delta that crept into the diff.Jonathan Lemon2003-02-232-2/+2
* Add a new config option IPSEC_FILTERGIF to control whether or notSam Leffler2003-02-231-0/+7
* Check to see if the TF_DELACK flag is set before returning fromJonathan Lemon2003-02-222-16/+14
* Add the ability to limit the number of IP fragments allowed per packet,Mike Silbersack2003-02-222-4/+29
* - m = m_gethdr(M_NOWAIT, MT_HEADER);Poul-Henning Kamp2003-02-212-2/+2
* The ancient and outdated concept of "privileged ports" in UNIX-typeCrist J. Clark2003-02-211-2/+15
* Remove unused variables in the IPSEC case.Jonathan Lemon2003-02-201-1/+0
* Unbreak non-IPV6 compilation.Jonathan Lemon2003-02-192-8/+20
* Add a TCP TIMEWAIT state which uses less space than a fullblown TCPJonathan Lemon2003-02-1911-162/+984
* Convert tcp_fillheaders(tp, ...) -> tcpip_fillheaders(inp, ...) so theJonathan Lemon2003-02-195-82/+71
* Correct comments.Jonathan Lemon2003-02-192-14/+8
* Clean up delayed acks and T/TCP interactions:Jonathan Lemon2003-02-193-59/+58
* Back out M_* changes, per decision of the TRB.Warner Losh2003-02-1919-43/+43
* o Fix ipfw uid rules: socheckuid() returns 0 when uid matches a socketMaxim Konovalov2003-02-171-2/+2
* Take advantage of pre-existing lock-free synchronization and type stable memoryJeffrey Hsu2003-02-153-11/+10
* The protocol lock is always held in the dropafterack case, so we don'tJeffrey Hsu2003-02-132-4/+4
* in_pcbnotifyall() requires an exclusive protocol lock for notify functionsJeffrey Hsu2003-02-121-7/+7
* Properly document that syncache timer processing requires anJeffrey Hsu2003-02-121-3/+3
* s/IPSSEC/IPSEC/Seigo Tanimura2003-02-111-1/+1
* Get cosmetic changes out of the way before I add routing table SMP locks.Jeffrey Hsu2003-02-101-56/+47
* Avoid multiply for preemptive arp calculation since it hits everyOrion Hodson2003-02-081-6/+7
* MFS 1.64.2.22: Re-enable non pre-emptive ARP requests.Orion Hodson2003-02-041-14/+15
* Add the TCP flags to the log message whenever log_in_vain is 1, notCrist J. Clark2003-02-022-16/+6
* Move a comment and optimize the frag timeout code a slight bit.Mike Silbersack2003-02-011-3/+3