aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet
Commit message (Expand)AuthorAgeFilesLines
* Add INP_INFO_UNLOCK_ASSERT() and use it in tcp_input(). Also add someAndre Oppermann2007-04-043-0/+9
* Move last tcpcb initialization for the inbound connection case fromAndre Oppermann2007-04-043-20/+7
* Some local and style(9) cleanups.Andre Oppermann2007-04-042-36/+41
* Retire unused TCP_SACK_DEBUG.Andre Oppermann2007-04-047-7/+0
* In tcp_dooptions() skip over SACK options if it is a SYN segment.Andre Oppermann2007-04-042-0/+4
* Include string.h for non-kernel builds to get proper memcpy prototype.Alexander Kabaev2007-04-041-0/+1
* Include string.h for non-kernel builds to get proper strcpy, strlenAlexander Kabaev2007-04-041-0/+1
* Do not assign result of (char *) cast to u_char * variable.Alexander Kabaev2007-04-041-1/+1
* Since we switched to using monatomically increasing timestamps,Julian Elischer2007-04-031-0/+9
* - fixed several places where we did not release INP locks.Randall Stewart2007-04-0316-207/+375
* - Found bug in min split point bundling which causedRandall Stewart2007-03-3114-362/+532
* Fix a bug in IPv4 address configuration exposed by refcounting.Bruce M Simpson2007-03-291-13/+40
* When blackholing do a 'dropunlock' in the new world order to prevent theAndre Oppermann2007-03-282-2/+2
* Remove stale comment about not enabling inpcb and inpcbinfo lock assertionsRobert Watson2007-03-281-5/+0
* In tcp_sack_doack() remove too tight KASSERT() added in last revision. ThisAndre Oppermann2007-03-251-14/+16
* Replace a comment about RSVP/mrouting with a different but similar commentRobert Watson2007-03-251-5/+4
* o Use a define for a buffer size.Maxim Konovalov2007-03-243-3/+22
* Split tcp_input() into its two functional parts:Andre Oppermann2007-03-232-264/+416
* Tidy up some code to conform better to surroundings and style(9), 0 = NULLAndre Oppermann2007-03-232-34/+32
* Bring SACK option handling in tcp_dooptions() in line with all otherAndre Oppermann2007-03-233-8/+15
* Purge two redundant case labels.Bruce M Simpson2007-03-231-2/+0
* Remove global list of all llinfo_arp entries and use a callout perGleb Smirnoff2007-03-221-50/+23
* ANSIfy function declarations and remove register keywords for variables.Andre Oppermann2007-03-218-146/+73
* Match up SYSCTL declarations in style.Andre Oppermann2007-03-211-8/+8
* Subtract optlen in the maximum length check for TSO and finally avoidAndre Oppermann2007-03-211-1/+1
* Tidy up IPFIREWALL_FORWARD sections and comments.Andre Oppermann2007-03-212-8/+6
* Update and clarify comments in first section of tcp_input().Andre Oppermann2007-03-212-30/+26
* Tidy up the ACCEPTCONN section of tcp_input(), ajust comments and removeAndre Oppermann2007-03-212-114/+54
* Tidy up tcp_log_in_vain and blackhole.Andre Oppermann2007-03-212-88/+62
* Make TCP_DROP_SYNFIN a standard part of TCP. Disabled by default itAndre Oppermann2007-03-213-11/+0
* Remove tcp_minmssoverload DoS detection logic. The problem it tried toAndre Oppermann2007-03-217-160/+0
* Increase default size of raw IP send and receive buffers to the same asBruce M Simpson2007-03-201-8/+2
* - window update sacks sent incorrectly afterRandall Stewart2007-03-209-36/+33
* Implement reference counting for ifmultiaddr, in_multi, and in6_multiBruce M Simpson2007-03-202-75/+115
* Match up SYSCTL declaration style.Andre Oppermann2007-03-197-73/+83
* Match up SYSCTL_INT declarations in style.Andre Oppermann2007-03-191-2/+2
* Maintain a pointer and offset pair into the socket buffer mbuf chain toAndre Oppermann2007-03-191-3/+13
* Adds a hash table to speed local address lookupRandall Stewart2007-03-195-7/+74
* - errno -> becomes error in sctp_output.c and sctputil.cRandall Stewart2007-03-197-77/+147
* In IPv4 fast forwarding path, send ICMP unreachable messages forBruce M Simpson2007-03-181-1/+2
* Unbreak IPv6 after consolidation of TCP options insertion.Andre Oppermann2007-03-171-3/+2
* Fix the most obvious of the bugs introduced by recent syncache changesKip Macy2007-03-171-0/+3
* Remove unused and #if 0'd net.inet.tcp.tcp_rttdflt sysctl.Robert Watson2007-03-162-12/+0
* Consolidate insertion of TCP options into a segment from within tcp_output()Andre Oppermann2007-03-156-234/+264
* - Sysctl's move to seperate fileRandall Stewart2007-03-1528-4004/+4759
* Diff reduction with NetBSD; use IN_LOCAL_GROUP() to check if an addressBruce M Simpson2007-03-151-1/+1
* Fix IP_SENDSRCADDR semantics.Bruce M Simpson2007-03-081-4/+11
* This patch is provided to fix a couple of deployment issues observedQing Li2007-03-072-10/+14
* Purge an out-of-date comment.Bruce M Simpson2007-03-041-1/+0
* Fix undirected broadcast sends for the case where SO_DONTROUTE has alsoBruce M Simpson2007-03-011-11/+14