Commit fd7ce28
committed
Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/net-queue
Tony Nguyen says:
====================
Intel Wired LAN Driver Updates 2021-06-24
This series contains updates to i40e driver only.
Dinghao Liu corrects error handling for failed i40e_vsi_request_irq()
call.
Mateusz allows for disabling of autonegotiation for all BaseT media.
Jesse corrects the multiplier being used on 5Gb speeds for PTP.
Jan adds locking in paths calling i40e_setup_pf_switch() that were
missing it.
====================
Signed-off-by: David S. Miller <davem@davemloft.net>3 files changed
Lines changed: 20 additions & 8 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1262 | 1262 | | |
1263 | 1263 | | |
1264 | 1264 | | |
1265 | | - | |
1266 | | - | |
| 1265 | + | |
1267 | 1266 | | |
1268 | 1267 | | |
1269 | 1268 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
35 | | - | |
| 35 | + | |
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
| |||
8703 | 8703 | | |
8704 | 8704 | | |
8705 | 8705 | | |
| 8706 | + | |
| 8707 | + | |
8706 | 8708 | | |
8707 | 8709 | | |
8708 | 8710 | | |
| |||
10569 | 10571 | | |
10570 | 10572 | | |
10571 | 10573 | | |
10572 | | - | |
| 10574 | + | |
10573 | 10575 | | |
10574 | 10576 | | |
10575 | 10577 | | |
| |||
14627 | 14629 | | |
14628 | 14630 | | |
14629 | 14631 | | |
| 14632 | + | |
14630 | 14633 | | |
14631 | 14634 | | |
14632 | 14635 | | |
14633 | | - | |
| 14636 | + | |
14634 | 14637 | | |
14635 | 14638 | | |
14636 | 14639 | | |
| |||
14732 | 14735 | | |
14733 | 14736 | | |
14734 | 14737 | | |
| 14738 | + | |
| 14739 | + | |
| 14740 | + | |
14735 | 14741 | | |
14736 | 14742 | | |
14737 | 14743 | | |
| 14744 | + | |
| 14745 | + | |
| 14746 | + | |
14738 | 14747 | | |
14739 | 14748 | | |
14740 | 14749 | | |
| |||
15528 | 15537 | | |
15529 | 15538 | | |
15530 | 15539 | | |
15531 | | - | |
| 15540 | + | |
15532 | 15541 | | |
15533 | 15542 | | |
15534 | 15543 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
15 | | - | |
| 14 | + | |
| 15 | + | |
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| 21 | + | |
21 | 22 | | |
22 | 23 | | |
23 | 24 | | |
| |||
465 | 466 | | |
466 | 467 | | |
467 | 468 | | |
| 469 | + | |
| 470 | + | |
| 471 | + | |
468 | 472 | | |
469 | 473 | | |
470 | 474 | | |
| |||
0 commit comments