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
/
cxgbe
/
t4_sge.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
cxgbe(4): Add a new knob that controls the congestion response of netmap
np
2015-07-06
1
-4
/
+5
*
cxgbe(4): Do not override the the global defaults for congestion drops.
np
2015-07-06
1
-17
/
+0
*
cxgbe: get_fl_payload returns a header mbuf when successful.
np
2015-06-23
1
-0
/
+1
*
cxgbe: set minimum burst size when fetching freelist buffers to 128B.
np
2015-06-01
1
-1
/
+1
*
cxgbe(4): provide the exact RSS hash type instead of a catch-all value
np
2015-03-26
1
-1
/
+7
*
cxgbe(4): set up congestion management for netmap rx queues.
np
2015-02-24
1
-1
/
+1
*
cxgbe(4): there is no need to force an "unimplemented" panic needlessly.
np
2015-02-20
1
-3
/
+0
*
cxgbe(4): major tx rework.
np
2014-12-31
1
-905
/
+1089
*
cxgbe(4): allow the driver to use rx buffers that do not end on a pack
np
2014-12-06
1
-47
/
+39
*
cxgbe(4): Allow for different pad and pack boundaries for different
np
2014-12-06
1
-125
/
+162
*
Start process of removing the use of the deprecated "M_FLOWID" flag
hselasky
2014-12-01
1
-1
/
+1
*
cxgbe(4): some optimizations in freelist handling.
np
2014-08-02
1
-95
/
+139
*
cxgbe(4): Fix an off by one error when looking for the BAR2 doorbell
np
2014-08-02
1
-1
/
+1
*
cxgbe(4): minor optimizations in ingress queue processing.
np
2014-08-02
1
-51
/
+30
*
cxgbe(4): Keep track of the clusters that have to be freed by the
np
2014-07-23
1
-4
/
+38
*
Add missing newline to an error message.
np
2014-07-22
1
-1
/
+1
*
Simplify r267600, there's no need to distinguish between allocated and
np
2014-07-22
1
-8
/
+7
*
All mbuf external free functions never fail, so let them be void.
glebius
2014-07-11
1
-3
/
+1
*
cxgbe(4): Update the bundled T4 and T5 firmwares to versions 1.11.27.0.
np
2014-06-22
1
-1
/
+1
*
Consider the total number of descriptors available (and not just those
np
2014-06-20
1
-3
/
+4
*
cxgbe(4): Fix bug in the fast rx buffer recycle path. In some cases rx
np
2014-06-18
1
-9
/
+16
*
cxgbe(4): Properly account for the freelist buffers used when returning
np
2014-06-05
1
-1
/
+8
*
cxgbe(4): Fix a NULL dereference when the very first call to
np
2014-05-30
1
-2
/
+6
*
cxgbe(4): netmap support for Terminator 5 (T5) based 10G/40G cards.
np
2014-05-27
1
-100
/
+299
*
cxgbe(4): significant rx rework.
np
2014-03-18
1
-551
/
+579
*
cxgbe(4): Use the rx channel map (instead of the tx channel map) as the
np
2014-02-06
1
-2
/
+2
*
cxgbe(4): The T5 allows for a different freelist starvation threshold
np
2014-02-06
1
-1
/
+7
*
Add an option to enable or disable the small RX packet copying that
adrian
2014-01-02
1
-2
/
+2
*
Read card capabilities after firmware initialization, instead of setting
np
2013-12-14
1
-1
/
+0
*
cxgbe(4): save a copy of the RSS map for each port for the driver's use.
np
2013-12-08
1
-1
/
+1
*
Disable an assertion that relies on some code[1] that isn't in HEAD yet.
np
2013-11-27
1
-1
/
+1
*
Include necessary headers that now are available due to pollution
glebius
2013-10-28
1
-0
/
+1
*
cxgbe(4): Store the log2 of the # of doorbells per BAR2 page for both
np
2013-10-14
1
-7
/
+12
*
Fix kernel build on amd64 after r256118, since the machine/md_var.h
dim
2013-10-07
1
-0
/
+1
*
Remove redundant declaration of cpu_clflush_line_size in
dim
2013-10-07
1
-4
/
+0
*
Fix the sysctl that displays whether buffer packing is enabled
np
2013-08-30
1
-7
/
+13
*
Implement support for rx buffer packing. Enable it by default for T5
np
2013-08-30
1
-135
/
+575
*
Merge r254386 from user/np/cxl_tuning. Add an INET|INET6 check missing
np
2013-08-29
1
-0
/
+12
*
Add hooks in base cxgbe(4) for the iWARP upper-layer driver. Update a
np
2013-08-28
1
-1
/
+17
*
There is no need to hold the freelist lock around alloc/free of
np
2013-08-23
1
-10
/
+1
*
Fix previous commit (r253873). "cong" has one bit per channel but the
np
2013-08-02
1
-1
/
+10
*
Set up congestion manager context properly for T5 based cards.
np
2013-08-01
1
-0
/
+16
*
Display SGE tunables in the sysctl tree.
np
2013-07-31
1
-0
/
+18
*
Add support for packet-sniffing tracers to cxgbe(4). This works with
np
2013-07-26
1
-1
/
+0
*
- Make note of interface MTU change if the rx queues exist, and not just
np
2013-07-04
1
-3
/
+32
*
Ring the egress queue's doorbell as soon as there are 8 or more
np
2013-07-04
1
-3
/
+3
*
- Read all TP parameters in one place.
np
2013-07-04
1
-6
/
+1
*
Cosmetic change (s/wrwc/wcwr/;s/WRWC/WCWR/).
np
2013-04-11
1
-5
/
+5
*
Auto-reduce the holdoff timers that are greater than the maximum value
np
2013-04-11
1
-1
/
+22
*
cxgbe(4): Add support for Chelsio's Terminator 5 (aka T5) ASIC. This
np
2013-03-30
1
-83
/
+239
[next]