summaryrefslogtreecommitdiff
path: root/iscsiuio/RELEASE.TXT
blob: 0ebf27f9539cd0dae26b2b5d41b7c41c966db668 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
1047
1048
1049
1050
1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
1098
1099
1100
1101
1102
1103
1104
1105
1106
1107
1108
1109
1110
1111
1112
1113
1114
1115
1116
1117
1118
1119
1120
1121
1122
1123
1124
1125
1126
1127
1128
1129
1130
1131
1132
1133
1134
1135
1136
1137
1138
1139
1140
1141
1142
1143
1144
1145
1146
1147
1148
1149
1150
1151
1152
1153
1154
1155
1156
1157
1158
1159
1160
1161
1162
1163
1164
1165
1166
1167
1168
1169
1170
1171
1172
1173
1174
1175
1176
1177
1178
1179
1180
1181
1182
1183
1184
1185
1186
1187
1188
1189
1190
1191
1192
1193
1194
1195
1196
1197
1198
1199
1200
1201
1202
1203
1204
1205
1206
1207
1208
1209
1210
1211
1212
1213
1214
1215
1216
1217
1218
1219
1220
1221
1222
1223
1224
1225
1226
1227
1228
1229
1230
1231
1232
1233
1234
1235
1236
1237
1238
1239
1240
1241
1242
1243
1244
1245
1246
1247
1248
1249
1250
1251
1252
1253
1254
1255
1256
1257
1258
1259
1260
1261
1262
1263
1264
1265
1266
1267
1268
1269
1270
1271
1272
1273
1274
1275
1276
1277
1278
1279
1280
1281
1282
1283
1284
1285
1286
1287
1288
1289
1290
1291
1292
1293
1294
1295
1296
1297
1298
1299
1300
1301
1302
1303
1304
1305
1306
1307
1308
1309
1310
1311
1312
1313
1314
1315
1316
1317
1318
1319
1320
1321
1322
1323
1324
1325
1326
1327
1328
1329
1330
1331
1332
1333
1334
1335
1336
1337
1338
1339
1340
1341
1342
1343
1344
1345
1346
1347
1348
1349
1350
1351
1352
1353
1354
1355
1356
1357
1358
1359
1360
1361
1362
1363
1364
1365
1366
1367
1368
1369
1370
1371
1372
1373
1374
1375
1376
1377
1378
1379
1380
1381
1382
1383
1384
1385
1386
1387
1388
1389
1390
1391
1392
1393
1394
1395
1396
1397
1398
1399
1400
1401
1402
1403
1404
1405
1406
1407
1408
1409
1410
1411
1412
1413
1414
1415
1416
1417
1418
1419
1420
1421
1422
1423
1424
1425
1426
1427
1428
1429
1430
1431
1432
1433
1434
1435
1436
1437
1438
1439
1440
1441
1442
1443
1444
1445
1446
1447
1448
1449
1450
1451
1452
1453
1454
1455
1456
1457
1458
1459
1460
1461
1462
1463
1464
1465
1466
1467
1468
1469
1470
1471
1472
1473
1474
1475
1476
1477
1478
1479
1480
1481
1482
1483
1484
1485
1486
1487
1488
1489
1490
1491
1492
1493
1494
1495
1496
1497
1498
1499
1500
1501
1502
1503
1504
1505
1506
1507
1508
1509
1510
1511
1512
1513
1514
1515
1516
1517
1518
1519
1520
1521
1522
1523
1524
1525
1526
1527
1528
1529
1530
1531
1532
1533
1534
1535
1536
1537
1538
1539
1540
1541
1542
1543
1544
1545
1546
1547
1548
1549
1550
1551
1552
1553
1554
1555
1556
1557
1558
1559
1560
1561
1562
1563
1564
1565
1566
1567
1568
1569
1570
1571
1572
1573
1574
1575
1576
1577
1578
1579
1580
1581
1582
1583
1584
1585
1586
1587
1588
1589
1590
1591
1592
1593
1594
1595
1596
1597
1598
1599
1600
1601
1602
1603
1604
1605
1606
1607
1608
1609
1610
1611
1612
1613
1614
1615
1616
1617
1618
1619
1620
1621
1622
1623
1624
1625
1626
1627
1628
1629
1630
1631
1632
1633
1634
1635
1636
1637
1638
1639
1640
1641
1642
1643
1644
1645
1646
1647
1648
1649
1650
1651
1652
1653
1654
1655
1656
1657
1658
1659
1660
1661
1662
1663
1664
1665
1666
1667
1668
1669
1670
1671
1672
1673
1674
1675
1676
1677
1678
1679
1680
1681
1682
1683
1684
1685
1686
1687
1688
1689
1690
1691
1692
1693
1694
1695
1696
1697
1698
1699
1700
1701
1702
1703
1704
1705
1706
1707
1708
1709
1710
1711
1712
1713
1714
1715
1716
1717
1718
1719
1720
1721
1722
1723
1724
1725
1726
1727
1728
1729
1730
1731
1732
1733
1734
1735
1736
1737
1738
1739
1740
1741
1742
1743
1744
1745
1746
1747
1748
1749
1750
1751
1752
1753
1754
1755
1756
1757
1758
1759
1760
1761
1762
1763
1764
1765
1766
1767
1768
1769
1770
1771
1772
1773
1774
1775
1776
1777
1778
1779
1780
1781
1782
1783
1784
1785
1786
1787
1788
1789
1790
1791
1792
1793
1794
1795
1796
1797
1798
1799
1800
1801
1802
1803
1804
1805
1806
1807
1808
1809
1810
1811
1812
1813
1814
1815
1816
1817
1818
1819
1820
1821
1822
1823
1824
1825
1826
1827
1828
1829
1830
1831
1832
1833
1834
1835
1836
1837
1838
1839
1840
1841
1842
1843
1844
1845
1846
1847
1848
1849
1850
1851
1852
1853
1854
1855
1856
1857
1858
1859
1860
1861
1862
1863
1864
1865
1866
1867
1868
1869
1870
1871
1872
1873
1874
1875
1876
1877
1878
1879
1880
1881
1882
1883
1884
1885
1886
1887
1888
1889
1890
1891
1892
1893
1894
1895
1896
1897
1898
1899
1900
1901
1902
1903
1904
1905
1906
1907
1908
1909
1910
1911
1912
1913
1914
1915
1916
1917
1918
1919
1920
1921
1922
1923
1924
1925
1926
1927
1928
1929
1930
1931
1932
1933
1934
1935
1936
1937
1938
1939
1940
1941
1942
1943
1944
1945
1946
1947
1948
1949
1950
1951
1952
1953
1954
1955
1956
1957
1958
1959
1960
1961
1962
1963
1964
1965
1966
1967
1968
1969
1970
1971
1972
1973
1974
1975
1976
1977
1978
1979
1980
1981
1982
1983
1984
1985
1986
1987
1988
1989
1990
1991
1992
1993
1994
1995
1996
1997
1998
1999
2000
2001
2002
2003
2004
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
2027
2028
2029
2030
2031
2032
2033
2034
2035
2036
2037
2038
2039
2040
2041
2042
2043
2044
2045
2046
2047
2048
2049
2050
2051
2052
2053
2054
2055
2056
2057
2058
2059
2060
2061
2062
2063
2064
2065
2066
2067
2068
2069
2070
2071
2072
2073
2074
2075
2076
2077
2078
2079
2080
2081
2082
2083
2084
2085
                              Release Notes
                        QLogic uIP Linux Driver
                            Version 0.7.8.5
                               11/20/2018

                          QLogic Corporation
                        26650 Aliso Viejo Pkwy,
                         Aliso Viejo, CA 92656

               Copyright (c) 2004 - 2013 Broadcom Corporation
                   Copyright (c) 2014, QLogic Corporation
                           All rights reserved

uIP v0.7.8.5 (Nov 20, 2018)
=======================================================
    Fixes:
    -------
      1. Problem: CQ102578: observing ISCSI initiator IP ping drop
         Change: 1. Do not flush tx queue on each uio interrupt
		 2. Use UIO BD index instead on buffer index.
		 3. Set buf_size in case of ICMP and ARP packet
         Impact: QL41xxx adapters

      2. Problem: CQ103034 - Unable to boot iSCSI BFS in IPv6 DHCP config
         Change: Limit retries of performing dhcpv6 before declaring dhcp failure
         Impact: All

      3. Problem: CQ102438: I/O fails to resume on multipath LUN during port toggle.
         Change: lib/cnic, lib/qedi, Release xmit_mutex in error code path and
                 during clear tx queue.
         Impact: QL84xx adapters

      4. Problem: Netlink buffer corruption when more than one host
		  try to xmit packet at the same time
         Change: Add inter-host mutex while doing xmit
         Impact: All

uIP v0.7.8.4 (Feb 22, 2018)
=======================================================
    Fixes:
    -------
      1. Problem: CQ95605: iSCSI BFS in DHCP config intermittently fails to boot
                  into the OS when source and destination addresses are in
                  different networks.
         Change: Allow ARP for non-matching source and destination addresses.
                 For source and destination IP addresses in different networks,
                 continue with the ARP retries and further login process
                 instead of assuming abrupt failure. iSCSI offload adapters
                 may not rely on netmask information for successful iSCSI
                 target login.
         Impact: All

