summaryrefslogtreecommitdiffstats
path: root/sys/netinet
Commit message (Expand)AuthorAgeFilesLines
...
* Use timestamp modulo comparison macro for automatic receive bufferandre2010-08-271-1/+1
* MFp4: anchie_soc2009 branch:anchie2010-08-191-0/+1
* If a TCP connection has been idle for one retransmit timeout or moreandre2010-08-182-15/+28
* Untangle the net.inet.tcp.log_in_vain and net.inet.tcp.log_debugandre2010-08-183-5/+29
* When calculating the expected memory size for userspace, also take thebz2010-08-181-1/+1
* Ensure a minimum "slop" of 10 extra pcb structures when providing ajhb2010-08-174-8/+9
* Fix the interaction between 'ICMP fragmentation needed' MTU updates,andre2010-08-152-6/+6
* Initializing the new error variable to zero in syncache_socket()andre2010-08-151-1/+1
* Add more logging points for failures in syncache_socket() toandre2010-08-151-5/+24
* When using TSO and sending more than TCP_MAXWIN sendalot is setandre2010-08-141-2/+5
* Change the messages of the ICMP bad port bandwidth limiter fromandre2010-08-141-1/+2
* Disable TCP inflight limiter by default.andre2010-08-141-1/+1
* Unbreak LINT by moving all carp hooks to net/if.c / netinet/ip_carp.h, withwill2010-08-113-24/+23
* Allow carp(4) to be loaded as a kernel module. Follow precedent set bywill2010-08-116-77/+167
* Address an edge condition that we found at work, where the carp(4)delphij2010-08-081-1/+2
* Don't use struct timezone.ed2010-08-081-4/+2
* Fix a bug where endpoints bound to wildcard addresses wheretuexen2010-08-051-0/+36
* Cleanup code.tuexen2010-08-011-2/+1
* Document the mandatory argument to the arptimer() andbz2010-07-311-5/+3
* MFp4 @181628:bz2010-07-311-6/+20
* Fix a bug in syncache where the initial CWND for new incoming connectionsandre2010-07-301-1/+2
* Fix the comment block that has the nicerrs2010-07-291-12/+22
* PR SCTP Bugs. Basically a full sized frame ofrrs2010-07-294-31/+48
* Fix operation of "netgraph" action in conjunction with theglebius2010-07-271-0/+2
* Fix a bug where the length of a FORWARD-TSN chunk was set incorrectly intuexen2010-07-261-4/+2
* Make sure that we report chunks if a socketrrs2010-07-261-7/+29
* When counting the number of chunks in therrs2010-07-261-13/+20
* - Move common code from the hook functions that fills in a packet node struct tolstewart2010-07-181-115/+87
* machine/cpu.h isn't appropriate for this file,so remove itimp2010-07-161-1/+0
* remove some conditional #ifdefs (no-op on FreeBSD);luigi2010-07-151-8/+4
* whitespace fixesluigi2010-07-151-2/+2
* fix a comment and final empty lineluigi2010-07-151-3/+5
* The SIFTR DPCPU statistics struct was not being zeroed between enable/disablelstewart2010-07-131-0/+2
* Catch up with the rename of DPCPU_SUM to DPCPU_VARSUM in r209978.lstewart2010-07-131-10/+10
* Improve last commit: use bpf_mtap2() to avoiding stack usage.glebius2010-07-091-13/+6
* Since r209216 bpf(4) searches for mbuf_tags(9) and thus will not work withglebius2010-07-081-6/+8
* This fixes a crash in SCTP. It was possible to have arrs2010-07-031-4/+10
* Import the Statistical Information For TCP Research (SIFTR) kernel module intolstewart2010-07-031-0/+1568
* Fix a bug that WILL cause a panic. Basicallyrrs2010-07-021-2/+2
* After processing the O_SKIPTO opcode our cmd points to the next rule, andglebius2010-06-291-2/+3
* Fix a bug I introduced in r209470.tuexen2010-06-241-2/+2
* * Implement sctp_does_stcb_own_this_addr() correclty. It was taking thetuexen2010-06-231-57/+151
* Fix a rece condition in the shutdown handling.tuexen2010-06-183-0/+40
* * Fix a bug where the length of the ASCONF-ACK was calculated wrong duetuexen2010-06-142-13/+20
* 3 Fixes -rrs2010-06-113-43/+28
* Found by Michael. In cases where we runrrs2010-06-091-0/+2
* Fix serveral bugs all having to do with freeing anrrs2010-06-091-22/+38
* BUG:Turns out we need to use both bit mapsrrs2010-06-091-11/+1
* 2 Bugs:rrs2010-06-081-2/+20
* This fixes a BUG in the handling of the cum-ack calculation.rrs2010-06-071-7/+12
OpenPOWER on IntegriCloud