aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet
Commit message (Expand)AuthorAgeFilesLines
* Despite several examples in the kernel, the third argument ofDavid Malone2007-06-041-1/+1
* - fix initial pcb vrf setting when the initial vrf is not theRandall Stewart2007-06-026-39/+32
* - Take out the broken table-id concept. Panda Routers have a M-VRFRandall Stewart2007-06-0113-148/+160
* - Move rusage from being per-process in struct pstats to per-thread inJeff Roberson2007-06-011-1/+1
* (1) In tcp_usrclosed(), tp can never become NULL, so don't test for NULLRobert Watson2007-05-311-4/+3
* - Fixed (Apple) compiler warnings in sctp_input.c, sctputil.c, sctp_output.cRandall Stewart2007-05-303-104/+108
* - Fix a memory overwrite when the mapping arrayRandall Stewart2007-05-3010-131/+140
* Adds gcc attribute to prevent inlining of a function. IfRandall Stewart2007-05-291-5/+8
* - Fix spelling errors in comments per Ruslan (.. thanks... )Randall Stewart2007-05-292-4/+4
* - Fixes so we won't try to start a timer when weRandall Stewart2007-05-2917-86/+421
* Make log messages more verbose and simpler to understand for non-experts.Andre Oppermann2007-05-282-58/+85
* Fix indentation of the syncache_expand() section in tcp_input().Andre Oppermann2007-05-281-52/+52
* - fixed autclose to not allow setting on 1-2-1 model.Randall Stewart2007-05-2816-358/+787
* Refactor and rewrite in parts the SYN handling code on listen socketsAndre Oppermann2007-05-283-45/+125
* Normalize spelling and grammar in TCP hostcache comments.Robert Watson2007-05-271-67/+66
* In tcp_timer_2msl(), tp can never become NULL, so don't check it forRobert Watson2007-05-271-1/+1
* Don't assign sp to the value of s when we're about to assign it instead toRobert Watson2007-05-271-1/+1
* The printf %b list in PRINT_TH_FLAGS has to be in octal numbering.Andre Oppermann2007-05-251-1/+1
* Add CWR back into the PRINT_TH_FLAGS list as gcc42 doesn't complainAndre Oppermann2007-05-231-1/+1
* In tcp_log_addrs():Andre Oppermann2007-05-231-5/+7
* Be more restrictive with segment validity checks in syncache_expand()Andre Oppermann2007-05-181-3/+42
* o Add syslog logging under LOG_DEBUG to various failures caused byAndre Oppermann2007-05-181-5/+38
* Add tcp_log_addrs() function to generate and standardized TCP log lineAndre Oppermann2007-05-184-22/+101
* Fix statistical accounting for bytes and packets during sack retransmits.John Baldwin2007-05-181-1/+1
* - Disabled responding to NI queries from a global address by default asJINMEI Tatuya2007-05-171-0/+5
* - Fixed 1-2-1 model to not worry about associd in sockoptsRandall Stewart2007-05-1713-103/+174
* Unbreak IPv4 kernel build.Oleg Bulyzhin2007-05-171-0/+2
* Remove leading spaces before tabs spotted thanks to silby usingRobert Watson2007-05-161-3/+3
* Remove now unused stuff forgotten in the previous commit.Andre Oppermann2007-05-161-4/+0
* Move TIME_WAIT related functions and timer handling from filesAndre Oppermann2007-05-166-205/+201
* When verifying the IPv4 UDP checksum, don't overwrite the checksumDavid Malone2007-05-161-5/+7
* Complete the (mechanical) move of the TCP reassembly and timewaitAndre Oppermann2007-05-135-624/+23
* Drop everything that doesn't belong into this new file.Andre Oppermann2007-05-111-1929/+0
* Drop everything that doesn't belong into this new file.Andre Oppermann2007-05-111-2980/+0
* Make the TCP timer callout obtain Giant if the network stack is markedAndre Oppermann2007-05-111-2/+6
* Add the timestamp offset to struct tcptw so we can generate properAndre Oppermann2007-05-113-6/+13
* Coalesce two identical UCB licenses into a single license instance withRobert Watson2007-05-111-108/+87
* Minor white space and style cleanups.Robert Watson2007-05-111-36/+27
* White space and style cleanup.Robert Watson2007-05-111-10/+11
* Minor white space/style normalization.Robert Watson2007-05-111-6/+8
* Normalize style a bit: reduce pseudo-randomness of comment layout andRobert Watson2007-05-112-74/+75
* Reduce network stack oddness: implement .pru_sockaddr and .pru_peeraddrRobert Watson2007-05-116-26/+18
* Remove unneeded wrappers for in_setsockaddr() and in_setpeeraddr(), whichRobert Watson2007-05-113-74/+6
* Fix an incorrect replace of a timer reference made during the TCP timerAndre Oppermann2007-05-101-1/+1
* Move universally to ANSI C function declarations, with relativelyRobert Watson2007-05-1024-253/+149
* Two major items here:Randall Stewart2007-05-0913-1792/+1119
* o Fix style(9) bugs introduced in the last commit.Maxim Konovalov2007-05-092-6/+6
* o Unbreak "options TCPDEBUG" && "nooptions INET6" kernel build.Maxim Konovalov2007-05-092-0/+4
* - Copyright change, cisco's silly tool wants it to say:Randall Stewart2007-05-0834-34/+34
* - Get rid of the sctp_inpcb_free() "magic numbers", now theyRandall Stewart2007-05-084-11/+31