]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/dev
cxgbe: set minimum burst size when fetching freelist buffers to 128B.
[FreeBSD/FreeBSD.git] / sys / dev /
2015-06-01 npcxgbe: set minimum burst size when fetching freelist...
2015-05-30 loosActually check the DTS node value to enable the uart...
2015-05-30 gremboig4 - Intel fourth gen integrated I2C SMBus driver.
2015-05-29 marcelDo not set d_fwsectors nor d_fwheads. Primarily because...
2015-05-29 glebiusUse device_printf() instead of if_printf(). No functio...
2015-05-29 kibRemove several write-only variables, all reported by...
2015-05-29 arybchiksfxge: do not use DEBUG_FLAGS to enable extra debug...
2015-05-29 rpauloacpi_ibm: add per-model default events mask.
2015-05-28 jhbCreate a separate kobj interface for leaf-driver PCI...
2015-05-28 slmThe wrong commit message was given with r283632. This...
2015-05-28 slmThe wrong commit message was given with r283632. To...
2015-05-28 scottlFollow-up r283636 with a fix to the other abuses of...
2015-05-27 glebiusTo avoid sleeping in firmware_get() with bwi mutex...
2015-05-27 glebiusIn bwi_mac_fw_alloc():
2015-05-27 glebiusSetup the interrupt handler after bwi_attach(). If...
2015-05-27 glebius- Don't request BUS_DMA_ALLOCNOW for dma tags, that...
2015-05-27 slmThis setting of stop_at_shutdown should have been remov...
2015-05-27 arybchiksfxge: mask ifmedia options (pauses) when looking for...
2015-05-25 glebiusChange three methods in struct ieee80211com, namely...
2015-05-25 glebiusSet ic_softc in all 802.11 drivers. Not required right...
2015-05-25 adrianUpdate wpi(4) to use the new mgmt RX API.
2015-05-25 adrianBegin plumbing ieee80211_rx_stats through the receive...
2015-05-25 glebiusUse ic_printf() instead of if_printf().
2015-05-25 glebiusStore softc in ic_softc and access it without using...
2015-05-25 glebiusDon't compare array to NULL.
2015-05-25 glebiusMake net80211 drivers supply their device name to the...
2015-05-25 arybchiksfxge: add 7xxx NICs family support
2015-05-24 gonzoRename fdt_find_child to ofw_bus_find_child. There...
2015-05-24 andrewRework the PSCI cpu on code to allow it to work before...
2015-05-24 ganboldThis implements default-state support as described in:
2015-05-22 jkimCALLOUT_MPSAFE has lost its meaning since r141428,...
2015-05-22 sbrunoBump rx_overruns when indicated by the ICR mask.
2015-05-22 arybchiksfxge: relax assertion to allow RST flag in TSO packets
2015-05-22 gonzoSwitch TI platform support code from using FreeBSD...
2015-05-22 gonzoAdd helper method fdt_find_child to make access to...
2015-05-22 davidcsAdd stat counters for Jumbo Frames using SGE ring.
2015-05-21 davidcsLimit the size of the posted receive buffers in Rx...
2015-05-21 loosRaise the SDHCI timeout to 10 seconds and add a sysctl...
2015-05-21 jkimDo not probe Intel PIIX4 south bridge quirks on amd64...
2015-05-21 loosAdd the MMC/SD driver for Allwinner SoCs.
2015-05-19 impRe-select the SD card before getting the SD status...
2015-05-19 jhbFix two bugs that could result in PMC sampling effectiv...
2015-05-19 jhbUse the proper mask when reloading sampling PMCs for...
2015-05-19 jhbUse fixed enum values for PMC_CLASSES().
2015-05-19 jhbRemove executable property from several ixl(4) source...
2015-05-19 brAdd Performance Monitoring Counters support for AArch64.
2015-05-19 hselaskyFix for DWC OTG device side isochronous transfers....
2015-05-18 jkimMerge ACPICA 20150515.
2015-05-18 hselaskyMake the FIFO configuration a bit more flexible for...
2015-05-18 hselaskyFix an off-by-one error by adding proper range checks...
2015-05-18 whuAdd support for SCSI disk hot add and remove. Also...
2015-05-18 arybchiksfxge: do not advertise LRO capability if LRO is compil...
2015-05-18 arybchiksfxge: automatically turn off TSO when Tx checksum...
2015-05-18 arybchiksfxge: allow to disable checksum offloads over VLAN
2015-05-18 arybchiksfxge: fix overflow queue freeze
2015-05-16 rpauloacpi_ibm: whitespace.
2015-05-16 arybchiksfxge: avoid usage of ifm_data
2015-05-16 arybchiksfxge: add local variable with changed capabilities...
2015-05-16 adrianVarious iwn(4) fixes.
2015-05-16 arybchiksfxge: move mbuf free to sfxge_if_transmit()
2015-05-16 arybchiksfxge: get rid of locked variable in sfxge_tx_packet_add()
2015-05-16 arybchiksfxge: support Rx checksum offloads disabling
2015-05-15 pkelseyWhen a netmap process terminates without the full set...
2015-05-15 brProvide the number of interrupt resources added to...
2015-05-15 mavClose some potential races around socket start/close.
2015-05-15 arybchiksfxge: split sfxge_tx_qdpl_put() into *_locked() and...
2015-05-15 arybchiksfxge: do not change CSUM_TSO when IFCAP_TSOx is changed
2015-05-15 arybchiksfxge: LRO may be done only if checksums are OK
2015-05-15 araujoFree vsi->queues after use.
2015-05-14 roygernetfront: wait for backend to connect before sending ARP
2015-05-14 arybchiksfxge: advertise IPv6 Rx and Tx checksum offload support
2015-05-14 arybchiksfxge: IPv4 Tx checksum offload may be disabled in...
2015-05-14 arybchiksfxge: add local variable with Rx descriptor flags
2015-05-14 arybchiksfxge: add missing const qualifier to sfxge_link_mode
2015-05-13 andrewUse the correct node wen reading the compatible property.
2015-05-11 jhibbitsAdd a PCI bridge for the Freescale PCIe Root Complex
2015-05-11 andrewAdd the ofw_bus_subr.h change missed in r282770.
2015-05-11 andrewHide code only used on i386 and amd64.
2015-05-11 andrewAdd ofw_bus_find_compatible to find a compatible ofw...
2015-05-10 adrianPrepare for supporting driver-overridden curchan when...
2015-05-10 sjgMerge bmake-20150505 improve detection of malformed...
2015-05-10 rpaulosynaptics: more support for semi-MT trackpads.
2015-05-10 hselaskyEnsure the result from signed subtraction under modulus...
2015-05-10 hselaskyPut recycle pointer in own memory area which is not...
2015-05-10 loosRemove unnecessary code and make use of generic impleme...
2015-05-09 gjbMerge ^/projects/release-arm-redux into ^/head.
2015-05-09 kibIf x86 CPU implementation of the MWAIT instruction...
2015-05-09 bzConvert remaining hwpmc(4) debug printfs over to KTR...
2015-05-09 loosHandle IRQ resources on iicbus and ofw_iicbus.
2015-05-08 loosReplace spaces with tabs, removes an extra blank line.
2015-05-08 jhbConvert hwpmc(4) debug printfs over to KTR.
2015-05-08 hselaskyEnsure the USB audio driver doesn't attach twice on...
2015-05-08 hselaskyAdd support for more than 8 audio channels per PCM...
2015-05-08 hselaskyExtend the maximum number of allowed PCM channels in...
2015-05-08 hselaskyThe "SYSCTL_INT()" default value is only used for read...
2015-05-08 hselaskyPrevent switching to NULL or own window in the "vt_proc...
2015-05-08 jhbMove hwpmc(4) debugging code under a new HWPMC_DEBUG...
2015-05-08 roygerxen: introduce a newbus function to allocate unused...
2015-05-08 kevlo- Fix a wrong R92C_USTIME_TSF register definition
2015-05-07 hselaskyAdd support for DYMO LabelWriter PnP.
next