summaryrefslogtreecommitdiffstats
path: root/sys/netinet
Commit message (Expand)AuthorAgeFilesLines
* - 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
* Remove bogus check for accept queue length and associated failure handlingandre2007-04-204-35/+23
* Simplifly syncache_expand() and clarify its semantics. Zero is returnedandre2007-04-203-33/+20
* Only update TCP timestamp on SYN duplication if it is present onandre2007-04-201-1/+3
* o Plug memory leak in syncache_add() on MAC label allocation failure.andre2007-04-201-18/+12
* - More work on making send lock contention.rrs2007-04-1911-88/+214
* Make tcp_twrespond() use tcp_addoptions() instead of a home grown version.andre2007-04-182-22/+12
* When we run into the syncache entry limits syncache_add() triesandre2007-04-171-2/+2
* Shorten text string for ip_fw2 dynamic rules zone by removing the wordrwatson2007-04-171-1/+1
* Remove unused variable tcbinfo_mtx.rwatson2007-04-152-2/+0
* Fix stupid syntax error - Pointy hat to me :-(rrs2007-04-151-7/+7
* - Add more comments to sctps_stats struture in sctp_uio.hrrs2007-04-155-266/+293
* Fix a typeo - unbreak the build.mlaier2007-04-141-1/+1
* - fix source address selection when picking an acceptable addressrrs2007-04-1412-404/+489
* Make "struct tcp_timer" visible only to the kernel, and unbreak world.ru2007-04-111-12/+13
* Change the TCP timer system from using the callout system five timesandre2007-04-1111-315/+427
* Add a new privilege, PRIV_NETINET_REUSEPORT, which will replace superuserrwatson2007-04-101-1/+2
* Prevent the usage of an uninitialized variable: do not acceptpiso2007-04-071-0/+11
* Silence Coverity about an unused variable.piso2007-04-071-1/+1
OpenPOWER on IntegriCloud