summaryrefslogtreecommitdiffstats
path: root/sys/dev/cxgb
Commit message (Expand)AuthorAgeFilesLines
* 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
* Minor updates to the Chelsio driver, including removing an LOR.gnn2009-03-232-10/+15
* Fix a bug in the recent update to the Chelsio driver.gnn2009-03-211-0/+1
* Prefer ENETDOWN to ENXIO when returning queuing errors due to a linkrwatson2009-03-101-5/+5
* Update the Chelsio driver to the latest bits from Chelsiognn2009-03-1014-6854/+9869
* For all files including net/vnet.h directly include opt_route.h andbz2009-02-271-0/+3
* Check in the actual module recognition code for the Chelsiognn2008-12-182-36/+175
* Use inc_flags instead of the inc_isipv6 alias which so farbz2008-12-171-3/+0
* This main goals of this project are:qingli2008-12-152-27/+23
* Bug fix to support N310 version of Chelsio cards (board ID 1088).gnn2008-12-062-3/+12
* Re submit code to print the part and serial number for Chelsio cards.gnn2008-12-051-0/+7
* Fix a bug with the ael1006 PHY. The bug shows up as persistent but incompletegnn2008-12-041-0/+10
* Rather than using hidden includes (with cicular dependencies),bz2008-12-022-0/+6
* Bug fix from Chelsio which addresses the issue of the device resettinggnn2008-12-021-25/+2
OpenPOWER on IntegriCloud