| Commit message (Expand) | Author | Age | Files | Lines |
| * | Retire the T3 iWARP and TOE drivers. This saves catch-up work when OFED or | Navdeep Parhar | 2017-09-13 | 18 | -8961/+0 |
| * | Clean up MD pollution of bus_dma.h: | Jason A. Harmening | 2017-07-01 | 10 | -10/+0 |
| * | Add some ntohl() love to r315277 | Eric van Gyzen | 2017-03-14 | 1 | -2/+3 |
| * | KTR: log IPv4 addresses in hex rather than dotted-quad | Eric van Gyzen | 2017-03-14 | 1 | -11/+4 |
| * | Use inet_ntoa_r() instead of inet_ntoa() throughout the kernel | Eric van Gyzen | 2017-02-16 | 1 | -3/+9 |
| * | The iw_cxgb and iw_cxgbe drivers should not use a FreeBSD device_t where | Navdeep Parhar | 2017-01-10 | 1 | -1/+1 |
| * | sys/dev: minor spelling fixes. | Pedro F. Giffuni | 2016-05-03 | 2 | -2/+2 |
| * | Fix for iWARP servers that listen on INADDR_ANY. | Navdeep Parhar | 2016-01-22 | 4 | -62/+31 |
| * | Convert cxgb/cxgbe to the new routing API. | Alexander V. Chernikov | 2016-01-07 | 1 | -21/+16 |
| * | Rename linuxapi[.ko] into linuxkpi[.ko], to reflect that it is a | Hans Petter Selasky | 2015-10-22 | 1 | -1/+1 |
| * | Fix swapped copyin(9) arguments in cxgb's iwch_arm_cq() function. | Dimitry Andric | 2015-07-09 | 1 | -1/+1 |
| * | CALLOUT_MPSAFE has lost its meaning since r141428, i.e., for more than ten | Jung-uk Kim | 2015-05-22 | 2 | -4/+4 |
| * | Update the infiniband stack to Mellanox's OFED version 2.1. | Hans Petter Selasky | 2015-02-17 | 2 | -20/+29 |
| * | Add missing linuxapi module dependencies and always use the FreeBSD | Hans Petter Selasky | 2015-01-19 | 1 | -3/+2 |
| * | In preparation of merging projects/sendfile, transform bare access to | Gleb Smirnoff | 2014-11-12 | 1 | -2/+2 |
| * | Pull in r267961 and r267973 again. Fix for issues reported will follow. | Hans Petter Selasky | 2014-06-28 | 1 | -16/+8 |
| * | Revert r267961, r267973: | Glen Barber | 2014-06-27 | 1 | -8/+16 |
| * | Extend the meaning of the CTLFLAG_TUN flag to automatically check if | Hans Petter Selasky | 2014-06-27 | 1 | -16/+8 |
| * | Add dependency on ibcore now that it has been modularized. | Navdeep Parhar | 2013-10-10 | 1 | -0/+1 |
| * | Update OFED to Linux 3.7 and update Mellanox drivers. | Alfred Perlstein | 2013-09-29 | 1 | -2/+3 |
| * | Whitespace cleanup. | Navdeep Parhar | 2013-08-23 | 1 | -2/+1 |
| * | Revert previous commit... | Kevin Lo | 2012-10-10 | 1 | -1/+1 |
| * | Prefer NULL over 0 for pointers | Kevin Lo | 2012-10-09 | 1 | -1/+1 |
| * | In cxgb(4), in function iwch_reregister_phys_mem(), initialize the | Dimitry Andric | 2012-08-06 | 1 | -1/+1 |
| * | - Updated TOE support in the kernel. | Navdeep Parhar | 2012-06-19 | 17 | -1347/+1308 |
| * | sysctl(9) cleanup checkpoint: amd64 GENERIC builds cleanly. | Matthew D Fleming | 2011-01-12 | 1 | -6/+6 |
| * | There is no need to test __FreeBSD_version for features that have | Navdeep Parhar | 2010-02-24 | 1 | -2/+1 |
| * | Fix common misspelling of hierarchy | Ulrich Spörlein | 2010-02-20 | 1 | -2/+2 |
| * | - Rename the __tcpi_(snd|rcv)_mss fields of the tcp_info structure to remove | John Baldwin | 2009-12-22 | 1 | -1/+1 |
| * | Merge the remainder of kern_vimage.c and vimage.h into vnet.c and | Robert Watson | 2009-08-01 | 1 | -3/+1 |
| * | Build on Jeff Roberson's linker-set based dynamic per-CPU allocator | Robert Watson | 2009-07-14 | 1 | -1/+0 |
| * | After cleaning up rt_tables from vnet.h and cleaning up opt_route.h | Bjoern A. Zeeb | 2009-06-23 | 1 | -1/+0 |
| * | Add a new function, ifa_ifwithaddr_check(), which rather than returning | Robert Watson | 2009-06-22 | 1 | -3/+4 |
| * | After r193232 rt_tables in vnet.h are no longer indirectly dependent on | Bjoern A. Zeeb | 2009-06-08 | 1 | -2/+0 |
| * | Rework socket upcalls to close some races with setup/teardown of upcalls. | John Baldwin | 2009-06-01 | 1 | -13/+10 |
| * | For all files including net/vnet.h directly include opt_route.h and | Bjoern A. Zeeb | 2009-02-27 | 1 | -0/+3 |
| * | Rather than using hidden includes (with cicular dependencies), | Bjoern A. Zeeb | 2008-12-02 | 1 | -0/+3 |
| * | - bump __FreeBSD version to reflect added buf_ring, memory barriers, | Kip Macy | 2008-11-22 | 1 | -12/+13 |
| * | Step 1.5 of importing the network stack virtualization infrastructure | Marko Zec | 2008-10-02 | 1 | -2/+9 |
| * | - Remove default NIC dependency on ulp headers | Kip Macy | 2008-09-24 | 2 | -0/+2 |
| * | Update cxgb include paths to not require prefixing with dev/cxgb | Kip Macy | 2008-09-23 | 10 | -123/+0 |
| * | Allow cxgb to be unified across versions by making newer features conditional | Kip Macy | 2008-09-23 | 1 | -0/+5 |
| * | New file missed vimagification. | Julian Elischer | 2008-09-03 | 1 | -1/+2 |
| * | LINT fixes | Kip Macy | 2008-05-05 | 2 | -4/+4 |
| * | import support for iwarp on Chelsio T3 card | Kip Macy | 2008-05-05 | 17 | -0/+9155 |