| Commit message (Expand) | Author | Age | Files | Lines |
| * | MFC r259897: | Dimitry Andric | 2013-12-28 | 1 | -47/+0 |
| * | MFC r256302: | 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 |
| * | Prefer __containerof() over __member2struct(). | Ed Schouten | 2012-10-19 | 1 | -1/+2 |
| * | Revert previous commit... | Kevin Lo | 2012-10-10 | 2 | -2/+2 |
| * | Prefer NULL over 0 for pointers | Kevin Lo | 2012-10-09 | 2 | -2/+2 |
| * | Deal with the case where a syncache entry added by the TOE driver is | Navdeep Parhar | 2012-08-21 | 2 | -0/+12 |
| * | Correctly handle the case where an inp has already been dropped by the time | Navdeep Parhar | 2012-08-21 | 1 | -13/+9 |
| * | 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 | 34 | -10069/+4263 |
| * | Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs. | Ed Schouten | 2011-11-07 | 1 | -1/+1 |
| * | sysctl(9) cleanup checkpoint: amd64 GENERIC builds cleanly. | Matthew D Fleming | 2011-01-12 | 1 | -6/+6 |
| * | Introduce and use a new VM interface for temporarily pinning pages. This | Alan Cox | 2010-12-25 | 4 | -198/+9 |
| * | The local variable "rv" is still required by vm_fault_hold_user_pages(). | Alan Cox | 2010-12-20 | 1 | -3/+3 |
| * | Introduce vm_fault_hold() and use it to (1) eliminate a long-standing race | Alan Cox | 2010-12-20 | 1 | -13/+4 |
| * | Implement and use a single optimized function for unholding a set of pages. | Alan Cox | 2010-12-17 | 4 | -18/+4 |
| * | fix incorrect use of atomic_set_xxx in cxgb | Andriy Gapon | 2010-12-11 | 1 | -1/+1 |
| * | Catch up with the page and page queues locking changes. | Alan Cox | 2010-06-18 | 1 | -8/+8 |
| * | There is no need to test __FreeBSD_version for features that have | Navdeep Parhar | 2010-02-24 | 2 | -3/+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 |
| * | Simplify the invocation of vm_fault(). Specifically, eliminate the flag | Alan Cox | 2009-11-27 | 1 | -2/+1 |
| * | Many network stack subsystems use a single global data structure to hold | Robert Watson | 2009-08-02 | 1 | -1/+1 |
| * | Merge the remainder of kern_vimage.c and vimage.h into vnet.c and | Robert Watson | 2009-08-01 | 2 | -6/+2 |
| * | Build on Jeff Roberson's linker-set based dynamic per-CPU allocator | Robert Watson | 2009-07-14 | 2 | -8/+0 |
| * | Fix a buglet that slipped into r195654. My buildworld/buildkernel sanity | Lawrence Stewart | 2009-07-14 | 1 | -1/+1 |
| * | Replace struct tcpopt with a proxy toeopt struct in the TOE driver interface to | Lawrence Stewart | 2009-07-13 | 1 | -12/+13 |
| * | 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 |
| * | Update VNET base pointer setting macro to use a correct source of | Marko Zec | 2009-06-01 | 1 | -1/+1 |
| * | Change the curvnet variable from a global const struct vnet *, | Marko Zec | 2009-05-05 | 1 | -2/+2 |
| * | Update stats in struct tcpstat using two new macros, TCPSTAT_ADD() and | Robert Watson | 2009-04-11 | 1 | -1/+1 |
| * | For all files including net/vnet.h directly include opt_route.h and | Bjoern A. Zeeb | 2009-02-27 | 1 | -0/+3 |
| * | Use inc_flags instead of the inc_isipv6 alias which so far | Bjoern A. Zeeb | 2008-12-17 | 1 | -3/+0 |
| * | This main goals of this project are: | Qing Li | 2008-12-15 | 2 | -27/+23 |
| * | Rather than using hidden includes (with cicular dependencies), | Bjoern A. Zeeb | 2008-12-02 | 2 | -0/+6 |
| * | - bump __FreeBSD version to reflect added buf_ring, memory barriers, | Kip Macy | 2008-11-22 | 1 | -12/+13 |
| * | Change the initialization methodology for global variables scheduled | Marko Zec | 2008-11-19 | 1 | -5/+0 |
| * | Update firmware version check | Kip Macy | 2008-11-12 | 3 | -14/+19 |
| * | Step 1.5 of importing the network stack virtualization infrastructure | Marko Zec | 2008-10-02 | 2 | -2/+13 |
| * | update callers of vm_fault_hold_user_pages | Kip Macy | 2008-09-30 | 2 | -11/+15 |
| * | Refactor vm_fault_hold_user_pages: | Kip Macy | 2008-09-30 | 2 | -65/+56 |
| * | vm_fault_hold_user_pages will not return if an address in the range passed in... | Kip Macy | 2008-09-29 | 1 | -14/+8 |
| * | - Remove default NIC dependency on ulp headers | Kip Macy | 2008-09-24 | 8 | -1/+8 |
| * | Update cxgb include paths to not require prefixing with dev/cxgb | Kip Macy | 2008-09-23 | 23 | -239/+98 |
| * | Allow cxgb to be unified across versions by making newer features conditional | Kip Macy | 2008-09-23 | 3 | -0/+19 |
| * | Fix issue with tom loading by moving cxgb_log_tcb in to tom | Kip Macy | 2008-09-19 | 2 | -0/+30 |