summaryrefslogtreecommitdiffstats
path: root/sys/netinet
Commit message (Expand)AuthorAgeFilesLines
* 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
* Rename some fields of struct inpcbinfo to have the ipi_ prefix,rwatson2007-04-307-77/+113
* o Kill EOLWS while I'm here.maxim2007-04-301-2/+2
* o Fix strtoul() error conditions check.maxim2007-04-301-1/+1
* o Fix INP lock leak in the minttl caseandre2007-04-232-10/+12
* Fixes cut and paste bug using wrong pointer reference.rrs2007-04-231-6/+6
* Moves the PCB features and flags from sctp_pcb.h torrs2007-04-222-53/+54
* - Somehow the disable fragment option got lost. We couldrrs2007-04-2212-57/+150
* o Remove unncessary TOF_SIGLEN flag from struct tcpoptandre2007-04-203-8/+9
* Add more KASSERT's.andre2007-04-202-0/+8
* o Remove unused and redundant TCP option definitionsandre2007-04-203-15/+6
OpenPOWER on IntegriCloud