summaryrefslogtreecommitdiff
path: root/sys/dev/cxgb
Commit message (Expand)AuthorAgeFilesLines
* Update T3 firmware to 7.11.0Navdeep Parhar2011-03-252-1493/+1527
* t3_free_sge_resources should be given the number of qsets it needs to free.Navdeep Parhar2011-03-243-12/+9
* T3C initialization should setup the parity fence too.Navdeep Parhar2011-03-241-2/+3
* Do a sweep of the tree replacing calls to pci_find_extcap() with calls toJohn Baldwin2011-03-231-1/+1
* Fix typos - remove duplicate "the".Rebecca Cran2011-02-211-2/+2
* Explicitly wire the user buffer rather than doing it implicitly inMatthew D Fleming2011-01-271-2/+9
* Introduce signed and unsigned version of CTLTYPE_QUAD, renamingMatthew D Fleming2011-01-191-2/+2
* sysctl(8) should use the CTLTYPE to determine the type of data whenMatthew D Fleming2011-01-191-2/+2
* sysctl(9) cleanup checkpoint: amd64 GENERIC builds cleanly.Matthew D Fleming2011-01-123-24/+24
* Introduce and use a new VM interface for temporarily pinning pages. ThisAlan Cox2010-12-254-198/+9
* The local variable "rv" is still required by vm_fault_hold_user_pages().Alan Cox2010-12-201-3/+3
* Introduce vm_fault_hold() and use it to (1) eliminate a long-standing raceAlan Cox2010-12-201-13/+4
* Implement and use a single optimized function for unholding a set of pages.Alan Cox2010-12-174-18/+4
* fix incorrect use of atomic_set_xxx in cxgbAndriy Gapon2010-12-111-1/+1
* Re-add r212370 now that the LOR in powerpc64 has been resolved:Matthew D Fleming2010-09-161-31/+17
* Fix t3_gate_rx_traffic and t3_open_rx_traffic. Parts of them always operatedNavdeep Parhar2010-09-151-9/+13
* Revert r212370, as it causes a LOR on powerpc. powerpc does a fewMatthew D Fleming2010-09-131-17/+31
* Add a drain function for struct sysctl_req, and use it for a variety ofMatthew D Fleming2010-09-091-31/+17
* Fix tx pause quanta and timer calculations.Navdeep Parhar2010-08-151-12/+10
* Always reset the XGMAC's XAUI PCS on a link up.Navdeep Parhar2010-08-153-12/+58
* wakeup is required if the adapter lock is released anywhere duringNavdeep Parhar2010-08-151-2/+5
* - Change the warning about PCI-e links narrower than x8 to only apply toJohn Baldwin2010-07-261-13/+11
* Improve cxgb(4)'s behaviour when faced with temporarily "bouncy" links:Navdeep Parhar2010-07-095-40/+55
* Eliminate ext_intr_task. The "slow" interrupt handler is alreadyNavdeep Parhar2010-07-095-58/+14
* Fix bufsize calculation so that cxgbtool can display information for theNavdeep Parhar2010-07-091-1/+0
* Catch up with the page and page queues locking changes.Alan Cox2010-06-181-8/+8
* cxgb(4): add knob to get packet timestamps from the hardware.Navdeep Parhar2010-06-122-16/+53
* make format string a string literal.Navdeep Parhar2010-06-121-1/+1
* cxgb(4): add an 'nfilters' tunable that lets the user place an upperNavdeep Parhar2010-06-071-4/+11
* Remove invalid assertion.Navdeep Parhar2010-05-201-1/+0
* Don't ring the tx doorbell for every frame when we know more framesNavdeep Parhar2010-05-052-18/+32
* Do not hold the T3 firmware in memory all the time. firmware(9) canNavdeep Parhar2010-05-051-2/+0
* Switch to our preferred 2-clause BSD license.Joel Dahl2010-05-052-46/+40
* Add support for hardware filters to cxgb(4). The T3 chip can inspectNavdeep Parhar2010-05-052-0/+302
* Add IFCAP_LINKSTATE to cxgb's capabilities.Navdeep Parhar2010-05-041-1/+1
* Add new tunable 'net.link.ifqmaxlen' to set default send interfaceMaxim Sobolev2010-05-031-1/+1
* Increase response queue size to avoid starvation, add a counterNavdeep Parhar2010-04-023-15/+27
* Multiple fixes related to queue set sizing and resources:Navdeep Parhar2010-03-315-54/+58
* Fix signed/unsigned mix-up that allowed txq->in_use to grow beyond txq->size.Navdeep Parhar2010-03-311-7/+6
* Fix tx drop statistics.Navdeep Parhar2010-03-313-28/+13
* Fix build with "nooptions INET"Navdeep Parhar2010-03-311-2/+13
* Do not attempt to retrieve interrupt information before it is available.Navdeep Parhar2010-03-311-1/+3
* Improved PHY EDC settings.Navdeep Parhar2010-03-311-371/+422
* Refresh the firmware version immediately after it is upgraded (or downgraded).Navdeep Parhar2010-03-311-4/+12
* Better TwinAx transceiver detection.Navdeep Parhar2010-03-092-2/+14
* Support IFCAP_VLANHWTSO in cxgb(4). It works with or without vlanhwtag.Navdeep Parhar2010-02-262-48/+48
* There is no need to test __FreeBSD_version for features that haveNavdeep Parhar2010-02-2411-248/+29
* Accessing an mbuf after it has been handed off to the hardware is a badNavdeep Parhar2010-02-241-22/+8
* Fix common misspelling of hierarchyUlrich Spörlein2010-02-201-2/+2
* Fix drbr and altq interaction:Max Laier2010-02-131-1/+3