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
/
cxgb
Commit message (
Expand
)
Author
Age
Files
Lines
*
MFC r285340:
dim
2015-07-28
1
-1
/
+1
*
MFC r275358 r275483 r276982 - Removing M_FLOWID by hps@
hiren
2015-04-24
1
-5
/
+7
*
MFC r278364:
ngie
2015-02-14
1
-3
/
+3
*
MFC r276959:
np
2015-01-18
8
-33
/
+59
*
MFC r273280:
np
2014-11-12
1
-1
/
+3
*
MFC r263710, r273377, r273378, r273423 and r273455:
hselasky
2014-10-27
1
-5
/
+5
*
MFC r270710 and r270821:
hselasky
2014-09-04
1
-2
/
+0
*
MFC r259897:
dim
2013-12-28
1
-47
/
+0
*
MFC r259896:
dim
2013-12-28
1
-7
/
+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
*
Restructure the mbuf pkthdr to make it fit for upcoming capabilities and
andre
2013-08-24
1
-2
/
+2
*
Remove unnecessary setup of the m->pkthdr.header pointer.
andre
2013-08-24
1
-1
/
+0
*
Whitespace cleanup.
np
2013-08-23
1
-2
/
+1
*
Remove unnecessary #include's.
alc
2013-06-02
1
-5
/
+0
*
Add dependencies on the firmware, which allows the loading of the cxgb
kib
2013-05-16
1
-0
/
+1
*
- Correct mispellings of the word occurrence
gabor
2013-04-17
1
-1
/
+1
*
Mechanically substitute flags from historic mbuf allocator with
glebius
2012-12-04
3
-6
/
+6
*
Initialize the response queue mutex a bit earlier to avoid a panic that
np
2012-10-25
1
-5
/
+5
*
remove duplicate semicolons where possible.
eadler
2012-10-22
1
-1
/
+1
*
Prefer __containerof() over __member2struct().
ed
2012-10-19
1
-1
/
+2
*
Revert previous commit...
kevlo
2012-10-10
3
-7
/
+7
*
Prefer NULL over 0 for pointers
kevlo
2012-10-09
3
-7
/
+7
*
Align the PCI Express #defines with the style used for the PCI-X
gavin
2012-09-18
2
-7
/
+7
*
Attach interrupt handlers during attach instead of during the first time
jhb
2012-08-30
1
-5
/
+5
*
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
*
cxgb(4): IPv6 rx/tx hw checksum, IPv6 TSO and LRO too.
np
2012-06-30
3
-44
/
+74
*
- Updated TOE support in the kernel.
np
2012-06-19
43
-11348
/
+4834
*
MFp4 bz_ipv6_fast:
bz
2012-05-25
1
-6
/
+10
*
MFp4 bz_ipv6_fast:
bz
2012-05-24
1
-0
/
+1
*
Convert a number of drivers to obtaining their parent DMA tag from their
scottl
2012-03-12
1
-1
/
+1
*
Add IPv6 TSO (including TSO+VLAN) support to cxgb(4).
np
2012-02-09
2
-14
/
+34
*
Allocate the BAR for userspace doorbells after the is_offload check
np
2012-02-08
1
-9
/
+11
*
Remove if_start from cxgb and cxgbe.
np
2012-02-07
3
-29
/
+2
*
Fix return value of function.
np
2011-12-23
1
-1
/
+1
*
- There's no need to overwrite the default device method with the default
marius
2011-11-22
1
-5
/
+1
*
Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs.
ed
2011-11-07
1
-1
/
+1
*
Update T3 firmware to 7.11.0
np
2011-03-25
2
-1493
/
+1527
*
t3_free_sge_resources should be given the number of qsets it needs to free.
np
2011-03-24
3
-12
/
+9
*
T3C initialization should setup the parity fence too.
np
2011-03-24
1
-2
/
+3
*
Do a sweep of the tree replacing calls to pci_find_extcap() with calls to
jhb
2011-03-23
1
-1
/
+1
*
Fix typos - remove duplicate "the".
brucec
2011-02-21
1
-2
/
+2
*
Explicitly wire the user buffer rather than doing it implicitly in
mdf
2011-01-27
1
-2
/
+9
*
Introduce signed and unsigned version of CTLTYPE_QUAD, renaming
mdf
2011-01-19
1
-2
/
+2
*
sysctl(8) should use the CTLTYPE to determine the type of data when
mdf
2011-01-19
1
-2
/
+2
*
sysctl(9) cleanup checkpoint: amd64 GENERIC builds cleanly.
mdf
2011-01-12
3
-24
/
+24
*
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
[next]