aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/cxgb/ulp/tom/cxgb_cpl_io.c
Commit message (Expand)AuthorAgeFilesLines
* MFC r259897:Dimitry Andric2013-12-281-47/+0
* MFC/backport core kernel and userspace parts of r237263 (TCP_OFFLOADNavdeep Parhar2013-07-031-13/+9
* Backport just the sys/{dev,modules}/cxgb{,e}/ parts of r237263, and thenNavdeep Parhar2012-07-011-3755/+1158
* 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-011-3/+1
* Build on Jeff Roberson's linker-set based dynamic per-CPU allocatorRobert Watson2009-07-141-7/+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
* Update VNET base pointer setting macro to use a correct source ofMarko Zec2009-06-011-1/+1
* Change the curvnet variable from a global const struct vnet *,Marko Zec2009-05-051-2/+2
* Update stats in struct tcpstat using two new macros, TCPSTAT_ADD() andRobert Watson2009-04-111-1/+1
* Use inc_flags instead of the inc_isipv6 alias which so farBjoern A. Zeeb2008-12-171-3/+0
* Rather than using hidden includes (with cicular dependencies),Bjoern A. Zeeb2008-12-021-0/+3
* Change the initialization methodology for global variables scheduledMarko Zec2008-11-191-5/+0
* Update firmware version checkKip Macy2008-11-121-3/+1
* Step 1.5 of importing the network stack virtualization infrastructureMarko Zec2008-10-021-0/+4
* - Remove default NIC dependency on ulp headersKip Macy2008-09-241-0/+1
* Update cxgb include paths to not require prefixing with dev/cxgbKip Macy2008-09-231-17/+16
* Allow cxgb to be unified across versions by making newer features conditionalKip Macy2008-09-231-0/+10
* Fix two panics:Kip Macy2008-09-181-3/+4
* Remove the suser(9) interface from the kernel. It has been replaced fromAttilio Rao2008-09-171-2/+2
* Remove some dead code along with gratuitous differences between HEAD and 7Kip Macy2008-09-161-1/+0
* Commit step 1 of the vimage project, (network stack)Bjoern A. Zeeb2008-08-171-6/+7
* Unbreak the build by including sys/socketvar.hPaul Saab2008-07-311-1/+2
* fix includes for post sockbuf re-factorKip Macy2008-07-301-0/+3
* remove call to unsafe tcp_twstart functionKip Macy2008-07-211-20/+1
* update syncache function namesKip Macy2008-07-211-2/+2
* remove cxgb local definitions of socket accessor functionsKip Macy2008-07-211-9/+18
* import vendor fixes to cxgbKip Macy2008-07-181-1/+9
* MFSVN:Kip Macy2008-05-051-15/+23
* move cxgb_lt2.[ch] from NIC to TOEKip Macy2008-04-191-402/+545
* change inp_wlock_assert to inp_lock_assertKip Macy2008-03-241-16/+16
* remove unneccessary tcbinfo lock acquisitions - set tp to null affter calling...Kip Macy2008-03-241-4/+2
* Insulate inpcb consumers outside the stack from the lock type and offset with...Kip Macy2008-03-231-64/+64
* - Integrate 1.133 vendor driver changesKip Macy2008-03-181-29/+52
* Fix namespace collision with sparc macroKip Macy2008-02-241-5/+5
* - update firmware to 5.0Kip Macy2008-02-231-328/+1237
* disable update in place on transmitKip Macy2007-12-171-4/+2
* Make TCP offload work on HEAD (modulo negative interaction between sbcompressKip Macy2007-12-171-7/+8
* Add driver for TCP offloadKip Macy2007-12-161-0/+3378