Logoj0ke.net Open Build Service > Projects > hardware:nic > intel-e1000e > Changes
Sign Up | Log In

Changes of Revision 6

[-] Changed intel-e1000e.changes
x
 
1
@@ -1,4 +1,62 @@
2
 -------------------------------------------------------------------
3
+Fri Feb  7 14:40:38 UTC 2014 - cs@linux-administrator.com
4
+
5
+- 2.5.4
6
+  * Add - ether_addr_equal for use by versions less than 3.5
7
+  * Fix - Semaphore imbalance for 82573 devices
8
+  * Fix - 82579 ethtool offline register tests reg bitmasks
9
+  * Fix - Perform PHY configuration after exiting ULP mode on I218
10
+  * Cleanup - braces {} should be used on all statement arms or none
11
+  * Fix - high CRC error count with 4K RX traffic on 82577/8
12
+  * Fix - overrun of PHY RAR array on 82579
13
+  * Add - Adding error reporting to init_phy_workarounds_pchlan()
14
+  * Fix - Defaulting to continue on ME blocked reset
15
+  * Fix - Hardware Unit Hang
16
+  * Compat - PCI_EXP_LNKCTL_ASPMC introduced in kernel 2.6.29
17
+  * Fix - Use macro instead of digit for defining e1000_rx_desc_packet_split
18
+  * Fix - Remove call for setting MDIO slow mode for I217/I218
19
+  * Fix - I218 ULP updates
20
+  * Fix - Incorrect entries in system log on driver load with cable out
21
+  * Fix - Explicitly set Transmit Control Register to ensure 82574L 100M HDX performance
22
+  * Fix - 82579 sets LPI too early
23
+  * Fix - vlan support for kernels 3.10 and above
24
+  * Fix - for new checkpatch JIFFIES_COMPARISON warning
25
+  * Add - additional I217/I218 PCI IDs
26
+  * Fix - Using InterruptThrottleRate=2 no error message and ITR not set
27
+  * Add - missing branding strings in ich8lan.c
28
+  * Fix - ULP is not supported on LPT MAC with I218 PHY
29
+  * Fix - build warnings on SLES11 SP3
30
+
31
+- 2.4.14
32
+  * Add support for I218 "Ultra-Low Power" (ULP) mode enabled in S3/4 and in S0 when Runtime Power Management (RPM) is enabled
33
+  * Fix - do not access MAC registers when RPM suspended
34
+  * Fix - workaround a Tx hang inssue at 100Half on I218
35
+  * Fix - disable ASPM L1 on 82583
36
+  * Cleanup - remove unnecessary workaround for 82578
37
+  * Cleanup/refactor - Runtime Power Management flow
38
+  * Fix - device would repeatedly cycle D0->D3 when RPM enabled and the interface was administratively downed
39
+  * Fix - do not wake from RPM to read PHY status
40
+  * Fix - release mutex lock only if it has been initially acquired on 82574/82583
41
+  * Upstream - commit 73e3dd6b45c4c870fc2641eb04c24e3f12dab1e0 (e1000e: fix numeric overflow in phc settime method)
42
+  * Upstream - commit 80d5c3689b886308247da295a228a54df49a44f6 (net: vlan: prepare for 802.1ad VLAN filtering offload)
43
+  * Upstream - commit f646968f8f7c624587de729115d802372b9063dd (net: vlan: rename NETIF_F_HW_VLAN_ feature flags to NETIF_F_HW_VLAN_CTAG_)
44
+  * Upstream - commit 86a9bad3ab6b6f858fd4443b48738cabbb6d094c (net: vlan: add protocol argument to packet tagging functions)
45
+  * Fix - AMT connection drops after driver unload if large MTU configured
46
+  * Upstream - commit 37287fae7e4506fb0822523587c769783164cdd6 (e1000e: Add missing dma_mapping_error-call in e1000_alloc_jumbo_rx_buffers)
47
+  * Fix - low throughput using 4K jumbo MTU
48
+  * Fix - error checking in initialization flow for I218
49
+  * Fix - ethtool interrogating device takes it out of RPM D3 briefly
50
+  * Refactor/fix system hibernate flow
51
+  * Fix - automatically enable EEE LPI in I217/I218 hardware when in Sx
52
+  * Cleanup - whitespace, indentation and lines exceeding 80 characters
53
+  * Fix - Resolve strict checkpatch USLEEP_RANGE checks
54
+  * Upstream - commit e60b22c5b7e59db09a7c9490b1e132c7e49ae904 (e1000e: fix accessing to suspended device)
55
+  * Upstream - commit 66148babe728f3e00e13c56f6b0ecf325abd80da (e1000e: fix runtime power management transitions)
56
+  * Upstream - commit 4e0855dff094b0d56d6b5b271e0ce7851cc1e063 (e1000e: fix pci-device enable-counter balance)
57
+  * Fix - do not enable EEE on 82579/I217/I218 for speeds in which EEE is not advertised
58
+  * Fix - IEEE MMD register 3.1 at wrong EMI address on 82579
59
+
60
+-------------------------------------------------------------------
61
 Fri May 10 14:50:36 UTC 2013 - cs@linux-administrator.com
62
 
63
 - 2.3.2
64
[-] Changed intel-e1000e.spec ^
10
 
1
@@ -20,7 +20,7 @@
2
 Summary:        Linux e1000e Base Driver for Intel(R) Network Connection
3
 License:        GPL-2.0+
4
 Group:          System/Kernel
5
-Version:        2.3.2
6
+Version:        2.5.4
7
 Release:        0
8
 Source0:        e1000e-%{version}.tar.bz2
9
 Source1:        preamble
10
Added e1000e-2.5.4.tar.bz2 ^