aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/cxgb/ulp/iw_cxgb
Commit message (Expand)AuthorAgeFilesLines
* Retire the T3 iWARP and TOE drivers. This saves catch-up work when OFED orNavdeep Parhar2017-09-1318-8961/+0
* Clean up MD pollution of bus_dma.h:Jason A. Harmening2017-07-0110-10/+0
* Add some ntohl() love to r315277Eric van Gyzen2017-03-141-2/+3
* KTR: log IPv4 addresses in hex rather than dotted-quadEric van Gyzen2017-03-141-11/+4
* Use inet_ntoa_r() instead of inet_ntoa() throughout the kernelEric van Gyzen2017-02-161-3/+9
* The iw_cxgb and iw_cxgbe drivers should not use a FreeBSD device_t whereNavdeep Parhar2017-01-101-1/+1
* sys/dev: minor spelling fixes.Pedro F. Giffuni2016-05-032-2/+2
* Fix for iWARP servers that listen on INADDR_ANY.Navdeep Parhar2016-01-224-62/+31
* Convert cxgb/cxgbe to the new routing API.Alexander V. Chernikov2016-01-071-21/+16
* Rename linuxapi[.ko] into linuxkpi[.ko], to reflect that it is aHans Petter Selasky2015-10-221-1/+1
* Fix swapped copyin(9) arguments in cxgb's iwch_arm_cq() function.Dimitry Andric2015-07-091-1/+1
* CALLOUT_MPSAFE has lost its meaning since r141428, i.e., for more than tenJung-uk Kim2015-05-222-4/+4
* Update the infiniband stack to Mellanox's OFED version 2.1.Hans Petter Selasky2015-02-172-20/+29
* Add missing linuxapi module dependencies and always use the FreeBSDHans Petter Selasky2015-01-191-3/+2
* In preparation of merging projects/sendfile, transform bare access toGleb Smirnoff2014-11-121-2/+2
* Pull in r267961 and r267973 again. Fix for issues reported will follow.Hans Petter Selasky2014-06-281-16/+8
* Revert r267961, r267973:Glen Barber2014-06-271-8/+16
* Extend the meaning of the CTLFLAG_TUN flag to automatically check ifHans Petter Selasky2014-06-271-16/+8
* Add dependency on ibcore now that it has been modularized.Navdeep Parhar2013-10-101-0/+1
* Update OFED to Linux 3.7 and update Mellanox drivers.Alfred Perlstein2013-09-291-2/+3
* Whitespace cleanup.Navdeep Parhar2013-08-231-2/+1
* Revert previous commit...Kevin Lo2012-10-101-1/+1
* Prefer NULL over 0 for pointersKevin Lo2012-10-091-1/+1
* In cxgb(4), in function iwch_reregister_phys_mem(), initialize theDimitry Andric2012-08-061-1/+1
* - Updated TOE support in the kernel.Navdeep Parhar2012-06-1917-1347/+1308
* sysctl(9) cleanup checkpoint: amd64 GENERIC builds cleanly.Matthew D Fleming2011-01-121-6/+6
* There is no need to test __FreeBSD_version for features that haveNavdeep Parhar2010-02-241-2/+1
* Fix common misspelling of hierarchyUlrich Spörlein2010-02-201-2/+2
* - Rename the __tcpi_(snd|rcv)_mss fields of the tcp_info structure to removeJohn Baldwin2009-12-221-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-1/+0
* After cleaning up rt_tables from vnet.h and cleaning up opt_route.hBjoern A. Zeeb2009-06-231-1/+0
* Add a new function, ifa_ifwithaddr_check(), which rather than returningRobert Watson2009-06-221-3/+4
* 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
* For all files including net/vnet.h directly include opt_route.h andBjoern A. Zeeb2009-02-271-0/+3
* Rather than using hidden includes (with cicular dependencies),Bjoern A. Zeeb2008-12-021-0/+3
* - bump __FreeBSD version to reflect added buf_ring, memory barriers,Kip Macy2008-11-221-12/+13
* Step 1.5 of importing the network stack virtualization infrastructureMarko Zec2008-10-021-2/+9
* - Remove default NIC dependency on ulp headersKip Macy2008-09-242-0/+2
* Update cxgb include paths to not require prefixing with dev/cxgbKip Macy2008-09-2310-123/+0
* Allow cxgb to be unified across versions by making newer features conditionalKip Macy2008-09-231-0/+5
* New file missed vimagification.Julian Elischer2008-09-031-1/+2
* LINT fixesKip Macy2008-05-052-4/+4
* import support for iwarp on Chelsio T3 cardKip Macy2008-05-0517-0/+9155