uIP v0.7.8.3 (May 18, 2017)
=======================================================
    Fixes:
    -------
      1. Problem: CQ93985: iscsiuio seg faults if discovery done to not
                  reachable target
         Change: Serialize xmit_mutex lock to prevent iscsiuio seg fault.
         Impact: All

      2. Problem: CQ91497 - Initiator fails to acquire IPv6 DHCP address
                  from the DHCP server
         Change: Initialize the transaction-id within the dhcpv6 packet with
                 correct byte order, to fix the trans-id mismatch error.
         Impact: All

      3. Problem: Missing qedi ping transport hook
         Change: Add qedi ping transport hook
         Impact: 10/25/40/50GGbE Controller (iSCSI)

uIP v0.7.8.3 (Sept 28, 2016)
=======================================================
   Enhancements
   ------------
   1. Change: Add support for the new qedi transport
      Impact: 10/25/40/50GGbE Controller (iSCSI)

uIP v0.7.8.2 (Dec 10, 2013)
=======================================================
   Fixes
   -----
   1. Problem: Cont00072053 - Some hardware iSCSI paths fail during test
      Cause:   The test exercised a corner case where the ARP cache flush
               mechanism didn't work properly
      Change:  Fixed the ARP cache flush mechanism
      Impact:  All

   Enhancements
   ------------
   1. Change:  Added a new tx doorbell field in the uio path to work with
               the new bnx2x/cnic drivers that supports VF_RSS
      Impact:  10G only

   2. Change:  Fixed the iface.subnet_mask decoding for IPv6
      Impact:  IPv6


uIP v0.7.8.1b (May 01, 2013)
=======================================================
   Enhancements
   ------------
   1. Change:  Performance optimization by caching the page size
      Impact:  All

   2. Change:  Fixed a bug in the tx completion interrupt handler
      Impact:  10G only


uIP v0.7.6.1g (Jan 14, 2013)
=======================================================
   Fixes
   -----
   1. Problem: Cont00067316 - IPv6 address prefix length < 32
               bits fails to connect
      Cause:   CIDR notation has an order bug in the IPv6 section
               whenever the prefix length specified is < 32
      Change:  Fixed the network order bug
      Impact:  IPv6 only


uIP v0.7.6.1f (Nov 14, 2012)
=======================================================
   Fixes
   -----
   1. Problem: Cont00065768 - RHEL5.X iscsiuio segfault possible
               if there is a specific 1024 byte size broadcast
               packet
      Cause:   This is another corner case where the packet size
               is also exactly 1024 bytes + padding that exceeded
               the DMA rx buffer.  The previous fix was not
               sufficient
      Change:  Ensure that the packet size + padding do not
               exceed this limit.
      Impact:  10G only.  1G already has the guard against it.


uIP v0.7.6.1e (Nov 07, 2012)
=======================================================
   Fixes
   -----
   1. Problem: Cont00066397 - Unable to connect to iSCSI target
               with NPAR enabled on 57840
      Cause:   The PCI device ID for 57840_MF has been changed from
               0x16ab to 0x16a4
      Change:  Updated the PCI id table to match exactly what the
               bnx2x 1.76 indicates
      Impact:  57840 MF


uIP v0.7.6.1d (Oct 31, 2012)
=======================================================
   Enhancements
   ------------
   1. Change:  Added support for open-iscsi-2.0.873
      Impact:  All


uIP v0.7.6.1c (Oct 15, 2012)
=======================================================
   Enhancements
   ------------
   1. Change:  Added support for 10G 57840 4x10 and 2x20
      Impact:  10G 57840


uIP v0.7.6.1b (Oct 09, 2012)
=======================================================
   Fixes
   -----
   1. Problem: Cont00065690 - Vconfig method of connecting over
               tagged vlan with IPv6 failed
      Cause:   The new net param support changes has prevented
               the old vconfig method from execising the IPv6
               acquisition engine properly
      Change:  Ensure that this old vconfig method to run the IPv6
               acquisition engine properly and to its entirety
      Impact:  IPv6 + VLAN using the network VLAN configuration
               method

   2. Problem: Cont00065768 - RHEL5.X iscsiuio segfault possible
               if there is a specific 1024 byte size broadcast
               packet
      Cause:   This is a corner case where the packet size is
               exactly 1024 bytes + padding that exceeded the
               DMA rx buffer.  This has been there since day 1.
      Change:  Ensure that the packet size + padding do not
               exceed this limit.
      Impact:  10G only.  1G already has the guard against it.


   Enhancements
   ------------
   1. Change:  Source optimization - backported source code fixes
               as reported from the upstream submission patch
      Impact:  ALL


uIP v0.7.4.2k (Aug 10, 2012)
=======================================================
   Enhancements
   ------------
   1. Change:  Enable HP SD mode
      Impact:  577XX/578XX


uIP v0.7.4.2j (Jul 18, 2012)
=======================================================
   Fixes
   -----
   1. Problem: Cont00064665 - Linux iSCSI connects via gateway address
               on the wrong subnet
      Cause:   The gateway address used was not checked against the
               subnet mask specified before the ARP requests.  Since
               this behavior deters from how L2 operates, therefore,
               a change was made to correct this.
      Change:  Added check of the gateway specified against the subnet
               specified.
      Impact:  Static IPv4 operation

   2. Problem: Cont00064722 - Linux iSCSI unable to force IPv6 LL
               override (advanced iface parameters)
      Cause:   The override LL address was not being populated to the
               IPv6 address database correctly
      Change:  Added this correctly to the IPv6 initialization
      Impact:  Static/DHCP IPv6 LL address override only


uIP v0.7.4.2i (Jul 11, 2012)
=======================================================
   Fixes
   -----
   1. Problem: Cont00064604 - Fails to connect to routed IPv6 target
               via RA
      Cause:   The default router IPv6 address was not being retrieved
               correctly.
      Change:  Fixed the default router IPv6 address read
      Impact:  All


uIP v0.7.4.2h (Jun 15, 2012)
=======================================================
   Fixes
   -----
   1. Problem: Cont00063863 - can't boot into offload image
               when VLAN is enabled
      Cause:   During the iSCSI login exchange, certain iSCSI targets
               will send an ARP request even though the TCP connection
               has been made.  The bug was in this ARP reply where
               the local MAC was corrupted when VLAN is enabled.
      Change:  Fixed the ARP reply packet
      Impact:  All


uIP v0.7.4.2g (Jun 08, 2012)
=======================================================
   Fixes
   -----
   1. Problem: Cont00063816 - The initiator is not able to connect
               to the iSCSI targets over VLAN
      Cause:   The process packet routine did not consider the PCP
               of the VLAN tag to be non-zero.  This created a
               mismatch when this VLAN tag was compared against the
               nic_iface->vlan_id which doesn't include the PCP.
      Change:  Added the consideration of non-zero PCP
      Impact:  All


uIP v0.7.4.2f (Jun 04, 2012)
=======================================================
   Fixes
   -----
   1. Problem: Cont00063626 - Static IPv6 does not connect when
               the prefix len is not set explicitly
      Cause:   The IPv6 prefix length was not set correctly
               for Static IPv6 operation when CIDR notation is
               not specified
      Change:  Fixed the default prefix length
      Impact:  Static IPv6

   2. Problem: Cont00063651 - Cannot connect to iSCSI targets
               HP PTM/SF
      Cause:   Switch-Dependent mode + invalid Outer VLAN was
               not supported
      Change:  Allow SD+invalid OV to fallback to SF operation mode
      Impact:  5771X/578XX


uIP v0.7.4.2e (May 30, 2012)
=======================================================
   Fixes
   -----
   1. Problem: Cont00063443 - Compilation error on SLES11sp1
      Cause:   The iface_num field was not defined
      Change:  Fixed all references to iface_num
      Impact:  SLES11sp1

   2. Problem: Cont00063518 - HBA fails to connect across router
               using iface.gateway address
      Cause:   The gateway override code did not populate the
               address into the lower level engine
      Change:  Fixed the gateway override code
      Impact:  IPv4 Static IP operation

   3. Problem: Cont00063567 - IPv6 LL and RA override does not work
      Cause:   The IPv6 LL/RA override addresses were overwritten
               by the NDP engine
      Change:  Fixed the LL/RA override code
      Impact:  IPv6 operation

   Enhancements
   ------------
   1. Added support for jumbo MTU (independent from the L2 MTU)


uIP v0.7.4.2d (May 21, 2012)
=======================================================
   Fixes
   -----
   1. Problem: Cont00063421 - Static IPv6 cannot connect via RA/LL
      Cause:   The router advertise and the linklocal address
               were corrupted due to the override capabilities
               added for the newer open-iscsi util
      Change:  Fixed the address override code
      Impact:  Static IPv6

   Enhancements
   ------------
   1. Allow VLAN tag = 1 (router management) to connect offload


