aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/cxgb
Commit message (Expand)AuthorAgeFilesLines
* Many network stack subsystems use a single global data structure to holdRobert Watson2009-08-021-1/+1
* Merge the remainder of kern_vimage.c and vimage.h into vnet.c andRobert Watson2009-08-012-6/+2
* Build on Jeff Roberson's linker-set based dynamic per-CPU allocatorRobert Watson2009-07-142-8/+0
* Fix a buglet that slipped into r195654. My buildworld/buildkernel sanityLawrence Stewart2009-07-141-1/+1
* Replace struct tcpopt with a proxy toeopt struct in the TOE driver interface toLawrence Stewart2009-07-131-12/+13
* Fix cxgb(4) panic with jumbo frames.Navdeep Parhar2009-07-091-2/+1
* Use if_maddr_rlock() instead of IF_ADDR_LOCK() to protect access toRobert Watson2009-06-261-3/+2
* mvec routines should have no knowledge of the SG engine.Navdeep Parhar2009-06-253-17/+17
* Various ifmedia related fixes in cxgb(4), including:Navdeep Parhar2009-06-241-109/+118
* After cleaning up rt_tables from vnet.h and cleaning up opt_route.hBjoern A. Zeeb2009-06-231-1/+0
* Fix cxgb's ifmedia ioctl handling. Also fixed a comment.Navdeep Parhar2009-06-221-7/+3
* Add a new function, ifa_ifwithaddr_check(), which rather than returningRobert Watson2009-06-221-3/+4
* fix !x86 cxgb compileKip Macy2009-06-211-1/+1
* fix typo in conditionalKip Macy2009-06-201-1/+1
* - fix dma map handling for !x86 caseKip Macy2009-06-203-13/+15
* Greatly simplify cxgb by removing almost all of the custom mbuf management logicKip Macy2009-06-199-2464/+1135
* r193336 moved ifq_detach to if_free which broke if_alloc followedSam Leffler2009-06-151-2/+2
* Re-add the send queue tunable for people who do not use buffering.George V. Neville-Neil2009-06-111-1/+10
* Add a missing error statistic, the number of FCS errors on receive.George V. Neville-Neil2009-06-101-0/+1
* - add drbr routines for accessing #qentries and conditionally dequeueingKip Macy2009-06-091-1/+1
* After r193232 rt_tables in vnet.h are no longer indirectly dependent onBjoern A. Zeeb2009-06-081-2/+0
* Rework socket upcalls to close some races with setup/teardown of upcalls.John Baldwin2009-06-011-13/+10
* Update VNET base pointer setting macro to use a correct source ofMarko Zec2009-06-011-1/+1
* Rework interrupt bringup and teardown.George V. Neville-Neil2009-05-271-135/+128
* Partial reversion of previous commit. The CXGB_SHUTDOWN flag does NOTGeorge V. Neville-Neil2009-05-221-4/+0
* Fix a possible panic cxgb_controller_attach() routine that would occurGeorge V. Neville-Neil2009-05-221-6/+12
* Integrate three changes from Chelsio.George V. Neville-Neil2009-05-216-178/+172
* Modified the attach and detach routines to handle bringing ports upGeorge V. Neville-Neil2009-05-211-85/+146
* We no longer need to use d_thread_t, migrate to struct thread *.Warner Losh2009-05-201-2/+2
* fix bug introduced by last changeKip Macy2009-05-121-1/+1
* Change the curvnet variable from a global const struct vnet *,Marko Zec2009-05-051-2/+2
* simplify by removing dead codeKip Macy2009-04-271-49/+4
* Update stats in struct tcpstat using two new macros, TCPSTAT_ADD() andRobert Watson2009-04-111-1/+1
* Import "flowid" support for serializing flows across transmit queuesKip Macy2009-04-101-0/+1
* Minor updates to the Chelsio driver, including removing an LOR.George V. Neville-Neil2009-03-232-10/+15
* Fix a bug in the recent update to the Chelsio driver.George V. Neville-Neil2009-03-211-0/+1
* Prefer ENETDOWN to ENXIO when returning queuing errors due to a linkRobert Watson2009-03-101-5/+5
* Update the Chelsio driver to the latest bits from ChelsioGeorge V. Neville-Neil2009-03-1014-6854/+9869
* For all files including net/vnet.h directly include opt_route.h andBjoern A. Zeeb2009-02-271-0/+3
* Check in the actual module recognition code for the ChelsioGeorge V. Neville-Neil2008-12-182-36/+175
* Use inc_flags instead of the inc_isipv6 alias which so farBjoern A. Zeeb2008-12-171-3/+0
* This main goals of this project are:Qing Li2008-12-152-27/+23
* Bug fix to support N310 version of Chelsio cards (board ID 1088).George V. Neville-Neil2008-12-062-3/+12
* Re submit code to print the part and serial number for Chelsio cards.George V. Neville-Neil2008-12-051-0/+7
* Fix a bug with the ael1006 PHY. The bug shows up as persistent but incompleteGeorge V. Neville-Neil2008-12-041-0/+10
* Rather than using hidden includes (with cicular dependencies),Bjoern A. Zeeb2008-12-022-0/+6
* Bug fix from Chelsio which addresses the issue of the device resettingGeorge V. Neville-Neil2008-12-021-25/+2
* - fix bug where dnsperf would stop transmitting after a few secondsKip Macy2008-12-021-57/+32
* The pkthdr field is flowid not rss_hashKip Macy2008-12-021-1/+1
* - fix multiqueue conditionalKip Macy2008-12-021-2/+2