aboutsummaryrefslogtreecommitdiff
path: root/net/eth.c
AgeCommit message (Expand)AuthorFilesLines
2023-09-29net/eth: Clean up local variable shadowingPhilippe Mathieu-Daudé1-2/+0
2023-05-23igb: Strip the second VLAN tag for extended VLANAkihiko Odaki1-19/+33
2023-05-23igb: Implement Rx SCTP CSOAkihiko Odaki1-0/+4
2023-05-23net/eth: Always add VLAN tagAkihiko Odaki1-16/+6
2023-05-23net/eth: Use void pointersAkihiko Odaki1-3/+3
2023-05-23net/eth: Rename eth_setup_vlan_headers_exAkihiko Odaki1-1/+1
2023-05-23net/net_rx_pkt: Use iovec for net_rx_pkt_set_protocols()Akihiko Odaki1-10/+8
2023-03-10net/eth: Introduce EthL4HdrProtoAkihiko Odaki1-12/+14
2023-03-10net/eth: Report if headers are actually presentAkihiko Odaki1-49/+42
2023-03-10hw/net/net_tx_pkt: Implement TCP segmentationAkihiko Odaki1-27/+0
2022-02-14net/eth: Don't consider ESP to be an IPv6 option headerThomas Jansen1-1/+0
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