| Commit message (Expand) | Author | Age | Files | Lines |
| * | MFC r259897: | Dimitry Andric | 2013-12-28 | 1 | -47/+0 |
| * | MFC/backport core kernel and userspace parts of r237263 (TCP_OFFLOAD | Navdeep Parhar | 2013-07-03 | 1 | -13/+9 |
| * | MFC r245243, r245274, r245276, r245434, r245441, r245448, r245467, | Navdeep Parhar | 2013-02-28 | 1 | -1/+2 |
| * | MFC many cxgb and cxgbe features and fixes (r239258, r239259, r239264, | Navdeep Parhar | 2012-09-06 | 2 | -0/+12 |
| * | Backport just the sys/{dev,modules}/cxgb{,e}/ parts of r237263, and then | Navdeep Parhar | 2012-07-01 | 15 | -8263/+2965 |
| * | 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 | 1 | -1/+0 |
| * | 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 | 1 | -3/+1 |
| * | Build on Jeff Roberson's linker-set based dynamic per-CPU allocator | Robert Watson | 2009-07-14 | 1 | -7/+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 |
| * | 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 |
| * | 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 | 1 | -0/+3 |
| * | 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 | 1 | -0/+4 |
| * | 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 | 5 | -0/+5 |
| * | Update cxgb include paths to not require prefixing with dev/cxgb | Kip Macy | 2008-09-23 | 12 | -111/+98 |
| * | Allow cxgb to be unified across versions by making newer features conditional | Kip Macy | 2008-09-23 | 2 | -0/+14 |
| * | Fix issue with tom loading by moving cxgb_log_tcb in to tom | Kip Macy | 2008-09-19 | 2 | -0/+30 |
| * | Fix two panics: | Kip Macy | 2008-09-18 | 1 | -3/+4 |
| * | Remove the suser(9) interface from the kernel. It has been replaced from | Attilio Rao | 2008-09-17 | 1 | -2/+2 |
| * | Remove some dead code along with gratuitous differences between HEAD and 7 | Kip Macy | 2008-09-16 | 4 | -4/+0 |
| * | Commit step 1 of the vimage project, (network stack) | Bjoern A. Zeeb | 2008-08-17 | 1 | -6/+7 |
| * | remove socketvar.h, add more selective includes | Kip Macy | 2008-07-31 | 4 | -6/+15 |
| * | Unbreak the build by including sys/socketvar.h | Paul Saab | 2008-07-31 | 4 | -3/+7 |
| * | fix includes for post sockbuf re-factor | Kip Macy | 2008-07-30 | 5 | -142/+12 |
| * | remove call to unsafe tcp_twstart function | Kip Macy | 2008-07-21 | 1 | -20/+1 |
| * | remove unneeded declarations | Kip Macy | 2008-07-21 | 1 | -3/+0 |
| * | remove local version of tcp_offload_* functions | Kip Macy | 2008-07-21 | 2 | -57/+0 |
| * | update syncache function names | Kip Macy | 2008-07-21 | 1 | -2/+2 |
| * | remove cxgb local definition of locked syncache_expand | Kip Macy | 2008-07-21 | 2 | -15/+0 |
| * | remove cxgb local definitions of socket accessor functions | Kip Macy | 2008-07-21 | 3 | -250/+18 |
| * | import vendor fixes to cxgb | Kip Macy | 2008-07-18 | 1 | -1/+9 |
| * | MFSVN: | Kip Macy | 2008-05-05 | 5 | -63/+87 |
| * | move cxgb_lt2.[ch] from NIC to TOE | Kip Macy | 2008-04-19 | 12 | -606/+3088 |