| Commit message (Expand) | Author | Age | Files | Lines |
* | Add m_clrprotoflags() to clear protocol specific mbuf flags at up and | andre | 2013-08-19 | 1 | -1/+1 |
* | Add a missing prototype. | jhb | 2013-07-29 | 1 | -0/+1 |
* | Various fixes to the mlxen(4) driver: | jhb | 2013-07-29 | 1 | -21/+31 |
* | Avoid trashing IP fragments: | jhb | 2013-07-25 | 1 | -2/+6 |
* | Rework the previous fix for the IB vs Ethernet sysctl handler to be more | jhb | 2013-07-18 | 1 | -3/+3 |
* | Remove check forbidding requests that would result in one port being set | jhb | 2013-07-17 | 1 | -3/+0 |
* | Allow mlx4 devices to switch from Ethernet to Infiniband (and vice versa): | jhb | 2013-07-08 | 1 | -3/+3 |
* | Fxi a bunch of typos. | eadler | 2013-05-10 | 1 | -1/+1 |
* | Add const qualifier to the dst parameter of the ifnet if_output method. | glebius | 2013-04-27 | 1 | -2/+2 |
* | Check for SS_NBIO in the socket state field rather than socket buffer | jhb | 2013-04-03 | 1 | -2/+2 |
* | Rename VM_OBJECT_LOCK(), VM_OBJECT_UNLOCK() and VM_OBJECT_TRYLOCK() to | attilio | 2013-02-20 | 1 | -3/+3 |
* | Fix LINT build on amd64. | delphij | 2013-02-09 | 1 | -4/+4 |
* | This fixes a out-of-order problem with several | rrs | 2013-02-07 | 1 | -11/+9 |
* | Mechanically substitute flags from historic mbuf allocator with | glebius | 2012-12-05 | 6 | -9/+9 |
* | Redo r242842, now actually fixing the warnings, as follows: | dim | 2012-11-12 | 3 | -3/+3 |
* | remove duplicate semicolons where possible. | eadler | 2012-10-22 | 3 | -3/+3 |
* | Use if_initbaudrate(). | jhb | 2012-10-18 | 1 | -1/+1 |
* | The drbr(9) API appeared to be so unclear, that most drivers in | glebius | 2012-09-28 | 1 | -1/+3 |
* | Remove unneeded ipfw headers introduced in r213447 from Infiniband code. | melifaro | 2012-09-04 | 1 | -2/+0 |
* | - Updated TOE support in the kernel. | np | 2012-06-19 | 2 | -4/+20 |
* | Revert r234834 per luigi@ request. | melifaro | 2012-05-03 | 1 | -0/+1 |
* | Move several enums and structures required for L2 filtering from ip_fw_privat... | melifaro | 2012-04-30 | 1 | -1/+0 |
* | Do not announce IPv6 TSO support yet. The driver seems to make assumptions | bz | 2012-04-23 | 1 | -1/+1 |
* | Add OFED and the associated options and drivers to x86 LINT builds: | jhb | 2012-04-12 | 5 | -7/+62 |
* | Don't update if_obytes when transmitting packets. That is already done | jhb | 2012-04-12 | 2 | -2/+0 |
* | Properly parse 40G media types from newer Mellanox adapters that are | jhb | 2012-04-10 | 3 | -10/+35 |
* | Fix build on i386. | jhb | 2012-04-04 | 1 | -1/+1 |
* | Fix build of OFED bits with debugging options enabled. | jhb | 2012-03-19 | 2 | -2/+2 |
* | Fix build with INET6 disabled. | jhb | 2012-03-16 | 2 | -3/+9 |
* | Remove spurious 8bit chars, turning files into plain ASCII. | uqs | 2012-01-15 | 2 | -2/+2 |
* | Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs. | ed | 2011-11-07 | 1 | -1/+1 |
* | Mark MALLOC_DEFINEs static that have no corresponding MALLOC_DECLAREs. | ed | 2011-11-07 | 1 | -1/+1 |
* | - change "is is" to "is" or "it is" | eadler | 2011-10-16 | 1 | -1/+1 |
* | In ipoib_cm_handle_rx_wc(): Count incoming packets and | delphij | 2011-05-26 | 1 | -2/+2 |
* | Even though this block is not compiled currently, properly assign | bz | 2011-04-12 | 1 | -2/+4 |
* | - Implement wake-on-lan support in mlxen. | jeff | 2011-03-26 | 6 | -4/+68 |
* | - Correct the vlan filter programming. The device filter is built in | jeff | 2011-03-23 | 3 | -17/+15 |
* | - Don't use a separate set of rx queues for UDP, hash them into the same | jeff | 2011-03-22 | 4 | -281/+142 |
* | Allow the ofed modules to be compiled on i386. | kib | 2011-03-21 | 1 | -2/+2 |
* | - Merge in OFED 1.5.3 from projects/ofed/head | jeff | 2011-03-21 | 146 | -0/+85946 |