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
/
sfxge
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fixup the setting of the baud rate.
gnn
2014-10-02
1
-2
/
+2
*
Properly handle a case that should never happen (the bus_dma
gnn
2014-10-02
1
-2
/
+5
*
Support tunable to control Tx deferred packet list limits
gnn
2014-09-30
2
-3
/
+44
*
The patch allows to check state of the software Tx queues at run time.
gnn
2014-09-30
3
-12
/
+41
*
Make size of Tx and Rx rings configurable
gnn
2014-09-30
7
-71
/
+150
*
cleanup: code style fixes
gnn
2014-09-30
11
-181
/
+180
*
Check that port is started when MAC filter is set
gnn
2014-04-22
1
-3
/
+14
*
Commit various fixes for the SolarFlare drivers, in particular
gnn
2014-04-14
5
-25
/
+55
*
sfxge: limit software Tx queue size.
glebius
2014-03-22
2
-8
/
+9
*
Add counter for Tx errors returned from if_transmit.
glebius
2014-03-19
2
-5
/
+8
*
fix mbuf leak if it does not fit in software queue
gnn
2014-03-18
1
-0
/
+1
*
Return error when packet is dropped because of link down.
glebius
2014-03-18
1
-1
/
+1
*
Bandaid for compiling with gcc.
pluknet
2013-11-27
1
-0
/
+1
*
- For kernel compiled only with KDTRACE_HOOKS and not any lock debugging
attilio
2013-11-25
1
-3
/
+3
*
Provide includes that are needed in these files, and before were read
glebius
2013-10-26
3
-0
/
+13
*
The r48589 promised to remove implicit inclusion of if_var.h soon. Prepare
glebius
2013-10-26
2
-0
/
+2
*
Remove unnecessary setup of the m->pkthdr.header pointer.
andre
2013-08-24
1
-1
/
+0
*
Fxi a bunch of typos.
eadler
2013-05-10
1
-2
/
+2
*
Mechanically substitute flags from historic mbuf allocator with
glebius
2012-12-04
2
-2
/
+2
*
M_DONTWAIT is a flag from historical mbuf(9)
glebius
2012-04-10
1
-3
/
+3
*
Update recently added drivers to use the if_*addr_r*lock() wrapper
jhb
2012-01-05
1
-4
/
+4
*
sfxge: Add $FreeBSD$ tags to common code files.
philip
2011-11-28
34
-7
/
+96
*
- There's no need to overwrite the default device method with the default
marius
2011-11-22
1
-5
/
+1
*
sfxge: Remove interrupt self-test code
philip
2011-11-19
2
-25
/
+3
*
sfxge: Fix if_baudrate reports
philip
2011-11-19
1
-9
/
+10
*
Implement prefetch_read_{many,once}() for sparc64 and fix compilation on
marius
2011-11-17
1
-1
/
+35
*
Fix compilation on ILP32.
marius
2011-11-17
3
-8
/
+8
*
Add the sfxge(4) device driver, providing support for 10Gb Ethernet adapters
philip
2011-11-16
45
-0
/
+38269