]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'net-hdlc_fr-improve-fr_rx-and-add-support-for-any-ethertype'
authorJakub Kicinski <kuba@kernel.org>
Tue, 3 Nov 2020 23:19:26 +0000 (15:19 -0800)
committerJakub Kicinski <kuba@kernel.org>
Tue, 3 Nov 2020 23:19:27 +0000 (15:19 -0800)
commitd412cb130d3a08a1503b9d2a7296d9781d62f625
treeb03ee3ca633fd7d35cc9f77d2721ed9a0e80e4b3
parentc860c9809fcea676f9dc7ed2b047bb59811095f7
parent89018bab8e8c833e16f2c6aa29b0b9d88678c761
Merge branch 'net-hdlc_fr-improve-fr_rx-and-add-support-for-any-ethertype'

Xie He says:

====================
net: hdlc_fr: Improve fr_rx and add support for any Ethertype

The main purpose of this series is the last patch. The previous 4 patches
are just code clean-ups so that the last patch will not make the code too
messy. The patches must be applied in sequence.

The receiving code of this driver doesn't support arbitrary Ethertype
values. It only recognizes a few known Ethertypes when receiving and drops
skbs with other Ethertypes.

However, the standard document RFC 2427 allows Frame Relay to support any
Ethertype values. This series adds support for this.

Change from v6:
Remove the explanation about why only a 2-byte address field is accepted
because I think it is inadequate and unnecessary.

Change from v5:
Small fix to the commit messages.

Change from v4:
Drop the change related to the stats.rx_dropped count.
Improve the commit message by stating why only a 2-byte address field
is accepted.

Change from v3:
Split the last patch into 2 patches.
Improve the commit message about the stats.rx_dropped count.

Change from v2:
Small fix to the commit messages.

Change from v1:
Small fix to the commit messages.
====================

Link: https://lore.kernel.org/r/20201031181043.805329-1-xie.he.0141@gmail.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>