summaryrefslogtreecommitdiffstats
path: root/sys/dev/cxgb
Commit message (Expand)AuthorAgeFilesLines
* 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
* fix typo in conditionalkmacy2009-06-201-1/+1
* - fix dma map handling for !x86 casekmacy2009-06-203-13/+15
* Greatly simplify cxgb by removing almost all of the custom mbuf management logickmacy2009-06-199-2464/+1135
* r193336 moved ifq_detach to if_free which broke if_alloc followedsam2009-06-151-2/+2
* Re-add the send queue tunable for people who do not use buffering.gnn2009-06-111-1/+10
* Add a missing error statistic, the number of FCS errors on receive.gnn2009-06-101-0/+1
* - add drbr routines for accessing #qentries and conditionally dequeueingkmacy2009-06-091-1/+1
* After r193232 rt_tables in vnet.h are no longer indirectly dependent onbz2009-06-081-2/+0
* Rework socket upcalls to close some races with setup/teardown of upcalls.jhb2009-06-011-13/+10
* Update VNET base pointer setting macro to use a correct source ofzec2009-06-011-1/+1
* Rework interrupt bringup and teardown.gnn2009-05-271-135/+128
* Partial reversion of previous commit. The CXGB_SHUTDOWN flag does NOTgnn2009-05-221-4/+0
* Fix a possible panic cxgb_controller_attach() routine that would occurgnn2009-05-221-6/+12
* Integrate three changes from Chelsio.gnn2009-05-216-178/+172
* Modified the attach and detach routines to handle bringing ports upgnn2009-05-211-85/+146
* We no longer need to use d_thread_t, migrate to struct thread *.imp2009-05-201-2/+2
* fix bug introduced by last changekmacy2009-05-121-1/+1
* Change the curvnet variable from a global const struct vnet *,zec2009-05-051-2/+2
* simplify by removing dead codekmacy2009-04-271-49/+4
* Update stats in struct tcpstat using two new macros, TCPSTAT_ADD() andrwatson2009-04-111-1/+1
* Import "flowid" support for serializing flows across transmit queueskmacy2009-04-101-0/+1
OpenPOWER on IntegriCloud