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
/
e1000
Commit message (
Expand
)
Author
Age
Files
Lines
*
Direct commit to stable/11 to correctly setting the EIAC and IMS
sbruno
2017-06-19
1
-1
/
+1
*
Direct commit of fixes to stable/11, resolving PCI passthrough and initializa...
sbruno
2017-04-05
3
-5
/
+6
*
Disable the driver managed queue for igb(4) when the legacy transmit
loos
2017-02-25
1
-1
/
+1
*
MFC: r311979
marius
2017-02-22
1
-1
/
+1
*
MFC r307649:
kib
2016-11-02
1
-4
/
+15
*
MFC r304149
sbruno
2016-08-18
6
-14
/
+45
*
MFC r303638
sbruno
2016-08-02
1
-0
/
+1
*
Do not initialize the adapter on MTU change when adapter status is down.
sbruno
2016-07-07
3
-3
/
+6
*
net: Use M_HASHTYPE_OPAQUE_HASH if the mbuf flowid has hash properties
sephe
2016-06-07
1
-1
/
+1
*
Don't repeat the the word 'the'
eadler
2016-05-17
2
-2
/
+2
*
dev/e1000,ixgbe: minor spelling fixes.
pfg
2016-05-06
5
-11
/
+11
*
Since igb_detach() cleans up all the data structures that will be
sbruno
2016-05-06
1
-1
/
+2
*
If ALTQ is defined in the kern conf, switch to Legacy Mode.
sbruno
2016-05-06
1
-0
/
+4
*
Correct possible underflow conditions when checking for available space
sbruno
2016-04-18
3
-3
/
+3
*
tcp/lro: Use tcp_lro_flush_all in device drivers to avoid code duplication
sephe
2016-04-01
1
-5
/
+1
*
Support checksum offloading for TCP/IPV6 and UDP/IPV6.
tuexen
2016-03-22
2
-7
/
+53
*
The register read/write mphy functions have misleading whitespace around
sbruno
2016-03-04
1
-8
/
+6
*
Fix and clean up usage of DMA and TSO segments:
marius
2016-02-23
5
-6
/
+12
*
Update em(4) to 7.6.1; update igb(4) to 2.5.3.
erj
2016-02-05
23
-189
/
+1342
*
As it turns out, one of the more or less recent changes to em(4)
marius
2016-02-01
1
-2
/
+9
*
Add optimizing LRO wrapper:
hselasky
2016-01-19
1
-2
/
+2
*
Given that em(4), lem(4) and igb(4) hardware doesn't require the
marius
2016-01-13
6
-37
/
+36
*
Disable the reuse of checksum offload context descriptors in the case
sbruno
2016-01-07
1
-45
/
+63
*
Switch em(4) to the extended RX descriptor format. This matches the
sbruno
2016-01-07
2
-87
/
+121
*
Wow, um ... sorry about that. The commit log for this code should have
sbruno
2016-01-07
1
-63
/
+45
*
Switch em(4) to the extended RX descriptor format. This matches the
sbruno
2016-01-07
1
-45
/
+63
*
Add support for sysctl knobs to live tune the tx packet processing limits
sbruno
2015-12-23
2
-3
/
+13
*
Add support for SCTP checksum offloading for the 82580 controller
tuexen
2015-11-10
1
-4
/
+7
*
Revert 287914,287762.
sbruno
2015-09-19
26
-1428
/
+381
*
Add Intel Skylake/I219 Support
sbruno
2015-09-17
2
-3
/
+165
*
Update em(4) with D3162 after testing further on hardware that failed
sbruno
2015-09-13
24
-378
/
+1263
*
Revert last two commits to em(4)/igb(4). Reports are coming in that
sbruno
2015-09-05
26
-1433
/
+386
*
em(4): Add Skylake/I219 support.
sbruno
2015-09-04
2
-3
/
+165
*
e1000: Shared code updates
sbruno
2015-09-04
24
-383
/
+1268
*
igb(4): Update and fix HW errata
sbruno
2015-09-04
2
-150
/
+117
*
Restrict tso_max to IP_MAXPACKET to avoid the panic reported in:
sbruno
2015-08-31
1
-1
/
+1
*
Style/whitespace cleanup in shared/common code.
sbruno
2015-08-24
13
-338
/
+309
*
Bump all copywrite dates to 2015
sbruno
2015-08-16
39
-39
/
+39
*
e1000/if_lem.c bump to 1.1.0
sbruno
2015-08-16
2
-8
/
+1
*
Increase EM_MAX_SCATTER to 64 such that the size of em_xmit()::segs[EM_MAX_SC...
sbruno
2015-08-16
2
-66
/
+80
*
Add capability to disable CRC stripping. This breaks IPMI/BMC capabilities on...
sbruno
2015-08-16
1
-1
/
+6
*
Free mbufs when busdma loading fails.
hselasky
2015-08-01
2
-6
/
+0
*
Remove unused txd_saved.
sbruno
2015-07-25
1
-2
/
+1
*
Add an adapter CORE lock in the DDB hook em_dump_queue to avoid WITNESS
sbruno
2015-07-16
1
-0
/
+2
*
Fix typo in register definition.
kevlo
2015-07-16
1
-1
/
+1
*
Sync netmap sources with the version in our private tree.
luigi
2015-07-10
3
-0
/
+9
*
Change EM_MULTIQUEUE to a real kernconf entry and enable support for
sbruno
2015-06-03
3
-194
/
+481
*
Simplify hang detection by stealing the techniques used in ixl(4) and
sbruno
2015-06-02
2
-50
/
+49
*
Bump rx_overruns when indicated by the ICR mask.
sbruno
2015-05-22
1
-0
/
+3
*
Various fixes to the stats in igb(4), ixgbe(4), and ixl(4).
jhb
2015-04-30
1
-5
/
+74
[next]