uIP v0.7.4.2c (May 09, 2012)
=======================================================
   Fixes
   -----
   1. Problem: RHEL BZ 734010/804580 - issues found by the Coverity
               scan
      Cause:   10 code issues were flagged for revision
      Change:  Fixed all area of concern
      Impact:  All

   2. Problem: Cont00063177 - IPv4 DHCP with VLAN specification in
               iface file gets wrong address
      Cause:   The DHCPv4 handler was not discriminating the VLAN tag
               associated with the DHCP offers from multiple DHCP
               servers
      Change:  Changed the DHCPv4 handler to drop DHCP offer packets
               that doesn't match the VLAN tag of the intended DHCP
               discovery packet
      Impact:  DHCPv4 operation


uIP v0.7.4.2b (May 01, 2012)
=======================================================
   Fixes
   -----
   1. Problem: Cont00062993 - IPv6 DHCP with VLAN specification in
               iface file gets wrong address
      Cause:   The DHCPv6 request was using the same DUID as always
               so the non-VLAN DHCP server responded to our broadcast
               instead
      Change:  Changed the DHCPv6 request DUID to link address + time
               instead of link address alone
      Impact:  DHCPv6 operation


uIP v0.7.4.1j (Apr 24, 2012)
=======================================================
   Fixes
   -----
   1. Problem: Cont00062805 - Cannot login to iSCSI targets on RHEL6.3
      Cause:   The problem was caused by a change made to the iface_rec
               structure in the RHEL6.3 inbox open-iscsi util
      Change:  The new changes is now incorporated
      Impact:  All


uIP v0.7.4.1i (Apr 16, 2012)
=======================================================
   Fixes
   -----
   1. Problem: Cont00062660 - Unable to login with VLAN iscsiuio
               on RHEL6.2
      Cause:   The open-iscsi util in RHEL6.2 has a bug which
               does not pass the correct iface_num to iscsiuio
      Change:  Added workaround to fall back to do the legacy
               VLAN support if iface_num and vlan_id = 0
      Impact:  RHEL6.2


uIP v0.7.4.1h (Apr 13, 2012)
=======================================================
   Enhancements
   ------------
   1. Added support for the new iface_num field in the iscsi_uevent
      path

   2. Fixed bug in the nic_iface search engine based on iface_num


uIP v0.7.4.1g (Mar 22, 2012)
=======================================================
   Fixes
   -----
   1. Problem: Cont00061869 - Unable to setup an offload iSCSI
               connection with FLR/NPAR under ESX5.0:PDA
      Cause:   The physical function ID was previously extracted
               from the sysfs of the VM which might not be consistent
               to the actual physical setup due to the function
               remapping in the hypervisor
      Change:  Read the physical function ID directly from the BAR0
               ME register
      Impact:  All

   2. Problem: Cont00062170 - IPv6 login/logout stress fails
      Cause:   The packet interrupt was lost after running the test
               for a much longer period of time.  A bug in the
               packet processing routine was found to exit prematurely
      Change:  Fixed the packet processing routine to process all
               packets before exiting
      Impact:  All


uIP v0.7.4.1f (Mar 19, 2012)
=======================================================
   Fixes
   -----
   1. Problem: Cont00062170 - IPv6 login/logout stress fails
      Cause:   The packet buffer routine for IPv6 did not take
               network order <-> host order into consideration
      Change:  Added a htons call to compensate for the ntohs pair
      Impact:  All


uIP v0.7.4.1e (Mar 08, 2012)
=======================================================
   Fixes
   -----
   1. Problem: Cont00061978 - Load/unload stress test fails
      Cause:   The bnx2x open request was failing due to the module
               request procedure.  However, the open failure was
               not being handled correctly.
      Change:  Fixed the device open error handling
      Impact:  5771X/578XX


uIP v0.7.4.1d (Mar 02, 2012)
=======================================================
   Fixes
   -----
   1. Problem: Cont00061708 - Unable to log into target after running
               driver load/unload
      Cause:   A bug was introduced in the previous bug fix (CQ61459)
               where a pthread_cond_broadcast call was erroneously
               enabled
      Change:  Restored this back
      Impact:  All


uIP v0.7.4.1c (Feb 16, 2012)
=======================================================
   Fixes
   -----
   1. Problem: Cont00061529 - Unable to connect to target after an
               initial failed login attempt until iscsi service is
               restarted
      Cause:   Upon a failed DHCPv4 acquisition due to the wrong VLAN
               tag in the initial iface setup, any iscsid connect request
               from the same NIC will get dropped due to a bug.
      Change:  Fixed the bug which prevented new iscsid connect requests
               from getting honored
      Impact:  All

   Enhancements
   ------------
   1. Updated README


uIP v0.7.4.1b (Feb 08, 2012)
=======================================================
   Fixes
   -----
   1. Problem: Cont00061513 - Unable to connect to target over VLAN
               interface
      Cause:   The VLAN id was not properly passed back to the CNIC
               driver for the offload request
      Change:  Fixed the VLAN id being passed back to the CNIC driver
      Impact:  All


uIP v0.7.4.1a (Feb 01, 2012)
=======================================================
   Fixes
   -----
   1. Problem: Cont00049383 - No mechanism in iface file to support
               gateway/routing
      Change:  Added support for the additional network parameters
               as passed from the newer iscsi-util.
               These parameters include:
               IPv4: subnet_mask, gateway
               IPv6: ipv6_linklocal, ipv6_router,
                     ipv6_autocfg, linklocal_autocfg, router_autocfg
               VLAN: vlan_id, vlan_priority, vlan_state
               Other: mtu, port
      Impact:  All

   2. Problem: Cont00060806 - Unable to connect target using DHCP over
               tagged VLAN
      Change:  DHCP+VLAN is a new feature enhancement that was added
               alongside all other new iface parameters.
      Impact:  All


   Enhancements
   ------------
   1. Lock iscsid's connect request with path_req so connect requests
      with DHCP/Static will no longer override each other

   2. Fixed the if_down handler from global to nic specific

   3. Fixed various synchronization issues


uIP v0.7.2.1e (Jan 05, 2012)
=======================================================
   Fixes
   -----
   1. Problem: Cont00060734 - ifupdown-mtu change stress with active
               session causes iscsiuio to fail
      Change:  Fixed a race condition between the nic enable thread
               and when DHCP fails
      Impact:  All


uIP v0.7.2.1d (Dec 28, 2011)
=======================================================
   Fixes
   -----
   1. Problem: Cont00060368 - segfault observed after failing both
               mpio paths
      Change:  Various memory leaks were identified and resolved in
               the nic cleanup path
      Impact:  All


uIP v0.7.2.1c (Dec 16, 2011)
=======================================================
   Enhancements
   ------------
   1. Change:  Disable HP SD mode


uIP v0.7.2.1b (Dec 14, 2011)
=======================================================
   Enhancements
   ------------
   1. Change:  Default iscsiuio logging to off.  Use the '-d'
               option to enable


uIP v0.7.0.14g (Oct 25, 2011)
=======================================================
   Enhancements
   ------------
   1. Change:  Fixed the compilation under RHEL6.2
   2. Change:  Added oom_adjust call to prevent OOM Killer from killing
               iscsiuio when memory is low
   3. Change:  Added mlockall setting to prevent page swap


uIP v0.7.0.14f (Oct 20, 2011)
=======================================================
   Fixes
   -----
   1. Problem: Cont00058994 - DOS vulnerability in uip during UDP flood
      Cause:   The warning messages from the UDP handler was logging
               at a rate faster than the log file logrotate rate
               Therefore, the system's OOM eventually got kicked in to
               start terminating running processes which includes iscsiuio
      Change:  Moved several UDP warning messages from the default log
               level to the debug log level
      Impact:  All (minor)

   2. Problem: Cont00059288 - Show segfault w/ SLES11 SP1 Xen kernel
      Cause:   The bnx2x chip_id was not read correctly from the PCIe BAR1
               under the Xen kernel.  The error was in the mmap area.
      Change:  Corrected the mmapping of the PCI MMIO space.
      Impact:  Xen kernels

   Enhancements
   ------------
   1. Change:  Changed the log file open error to a warning and let
               the daemon progress.  This was only observed under iSCSI boot


uIP v0.7.0.14e (Sep 19, 2011)
=======================================================
   Fixes
   -----
   1. Problem: Cont00058678 - Can not iboot target from ipv6 path
               using VLAN
      Cause:   A bug was found in the path request path where the vlan
               iface's protocol family was not used correctly in the
               iface search
      Change:  This has been corrected


uIP v0.7.0.14d (Sep 16, 2011)
=======================================================
   Fixes
   -----
   1. Problem: Cont00058602 - Can't iboot using IPv6 offload path
      Cause:   The bug was exposed by a fix in 0.7.0.14c where the
               IPv6 router solicitation timeout exceeded the nic
               enable thread timeout.
      Change:  The IPv6 router solicitation timeout has been adjusted


