summaryrefslogtreecommitdiffstats
path: root/sys/dev/cxgb
Commit message (Expand)AuthorAgeFilesLines
* Mechanically substitute flags from historic mbuf allocator withglebius2012-12-043-6/+6
* Initialize the response queue mutex a bit earlier to avoid a panic thatnp2012-10-251-5/+5
* remove duplicate semicolons where possible.eadler2012-10-221-1/+1
* Prefer __containerof() over __member2struct().ed2012-10-191-1/+2
* Revert previous commit...kevlo2012-10-103-7/+7
* Prefer NULL over 0 for pointerskevlo2012-10-093-7/+7
* Align the PCI Express #defines with the style used for the PCI-Xgavin2012-09-182-7/+7
* Attach interrupt handlers during attach instead of during the first timejhb2012-08-301-5/+5
* Deal with the case where a syncache entry added by the TOE driver isnp2012-08-212-0/+12
* Correctly handle the case where an inp has already been dropped by the timenp2012-08-211-13/+9
* In cxgb(4), in function iwch_reregister_phys_mem(), initialize thedim2012-08-061-1/+1
* cxgb(4): IPv6 rx/tx hw checksum, IPv6 TSO and LRO too.np2012-06-303-44/+74
* - Updated TOE support in the kernel.np2012-06-1943-11348/+4834
* MFp4 bz_ipv6_fast:bz2012-05-251-6/+10
* MFp4 bz_ipv6_fast:bz2012-05-241-0/+1
* Convert a number of drivers to obtaining their parent DMA tag from theirscottl2012-03-121-1/+1
* Add IPv6 TSO (including TSO+VLAN) support to cxgb(4).np2012-02-092-14/+34
* Allocate the BAR for userspace doorbells after the is_offload checknp2012-02-081-9/+11
* Remove if_start from cxgb and cxgbe.np2012-02-073-29/+2
* Fix return value of function.np2011-12-231-1/+1
* - There's no need to overwrite the default device method with the defaultmarius2011-11-221-5/+1
* Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs.ed2011-11-071-1/+1
* Update T3 firmware to 7.11.0np2011-03-252-1493/+1527
* t3_free_sge_resources should be given the number of qsets it needs to free.np2011-03-243-12/+9
* T3C initialization should setup the parity fence too.np2011-03-241-2/+3
* Do a sweep of the tree replacing calls to pci_find_extcap() with calls tojhb2011-03-231-1/+1
* Fix typos - remove duplicate "the".brucec2011-02-211-2/+2
* Explicitly wire the user buffer rather than doing it implicitly inmdf2011-01-271-2/+9
* Introduce signed and unsigned version of CTLTYPE_QUAD, renamingmdf2011-01-191-2/+2
* sysctl(8) should use the CTLTYPE to determine the type of data whenmdf2011-01-191-2/+2
* sysctl(9) cleanup checkpoint: amd64 GENERIC builds cleanly.mdf2011-01-123-24/+24
* Introduce and use a new VM interface for temporarily pinning pages. Thisalc2010-12-254-198/+9
* The local variable "rv" is still required by vm_fault_hold_user_pages().alc2010-12-201-3/+3
* Introduce vm_fault_hold() and use it to (1) eliminate a long-standing racealc2010-12-201-13/+4
* Implement and use a single optimized function for unholding a set of pages.alc2010-12-174-18/+4
* fix incorrect use of atomic_set_xxx in cxgbavg2010-12-111-1/+1
* Re-add r212370 now that the LOR in powerpc64 has been resolved:mdf2010-09-161-31/+17
* Fix t3_gate_rx_traffic and t3_open_rx_traffic. Parts of them always operatednp2010-09-151-9/+13
* Revert r212370, as it causes a LOR on powerpc. powerpc does a fewmdf2010-09-131-17/+31
* Add a drain function for struct sysctl_req, and use it for a variety ofmdf2010-09-091-31/+17
* Fix tx pause quanta and timer calculations.np2010-08-151-12/+10
* Always reset the XGMAC's XAUI PCS on a link up.np2010-08-153-12/+58
* wakeup is required if the adapter lock is released anywhere duringnp2010-08-151-2/+5
* - Change the warning about PCI-e links narrower than x8 to only apply tojhb2010-07-261-13/+11
* Improve cxgb(4)'s behaviour when faced with temporarily "bouncy" links:np2010-07-095-40/+55
* Eliminate ext_intr_task. The "slow" interrupt handler is alreadynp2010-07-095-58/+14
* Fix bufsize calculation so that cxgbtool can display information for thenp2010-07-091-1/+0
* Catch up with the page and page queues locking changes.alc2010-06-181-8/+8
* cxgb(4): add knob to get packet timestamps from the hardware.np2010-06-122-16/+53
* make format string a string literal.np2010-06-121-1/+1
OpenPOWER on IntegriCloud