summaryrefslogtreecommitdiffstats
path: root/sys/netinet
Commit message (Expand)AuthorAgeFilesLines
* - 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
* Update and clarify comments in first section of tcp_input().andre2007-03-212-30/+26
* Tidy up the ACCEPTCONN section of tcp_input(), ajust comments and removeandre2007-03-212-114/+54
* Tidy up tcp_log_in_vain and blackhole.andre2007-03-212-88/+62
* Make TCP_DROP_SYNFIN a standard part of TCP. Disabled by default itandre2007-03-213-11/+0
* Remove tcp_minmssoverload DoS detection logic. The problem it tried toandre2007-03-217-160/+0
* Increase default size of raw IP send and receive buffers to the same asbms2007-03-201-8/+2
* - window update sacks sent incorrectly afterrrs2007-03-209-36/+33
* Implement reference counting for ifmultiaddr, in_multi, and in6_multibms2007-03-202-75/+115
* Match up SYSCTL declaration style.andre2007-03-197-73/+83
* Match up SYSCTL_INT declarations in style.andre2007-03-191-2/+2
* Maintain a pointer and offset pair into the socket buffer mbuf chain toandre2007-03-191-3/+13
* Adds a hash table to speed local address lookuprrs2007-03-195-7/+74
* - errno -> becomes error in sctp_output.c and sctputil.crrs2007-03-197-77/+147
* In IPv4 fast forwarding path, send ICMP unreachable messages forbms2007-03-181-1/+2
* Unbreak IPv6 after consolidation of TCP options insertion.andre2007-03-171-3/+2
* Fix the most obvious of the bugs introduced by recent syncache changeskmacy2007-03-171-0/+3
* Remove unused and #if 0'd net.inet.tcp.tcp_rttdflt sysctl.rwatson2007-03-162-12/+0
* Consolidate insertion of TCP options into a segment from within tcp_output()andre2007-03-156-234/+264
OpenPOWER on IntegriCloud