]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/dev/sfxge
For igb(4), when we are doing multiqueue, we are all setup to have full 32bit
[FreeBSD/FreeBSD.git] / sys / dev / sfxge /
2015-04-21 sjgMerge bmake-20150418
2015-04-21 rpauloMerge wpa_supplicant/hostapd 2.4.
2015-04-10 baptUpdate nvi to 2.1.3 which fixes the data corruption...
2015-04-03 dimAdd the llvm-cov and llvm-profdata tools, when WITH_CLA...
2015-03-30 cyMFV ntp 4.2.8p1 (r258945, r275970, r276091, r276092...
2015-03-29 arybchiksfxge: fix bug in TSO when a DMA segment has both heade...
2015-03-28 arybchiksfxge: set correct RSS hash type instead of opaque
2015-03-24 arybchiksfxge: cleanup: fix index variable type to match upper...
2015-03-24 arybchiksfxge: cleanup: add a blank line before each #if to...
2015-03-23 arybchiksfxge: remove unnecessary and wrong prediction
2015-03-23 arybchiksfxge: do not check MCDI status word
2015-03-23 arybchiksfxge: FreeBSD before 10 does not have bus_space_*_8...
2015-03-23 arybchiksfxge: add statistics for each Tx queue
2015-03-23 arybchiksfxge: remove obsolete Tx non-multi queue support
2015-03-23 arybchiksfxge: add barriers to BAR write macros
2015-03-23 arybchiksfxge: assert either kernel or internal copy of interfa...
2015-03-20 jkimMerge OpenSSL 1.0.1m.
2015-03-17 arybchiksfxge: increase default put-list limit to 1024
2015-03-17 arybchiksfxge: prefetch txq->common if TxQ is started only
2015-03-17 arybchiksfxge: adding version info to device description
2015-03-17 arybchiksfxge: move deferred packet list statistics to dedicate...
2015-03-17 arybchiksfxge: add tunables to control LRO parameters on driver...
2015-03-04 dimMerge ^/head r279313 through r279595.
2015-03-02 baptUpdate libucl to git version 8d3b186
2015-03-02 baptUpdate mandoc to cvs snaphot from 20150302
2015-02-28 ngieUnbreak 'make depend' with sfxge by removing debugging...
2015-02-28 arybchiksfxge: compile out LRO if kernel is compiled without...
2015-02-28 impMerge latest (commit c8c1b3a77934768c7f7a4a9c10140c8bec...
2015-02-27 arybchiksfxge: expect required init_state on data path and...
2015-02-26 dimMerge ^/head r279163 through r279308.
2015-02-25 arybchiksfxge: use tab to indent instead of spaces
2015-02-25 arybchiksfxge: correct limit for number of Rx queues
2015-02-24 arybchiksfxge: add put-list high watermark
2015-02-24 arybchiksfxge: use goto to cleanup to avoid duplicate cleanup...
2015-02-22 dimUpdate compiler-rt to trunk r230183. This has some...
2015-02-22 dimUpdate compiler-rt to trunk r228651. This enables...
2015-02-22 arybchiksfxge: implement if_get_counter callback
2015-02-22 arybchiksfxge: add common code support for changing TX queue...
2015-02-22 arybchiksfxge: correct event queue interrupt moderation timer...
2015-02-22 arybchiksfxge: DMA allocated memory is set to zeros because...
2015-02-22 arybchiksfxge: do no allow EFSYS_MEM_ALLOC sleep
2015-02-22 arybchiksfxge: assert event queue lock in event handlers
2015-02-22 arybchiksfxge: pass correct address to free allocated memory...
2015-02-22 arybchiksfxge: using bus_space_*_stream_* API for better portab...
2015-02-22 arybchiksfxge: add missing Siena sensors to common code
2015-02-22 arybchiksfxge: add missing common code NVRAM types and map...
2015-02-22 arybchiksfxge: add new identities to Siena static config
2015-02-22 dimMerge ^/head r279023 through r279162.
2015-02-22 arybchiksfxge: TxQ block level should use EFX_TXQ_LIMIT as...
2015-02-22 arybchiksfxge: use sparse index to retrieve sensor value
2015-02-22 arybchiksfxge: use macros to acquire and release BAR locks...
2015-02-22 arybchiksfxge: packet can't require more than n_dma_seg descrip...
2015-02-22 arybchiksfxge: use common definitions of MC shared memory offse...
2015-02-22 arybchiksfxge: synchronize EF10 registers header
2015-02-22 arybchiksfxge: style fixes and cleanup
2015-02-21 arybchiksfxge: allow TX and RX queue limits to be changed
2015-02-21 arybchiksfxge: check allocations are non-NULL before freeing...
2015-02-21 arybchiksfxge: keep fw and driver view of autoneg parameters...
2015-02-21 arybchiksfxge: never set RX_DESCQ_EN during self-test
2015-02-21 arybchiksfxge: more accurate calculation of maximum number...
2015-02-20 arybchiksfxge: reap Tx descriptors on unblock
2015-02-20 arybchiksfxge: add assertions that required event handlers...
2015-02-20 arybchiksfxge: style fixes
2015-02-20 arybchiksfxge: regenerate sensor map
2015-02-20 arybchiksfxge: add Florence R7 turbo mode support to common...
2015-02-20 arybchiksfxge: regenerate MCDI protocol headers
2015-02-20 arybchiksfxge: handle fragmented TCP header in mbuf
2015-02-19 dimMerge llvm 3.6.0rc4 from ^/vendor/llvm/dist, merge...
2015-02-19 dimMerging ^/head r278916 through r279022.
2015-02-18 jkimMerge ACPICA 20141107 and 20150204.
2015-02-18 arybchiksfxge: fix broken MCDI_EV_FIELD() macro
2015-02-18 arybchiksfxge: support variable-length response to MCDI GET_BOA...
2015-02-18 arybchiksfxge: add driver context member with number of event...
2015-02-18 arybchiksfxge: add driver context member with number of receive...
2015-02-18 arybchiksfxge: add driver context member with number of transmi...
2015-02-18 arybchiksfxge: add TCP segment size to sfxge_tso_state
2015-02-17 dimMerge ^/head r278756 through r278915.
2015-02-16 arybchiksfxge: flush all Tx queues from if_qflush
2015-02-16 arybchiksfxge: style fixes
2015-02-16 arybchiksfxge: SYSCTL_IN/OUT should not be called with non...
2015-02-16 arybchiksfxge: remove inline specifiers
2015-02-16 arybchiksfxge: remove used sfxge_tso_state member dma_seg_i
2015-02-16 arybchiksfxge: remove full_packet_size from sfxge_tso_state
2015-02-16 arybchiksfxge: remove unused variable
2015-02-09 rpauloMerge xz 5.2.0.
2015-02-06 emasteUpdate LLDB snapshot to upstream r225923 (git 2b588ecd)
2015-02-05 dimMerging ^/head r278224 through r278297.
2015-02-05 arybchiksfxge: Add statistics for partially dropped TSO packets
2015-02-05 arybchiksfxge: using 64-bit access for x86-64
2015-02-05 arybchiksfxge: make lock names unique
2015-02-05 arybchiksfxge: access statistics buffers under port lock
2015-02-04 dimMerge ^/head r278110 through r278223.
2015-02-04 arybchiksfxge: Add macros to init, destroy, acquire, release...
2015-02-04 arybchiksfxge: Implement EFSYS_MEM_READ_BARRIER()
2015-01-29 dimMerge ^/head r277861 through r277895.
2015-01-29 arybchiksfxge: Separate software Tx queue limit for non-TCP...
2015-01-29 arybchiksfxge: implemented parameter to restrict RSS channels
2015-01-29 arybchiksfxge: Use SFXGE_MODERATION to initialize event moderation
2015-01-29 arybchiksfxge: Pass correct address to free allocated memory...
2015-01-29 arybchiksfxge: Remove unused esm_size member of the efsys_mem_t...
next