summaryrefslogtreecommitdiffstats
path: root/sys/netinet
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add INP_INFO_UNLOCK_ASSERT() and use it in tcp_input(). Also add someandre2007-04-043-0/+9
* Move last tcpcb initialization for the inbound connection case fromandre2007-04-043-20/+7
* Some local and style(9) cleanups.andre2007-04-042-36/+41
* Retire unused TCP_SACK_DEBUG.andre2007-04-047-7/+0
* In tcp_dooptions() skip over SACK options if it is a SYN segment.andre2007-04-042-0/+4
* Include string.h for non-kernel builds to get proper memcpy prototype.kan2007-04-041-0/+1
* Include string.h for non-kernel builds to get proper strcpy, strlenkan2007-04-041-0/+1
* Do not assign result of (char *) cast to u_char * variable.kan2007-04-041-1/+1
* Since we switched to using monatomically increasing timestamps,julian2007-04-031-0/+9
* - fixed several places where we did not release INP locks.rrs2007-04-0316-207/+375
* - Found bug in min split point bundling which causedrrs2007-03-3114-362/+532
* Fix a bug in IPv4 address configuration exposed by refcounting.bms2007-03-291-13/+40
* When blackholing do a 'dropunlock' in the new world order to prevent theandre2007-03-282-2/+2
* Remove stale comment about not enabling inpcb and inpcbinfo lock assertionsrwatson2007-03-281-5/+0
* In tcp_sack_doack() remove too tight KASSERT() added in last revision. Thisandre2007-03-251-14/+16
* Replace a comment about RSVP/mrouting with a different but similar commentrwatson2007-03-251-5/+4
* o Use a define for a buffer size.maxim2007-03-243-3/+22
* Split tcp_input() into its two functional parts:andre2007-03-232-264/+416
* Tidy up some code to conform better to surroundings and style(9), 0 = NULLandre2007-03-232-34/+32
* Bring SACK option handling in tcp_dooptions() in line with all otherandre2007-03-233-8/+15
* Purge two redundant case labels.bms2007-03-231-2/+0
* Remove global list of all llinfo_arp entries and use a callout perglebius2007-03-221-50/+23
* ANSIfy function declarations and remove register keywords for variables.andre2007-03-218-146/+73
* Match up SYSCTL declarations in style.andre2007-03-211-8/+8
* Subtract optlen in the maximum length check for TSO and finally avoidandre2007-03-211-1/+1
* Tidy up IPFIREWALL_FORWARD sections and comments.andre2007-03-212-8/+6
OpenPOWER on IntegriCloud