uIP v0.7.0.14c (Sep 01, 2011)
=======================================================
   Fixes
   -----
   1. Problem: Cont00058256 - Sessions fail after loginstress to via
               simultaneous ipv4 and ipv6 dhcp
      Cause:   Switching between DHCPv4/v6 coupled with VLAN exposed
               a drawback in our nic_iface architecture design where
               VLAN is not specified by iscsid.
      Change:  The code was optimized and improved the performance when
               switching between DHCPv4/v6+VLAN.  However, the ultimate
               fix is to make use of the net config parameters introduced
               in the newer open-iscsi util which will identify the
               specific VLAN nic_iface to use.

   Enhancements
   ------------
   1. Change:  Added support for bnx2x-1.71.00


uIP v0.7.0.14b (Aug 23, 2011)
=======================================================
   Fixes
   -----
   1. Problem: Cont00057840 - RHEL6.2 inbox: Unable to connect to
               targets with 5709
      Cause:   For cases when the bnx2/bnx2x driver gets removed, the
               uio database that was built by cnic would have the device
               ->net reference removed.  This has caused an unnecessary
               timeout of 5s for each stale uio entry in the database.
      Change:  Adjusted the routine which seeks the device->net entry
               to include more logic instead of hard waiting for 5s.

   Enhancements
   ------------
   1. Change:  Added support for RHEL6.2 for out-of-box release
   2. Change:  Updated the man page with -h and -p info
   3. Change:  Updated the -h info


uIP v0.7.0.13 (Aug 10, 2011)
=======================================================
   Fixes
   -----
   1. Problem: Cont00057768 - iscsiuio logrotate causes daemon failure
      Cause:   The logrotate script will send a SIGUSR1 signal to notify
               the iscsiuio daemon of such action.  However, the daemon
               wasn't programmed to catch this signal.
      Change:  Restored the catching of this signal


uIP v0.7.0.12 (Aug 04, 2011)
=======================================================
   Fixes
   -----
   1. Problem: Cont00050634 - brcm_iscsiuio Tainted: running IoZone,
               Iometer and receiving a UDP flood on 3260
      Cause:   Upon iscsiuio termination, because of the UDP flood,
               the nic thread will be busy servicing those UDP packets
               while the signal handling thread will free up all nic
               resources.  The two threads were not in sync.
      Change:  Added a nic_remove_all routine to destroy all nic threads
               before the nic resources get freed.

   Enhancements
   ------------
   1. Change:  Fixed all warnings as reported by RHELS' Coverity testing.


uIP v0.7.0.11 (Aug 02, 2011)
=======================================================
   Fixes
   -----
   1. Problem: Erroneous VLAN tag was being passed by iscsid for connect
               request
      Cause:   The iscsid's iface_rec_t ipc message does not contain this
               vlan field.  This field was added in uIP for future vlan
               support.  Since the buffer allocated to receive such message
               in uIP didn't get initialized, therefore, garbled up VLAN
               tag was getting used.
      Change:  Added the initialization of this buffer.


uIP v0.7.0.10 (Jul 26, 2011)
=======================================================
   Fixes
   -----
   1. Problem: Can't offload when switching from Static to DHCP then back to
               Static IPv4 when connecting through a VLAN interface
      Cause:   The VLAN processing code did not reinstall the IP address
               from the default nic_iface to the associated VLAN nic_iface.
               This was only done on the very first time when the VLAN
               interface was created and not on subsequent instances.
      Change:  Added code to mirror the default nic_iface IP/netmask/ip_config
               on the VLAN nic_iface on every new connection request.


uIP v0.7.0.9 (Jul 19, 2011)
=======================================================
   Fixes
   -----
   1. Problem: Can't offload to 57810 NPAR NIC
      Cause:   The MF/VF variant of the PCI IDs were not supported previously
      Change:  Added support for the MF/VF variants for 57800/57810/57840


uIP v0.7.0.8 (Jun 30, 2011)
=======================================================
   Fixes
   -----
   1. Problem: Cont00056522 - Unable to connect to iSCSI target using
               netxtreme2 package 7.0.9
      Cause:   The iSCSI L2 ring's CID has changed from 17 to 49
      Change:  The code now gets L2 iSCSI ring CID from the l2_buf directly.
               This will work with any version of the cnic driver because
               the location is a zero before this change.


uIP v0.7.0.7 (Jun 23, 2011)
=======================================================
   Fixes
   -----
   1. Problem: Cont00056460 - iSCSI Offload boot RHEL5u5 x64 dropped tagged
               packets with iSCSI Offload Boot with untagged
      Cause:   The ICMP echo replies to the target was corrupted in both
               1g and 10g mode
      Change:  The code will now handle both VLAN stripped and no VLAN stripped
               incoming packets correctly.  Also modified the transmit routine
               to strip out any inline VLAN tag before setting up the hw to
               insert VLAN tag.


uIP v0.7.0.6 (Jun 21, 2011)
=======================================================
   Fixes
   -----
   1. Problem: Cont00056231 - DHCPv4 not working with iSCSI HBA w/
               linux-nx2 v7.0.7
      Cause:   The 10g L2 FW HSI has been modified for PCIe performance
               enhancement in the 7.0.7 package (FW 1.70.20) which uIP
               has not adapted to.
      Change:  The eth_rx_cqe size has been increased from 32B to 64B.

   Enhancements
   ------------
   1. Change:  The utility name has changed from brcm_iscsiuio to iscsiuio
               as preparation for upstream submission.
   2. Change:  Updated README


uIP v0.7.0.5 (Jun 02, 2011)
=======================================================
   Fixes
   -----
   1. Problem: Cont00055915 - iSCSI does not connect on 57800 in 4-port mode
      Cause:   The 4-port mode was not being determined correctly
      Change:  Fixed the PORT4MODE register offset and the QZONE_ID macros


uIP v0.7.0.4 (May 24, 2011)
=======================================================
   Fixes
   -----
   1. Problem: Cont00055832 - linux iscsiboot can not login to target using
               offload path (57800)
      Cause:   The device ID comparison routine did not take care of the case
               when one device ID is bitwise superset of another.
      Change:  Fixed the device ID comparison routine.


uIP v0.7.0.3 (May. 19, 2011)
=======================================================
   Enhancements
   ------------
   1. Change:  Updated all fixes to match the released uIP 0.6.4.17

   2. Change:  Modified source and Copyright info as preparation for upstream
               submission


