summaryrefslogtreecommitdiffstats
path: root/net/eth.c
Commit message (Expand)AuthorAgeFilesLines
* net/eth: Don't consider ESP to be an IPv6 option headerThomas Jansen2022-02-141-1/+0Star
* net/eth: Add an assert() and invert if() statement to simplify codePhilippe Mathieu-Daudé2021-03-221-7/+6Star
* net/eth: Read ip6_ext_hdr_routing buffer before accessing itPhilippe Mathieu-Daudé2021-03-221-5/+8
* net/eth: Check iovec has enough data earlierPhilippe Mathieu-Daudé2021-03-221-1/+1
* net/eth: Check size earlier in _eth_get_rss_ex_dst_addr()Philippe Mathieu-Daudé2021-03-221-8/+6Star
* net/eth: Better describe _eth_get_rss_ex_dst_addr's offset argumentPhilippe Mathieu-Daudé2021-03-221-3/+3
* net/eth: Simplify _eth_get_rss_ex_dst_addr()Philippe Mathieu-Daudé2021-03-221-7/+7
* net/eth: Use correct in6_address offset in _eth_get_rss_ex_dst_addr()Philippe Mathieu-Daudé2021-03-221-1/+1
* net: eth: Add a helper to pad a short Ethernet frameBin Meng2021-03-221-0/+17
* net: remove an assert call in eth_get_gso_typePrasad J Pandit2020-11-111-3/+3
* Include qemu-common.h exactly where neededMarkus Armbruster2019-06-121-1/+0Star
* net/eth: fix incorrect check of iov_to_buf() return valuePhilippe Mathieu-Daudé2017-07-311-2/+2
* eth: Extend vlan stripping functionsDmitry Fleytman2017-03-061-11/+14
* net: fix incorrect argument to iov_to_bufPaolo Bonzini2016-07-181-2/+2
* net: fix incorrect access to pointerPaolo Bonzini2016-07-181-1/+1
* net_pkt: Extend packet abstraction as required by e1000e functionalityDmitry Fleytman2016-06-021-40/+370
* net: Clean up includesPeter Maydell2016-02-041-0/+1
* misc: Use g_assert_not_reached for code which is expected to be unreachableStefan Weil2013-07-271-1/+1
* Common definitions for VMWARE devicesDmitry Fleytman2013-03-251-0/+217