Commit 5b6a438
committed
igb: set max size RX buffer when store bad packet is enabled
jira VULN-6698
cve CVE-2023-45871
commit-author Radoslaw Tyl <[email protected]>
commit bb5ed01
Increase the RX buffer size to 3K when the SBP bit is on. The size of
the RX buffer determines the number of pages allocated which may not
be sufficient for receive frames larger than the set MTU size.
Cc: [email protected]
Fixes: 89eaefb ("igb: Support RX-ALL feature flag.")
Reported-by: Manfred Rudigier <[email protected]>
Signed-off-by: Radoslaw Tyl <[email protected]>
Tested-by: Arpana Arland <[email protected]> (A Contingent worker at Intel)
Signed-off-by: Tony Nguyen <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
(cherry picked from commit bb5ed01)
Signed-off-by: Marcin Wcisło <[email protected]>1 parent a27f149 commit 5b6a438
1 file changed
+7
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4731 | 4731 | | |
4732 | 4732 | | |
4733 | 4733 | | |
| 4734 | + | |
| 4735 | + | |
| 4736 | + | |
| 4737 | + | |
4734 | 4738 | | |
4735 | 4739 | | |
4736 | 4740 | | |
| |||
4741 | 4745 | | |
4742 | 4746 | | |
4743 | 4747 | | |
4744 | | - | |
4745 | | - | |
4746 | | - | |
4747 | | - | |
| 4748 | + | |
| 4749 | + | |
| 4750 | + | |
4748 | 4751 | | |
4749 | 4752 | | |
4750 | 4753 | | |
| |||
0 commit comments