summaryrefslogtreecommitdiffstats
path: root/sys/netinet
Commit message (Expand)AuthorAgeFilesLines
* 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
* Opps... my bad.. we don't need a SOCK_UNLOCK() afterrrs2010-06-071-1/+0
* Fix so we call socantrcvmore_locked so werrs2010-06-071-1/+1
* 1) Optimize the cleanup and don't always depend onrrs2010-06-064-7/+28
* Ok, yet another bug in killing off all the hundredsrrs2010-06-064-3/+11
* 1) Further enhance the INVARIANT lock validation (no locks) arerrs2010-06-061-1/+8
* Fix a bug in the sctp_inpcb_free. Basically if the socketrrs2010-06-061-0/+4
* Fix a bug in sctp_abort_assoc(). DON'T call the sctp_inpcb_freerrs2010-06-061-7/+0
* Hopefully this fixes a LOR by makingrrs2010-06-061-22/+17
* Bruce's fix for some return's inrrs2010-06-061-0/+8
* Purge out a Windows def that somehow slippedrrs2010-06-051-7/+1
* Spacing issuesrrs2010-06-052-6/+5
* This change does the following:rrs2010-06-051-13/+23
* Use the proper increment macro when increasing therrs2010-06-051-3/+4
* This does two changes:rrs2010-06-052-6/+18
* This fixes a bug in the close up of a socket thatrrs2010-06-051-2/+15
* Virtualize the IPv4 multicast routing code.zec2010-06-023-204/+260
* This patch fixes the problem where proxy ARP entries cannot be addedqingli2010-05-254-6/+7
OpenPOWER on IntegriCloud