aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/virtio_net.h
AgeCommit message (Expand)Author
2023-08-30net: do not allow gso_size to be set to GSO_BY_FRAGSEric Dumazet
2021-12-29net: skip virtio_net_hdr_set_proto if protocol already setWillem de Bruijn
2021-12-29net: accept UFOv6 packages in virtio_net_hdr_to_skbWillem de Bruijn
2021-11-26net: virtio_net_hdr_to_skb: count transport header in UFOJonathan Davies
2021-08-04virtio_net: Do not pull payload in skb->headEric Dumazet
2021-04-14net: ensure mac header is set in virtio_net_hdr_to_skb()Eric Dumazet
2021-03-17net: check if protocol extracted by virtio_net_hdr_set_proto is correctBalazs Nemeth
2020-06-30net: be more gentle about silly gso requests coming from userEric Dumazet
2020-06-10net: check untrusted gso_size at kernel entryWillem de Bruijn
2020-05-14net: stricter validation of untrusted gso packetsWillem de Bruijn
2019-02-27net: avoid false positives in untrusted gso validationWillem de Bruijn
2019-02-27net: validate untrusted gso packets without csum offloadWillem de Bruijn
2018-10-04net/packet: fix packet drop as of virtio gsoJianfeng Tan
2018-06-07net: in virtio_net_hdr only add VLAN_HLEN to csum_start if payload holds vlanWillem de Bruijn
2017-11-24net: accept UFO datagrams from tuntap and packetWillem de Bruijn
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-07-17net: Remove all references to SKB_GSO_UDP.David S. Miller
2017-01-20virtio-net: restore VIRTIO_HDR_F_DATA_VALID on receivingJason Wang
2017-01-17virtio: don't set VIRTIO_NET_HDR_F_DATA_VALID on xmitRolf Neugebauer
2016-11-19virtio_net: Do not clear memory for struct virtio_net_hdr twice.Jarno Rajahalme
2016-11-19virtio_net.h: Fix comment.Jarno Rajahalme
2016-06-10virtio_net: introduce virtio_net_hdr_{from,to}_skbMike Rapoport
2012-10-13UAPI: (Scripted) Disintegrate include/linuxDavid Howells
2012-04-15virtio-net: send gratuitous packets when neededJason Wang
2011-06-11virtio_net: introduce VIRTIO_NET_HDR_F_DATA_VALIDJason Wang
2011-05-30virtio: add full three-clause BSD text to headers.Rusty Russell
2009-10-22virtio: let header files include virtio_ids.hChristian Borntraeger
2009-09-23virtio: add virtio IDs fileFernando Luis Vazquez Cao
2009-07-30lguest and virtio: cleanup struct definitions to Linux style.Rusty Russell
2009-07-17virtio_net: Sync header with qemuAlex Williamson
2009-05-01virtio: add missing include to virtio_net.hGrant Likely
2009-02-04virtio_net: Add support for VLAN filtering in the hypervisorAlex Williamson
2009-02-04virtio_net: Add a MAC filter tableAlex Williamson
2009-02-04virtio_net: Add a set_rx_mode interfaceAlex Williamson
2009-02-04virtio_net: Add a virtqueue for outbound control commandsAlex Williamson
2009-02-03Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2009-01-31headers_check fix: linux/virtio_net.hJaswinder Singh Rajput
2009-01-21virtio_net: add link status handlingMark McLoughlin
2008-11-16virtio_net: VIRTIO_NET_F_MSG_RXBUF (imprive rcv buffer allocation)Mark McLoughlin
2008-07-25virtio: clarify that ABI is usable by any implementationsRusty Russell
2008-06-10virtio: Fix typo in virtio_net_hdr commentsMark McLoughlin
2008-05-02virtio: finer-grained features for virtio_netRusty Russell
2008-02-04virtio: Tweak virtio_net definesRusty Russell
2008-02-04virtio: Net header needs hdr_lenRusty Russell
2008-02-04virtio: simplify config mechanism.Rusty Russell
2007-10-23Net driver using virtioRusty Russell