uIP v0.7.0.2 (May. 03, 2011)
=======================================================
   Fixes
   -----
   1. Problem: Cont00048972 - brcm-iscsi.log has no max size and would grow
               to consume all free space on hard disk
      Cause:   There was no mechanism to rotate the log
      Change:  Added logrotate entry and SIGUSR1 signal handling for log rotate
               action

   2. Problem: Cont00054996 - Multi-session, multi-protocol mtu stress
               does not recover all sessions
      Cause:   A segfault was observed during the load/unload module.  The
               problem was caused by an illegal dereference of a pointer
               when IPv6 couldn't find the longest match address from
               the ARP (Neighbor) table.
      Change:  Fixed the dereferencing error

   3. Problem: Cont00054900 - Linux uIP - Please add ability to connect
               to routed target with static iface IPv6
      Cause:   Static IPv6 never runs the IPv6 NDP router sol/adv engine.
      Change:  IPv6 NDP router sol/adv has now been added to static IPv6
               operation.

   4. Problem: Cont00054996 - Multi-session, multi-protocol mtu stress
               does not recover all sessions
      Cause:   Segfaults were observed caused by the accessing of the IPv6
               NDP structure while the nic is undergoing a reset either
               due to a DHCPv4 request from iscsid or the handling of
               if_down due to the NL handler from CNIC.
      Change:  The fix involves the following:
               - Fixed the handling of staggered IPv4/v6 DHCP/static requests
               - Fixed memory leak due to reallocation of IPv4 and IPv6
                 DHCP structs
               - Fixed the pthread join stuck problem in the handling
                 of the if_down NL message

   5. Problem: Cont00054810 - Linux NMI - bnx2x_init_hw_common:PXP2 CFG
               failed running iSCSI MTU stress test
      Cause:   This only happens in DHCPv4 mode.  The problem was caused
               by contention between the elongated window of performing
               DHCP in the enable_nic thread while receiving the asynchronous
               if_down NL message (from the MTU change event) from the
               CNIC NL thread.  The problem occurs when the enable_nic
               thread tries to call bnx2x_open while the other thread
               calls the bnx2x_close routine.
      Change:  Fixed mutex lock bugs for the enable_nic thread.  Also
               extended the nic_disable timeout to 10s to compensate for
               the DHCP operation.

   6. Problem: Cont00054818 - RH6.0 - Unable to logout of iSCSI session
               after running PQA baseline scripts
      Cause:   This was caused by the call to cancel the enable_nic
               thread when disabling the nic but failed to unlock the
               nic mutex that the enable_nic thread held.
      Change:  Wake up the enable_nic thread and wait for it to complete
               instead of canceling it in the nic_disable path.

   7. Problem: Cont00054725 - Previous static HBA IP will be used after
               a new static HBA IP has been created
      Cause:   There was an assumption in the code where if the same
               nic_iface structure was found based on the nic/vlan pair,
               the specified IP address would not be used.  Instead, it
               will continue to use the previous defined IP address.
      Change:  The previous IP address will now be compared against the
               the specified IP address before finishing the parce
               iface request from iscsid.  If different, the current
               nic will be disabled and then re-enabled with the newly
               specified IP address.

   8. Problem: Cont00054571 - Unable to connect to routed ipv6 target
               with RA address and iface DHCPv6
      Cause:   The default router address was not being employed for
               the IPv6 neighbor negotiation.  Additionally, the return
               address of our neighbor advertisement was incorrect as
               it should use the best matched src address instead.
      Change:  Fixed both the IPv6 neighbor solicitation and advertisement
               transmission and handling.

   9. Problem: Cont00054510 - fails to login to 32 session with blanket
               login IPv6
      Cause:   A bug was introduced in uIP 0.6.4.6 where the NIC_RUNNING
               flag might not be set when entering the main loop under
               certain situations depending on the nic bring up.
      Change:  A new NIC_STARTED_RUNNING flag is now defined to fix CQ53511.

  10. Problem: Cont00053807 - RA and link local are unable to connect if DHCPv6
               fails
      Cause:   The host link local address was not being searched as one of
               the host address to be replied to CNIC for the connect request.
      Change:  The path reply now includes the search of host link local
               address as well.

  11. Problem: Cont00054236 - iSCSI service must be restarted before an IPv6
               connection can be made to the Equalogic target
      Cause:   The problem was intermittent as it depends on which IPv6 address
               the target was redirecting to.  Since uIP was only extracting
               the target's IPv6 address + MAC from the target's neighbor
               advertisement packet itself and not from the ICMPv6 option, so
               the wrong or no MAC address will get send down to CNIC for the
               connection establishment; hence the no connect.
      Change:  Added the updating of the neighbor discovery table to also use
               the Target IPv6 address + MAC specified in the incoming neighbor
               advertisement's ICMPv6 option field.

  12. Problem: Cont00053255 - bnx2x panic dump logging into multiple
               discovered IPv6 nodes (Equalogic IPv6 target)
      Cause:   The bnx2x panic was fixed in the 10g fw 6.4.29.
               A IPv6 connectivity issue was then found and led to different
               kernel/uIP crashes.  This was caused by the same IPv6
               connectivity problem mentioned above.
      Change:  Same as above

  13. Problem: Cont00053728 - Sessions never recover after doing initiator-side
               cable pull test with IPv6 traffic against Equalogic targets
      Cause:   It was discovered that the Equalogic would send out periodic
               neighbor solicitation to maintain the connection to the
               initiator.  Since uIP was responding with the assigned IPv6
               link local address in the neighbor advertisement
               unconditionally, the target was observed to stop transmitting on
               the connection specified.
      Change:  The neighbor advertisement generated will now use the dst IPv6
               address from the input neighbor solicitation packet instead of
               the assigned IPv6 link local address for both the packet and the
               ICMPv6 source IPv6 address.

  14. Problem: Compile error under 32-bit OS
      Cause:   A bug was introduced in the previous release 0.6.4.6 which
               caused a compilation error in 32-bit OS (64-bit compiles
               fine)
      Change:  Fixed the bug

  15. Problem: Cont00053807 - RA and Link local are unable to connect if dhcpv6
               fails
      Cause:   There was a bug in the nl reply where the RA address will never
               be sent back to CNIC for the connection request
      Change:  The best matched address to the dst will now be sent back to
               CNIC in the path rsp.

   Enhancements
   ------------
   1. Change:  Updated README to remove the 57713/E references

   2. Change:  Allow the ICMP option field in the IPv6 Neighbor Advertisement
               response to be included without discrimination.  This fixes
               an issue connecting against the EQL via RA for DHCPv6.

   3. Change:  Updated README for the IPv6 operation, VLAN, and discovery.


uIP v0.7.0.1 (Mar. 29, 2011)
=======================================================
   Fixes
   -----
   1. Problem: Cont00053511 - bnx2x panic dump during ifup/down stress with
               iSCSI traffic
      Cause:   The panic dump was resolved by the driver's rq dbell size fix.
               After that, uIP crashed due to the asynchronous if_down event
               that took the chip resources away while the nic thread is still
               continuing to try to send DHCP request.
      Change:  Added synchronization between the two threads so proper clean up
               of the threads can occur.

   Enhancements
   ------------
   1. Change:  Added support for E3 (57800, 57810, and 57840)


uIP v0.6.4.5 (Mar. 23, 2011)
=======================================================
   Enhancements
   ------------
   1. Change:  Optimized the double VLAN fix of CQ53870 to match
               what will be submitted for RHELS5.7 and RHELS6.1 inbox


uIP v0.6.4.4 (Mar. 17, 2011)
=======================================================
   Fixes
   -----
   1. Problem: Cont00053870 - Unable to login to iSCSI target via offload
               through a Nexus 5020 switch with DCBx enabled
      Cause:   Double VLAN tagging was observed due to DCBx enabled.
               The chip actually adds a VLAN tag if the txbd does not have
               VLAN tag enabled under the DCBx environment for PRI setting.
               Since uIP does not make use of hw assisted VLAN tagging,
               2 VLAN tag was observed in the data stream.
      Change:  Enabled hw assisted VLAN tagging in uIP for both 1g and 10g.

   2. Problem: Cont00053792 - maxconnections intermittently fail and
               recover using iface DHCPv4
      Cause:   The DHCPv4 engine erroneously keeps on requesting for a
               new lease which tremendously hamper normal path_req
               operation.  The problem is that the lease time parameter
               has overflowed when converted to ticks count.
      Change:  Expanded the lease timer ticks count parameter from 16 to
               32 bits.

   3. Problem: Cont00053807 - RA and link local are unable to connect if
               DHCPv6 fails
      Cause:   The DHCPv6 engine does not have the failover to use RA
               mechanism
      Change:  Expanded to use best match address instead regardless of
               DHCPv6 success or not, or using static v6.

   Enhancements
   ------------
   1. Change:  Cont00051823 - Added man page for brcm_iscsiuio


uIP v0.6.4.3 (Mar. 15, 2011)
=======================================================
   Fixes
   -----
   1. Problem: Cont00053719 - intermittent logging into targets that
               are not in the same subnet as defined in the iface
      Cause:   The default route was used erroneously due to a miscompare
      Change:  Fixed this comparison so if the requested dst is not in
               in the same subnet, uIP would not even ARP out.

   2. Problem: Cont00053580 - Unable to do iSCSI boot into Linux OS using
               57710 adapters
      Cause:   The E1 iro USTORM_RX_PROD_OFFSET doesn't match the t6.4 fw
      Change:  This is now fixed


uIP v0.6.4.2 (Feb. 24, 2011)
=======================================================
   Fixes
   -----
   1. Problem: Cont00050343 - HBA does not follow RFC2131 spec for IPv4
               DHCP lease expiration
      Cause:   The dhcp engine did not have this feature implemented
      Change:  Added lease time tracking and renewal

   2. Problem: Cont00050801 - Unable to connect to target after switching
               between DHCPv4 to static v4
      Cause:   The configuration flags got corrupted when switching between
               dhcp and static or vice versa.
      Change:  Fixed the flag handling.  Also needed to zero out the static
               ip address in the host memory when switching to dhcp.
               Otherwise, the static ip address will get used mistakenly.

   Enhancements
   ------------
   1. Change:  Cont00051936 - Added IPv6 NDP and DHCPv6 support.


uIP v0.6.4.1 (Jan. 27, 2011)
=======================================================
   Fixes
   -----
   1. Problem: Cont00049766 - segfault seen while stopping iscsi service
      Cause:   The logger output routine was accessing the log resource
               while another thread calls fini_logger to free the same
               resources
      Change:  Added pthread mutex lock to the logger routine to exclude
               the initializer, user, and finisher

   Enhancements
   ------------
   1. Change:  Added new t6.4 HSI and 57713 support.


uIP v0.6.2.13 (Jan. 04, 2011)
=======================================================
   Fixes
   -----
   1. Problem: Cont00049665 - iscsiboot:linux failed to boot into iscsi
               boot image in offload path after 5 iterations
      Cause:   The hw consumer index for the uIP ring got out of sync
               with the producer index.  This has led to the xmit mutex
               lock be held forever so subsequent ARP requests will not
               get transmitted to the wire
      Change:  Added this out of sync detection and rescue the xmit mutex
               lock

uIP v0.6.2.12 (Dec. 21, 2010)
=======================================================
   Fixes
   -----
   1. Problem: Cont00051820 - Session fails to reconnect after gateway
               fallback
      Cause:   Under the HSRP test scenario, it was found that an ARP
               request from the SUT is required in order for the HSRP
               router to begin sending packets downstream to the SUT.
               The default ARP age was originally set to 20 minutes
               before a new ARP request will get sent,
      Change:  Changed the ARP age default to Linux default at 5 minutes

