summaryrefslogtreecommitdiffstats
path: root/sys/dev/cxgb
Commit message (Expand)AuthorAgeFilesLines
* Remove invalid assertion.np2010-05-201-1/+0
* Don't ring the tx doorbell for every frame when we know more framesnp2010-05-052-18/+32
* Do not hold the T3 firmware in memory all the time. firmware(9) cannp2010-05-051-2/+0
* Switch to our preferred 2-clause BSD license.joel2010-05-052-46/+40
* Add support for hardware filters to cxgb(4). The T3 chip can inspectnp2010-05-052-0/+302
* Add IFCAP_LINKSTATE to cxgb's capabilities.np2010-05-041-1/+1
* Add new tunable 'net.link.ifqmaxlen' to set default send interfacesobomax2010-05-031-1/+1
* Increase response queue size to avoid starvation, add a counternp2010-04-023-16/+28
* Multiple fixes related to queue set sizing and resources:np2010-03-315-54/+58
* Fix signed/unsigned mix-up that allowed txq->in_use to grow beyond txq->size.np2010-03-311-7/+6
* Fix tx drop statistics.np2010-03-313-28/+13
* Fix build with "nooptions INET"np2010-03-311-2/+13
* Do not attempt to retrieve interrupt information before it is available.np2010-03-311-1/+3
* Improved PHY EDC settings.np2010-03-311-371/+422
* Refresh the firmware version immediately after it is upgraded (or downgraded).np2010-03-311-4/+12
* Better TwinAx transceiver detection.np2010-03-092-2/+14
* Support IFCAP_VLANHWTSO in cxgb(4). It works with or without vlanhwtag.np2010-02-262-48/+48
* There is no need to test __FreeBSD_version for features that havenp2010-02-2411-248/+29
* Accessing an mbuf after it has been handed off to the hardware is a badnp2010-02-241-22/+8
* Fix common misspelling of hierarchyuqs2010-02-201-2/+2
* Fix drbr and altq interaction:mlaier2010-02-131-1/+3
* Don't forget to release the adapter lock for a no-op.np2010-01-231-0/+2
* Complain if freelist queue sizes are significantly less than desired.np2010-01-201-2/+6
* Fix for a cxgb(4) panic. cxgb_ioctl can be called by the IP and IPv6np2010-01-202-139/+139
* Extra parantheses to keep certain compilers happy.np2010-01-091-1/+1
* Remove extraneous semicolons, no functional changes.mbr2010-01-071-1/+1
* - Rename the __tcpi_(snd|rcv)_mss fields of the tcp_info structure to removejhb2009-12-221-1/+1
* T3 firmware 7.8.0 for cxgb(4)np2009-12-012-722/+739
* Simplify the invocation of vm_fault(). Specifically, eliminate the flagalc2009-11-271-2/+1
* Don't disable the XGMAC's tx on ifconfig down. It is unnecessarynp2009-11-131-3/+3
* The 10GBASE-T card should use an IPG of 1. Also enable the checknp2009-11-132-3/+1
* Make sure *some* edc is setup even for an unknown transceiver (assumenp2009-11-131-2/+2
* sc->rev and is_offload(sc) will always be 0 during probe. Wait tillnp2009-11-131-6/+3
* Take a step towards removing if_watchdog/if_timer. Don't explicitly setjhb2009-11-061-4/+0
* cxgb(4) updates, including:np2009-10-0513-2593/+4405
* There is no need to log anything for a ctrlq stall or restart. These arenp2009-09-091-10/+5
* Fill the reverse RSS map with 0xff's so that the subsequent loop tojhb2009-09-041-0/+3
* Many network stack subsystems use a single global data structure to holdrwatson2009-08-021-1/+1
* Merge the remainder of kern_vimage.c and vimage.h into vnet.c andrwatson2009-08-012-6/+2
* Build on Jeff Roberson's linker-set based dynamic per-CPU allocatorrwatson2009-07-142-8/+0
* Fix a buglet that slipped into r195654. My buildworld/buildkernel sanitylstewart2009-07-141-1/+1
* Replace struct tcpopt with a proxy toeopt struct in the TOE driver interface tolstewart2009-07-131-12/+13
* Fix cxgb(4) panic with jumbo frames.np2009-07-091-2/+1
* Use if_maddr_rlock() instead of IF_ADDR_LOCK() to protect access torwatson2009-06-261-3/+2
* mvec routines should have no knowledge of the SG engine.np2009-06-253-17/+17
* Various ifmedia related fixes in cxgb(4), including:np2009-06-241-109/+118
* After cleaning up rt_tables from vnet.h and cleaning up opt_route.hbz2009-06-231-1/+0
* Fix cxgb's ifmedia ioctl handling. Also fixed a comment.np2009-06-221-7/+3
* Add a new function, ifa_ifwithaddr_check(), which rather than returningrwatson2009-06-221-3/+4
* fix !x86 cxgb compilekmacy2009-06-211-1/+1
OpenPOWER on IntegriCloud