aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* TSO engine of L1 requires a separate DMA descriptor for TCPPyun YongHyeon2012-10-301-32/+49
* Actually check board type rather than using a specialized octeon_is_simulationJuli Mallett2012-10-308-30/+9
* Remove oct_read64 and oct_write64 and use their equivalents from the SimpleJuli Mallett2012-10-302-145/+11
* Remove stale declarations.Juli Mallett2012-10-301-3/+0
* Move the call to platform_gpio_init() into initarm_gpio_init() to reduceAndrew Turner2012-10-301-5/+5
* Speed feature tests and initialize helper configuration that some CPUs require.Juli Mallett2012-10-304-2/+9
* Separate interrupts enable/disable logic from setting port parameters.Oleksandr Tymoshenko2012-10-301-6/+13
* s/dettach/detach/gXin LI2012-10-301-3/+3
* Minor addition to r242323:Alexander Motin2012-10-292-4/+4
* Whitespace changes due to upstream integration of SCTP changes in theMichael Tuexen2012-10-293-53/+39
* Add braces (as used elsewhere in the SCTP code).Michael Tuexen2012-10-291-2/+2
* Use ntohs() and htons() in correct order. However, this doesn't changeMichael Tuexen2012-10-291-1/+1
* backout r242319, racy and not done in the right placeBaptiste Daroussin2012-10-292-18/+0
* Add basic BIO_DELETE support to GEOM RAID class for all RAID levels.Alexander Motin2012-10-2912-173/+91
* Fix locking problem in disk_resize(); previously it would run withoutEdward Tomasz Napierala2012-10-293-26/+20
* Add BCM2835 SDHCI driver and enable it in Raspberry Pi configOleksandr Tymoshenko2012-10-294-1/+371
* Add new quirks:Oleksandr Tymoshenko2012-10-292-16/+61
* make pw_init and gr_init fail if the specified master password or group file isBaptiste Daroussin2012-10-292-0/+20
* Work around broken device tree on last-generation PowerPC iMacsNathan Whitehorn2012-10-291-0/+4
* Make GEOM RAID more aggressive in marking volumes as clean on shutdownAlexander Motin2012-10-291-17/+20
* Forced commit to provide the correct commit message to r242251:Andre Oppermann2012-10-291-3/+3
* In soreceive_stream() don't drop an already dequeued mbuf chain byAndre Oppermann2012-10-291-5/+11
* Define the delayed ACK timeout value directly as hz/10 instead ofAndre Oppermann2012-10-291-1/+1
* Add logging for socket attach failures in sonewconn() during accept(2).Andre Oppermann2012-10-291-5/+21
* add support for newer Lenovo ThinkPads to acpi_ibmBaptiste Daroussin2012-10-291-1/+1
* Since the macro dtom() has been removed, fix comments about the dtom.Kevin Lo2012-10-292-3/+3
* Add a sysctl to change the LED display.Juli Mallett2012-10-291-0/+41
* Load ipdivert.ko when natd_enable=YES.Hiroki Sato2012-10-291-4/+4
* Replace the page hold queue, PQ_HOLD, by a new page flag, PG_UNHOLDFREE,Alan Cox2012-10-292-22/+21
* Clarify a warning message.Tim Kientzle2012-10-291-1/+2
* Wrap some long lines and display board serial numbers at boot.Juli Mallett2012-10-291-2/+8
* Compiler have a precise knowledge of the content of sched_pin() andAttilio Rao2012-10-291-0/+2
* Use Simple Executive LED display routines, which correctly use the LED baseJuli Mallett2012-10-296-228/+21
* Recognize the Marvell 88E1145 Quad Gigabit PHY.Juli Mallett2012-10-291-0/+1
* Begin fleshing out some software queue awareness for TIM handling withAdrian Chadd2012-10-285-3/+259
* Make it clear that NULL can only be returned when M_NOWAIT was used.Edward Tomasz Napierala2012-10-281-4/+6
* Remove useless check; vm_pindex_t is unsigned on all architectures.Edward Tomasz Napierala2012-10-281-1/+1
* If the user has closed the socket then drop a persisting connectionAndre Oppermann2012-10-281-0/+10
* Increase the initial CWND to 10 segments as defined in IETF TCPMAndre Oppermann2012-10-282-0/+14
* Declare functions as static and move global variables to the top;Edward Tomasz Napierala2012-10-281-13/+12
* Update comment to reflect the change made in r242263.Andre Oppermann2012-10-281-1/+1
* Add SACK_PERMIT to the list of TCP options that are switched off afterAndre Oppermann2012-10-281-1/+1
* Simplify and enhance the window change/update acceptance logic,Andre Oppermann2012-10-281-16/+47
* For retransmits of SYN|ACK from the syncache use the slightly moreAndre Oppermann2012-10-282-1/+2
* When retransmitting SYN in TCPS_SYN_SENT state use TCPTV_RTOBASE,Andre Oppermann2012-10-281-1/+1
* Fix two problems that caused instant panic when the device mountedEdward Tomasz Napierala2012-10-282-3/+7
* Add a temporary (for values of "temporary") work around for hotplugAdrian Chadd2012-10-281-1/+9
* Remove bogus 'else' in #ifdef that prevented the rttvar from being resetAndre Oppermann2012-10-281-1/+0
* Improve m_cat() by being able to also merge contents from M_EXTAndre Oppermann2012-10-281-3/+3
* Allow arbitrary MSS sizes and don't mind about the cluster size anymore.Andre Oppermann2012-10-281-11/+2