aboutsummaryrefslogtreecommitdiff
path: root/net/eth.c
AgeCommit message (Expand)AuthorFilesLines
2021-03-22net/eth: Add an assert() and invert if() statement to simplify codePhilippe Mathieu-Daudé1-7/+6
2021-03-22net/eth: Read ip6_ext_hdr_routing buffer before accessing itPhilippe Mathieu-Daudé1-5/+8
2021-03-22net/eth: Check iovec has enough data earlierPhilippe Mathieu-Daudé1-1/+1
2021-03-22net/eth: Check size earlier in _eth_get_rss_ex_dst_addr()Philippe Mathieu-Daudé1-8/+6
2021-03-22net/eth: Better describe _eth_get_rss_ex_dst_addr's offset argumentPhilippe Mathieu-Daudé1-3/+3
2021-03-22net/eth: Simplify _eth_get_rss_ex_dst_addr()Philippe Mathieu-Daudé1-7/+7
2021-03-22net/eth: Use correct in6_address offset in _eth_get_rss_ex_dst_addr()Philippe Mathieu-Daudé1-1/+1
2021-03-22net: eth: Add a helper to pad a short Ethernet frameBin Meng1-0/+17
2020-11-11net: remove an assert call in eth_get_gso_typePrasad J Pandit1-3/+3
2019-06-12Include qemu-common.h exactly where neededMarkus Armbruster1-1/+0
2017-07-31net/eth: fix incorrect check of iov_to_buf() return valuePhilippe Mathieu-Daudé1-2/+2
2017-03-06eth: Extend vlan stripping functionsDmitry Fleytman1-11/+14
2016-07-18net: fix incorrect argument to iov_to_bufPaolo Bonzini1-2/+2
2016-07-18net: fix incorrect access to pointerPaolo Bonzini1-1/+1
2016-06-02net_pkt: Extend packet abstraction as required by e1000e functionalityDmitry Fleytman1-40/+370
2016-02-04net: Clean up includesPeter Maydell1-0/+1
2013-07-27misc: Use g_assert_not_reached for code which is expected to be unreachableStefan Weil1-1/+1
2013-03-25Common definitions for VMWARE devicesDmitry Fleytman1-0/+217