| Commit message (Expand) | Author | Age | Files | Lines |
* | MFC r259897: | dim | 2013-12-28 | 1 | -47/+0 |
* | MFC r256302: | np | 2013-10-10 | 1 | -0/+1 |
* | Update OFED to Linux 3.7 and update Mellanox drivers. | alfred | 2013-09-29 | 1 | -2/+3 |
* | Whitespace cleanup. | np | 2013-08-23 | 1 | -2/+1 |
* | Prefer __containerof() over __member2struct(). | ed | 2012-10-19 | 1 | -1/+2 |
* | Revert previous commit... | kevlo | 2012-10-10 | 2 | -2/+2 |
* | Prefer NULL over 0 for pointers | kevlo | 2012-10-09 | 2 | -2/+2 |
* | 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 |
* | - Updated TOE support in the kernel. | np | 2012-06-19 | 34 | -10122/+4316 |
* | Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs. | ed | 2011-11-07 | 1 | -1/+1 |
* | sysctl(9) cleanup checkpoint: amd64 GENERIC builds cleanly. | mdf | 2011-01-12 | 1 | -6/+6 |
* | Introduce and use a new VM interface for temporarily pinning pages. This | alc | 2010-12-25 | 4 | -198/+9 |
* | The local variable "rv" is still required by vm_fault_hold_user_pages(). | alc | 2010-12-20 | 1 | -3/+3 |
* | Introduce vm_fault_hold() and use it to (1) eliminate a long-standing race | alc | 2010-12-20 | 1 | -13/+4 |
* | Implement and use a single optimized function for unholding a set of pages. | alc | 2010-12-17 | 4 | -18/+4 |
* | fix incorrect use of atomic_set_xxx in cxgb | avg | 2010-12-11 | 1 | -1/+1 |
* | Catch up with the page and page queues locking changes. | alc | 2010-06-18 | 1 | -8/+8 |
* | There is no need to test __FreeBSD_version for features that have | np | 2010-02-24 | 2 | -3/+1 |
* | Fix common misspelling of hierarchy | uqs | 2010-02-20 | 1 | -2/+2 |
* | - Rename the __tcpi_(snd|rcv)_mss fields of the tcp_info structure to remove | jhb | 2009-12-22 | 1 | -1/+1 |
* | Simplify the invocation of vm_fault(). Specifically, eliminate the flag | alc | 2009-11-27 | 1 | -2/+1 |
* | Many network stack subsystems use a single global data structure to hold | rwatson | 2009-08-02 | 1 | -1/+1 |
* | Merge the remainder of kern_vimage.c and vimage.h into vnet.c and | rwatson | 2009-08-01 | 2 | -6/+2 |
* | Build on Jeff Roberson's linker-set based dynamic per-CPU allocator | rwatson | 2009-07-14 | 2 | -8/+0 |
* | Fix a buglet that slipped into r195654. My buildworld/buildkernel sanity | lstewart | 2009-07-14 | 1 | -1/+1 |
* | Replace struct tcpopt with a proxy toeopt struct in the TOE driver interface to | lstewart | 2009-07-13 | 1 | -12/+13 |
* | After cleaning up rt_tables from vnet.h and cleaning up opt_route.h | bz | 2009-06-23 | 1 | -1/+0 |
* | Add a new function, ifa_ifwithaddr_check(), which rather than returning | rwatson | 2009-06-22 | 1 | -3/+4 |
* | After r193232 rt_tables in vnet.h are no longer indirectly dependent on | bz | 2009-06-08 | 1 | -2/+0 |
* | Rework socket upcalls to close some races with setup/teardown of upcalls. | jhb | 2009-06-01 | 1 | -13/+10 |
* | Update VNET base pointer setting macro to use a correct source of | zec | 2009-06-01 | 1 | -1/+1 |
* | Change the curvnet variable from a global const struct vnet *, | zec | 2009-05-05 | 1 | -2/+2 |
* | Update stats in struct tcpstat using two new macros, TCPSTAT_ADD() and | rwatson | 2009-04-11 | 1 | -1/+1 |
* | For all files including net/vnet.h directly include opt_route.h and | bz | 2009-02-27 | 1 | -0/+3 |
* | Use inc_flags instead of the inc_isipv6 alias which so far | bz | 2008-12-17 | 1 | -3/+0 |
* | This main goals of this project are: | qingli | 2008-12-15 | 2 | -27/+23 |
* | Rather than using hidden includes (with cicular dependencies), | bz | 2008-12-02 | 2 | -0/+6 |
* | - bump __FreeBSD version to reflect added buf_ring, memory barriers, | kmacy | 2008-11-22 | 1 | -12/+13 |
* | Change the initialization methodology for global variables scheduled | zec | 2008-11-19 | 1 | -5/+0 |
* | Update firmware version check | kmacy | 2008-11-12 | 3 | -14/+19 |
* | Step 1.5 of importing the network stack virtualization infrastructure | zec | 2008-10-02 | 2 | -2/+13 |
* | update callers of vm_fault_hold_user_pages | kmacy | 2008-09-30 | 2 | -11/+15 |
* | Refactor vm_fault_hold_user_pages: | kmacy | 2008-09-30 | 2 | -65/+56 |
* | vm_fault_hold_user_pages will not return if an address in the range passed in... | kmacy | 2008-09-29 | 1 | -14/+8 |
* | - Remove default NIC dependency on ulp headers | kmacy | 2008-09-24 | 8 | -1/+8 |
* | Update cxgb include paths to not require prefixing with dev/cxgb | kmacy | 2008-09-23 | 23 | -239/+98 |
* | Allow cxgb to be unified across versions by making newer features conditional | kmacy | 2008-09-23 | 3 | -0/+19 |
* | Fix issue with tom loading by moving cxgb_log_tcb in to tom | kmacy | 2008-09-19 | 2 | -0/+30 |