aboutsummaryrefslogtreecommitdiff
path: root/hw/net/net_rx_pkt.c
AgeCommit message (Expand)Author
2023-05-23igb: Strip the second VLAN tag for extended VLANAkihiko Odaki
2023-05-23igb: Implement Rx SCTP CSOAkihiko Odaki
2023-05-23hw/net/net_rx_pkt: Enforce alignment for eth_headerAkihiko Odaki
2023-05-23hw/net/net_tx_pkt: Remove net_rx_pkt_get_l4_infoAkihiko Odaki
2023-05-23net/net_rx_pkt: Use iovec for net_rx_pkt_set_protocols()Akihiko Odaki
2023-03-10net/eth: Introduce EthL4HdrProtoAkihiko Odaki
2023-03-10net/eth: Report if headers are actually presentAkihiko Odaki
2023-03-10e1000e: Perform software segmentation for loopbackAkihiko Odaki
2023-03-10hw/net/net_rx_pkt: Remove net_rx_pkt_has_virt_hdrAkihiko Odaki
2020-03-03NetRxPkt: fix hash calculation of IPV6 TCPYuri Benditovich
2020-03-03NetRxPkt: Introduce support for additional hash typesYuri Benditovich
2017-11-20net: Transmit zero UDP checksum as 0xFFFFEd Swierk
2017-03-06NetRxPkt: Remove code duplication in net_rx_pkt_pull_data()Dmitry Fleytman
2017-03-06NetRxPkt: Account buffer with ETH header in IOV lengthDmitry Fleytman
2017-03-06NetRxPkt: Do not try to pull more data than presentDmitry Fleytman
2017-03-06NetRxPkt: Fix memory corruption on VLAN header strippingDmitry Fleytman
2017-03-06net: Remove useless local var pktFam Zheng
2016-06-02net_pkt: Extend packet abstraction as required by e1000e functionalityDmitry Fleytman
2016-06-02net_pkt: Name vmxnet3 packet abstractions more genericDmitry Fleytman