| Commit message (Expand) | Author | Age | Files | Lines |
* | Decompose TCP INP_INFO lock to increase short-lived TCP connections scalability: | jch | 2015-08-03 | 2 | -28/+30 |
* | Fix swapped copyin(9) arguments in cxgb's iwch_arm_cq() function. | dim | 2015-07-09 | 1 | -1/+1 |
* | CALLOUT_MPSAFE has lost its meaning since r141428, i.e., for more than ten | jkim | 2015-05-22 | 4 | -7/+7 |
* | Set the SBUF_INCLUDENUL flag in sbuf_new_for_sysctl() so that sysctl | ian | 2015-03-14 | 1 | -9/+0 |
* | Provide a set of inline functions to manage simple mbuf(9) queues, based | glebius | 2015-02-19 | 5 | -141/+18 |
* | Update the infiniband stack to Mellanox's OFED version 2.1. | hselasky | 2015-02-17 | 2 | -20/+29 |
* | Remove kdb_backtrace extern; get the definition for kdb_backtrace from | ngie | 2015-02-07 | 1 | -3/+3 |
* | Add missing linuxapi module dependencies and always use the FreeBSD | hselasky | 2015-01-19 | 1 | -3/+2 |
* | cxgb: replace r273280 with a more comprehensive fix. | np | 2015-01-11 | 8 | -33/+59 |
* | In mbuf_to_synq_entry(), use M_START() and M_SIZE() to calculate an offset | rwatson | 2015-01-02 | 1 | -14/+1 |
* | Start process of removing the use of the deprecated "M_FLOWID" flag | hselasky | 2014-12-01 | 1 | -5/+7 |
* | Merge from projects/sendfile: extend protocols API to support | glebius | 2014-11-30 | 1 | -1/+1 |
* | In preparation of merging projects/sendfile, transform bare access to | glebius | 2014-11-12 | 2 | -9/+9 |
* | Fix multiple incorrect SYSCTL arguments in the kernel: | hselasky | 2014-10-21 | 1 | -5/+5 |
* | cxgb(4): reset the PHY if it generates an interrupt for no apparent reason. | np | 2014-10-19 | 1 | -1/+3 |
* | cxgb(4): implement if_get_counter. | np | 2014-09-27 | 3 | -40/+88 |
* | Remove ifq_drops from struct ifqueue. Now queue drops are accounted in | glebius | 2014-09-19 | 1 | -1/+1 |
* | - Update the OFED Linux Emulation layer as a preparation for a | hselasky | 2014-08-27 | 1 | -2/+0 |
* | Pull in r267961 and r267973 again. Fix for issues reported will follow. | hselasky | 2014-06-28 | 4 | -31/+15 |
* | Revert r267961, r267973: | gjb | 2014-06-27 | 4 | -15/+31 |
* | Extend the meaning of the CTLFLAG_TUN flag to automatically check if | hselasky | 2014-06-27 | 4 | -31/+15 |
* | In sys/dev/cxgb/ulp/tom/cxgb_cpl_io.c, remove static functions | dim | 2013-12-25 | 1 | -47/+0 |
* | In sys/dev/cxgb/common/cxgb_mc5.c, remove static function | dim | 2013-12-25 | 1 | -7/+0 |
* | Include necessary headers that now are available due to pollution | glebius | 2013-10-28 | 3 | -1/+4 |
* | The r48589 promised to remove implicit inclusion of if_var.h soon. Prepare | glebius | 2013-10-26 | 2 | -0/+3 |
* | Add dependency on ibcore now that it has been modularized. | np | 2013-10-10 | 1 | -0/+1 |
* | Update OFED to Linux 3.7 and update Mellanox drivers. | alfred | 2013-09-29 | 1 | -2/+3 |
* | Restructure the mbuf pkthdr to make it fit for upcoming capabilities and | andre | 2013-08-24 | 1 | -2/+2 |
* | Remove unnecessary setup of the m->pkthdr.header pointer. | andre | 2013-08-24 | 1 | -1/+0 |
* | Whitespace cleanup. | np | 2013-08-23 | 1 | -2/+1 |
* | Remove unnecessary #include's. | alc | 2013-06-02 | 1 | -5/+0 |
* | Add dependencies on the firmware, which allows the loading of the cxgb | kib | 2013-05-16 | 1 | -0/+1 |
* | - Correct mispellings of the word occurrence | gabor | 2013-04-17 | 1 | -1/+1 |
* | Mechanically substitute flags from historic mbuf allocator with | glebius | 2012-12-04 | 3 | -6/+6 |
* | Initialize the response queue mutex a bit earlier to avoid a panic that | np | 2012-10-25 | 1 | -5/+5 |
* | remove duplicate semicolons where possible. | eadler | 2012-10-22 | 1 | -1/+1 |
* | Prefer __containerof() over __member2struct(). | ed | 2012-10-19 | 1 | -1/+2 |
* | Revert previous commit... | kevlo | 2012-10-10 | 3 | -7/+7 |
* | Prefer NULL over 0 for pointers | kevlo | 2012-10-09 | 3 | -7/+7 |
* | Align the PCI Express #defines with the style used for the PCI-X | gavin | 2012-09-18 | 2 | -7/+7 |
* | Attach interrupt handlers during attach instead of during the first time | jhb | 2012-08-30 | 1 | -5/+5 |
* | Deal with the case where a syncache entry added by the TOE driver is | np | 2012-08-21 | 2 | -0/+12 |
* | Correctly handle the case where an inp has already been dropped by the time | np | 2012-08-21 | 1 | -13/+9 |
* | In cxgb(4), in function iwch_reregister_phys_mem(), initialize the | dim | 2012-08-06 | 1 | -1/+1 |
* | cxgb(4): IPv6 rx/tx hw checksum, IPv6 TSO and LRO too. | np | 2012-06-30 | 3 | -44/+74 |
* | - Updated TOE support in the kernel. | np | 2012-06-19 | 43 | -11348/+4834 |
* | MFp4 bz_ipv6_fast: | bz | 2012-05-25 | 1 | -6/+10 |
* | MFp4 bz_ipv6_fast: | bz | 2012-05-24 | 1 | -0/+1 |
* | Convert a number of drivers to obtaining their parent DMA tag from their | scottl | 2012-03-12 | 1 | -1/+1 |
* | Add IPv6 TSO (including TSO+VLAN) support to cxgb(4). | np | 2012-02-09 | 2 | -14/+34 |