index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sys
/
dev
/
iscsi
Commit message (
Expand
)
Author
Age
Files
Lines
*
MFC r264109:
trasz
2014-05-07
4
-27
/
+27
*
MFC r264026:
trasz
2014-05-07
1
-4
/
+1
*
MFC r264025:
trasz
2014-05-07
1
-11
/
+29
*
MFC r264023:
trasz
2014-05-07
3
-5
/
+9
*
MFC r264022:
trasz
2014-05-07
3
-13
/
+20
*
MFC r263743:
trasz
2014-05-07
2
-0
/
+10
*
MFC r263742:
trasz
2014-05-07
1
-2
/
+2
*
MFC r260389:
trasz
2014-02-11
1
-2
/
+2
*
MFC r260083:
trasz
2014-02-11
1
-2
/
+2
*
MFC r259183:
trasz
2013-12-13
1
-0
/
+12
*
MFC r258790:
trasz
2013-12-04
1
-3
/
+5
*
MFC r257061:
trasz
2013-10-29
1
-14
/
+12
*
Properly handle residual count in Data-In PDUs with S bit set.
trasz
2013-10-09
1
-12
/
+33
*
Be extra paranoid with values obtained from the target.
trasz
2013-10-09
1
-8
/
+26
*
Fail connection upon receiving too large data segment.
trasz
2013-10-09
1
-0
/
+1
*
Fix NOP-In/NOP-Out payload handling. Previous way didn't work at all; fortun...
trasz
2013-10-09
1
-6
/
+36
*
Don't leak memory when removing an unconnected session, and remove useless
trasz
2013-10-04
2
-3
/
+4
*
As it turns out, when MOD_LOAD handler returns error, kernel calls MOD_UNLOAD
trasz
2013-09-24
1
-11
/
+7
*
Don't use M_WAITOK when running from context where sleeping is prohibited,
trasz
2013-09-23
1
-1
/
+5
*
Add some spare fields to structs used by the new iSCSI stack - some just
trasz
2013-09-20
1
-0
/
+14
*
Fix several problems in the new iSCSI stack; this includes interoperability
trasz
2013-09-18
2
-11
/
+27
*
Bring in the new iSCSI target and initiator.
trasz
2013-09-14
7
-0
/
+4724
*
Move the old iSCSI initiator source to a more appropriate place
trasz
2013-08-22
8
-4726
/
+0
*
MFprojects/camlock r248982:
mav
2013-04-14
1
-1
/
+1
*
Finish r243882: mechanically substitute flags from historic mbuf
glebius
2013-03-12
1
-3
/
+3
*
Merge Capsicum overhaul:
pjd
2013-03-02
1
-2
/
+2
*
Revert previous commit...
kevlo
2012-10-10
1
-3
/
+3
*
Prefer NULL over 0 for pointers
kevlo
2012-10-09
1
-3
/
+3
*
Update to version 2.3.1.0
jpaetzel
2012-04-13
4
-13
/
+128
*
Remove direct access to si_name.
ed
2012-02-10
1
-2
/
+2
*
Mark MALLOC_DEFINEs static that have no corresponding MALLOC_DECLAREs.
ed
2011-11-07
2
-2
/
+2
*
Remove MALLOC_DECLAREs of nonexisting malloc-pools.
ed
2011-11-06
1
-1
/
+0
*
Do not ignore block offsets.
kib
2011-10-10
1
-0
/
+1
*
Add descriptor sense support to CAM, and honor sense residuals properly in
ken
2011-10-03
1
-1
/
+6
*
In order to maximize the re-usability of kernel code in user space this
kmacy
2011-09-16
1
-1
/
+1
*
Second-to-last commit implementing Capsicum capabilities in the FreeBSD
rwatson
2011-08-11
1
-2
/
+3
*
Specify a CTLTYPE_FOO so that a future sysctl(8) change does not need
mdf
2011-01-18
1
-3
/
+3
*
sysctl(9) cleanup checkpoint: amd64 GENERIC builds cleanly.
mdf
2011-01-12
1
-6
/
+3
*
Remove the freelist, which simply duplicates some of the zone allocator's
des
2010-09-02
2
-31
/
+2
*
Do not use %z to print a time_t. Fixes build on architectures where time_t
jhb
2010-08-11
1
-2
/
+2
*
- Add full support for header / data digests.
des
2010-08-09
8
-780
/
+767
*
Remove extraneous semicolons, no functional changes.
mbr
2010-01-07
1
-1
/
+1
*
Fix iSCSI initiator and vpo driver operation, broken by CAM changes.
mav
2009-08-18
1
-0
/
+2
*
Change the type of uio_resid member of struct uio from int to ssize_t.
kib
2009-06-25
1
-3
/
+3
*
This commit fixes the issue with alias_sctp.c. No
rrs
2009-02-14
1
-91
/
+1
*
Big update to the iSCSI initiator code. Highlights include IPv6 support,
scottl
2008-11-25
8
-231
/
+584
*
Replace all calls to minor() with dev2unit().
ed
2008-09-27
2
-9
/
+9
*
Record the dependency of the iscsi initiator on cam.
antoine
2008-04-20
1
-0
/
+1
*
Replaced the misleading uses of a historical artefact M_TRYWAIT with M_WAIT.
ru
2008-03-25
1
-3
/
+3
*
Give MEXTADD() another argument to make both void pointers to the
phk
2008-02-01
1
-1
/
+1
[next]