summaryrefslogtreecommitdiffstats
path: root/sys/netinet
Commit message (Expand)AuthorAgeFilesLines
* Be more restrictive with segment validity checks in syncache_expand()andre2007-05-181-3/+42
* o Add syslog logging under LOG_DEBUG to various failures caused byandre2007-05-181-5/+38
* Add tcp_log_addrs() function to generate and standardized TCP log lineandre2007-05-184-22/+101
* Fix statistical accounting for bytes and packets during sack retransmits.jhb2007-05-181-1/+1
* - Disabled responding to NI queries from a global address by default asjinmei2007-05-171-0/+5
* - Fixed 1-2-1 model to not worry about associd in sockoptsrrs2007-05-1713-103/+174
* Unbreak IPv4 kernel build.oleg2007-05-171-0/+2
* Remove leading spaces before tabs spotted thanks to silby usingrwatson2007-05-161-3/+3
* Remove now unused stuff forgotten in the previous commit.andre2007-05-161-4/+0
* Move TIME_WAIT related functions and timer handling from filesandre2007-05-166-205/+201
* When verifying the IPv4 UDP checksum, don't overwrite the checksumdwmalone2007-05-161-5/+7
* Complete the (mechanical) move of the TCP reassembly and timewaitandre2007-05-135-624/+23
* Drop everything that doesn't belong into this new file.andre2007-05-111-1929/+0
* Drop everything that doesn't belong into this new file.andre2007-05-111-2980/+0
* Make the TCP timer callout obtain Giant if the network stack is markedandre2007-05-111-2/+6
* Add the timestamp offset to struct tcptw so we can generate properandre2007-05-113-6/+13
* Coalesce two identical UCB licenses into a single license instance withrwatson2007-05-111-108/+87
* Minor white space and style cleanups.rwatson2007-05-111-36/+27
* White space and style cleanup.rwatson2007-05-111-10/+11
* Minor white space/style normalization.rwatson2007-05-111-6/+8
* Normalize style a bit: reduce pseudo-randomness of comment layout andrwatson2007-05-112-74/+75
* Reduce network stack oddness: implement .pru_sockaddr and .pru_peeraddrrwatson2007-05-116-26/+18
* Remove unneeded wrappers for in_setsockaddr() and in_setpeeraddr(), whichrwatson2007-05-113-74/+6
* Fix an incorrect replace of a timer reference made during the TCP timerandre2007-05-101-1/+1
* Move universally to ANSI C function declarations, with relativelyrwatson2007-05-1024-253/+149
* Two major items here:rrs2007-05-0913-1792/+1119
* o Fix style(9) bugs introduced in the last commit.maxim2007-05-092-6/+6
* o Unbreak "options TCPDEBUG" && "nooptions INET6" kernel build.maxim2007-05-092-0/+4
* - Copyright change, cisco's silly tool wants it to say:rrs2007-05-0834-34/+34
* - Get rid of the sctp_inpcb_free() "magic numbers", now theyrrs2007-05-084-11/+31
* - Static analyisis fixes for cisco's commit (this is equivilantrrs2007-05-0813-250/+297
* - More macros for OS compatabiltyrrs2007-05-0820-710/+1224
* Rather than selectively zeroing fields in the tcp_debug structurerwatson2007-05-071-42/+15
* Since udp_peeraddr() and udp_sockaddr() directly wrap in_setpeeraddr()rwatson2007-05-071-25/+2
* Minor style tweaks.rwatson2007-05-071-17/+22
* When setting up timewait state for a TCP connection, don't hold therwatson2007-05-072-2/+2
* Remove unused requested_s_scale from struct tcpcb.andre2007-05-062-3/+2
* Use existing TF_SACK_PERMIT flag in struct tcpcb t_flags field instead ofandre2007-05-068-59/+60
* o Remove redundant tcp reassembly check in header prediction codeandre2007-05-062-38/+18
* Reorder the TCP header prediction test to check for the most volatileandre2007-05-062-8/+12
* Remove the defunct remains of the TCPS_TIME_WAIT cases from tcp_do_segmentandre2007-05-062-130/+34
* Fix two comments.andre2007-05-061-2/+2
* Two bugs:rrs2007-05-062-10/+37
* Add global mutex tcp_debug_mtx, which will protect global TCP debuggingrwatson2007-05-042-13/+32
* Tweak comment at end of tcp_input() when calling into tcp_do_segment(): therwatson2007-05-042-6/+6
* Fixes a missing unlock in the one-2-one hash table, ifrrs2007-05-042-0/+4
* Add support for filtering on Routing Header Type 0 andbz2007-05-042-0/+6
* sblock() implements a sleep lock by interlocking SB_WANT and SB_LOCK flagsrwatson2007-05-031-15/+10
* - Somehow the disable fragment option got lost. We couldrrs2007-05-0217-354/+562
* Remove unused pcbinfo arguments to in_setsockaddr() andrwatson2007-05-016-14/+12
OpenPOWER on IntegriCloud