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