uIP v0.6.2.11 (Dec. 17, 2010)
=======================================================
   Fixes
   -----
   1. Problem: For IPv4, the gateway route was not being utilized
               when the subnet mask given or calculated does not
               match.  This resulted in many unwanted connection
               attempts.
      Cause:   A bug was found in the default gateway calculation
               logic which prevented the gateway address from being
               used.
      Change:  Fixed the default gateway logic

   2. Problem: For IPv6, there are scenarios where it won't connect
      Cause:   The IPv6 subnet mask as extracted from the CIDR
               format might contain garbage data.  This garbage data
               was then used as part of the subnet mask which would
               prevent the correct address mask.
      Change:  Fixed the subnet mask

uIP v0.6.2.10 (Dec. 15, 2010)
=======================================================
   Fixes
   -----
   1. Problem: IPv6 does not connect for non-CIDR iface.ipaddress
               specification
      Cause:   A bug where all ones was used as the IPv6 netmask
               instead of all zeroes.  This prevented all IPv6
               path requests from being honored
      Change:  Fixed the subnet mask used

uIP v0.6.2.9 (Dec. 14, 2010)
=======================================================
   Enhancements
   ------------
   1. Change:  Added IP address CIDR notation support for the
               iface.ipaddress field in the iface file.
               This will allow subnet mask to be defined and used.

uIP v0.6.2.8 (Dec. 9, 2010)
=======================================================
   Fixes
   -----
   1. Problem: ipv6 + ifup/down fails to reconnect

      Cause:   There were 2 problems found:
               - the xmit_mutex lock was being held indefinitely
               - the nl_process_if_down flag for 10g doorbell ringing
                 did not get reinitialized

      Change:  Fixed the xmit_mutex deadlock via trylock
               Added nl_process_if_down initialization in the IF_DOWN
               process

   2. Problem: Added fix for the NPAR disabled for 57712

      Cause:   The mac address was not handled correctly

      Change:  Fixed the mac address handling.  Also requires corresponding
               kernel component for the complete fix

uIP v0.6.2.7 (Dec. 7, 2010)
=======================================================
   Enhancements
   ------------
   1. Change: Use the gateway address from the DHCP server the
              destination IP address is not in the current subnet.

uIP v0.6.2.6 (Nov. 16, 2010)
=======================================================
   Fixes
   -----
   1. Problem: Warning message seen in the kernel logs,
               "uio uio2: uevent: unsupported action string"

      Cause:   The improper string was echo'ed into the UIO trigger
               field.  With an improper string, this message would
	       appear in the kernel logs.

      Change:  uIP will now write the string "online" to the UIO
               trigger field.  This is the string expected by the
	       Linux kernel base driver.

   2. Problem: uIP would segfault during a heavily login/logout
               iSCSI subsystem reset senario

      Cause:   A double free occurred in the logging portion of the
               uIP code, but this was root cause to a double free when
	       manipulating the NetLink buffers.

      Change:  Properly look at the return code from the routine which
               will read NetLink messages.  Also only free buffers
	       if they are allocated.

   Enhancements
   ------------
   1. Change: Add ability to print kernel version and machine
              architecture to further help debug problems.

   2. Change: Apply the netmask from DHCP if provided.

uIP v0.6.2.5 (Nov. 10, 2010)
=======================================================
   Fixes
   -----
   1. Problem: iscsid would try to conenct with unintended iSCSI
               targets

      Cause:   uIP would blindly return the iSCSI target MAC address
               regardless if the iSCSI target is reachable via the
	       given port.

      Change:  uIP will try to filter the requests coming from CNIC
               by automatically generating a network mask based off
	       the configured IP addressed.  Then this netmask is
	       masked with the destination IP address.  If there is
	       a match, then the path_req is allowed through.

   2. Problem: Problems reconnecting back to the target when running
               MTU stress tests.

      Cause:   cnic/bnx2i and uIP could possibly get out of sync when
               an if_down message is sent.

      Change:  uIP will now immediately react to the if_down message,
               and flush all the path req's and then to process to
               if_close.

   Enhancements
   ------------
   1. Change: Fix compile warnings for src/unix/nic_nl.c,
              and src/unix/main.c

uIP v0.6.2.4 (Nov. 4, 2010)
=======================================================
   Fixes
   -----
   1. Problem: iSCSI HBA: brcm_iscsiuio segfault during ifdown
               with many active sessions

      Cause:   uIP will segfault when traversing the error path when
               an iSCSI connection is starting but the sysfs entries
	       have not been created yet.

      Change:  Use the errno value rather then the one from the file
               descriptor because the file descriptor will be NULL and
	       the NULL dereference will cause a segfault.

   Enhancements
   ------------
   1. Change: Added initial changes for iSCSI multi-function support for
              10G NIC's.
   2. Change: Add more detailed messages for error pathes in nic_utils

uIP v0.6.2.3 (October 28, 2010)
=======================================================
   Enhancements
   ------------
   1. Change: Add support for bnx2x-1.62.x drivers

uIP v0.6.2.2 (October 18, 2010)
=======================================================
   Enhancements
   ------------
   1. Change: Only allow iSCSI connections with known bnx2x HSI's.

uIP v0.6.2.1 (October 7, 2010)
=======================================================
   Fixes
   -----
   1. Problem: After multiple MTU changes, the ethtool IOCTL used to
               determine the bnx2x driver version fails and eventually
	       iSCSI connections would not reconnect.

      Cause:   The socket file descriptor used during the ethtool IOCTL
               call was never closed and leaked.

      Change:  On the error path when calling the ethtool IOCTL, the
               file descriptor is now properly closed.

uIP v0.5.39 (September 15, 2010)
=======================================================
   Fixes
   -----
   1. Problem: Could not offload IPv4 VLAN connection when the target tries
               to ARP the iSCSI initiator

      Cause:   In the ARP reply, the ether field was incorrect.

      Change:  Properly set the ether field to 802.1Q type (0x8100)

uIP v0.5.38 (September 14, 2010)
=======================================================
   Fixes
   -----
   1. Problem: uIP would cause a panic dump when the NIC was going down

      Cause:  uIP and CNIC where not synchonized on NIC state

      Change:  Check if the RX BD's which are zero'ed by CNIC when the
               NIC is going down.  If the BD addresses are zero, then
	       uIP will drop the TX packets.

uIP v0.5.37 (August 21, 2010)
=======================================================
   Fixes
   -----
   1. Problem: uIP would segfault on ifup/ifdown stress test when using
               DHCP to determine local IP address.

      Cause: The uIP would use a NULL buffer during data transmission.

      Change:  Drop packets when there are no buffer avaliable.

uIP v0.5.36 (August 21, 2010)
=======================================================
   Fixes
   -----
   1. Problem: iSCSI boot would not completely login after the pivot
               root operation.

      Cause: The uIP would not properly start the NIC interface.

      Change: uIP should only check the NIC state to determine whether
              to start the NIC thread or not.

   2. Problem: uIP would segfault during if'up if'down testing.

      Cause: The uIP would improperly start 2 NIC threads for the
             same NIC interface.

      Change: uIP should properly lock the NIC list when disabling/removing
              the NIC threads.


uIP v0.5.35 (August 20, 2010)
=======================================================
   Fixes
   -----
   1. Problem: Sessions would hang with ethtool self-test

      Cause: The uIP would hang because the socket layer was stuck
             because there is much contention for that socket.  This
             would hang the CNIC thread.

      Change: Remove any IOCTL calls in uIP which may colide with
              the ethtool self test.  The driver version is only
              capture during uIP initialization.

   2. Problem: There were session recovery issue when using DHCP
               if up/down tests.

      Cause: The uIP would hang because the DHCP requests would
             timeout if the network interface is downed which would
             hang all the other uIP threads.

      Change:  Ensure that the DHCP state machine had exit points
               if the network interface was down'ed.


uIP v0.5.34 (August 18, 2010)
=======================================================
   Fixes
   -----
   1. Problem: Sessions would not recover with ethtool self-test

      Cause: The uIP would hang because either the NetLink buffer is
             full or that any socket operations used to manipulate
             multicast addresses would block.

      Change: Ensure that the socket used for multicast addressing is
              set to nonblocking.  Drain the NetLink buffer without
              using the eventing, but with a more aggressive poll routine.

   2. Problem: Sessions would not recover with L2 driver load/unload on
               RHEL 6.0 SS9

      Cause: The uIP would close the NIC thread too early and would
             deadlock on cloing the NIC thread.

      Change: Ensure that the NIC thread is canceled/closed only in one
              location, in the NIC remove routine.


uIP v0.5.33 (August 17, 2010)
=======================================================
   Fixes
   -----
   1. Problem: Error message seen from the uIP stack for valid packets.

      Cause: The uIP was incorrectly marking logging messages for valid
             packets as errors because it didn't know how to parase them.

      Change: Changed the following from error to debug message
                ipv6: invalid version
                ipv4: invalid version or header length.
                icmpv6: unknown ICMP message.
                ip: neither tcp nor icmp
              Changed the following from error to warn message
                udp: bad checksum
                tcp: bad checksum
                tcp: got reset, aborting connection.

   2. Problem: After multiple iterations the loading and unloading of
               the Broadcom Linux drivers with active connections
	       would not cause the sessions to recover on RHEL 6.0
	       snapshot 9.

      Cause:  There was a deadlock in the nic mutex

      Change:  Lock ordering for the nic mutex and nic list mutex must
               be inforced.

   3. Problem: After multiple iterations of running the ethtool selftest
               the Broadcom Linux drivers with active connections
	       would not cause the sessions to recover on RHEL 5.5.

      Cause: The Netlink buffer between uIP and CNIC would get full.

      Change:  Poll more regularly for packets in the Netlink buffer
               from 4 times a second to 100 times a 1 second.
               Drain packets during the PATH_REQ packet pull.


