On 2017年02月16日 20:29, Dmitry Fleytman wrote:
This series fix a few issues related
to processing of RX packets with VLAN headers.

See commit messages of specific patches
for information regarding affected devices.

Dmitry Fleytman (5):
   eth: Extend vlan stripping functions
   NetRxPkt: Fix memory corruption on VLAN header stripping
   NetRxPkt: Do not try to pull more data than present
   NetRxPkt: Account buffer with ETH header in IOV length
   NetRxPkt: Remove code duplication in net_rx_pkt_pull_data()

  hw/net/net_rx_pkt.c | 40 +++++++++++++++++++++-------------------
  include/net/eth.h   |  4 ++--
  net/eth.c           | 25 ++++++++++++++-----------
  3 files changed, 37 insertions(+), 32 deletions(-)


Applied. Thanks

Reply via email to