summaryrefslogtreecommitdiffstats
path: root/sys/dev/cxgb/ulp/tom/cxgb_cpl_io.c
Commit message (Expand)AuthorAgeFilesLines
* MFC r314952: Fix unused variable when built without INVARIANT_SUPPORT.mav2017-03-231-2/+1
* sys/dev: minor spelling fixes.pfg2016-05-031-1/+1
* cxgb(4): Remove redundant part of an assertion.np2016-03-101-1/+1
* Fix build on i386. I can't yet understand why does it build on amd64.glebius2016-01-271-1/+1
* Historically we have two fields in tcpcb to describe sender MSS: t_maxopd,glebius2016-01-071-2/+1
* Decompose TCP INP_INFO lock to increase short-lived TCP connections scalability:jch2015-08-031-15/+15
* Provide a set of inline functions to manage simple mbuf(9) queues, basedglebius2015-02-191-1/+1
* Merge from projects/sendfile: extend protocols API to supportglebius2014-11-301-1/+1
* In preparation of merging projects/sendfile, transform bare access toglebius2014-11-121-7/+7
* In sys/dev/cxgb/ulp/tom/cxgb_cpl_io.c, remove static functionsdim2013-12-251-47/+0
* Include necessary headers that now are available due to pollutionglebius2013-10-281-0/+1
* Correctly handle the case where an inp has already been dropped by the timenp2012-08-211-13/+9
* - Updated TOE support in the kernel.np2012-06-191-3771/+1174
* 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-011-3/+1
* Build on Jeff Roberson's linker-set based dynamic per-CPU allocatorrwatson2009-07-141-7/+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
* Update VNET base pointer setting macro to use a correct source ofzec2009-06-011-1/+1
* Change the curvnet variable from a global const struct vnet *,zec2009-05-051-2/+2
* Update stats in struct tcpstat using two new macros, TCPSTAT_ADD() andrwatson2009-04-111-1/+1
* Use inc_flags instead of the inc_isipv6 alias which so farbz2008-12-171-3/+0
* Rather than using hidden includes (with cicular dependencies),bz2008-12-021-0/+3
* Change the initialization methodology for global variables scheduledzec2008-11-191-5/+0
* Update firmware version checkkmacy2008-11-121-3/+1
* Step 1.5 of importing the network stack virtualization infrastructurezec2008-10-021-0/+4
* - Remove default NIC dependency on ulp headerskmacy2008-09-241-0/+1
* Update cxgb include paths to not require prefixing with dev/cxgbkmacy2008-09-231-17/+16
* Allow cxgb to be unified across versions by making newer features conditionalkmacy2008-09-231-0/+10
* Fix two panics:kmacy2008-09-181-3/+4
* Remove the suser(9) interface from the kernel. It has been replaced fromattilio2008-09-171-2/+2
* Remove some dead code along with gratuitous differences between HEAD and 7kmacy2008-09-161-1/+0
* Commit step 1 of the vimage project, (network stack)bz2008-08-171-6/+7
* Unbreak the build by including sys/socketvar.hps2008-07-311-1/+2
* fix includes for post sockbuf re-factorkmacy2008-07-301-0/+3
* remove call to unsafe tcp_twstart functionkmacy2008-07-211-20/+1
* update syncache function nameskmacy2008-07-211-2/+2
* remove cxgb local definitions of socket accessor functionskmacy2008-07-211-9/+18
* import vendor fixes to cxgbkmacy2008-07-181-1/+9
* MFSVN:kmacy2008-05-051-15/+23
* move cxgb_lt2.[ch] from NIC to TOEkmacy2008-04-191-402/+545
* change inp_wlock_assert to inp_lock_assertkmacy2008-03-241-16/+16
* remove unneccessary tcbinfo lock acquisitions - set tp to null affter calling...kmacy2008-03-241-4/+2
* Insulate inpcb consumers outside the stack from the lock type and offset with...kmacy2008-03-231-64/+64
* - Integrate 1.133 vendor driver changeskmacy2008-03-181-29/+52
* Fix namespace collision with sparc macrokmacy2008-02-241-5/+5
* - update firmware to 5.0kmacy2008-02-231-330/+1239
* disable update in place on transmitkmacy2007-12-171-4/+2
* Make TCP offload work on HEAD (modulo negative interaction between sbcompresskmacy2007-12-171-7/+8
* Add driver for TCP offloadkmacy2007-12-161-0/+3378
OpenPOWER on IntegriCloud