uIP v0.5.32 (August 14, 2010)
=======================================================
   Fixes
   -----
   1. Problem: Error message 'nic eth0: Didn't find type 0xaa bb' seen.

      Cause: Valid non-DIX Ethernet packets as being passed to the
             uIP.  uIP will drop these packets but should be logged
	     correctly.

      Change: These packets are valid, and should only be logged for
              debugging purposes.

   2. Problem: Error message 'Dropped previous transmitted packet' seen.

      Cause: The TX ring is full, and here uIP is trying to transmit a
             packet which will be dropped.  This is a valid state but
	     the log message is marked incorrectly

      Change: These messages are not warnings and should be logging when
              debugging is enabled.

   3. Problem: Error message: "iscsi_ipc eth0 Transport name is not
               equal expected:  got: bnx2i" seen.

      Cause:  The iface_rec structure is different between iscsid version.
              For RHEL 5.5, iscsid is versioned 871, for RHEL 6.0 is
	      versioned 872.

      Change: Allow uIP to compile against a different version of iscsid.


uIP v0.5.31 (August 12, 2010)
=======================================================
   Fixes
   -----
   1. Problem: Softlock would occur showing that the NetLink table
               lock was taken but never released.

      Cause: NetLink socket buffer would fill with constant PATH_REQ
             messages preventing PATH_REQ response from libiscsi

      Change: Now uIP will drain the NetLink buffer while looking for
              a response.

   Enhancements
   ------------
   1. Change: Add documentation for VLAN configuration and restrictions.


uIP v0.5.30 (August 6, 2010)
=======================================================
   Fixes
   -----
   1. Problem: iscsid thread will stall if closing the uio files nodes
               is stuck

      Cause:  uIP would indefinitely block waiting for the mutex shared
              by the close routine.

      Change: Now uIP will try and poll a bit for the mutex.  If it can't
              get this mutex in the iscsid thread then an error is return
	      rather then hold the thread.

   2. Problem: IPv6 Unicast Neighbor Adveriserments would have the
               ICMPv6 option header specifying a MAC.

      Cause:  uIP should use the source IPv6 address to detmine whether
              to strip the option header or not and not the target address
	      in the ICMPv6 field.

      Change:  The uIP stack return a unicast IPv6 Neighbor Advertisement
               without the ICMPv6 option as a response to unicast
	       IPv6 Neighbor Solicitations.

   3. Problem: There would be TCP SYN packets with improper MAC address.

      Cause:   A zero'ed MAC address was not passed to CNIC to indicate an
               error or if the IP address didn't resolve.

      Change:  The uIP stack will now return a zero'ed MAC address if it
               can't find any entries.


uIP v0.5.29 (August 6, 2010)
=======================================================
   Fixes
   -----
   1. Problem: "uip udp: no matching connection found: lport: 35072"
               seen numerous times in the brcm_iscsiuio log file

      Cause:  This message was incorrectly marked as an error

      Change: These messages are valid log entries especially if the
              packet was a broadcast UDP packet not destined for the SUT
              I will change the code to mark these logs entries as debug.


uIP v0.5.28 (August 5, 2010)
=======================================================
   Fixes
   -----
   1. Problem: Can't login into a redirected Equilogic Target

      Cause:  The Equilogic Target uses a unicast IPv6 Neighbor
              Solicitation to test if the host is up.  The uIP stack
	      would return a Neighbor Advertisement with an unneeded
	      ICMPv6 option.

      Change: Only have the uIP stack return a unicast IPv6 Neighbor
              Advertisement without the ICMPv6 option.

   2. Problem: With older bnx2/bnx2x/cnic/bnx2i driver combinations
               uIP would segfault when these drivers were unloaded.

      Cause:  When the older drivers were removed, the underlying uio
              instance was removed causing uIP to have a stale file handle.
	      When uIP finally closes using this stale file handle, either
	      uIP would segfault, or there would be an error in the
	      uio_release() path.

      Change: Only have the uIP close if the UIO file node exists.


uIP v0.5.27 (July 31, 2010)
=======================================================
   Fixes
   -----
   1. Problem: iSCSI HBA: Unable to use DHCP address for iSCSI interface
               if a connection was previously made with a static address
	       on bnx2 devices.

      Cause:  Because the device is closed and reopen'ed the TX consumer
              indexes were not persisted

      Change: Only discard the TX consumer indexes only when the devices
              will be discarded or closed

   Enhancements
   ------------
   1. Change: Change CNIC references to bnx2 in the bnx2 user space
              driver.


uIP v0.5.26 (July 30, 2010)
=======================================================
   Fixes
   -----
   1. Problem: iSCSI HBA: Unable to use DHCP address for iSCSI interface
               if a connection was previously made with a static address on
	       bnx2x devices.

      Cause:  Because the device is closed and reopen'ed the TX consumer
              indexes were not persisted

      Change: Only discard the TX consumer indexes only when the devices
              will be discarded

   2. Problem: IPv6 using VLAN's didn't login

      Cause:  The uIP code used to determine if the packet was an IPv6
              or not was not working.  This VLAN packets for IPv6 were
	      being mis-interpreted.

      Change: Make the function is_ipv6() VLAN aware

   3. Problem: Persistant targets was not loggin in during boot

      Cause:  If udev was slow and the /dev/uio* were creatly slowly
              uIP would fail.

      Change: Poll uIP waiting for /dev/uio* file nodes.

uIP v0.5.25 (July 27, 2010)
=======================================================
   Fixes
   -----
   1. Problem: When using IPv4 DHCP, there are no initial DHCP Discover
               packets were not seen on the wire.

      Cause:  Packets generated from the app handler from the uIP stack
              were not placed on the wire.

      Change: Packets originating from the uIP stack are now always placed
              on the wire.

uIP v0.5.24 (July 25, 2010)
=======================================================
   Fixes
   -----
   1. Problem: One would see invalid packet packets flow through the
               uIP stack, where the logs would indicate there is a packet
               with an invalid length

      Cause:  The BD and CQE consumer indexes were not properly incremented
              and masked.

      Change: The BD index is now properly masked.  The CQE index is not
              incremented using the CQE index rather the mistaken BD index.

      Impact: 10G only

   2. Problem: uIP would segfault during the booting of the machine.

      Cause:  uIP was using a NULL data pointer because there was an
              incorrect packet passed to the stack.

      Change: Only allow uIP to process data if the packet exists.

   3. Problem: uIP would stop processing packets

      Cause:  The uIP code would not properly drain the CQE ring causing
              it to eventually be full

      Change: Consume all the CQE elements even if they are ethernet types
              or not.

      Impact: 10G only

   4. Problem: uIP would stop after if/down of the network interface.

      Cause:  uIP was not kick starting the NIC loop thread properly.

      Change: Ensure that the NIC loop thread is started by when iscsid
              request that the interface start the offload.  Mark the NIC
	      only if the thread is truly canceled.


uIP v0.5.23 (July 20, 2010)
=======================================================
   Fixes
   -----
   1. Problem:  Segfault during brcm_iscsiuio initialization

      Cause:  uIP was using a NULL data pointer, because a different
              thread re-initialized the uIP stack

      Change: Properly synchronize the initialization of the stack

   2. Problem:  Deadlock during the printing of heavy debug messages

      Cause:  The variable macro structures would point to invalid
              data

      Change:  With each invocation of va_copy() a corresponding
               invocation of va_end() in the same function for the proper
	       cleanup

   3. Problem:  uIP would hang when the interface could go up/down

      Cause:  uIP would get out of sync with the state of the network
              interface

      Change:  Instead of detriving state from the UIO file nodes, uIP
               will take direction from iscsid on when interfaces will be
	       started.

uIP v0.5.22 (July 15, 2010)
=======================================================
   Fixes
   -----
   1. Problem:  Unable to reconnect via iSCSI offload after
		ifup/ifdown

      Cause:  uIP was stuck on the thread when closing the NIC main
              loop

      Change: Properly synchronize the NetLink CNIC and uevent threads

   2. Problem:  uIP would crash during boot up.

      Cause:  uIP would overwrite a memory location which was already
              freed during nic_remove().

      Change: Since the NIC is freed there is no need to write to
              update the NIC flags

   Enhancements
   ------------

   1. Change:  Added IPv6 Link Local support


uIP v0.5.21 (July 5, 2010)
=======================================================
   Fixes
   -----
   1. Problem:  Unable to connect via iSCSI offload after
		changing L2 address

      Cause:  uIP didn't notice the network inferface going down

      Change: Allow uIP to persist the stack's IP address after
              a reset

   2. Problem:   Unable to connect via IPv4 and IPv6 concurrently

      Cause:  uIP didn't notice the network inferface going down

      Change: Allow uIP to persist the stack's IP address after
              a reset and properly bring up the interface

   3. Problem:   Unable to connect via VLAN

      Cause:  IP address was no persisted after a device reset

      Change: When CNIC requests a path request, uIP will use the
              VLAN passed by the CNIC.


