]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/dev
Fix VNIC support for Pass2.0 ThunderX chips
[FreeBSD/FreeBSD.git] / sys / dev /
2016-02-25 zbbFix VNIC support for Pass2.0 ThunderX chips
2016-02-25 zbbRemove soft reset from the VNIC's PF driver
2016-02-25 zbbImprove VNIC performance on Tx path by immediate packet...
2016-02-25 zbbClean-up network interface settings for VNIC
2016-02-25 zbbEnable HWSTATS capability for VNIC
2016-02-25 zbbPrefetch next CQ descriptor in Completion Queue handlin...
2016-02-25 zbbEnable LRO support for VNIC driver
2016-02-25 zbbAdd support for hardware Tx and Rx checksums to VNIC...
2016-02-25 sephehyperv: Wait 5 seconds for hyperv result, instead of...
2016-02-25 sephehyperv/hn: Hold the TX ring lock then drain TX desc...
2016-02-25 jhibbitsFix the build.
2016-02-25 sephehyperv/hn: Implement ifnet.if_transmit method
2016-02-25 smhFix NULL pointer dereferences
2016-02-25 npcxgbe(4): Add a sysctl to retrieve the maximum speed...
2016-02-24 sephehyperv/vmbus: Use free(9) for interrupt page; it is...
2016-02-24 wmaMake pci_host_generic and thunderx_pci common
2016-02-24 sephehyperv/utils: Code rearrange and cleanup
2016-02-24 erjixl(4)/ixlv(4): Remove a couple unnecessary register...
2016-02-24 erjixl(4): Fix potential driver interrupt setup issues...
2016-02-24 jimharrisnvme: fix intx handler to not dereference ioq during...
2016-02-23 jkimSilence PVS-Studio warning (V595).
2016-02-23 jkimSilence PVS-Studio warning (V595).
2016-02-23 jkimRemove brightness notify handler before reinstalling...
2016-02-23 jkimFix white spaces.
2016-02-23 jkimFix style(9) bugs.
2016-02-23 hselaskyConfigure the correct bMaxPacketSize for control endpoi...
2016-02-23 hselaskyBe more verbose when truncating number of HID items.
2016-02-23 sephehyperv/stor: Fix print format
2016-02-23 sephehyperv/hn: Use IFQ_DRV_PREPEND instead of IF_PREPEND
2016-02-23 sephehyperv/hn: Factor out hn_send_pkt() from hn_start_locked()
2016-02-23 ianStop using the global fdtbus_bs_tag and instead use...
2016-02-23 ianThis code no longer references fdtbus_bs_tag, no need...
2016-02-23 ianNow that we have OF_decode_addr(), with proper MD imple...
2016-02-23 kevloAdd device ID for 'AboCom 802.11n' usb.
2016-02-23 mariusFix and clean up usage of DMA and TSO segments:
2016-02-22 skraAs <machine/vm.h> is included from <vm/vm.h>, there...
2016-02-22 skraAs <machine/vmparam.h> is included from <vm/vm_param...
2016-02-22 skraAs <machine/param.h> is included from <sys/param.h...
2016-02-22 skraAs <machine/pmap.h> is included from <vm/pmap.h>, there...
2016-02-22 sephehyperv/hn: Add TX method for txeof processing.
2016-02-22 sephehyperv/hn: Staticize and rename packet TX done function
2016-02-22 sephehyperv/hn: Rename TX related function and struct fields...
2016-02-22 avosurtwn: shutdown the device properly
2016-02-22 yongariifnet lock was changed to use sx(9) long time ago.
2016-02-22 avosurtwn: add an option to compile the driver without...
2016-02-21 avosrtwn: import r290048.
2016-02-21 pfgostiInitiatorIOCompleted(): wrong sizeof() argument.
2016-02-20 kibSome BIOSes ACPI bytecode needs to take (sleepable...
2016-02-20 kibSwitch /dev/hpet to use make_dev_s(9). Device needs...
2016-02-20 zbbRevert r295756:
2016-02-20 jhibbitsIntroduce a RMAN_IS_DEFAULT_RANGE() macro, and use it.
2016-02-19 erjixl(4)/ixlv(4): Revert m_collapse() in ixl_xmit() to...
2016-02-19 davidcsRemove dead code. Code Cleanup. Improve clarity in...
2016-02-19 erjixl(4): Fix errors in queue interrupt setup in MSIX...
2016-02-19 erjixl(4): Remove unsupported device IDs.
2016-02-19 erjixl(4): Fix two important RSS bugs.
2016-02-19 davidcsModified the use of bxe_grc_dump() function so that...
2016-02-19 pfgqlxgb: fix mismatch.
2016-02-19 seFix syntax error introduced in previous commit where...
2016-02-19 seRemove redundant check for "(dinfo != NULL)", it has...
2016-02-19 pfgfirewire: fix a mismatch introduced in r230558.
2016-02-19 sephehyperv/hn: Free the txdesc buf_ring when the TX ring...
2016-02-19 sephehyperv/hn: Enable IP header checksum offloading for...
2016-02-19 sephehyperv/hn: Add option to bind TX taskqueues to the...
2016-02-19 adriandocument some ACPI related sysctls.
2016-02-19 jhibbitsReplace several bus_alloc_resource() calls using defaul...
2016-02-19 kevloRemove bogus cast.
2016-02-19 kevloAdd missing parentheses.
2016-02-19 npcxgbe: catch up with the latest hardware-related defini...
2016-02-18 jkimRemove a bogus bzero() call.
2016-02-18 zbbFix build for i386 and arm64 after r295755
2016-02-18 zbbExtract common code from PowerPC's ofw_pci
2016-02-18 zbbFix bug in ofwbus_release_resource() for non-ofwbus...
2016-02-18 sephehyperv/hn: Use buf_ring for txdesc list
2016-02-18 sephehyperv/hn: Split TX ring data structure out of softc
2016-02-18 sephehyperv/hn: Use non-fast taskqueue for transmission
2016-02-18 sephehyperv/hn: Use taskqueue_enqueue()
2016-02-18 sephehyperv/hn: Split RX ring data structure out of softc
2016-02-18 sephehyperv/hn: Change global tunable prefix to hw.hn
2016-02-18 sephehyperv/hn: Always do transmission scheduling.
2016-02-18 sephehyperv/hn: Add option to allow sharing TX taskq between...
2016-02-18 sephehyperv/hn: Set the TCP ACK/data segment aggregation...
2016-02-18 yongariFix a bug introduced in r295736
2016-02-18 yongariRemove duplicated check.
2016-02-18 yongariFix variable assignment.
2016-02-17 glebiusFix a potentially "forever" loop.
2016-02-17 glebiusTernary operator has lower priority than OR.
2016-02-17 glebiusAdd missing braces.
2016-02-17 impCreate an API to reset a struct bio (g_reset_bio)....
2016-02-16 jhibbitsConvert a few more long -> rman_res_t.
2016-02-16 andrewAllow callers of OF_decode_addr to get the size of...
2016-02-16 vangyzenichsmb: add PCI device ID for Intel Sunrise Point-H...
2016-02-16 bdreweryFilemon: Fix panic when fork1() is called from kproc_cr...
2016-02-15 andrewFix the spelling of OF_getencprop. It will fix the...
2016-02-15 andrewAdd support for the Allwinner i2c device. This is simil...
2016-02-14 andrewMove the twsi driver source to be under iicbus. It...
2016-02-14 cemNTB: workaround for high traffic hardware hang
2016-02-14 hselaskyRestore maximum number of host keys to 64.
2016-02-14 cpercivaDon't dereference a pointer immediately after determini...
2016-02-14 hselaskyFix variable assignment inside if-clause in the smsc...
next