summaryrefslogtreecommitdiffstats
path: root/sys/dev/cxgb/ulp
Commit message (Expand)AuthorAgeFilesLines
* MFC r256302:np2013-10-101-0/+1
* Update OFED to Linux 3.7 and update Mellanox drivers.alfred2013-09-291-2/+3
* Whitespace cleanup.np2013-08-231-2/+1
* Prefer __containerof() over __member2struct().ed2012-10-191-1/+2
* Revert previous commit...kevlo2012-10-102-2/+2
* Prefer NULL over 0 for pointerskevlo2012-10-092-2/+2
* Deal with the case where a syncache entry added by the TOE driver isnp2012-08-212-0/+12
* Correctly handle the case where an inp has already been dropped by the timenp2012-08-211-13/+9
* In cxgb(4), in function iwch_reregister_phys_mem(), initialize thedim2012-08-061-1/+1
* - Updated TOE support in the kernel.np2012-06-1934-10122/+4316
* Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs.ed2011-11-071-1/+1
* sysctl(9) cleanup checkpoint: amd64 GENERIC builds cleanly.mdf2011-01-121-6/+6
* Introduce and use a new VM interface for temporarily pinning pages. Thisalc2010-12-254-198/+9
* The local variable "rv" is still required by vm_fault_hold_user_pages().alc2010-12-201-3/+3
* Introduce vm_fault_hold() and use it to (1) eliminate a long-standing racealc2010-12-201-13/+4
* Implement and use a single optimized function for unholding a set of pages.alc2010-12-174-18/+4
* fix incorrect use of atomic_set_xxx in cxgbavg2010-12-111-1/+1
* Catch up with the page and page queues locking changes.alc2010-06-181-8/+8
* There is no need to test __FreeBSD_version for features that havenp2010-02-242-3/+1
* Fix common misspelling of hierarchyuqs2010-02-201-2/+2
* - Rename the __tcpi_(snd|rcv)_mss fields of the tcp_info structure to removejhb2009-12-221-1/+1
* Simplify the invocation of vm_fault(). Specifically, eliminate the flagalc2009-11-271-2/+1
* Many network stack subsystems use a single global data structure to holdrwatson2009-08-021-1/+1
* Merge the remainder of kern_vimage.c and vimage.h into vnet.c andrwatson2009-08-012-6/+2
* Build on Jeff Roberson's linker-set based dynamic per-CPU allocatorrwatson2009-07-142-8/+0
* Fix a buglet that slipped into r195654. My buildworld/buildkernel sanitylstewart2009-07-141-1/+1
* Replace struct tcpopt with a proxy toeopt struct in the TOE driver interface tolstewart2009-07-131-12/+13
* After cleaning up rt_tables from vnet.h and cleaning up opt_route.hbz2009-06-231-1/+0
* Add a new function, ifa_ifwithaddr_check(), which rather than returningrwatson2009-06-221-3/+4
* After r193232 rt_tables in vnet.h are no longer indirectly dependent onbz2009-06-081-2/+0
* Rework socket upcalls to close some races with setup/teardown of upcalls.jhb2009-06-011-13/+10
* Update VNET base pointer setting macro to use a correct source ofzec2009-06-011-1/+1
* Change the curvnet variable from a global const struct vnet *,zec2009-05-051-2/+2
* Update stats in struct tcpstat using two new macros, TCPSTAT_ADD() andrwatson2009-04-111-1/+1
* For all files including net/vnet.h directly include opt_route.h andbz2009-02-271-0/+3
* Use inc_flags instead of the inc_isipv6 alias which so farbz2008-12-171-3/+0
* This main goals of this project are:qingli2008-12-152-27/+23
* Rather than using hidden includes (with cicular dependencies),bz2008-12-022-0/+6
* - bump __FreeBSD version to reflect added buf_ring, memory barriers,kmacy2008-11-221-12/+13
* Change the initialization methodology for global variables scheduledzec2008-11-191-5/+0
* Update firmware version checkkmacy2008-11-123-14/+19
* Step 1.5 of importing the network stack virtualization infrastructurezec2008-10-022-2/+13
* update callers of vm_fault_hold_user_pageskmacy2008-09-302-11/+15
* Refactor vm_fault_hold_user_pages:kmacy2008-09-302-65/+56
* vm_fault_hold_user_pages will not return if an address in the range passed in...kmacy2008-09-291-14/+8
* - Remove default NIC dependency on ulp headerskmacy2008-09-248-1/+8
* Update cxgb include paths to not require prefixing with dev/cxgbkmacy2008-09-2323-239/+98
* Allow cxgb to be unified across versions by making newer features conditionalkmacy2008-09-233-0/+19
* Fix issue with tom loading by moving cxgb_log_tcb in to tomkmacy2008-09-192-0/+30
* Fix two panics:kmacy2008-09-181-3/+4
OpenPOWER on IntegriCloud