uIP v0.5.20 (June 24, 2010)


uIP v0.5.20 (June 24, 2010)
=======================================================
   Fixes
   -----
   1. Problem: Certain IPv6 addresses are not repsonded to by
               the target.

      Cause:  The MAC was generated from the target's IPv6
              address not the deterived multicast IPv6 address.

      Change: The destination MAC address should be deterived
              from the packet's destination IPv6 address and
	      not the target.

   2. Problem: brcm_iscsiuio would segfault when L2 interface is
               bought up and down after being logged into

      Cause:  The NIC thread was not stopped properly

      Change: When the UIO device is remove and when the
              cooresponding NIC tracked by brcm_iscsiuio, the
	      daemon would properly wait for the NIC thread to
	      stop.


uIP v0.5.19 (June 22, 2010)
=======================================================
   Fixes
   -----
   1. Problem: Can't login after boot

      Cause:  If NIC interfaces are brough up and down quickly
              uIP wait on an invalid NIC thread

      Change: Only wait for the NIC thread if the NIC thread
              exists.

uIP v0.5.18 (June 21, 2010)
=======================================================
   Fixes
   -----
   1. Problem: Does not compile on SLES 11 SP1

      Cause:  Automake cached files were included as part of the
              uIP-0.5.17 package

      Change: Remove automake cached files, and allow these files
              to be generated each time the source is compiled

   2. Problem: Does not always receive multicast packets

      Cause:  Multicast bit was not set in SORT USER 2 register

      Change: brcm_iscsiuio will now set the SORT USER 2 registers
              with both the broadcast and multicast bits.

   3. Problem: Existing iSCSI connections do not reconnect after
               operations which require equivalent driver
	       load/unload operations

      Cause:  Multiple path requests would trample NIC configurations

      Change: Allow only one path request at a time

uIP v0.5.17 (June 16, 2010)
=======================================================
   Fixes
   -----
   1. Problem: IPv6 neighbor solicitations from brcm_iscsiuio could
               not be responded to

      Cause:  The IPv6 neighbor solicitation packet had an invalid
              multicast MAC address

      Change: Properly set the MAC address multicast bit and OR
              with the IPv6 destination address

   2. Problem: NIC state was not properly synchronized and noticed
               by Shyam Iyer <shiyer@redhat.com>

      Change: Properly lock the NIC device when changing state

   Enhancements
   ------------

   1. Change: Listen for iscsid before daemonizing to close a timing
              gap which might allow iscsid to start before uIP is
	      completely initialized.

uIP v0.5.16 (June 2, 2010)
=======================================================

   Enhancements
   ------------

   1. Change: Formally add IPv6 support.  Only a static IPv6 address
              is supported.

uIP v0.5.15 (May 20, 2010)
=======================================================

   Fixes
   -----
   1. Problem: brcm_iscsiuio would echo packets off the wire

      Cause:  Stale packets from the uIP stack could potentially
              make it onto the wire causing a network flood

      Change: Only place on the wire packets uIP intended to place
              on the wire.  Drop all other packets.

uIP v0.5.14 (May 18, 2010)
=======================================================

   Fixes
   -----
   1. Problem: brcm_iscsiuio would crash when offloading using a
               bnx2x device /dev/mem could not be
               opened, (ie. SE Linux enabled)

      Cause:  /dev/mem could not be opened, (ie. SE Linux enabled)
              and then the NIC would be improperly initialized.

      Change: If /dev/mem is not able to be opened, then the device
              is closed

   2. Problem: brcm_iscsiuio would crash when brcm_iscsiuio is
               being shutdown

      Cause:  The NIC mutex was deferenced imporperly when the NIC
              is being closed

      Change: Take the NIC mutex lock only when the NIC is closed.

uIP v0.5.13 (May 16, 2010)
=======================================================

   Fixes
   -----
   1. Problem: brcm_iscsiuio would crash with heavy traffic directed
               at the iSCSI traffic

      Cause:  Packets which are sized between 1006-1024 bytes would
              crash brcm_iscsiuio because brcm_iscsiuio is not sized
	      to handle such large packets

      Change: Drop large packets, properly hold the NIC mutex lock
              for the duration when NIC fields are being used.


uIP v0.5.12 (May 13, 2010)
=======================================================

   Fixes
   -----
   1. Problem: brcm_iscsiuio could crash on when L2 interface is
               ifdown'ed

      Cause:  The local NIC pointer was not initialized properly
              in the routine parse_iface()

      Change: Properly initialize the NIC pointer

   2. Problem: Documentation referred to older admin_client which
               doesn't exist any more because brcm_iscsiuio uses
	       the iscsid iface file

      Change: Remove the stale references


uIP v0.5.11 (May 11, 2010)
=======================================================

   Fixes
   -----
   1. Problem: brcm_iscsiuio could crash on invalid packet sizes

      Cause:  The hardware BD could be a large value because of a
              hardware error

      Change: Limit the size of the packet dumped to the MTU size

   Enhancements
   ------------

   1. Change: During the running of the configure script now
              the script will check for ar and ranlib binaries


uIP v0.5.10 (May 03, 2010)
=======================================================

   Fixes
   -----
   1. Problem: BCM57712 not recognized

      Cause:  The PCI ID's in the bnx2x file were missing.

      Change: Added proper BCM57712, BCM57712E, BCM57713, BCM57713E
              PCI ID's

   2. Problem: (CQ 47481) brcm_iscsiuio not installed in correct location

      Cause:  Default install path for autoconf is /usr/local

      Change: Change the default prefix to '/' so the brcm_iscsiuio
              binary is installed to /sbin/

   Enhancements
   ------------

   1. Change: Remove dependency on Yacc and Lex


uIP v0.5.9 (April 28, 2010)
=======================================================

   Fixes
   -----
   1. Problem: bnx2x T6.0 driver would not login

      Cause:  The bnx2x code was not using the T6.0 HSI offsets

      Change: Determine to bnx2x driver version eariler to properly use the
              T4.8 or T6.0 HSI

   Enhancements
   ------------

   1. Change: Collapse all the various locks to use the NIC lock to shrink
              memory footprint

   2. Change: Consolidate upper layer checksumming code


uIP v0.5.5 (March 02, 2010)
=======================================================

   Enhancements
   ------------

   1. Change: Add support for T6.0 bnx2x HSI and 57712.

   2. Change: Initial support for IPv6

uIP v0.5.8 (April 22, 2010)
=======================================================

   Enhancements
   ------------

   1. Change: Add support for T6.0 bnx2x HSI and 57712.

   2. Change: Initial support for IPv6

uIP v0.5.7 (March 17, 2010)
=======================================================

   Enhancements
   ------------

   1. Change: Add to documentation on discovering on a particular
	      iface before logging in

uIP v0.5.6 (Mar 05, 2009)
=======================================================
   Fixes
   -----
   1. Problem: bnx2x panic dump would be seen when sending
               traffic to uIP

      Cause: The TX producer index was not properly
             incrementing when the wrapping occured

      Change: Do not skip the last TX producer index like the
              TX BD's

      Impact: None.

uIP v0.5.5 (March 02, 2010)
=======================================================
   Initial release

   Enhancements
   ------------

   1. Change: Add to documentation on debugging/logging for uIP


uIP v0.5.4 (Feb 22, 2010)
=======================================================
   Fixes
   -----
   1. Problem: Compile error where 'ETHERTYPE_VLAN' define
               is missing

      Cause: Certain distributions do not define 'ETHERTYPE_VLAN'
             in the header file "net/ethernet.h".

      Change: Added proper defines for ETHERTYPE_VLAN when necessary

      Impact: None.


uIP v0.5.3 (Feb 18, 2010)
=======================================================
   Fixes
   -----
   1. Problem: Using VLAN's on offloaded iSCSI connections

      Cause: (CQ45983) VLAN tags were not being properly inserted
             when sending the ARP request packets

      Change: Added VLAN tags when sending ARP request packets

      Impact: None.


uIP v0.5.2 (Dec 10, 2009)
=======================================================
   Fixes
   -----
   1. Problem: Switching between 10G and 1G iSCSI offloaded
               devices caused login connectivity problems

      Cause: The NIC devices within uIP were not cleanup
             properly.

      Change: The NIC structure is not re-initialized and the
              NIC thread is destroyed when the host network
              interface is brought down.

      Impact: None.


uIP v0.5.1 (Dec 9, 2009)
=======================================================
   Fixes
   -----
   1. Problem: 10G devices behind PCI bridges would not collect

      Cause: PCI bus:slot.func string was parsed incorrectly
             because the bridge string was used

      Change: Parse the proper PCI bus:slot.func string.

      Impact: None.


uIP v0.5.0b (Nov 24, 2009)
=======================================================
   Initial release

   Enhancements
   ------------

   1. Change: Add Broadcom 10G iSCSI offload support

      Impact: Linux