aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/virtio_net.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-06-07net: in virtio_net_hdr only add VLAN_HLEN to csum_start if payload holds vlanWillem de Bruijn1-7/+4
2017-11-24net: accept UFO datagrams from tuntap and packetWillem de Bruijn1-1/+4
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-07-17net: Remove all references to SKB_GSO_UDP.David S. Miller1-5/+0
2017-01-20virtio-net: restore VIRTIO_HDR_F_DATA_VALID on receivingJason Wang1-1/+5
2017-01-17virtio: don't set VIRTIO_NET_HDR_F_DATA_VALID on xmitRolf Neugebauer1-2/+0
2016-11-19virtio_net: Do not clear memory for struct virtio_net_hdr twice.Jarno Rajahalme1-1/+1
2016-11-19virtio_net.h: Fix comment.Jarno Rajahalme1-1/+1
2016-06-10virtio_net: introduce virtio_net_hdr_{from,to}_skbMike Rapoport1-0/+101
2012-10-13UAPI: (Scripted) Disintegrate include/linuxDavid Howells1-169/+0
2012-04-15virtio-net: send gratuitous packets when neededJason Wang1-0/+14
2011-06-11virtio_net: introduce VIRTIO_NET_HDR_F_DATA_VALIDJason Wang1-0/+1
2011-05-30virtio: add full three-clause BSD text to headers.Rusty Russell1-1/+24
2009-10-22virtio: let header files include virtio_ids.hChristian Borntraeger1-0/+1
2009-09-23virtio: add virtio IDs fileFernando Luis Vazquez Cao1-3/+0
2009-07-30lguest and virtio: cleanup struct definitions to Linux style.Rusty Russell1-4/+2
2009-07-17virtio_net: Sync header with qemuAlex Williamson1-4/+10
2009-05-01virtio: add missing include to virtio_net.hGrant Likely1-0/+1
2009-02-04virtio_net: Add support for VLAN filtering in the hypervisorAlex Williamson1-0/+14
2009-02-04virtio_net: Add a MAC filter tableAlex Williamson1-0/+23
2009-02-04virtio_net: Add a set_rx_mode interfaceAlex Williamson1-0/+11
2009-02-04virtio_net: Add a virtqueue for outbound control commandsAlex Williamson1-0/+18
2009-02-03Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-0/+1
2009-01-31headers_check fix: linux/virtio_net.hJaswinder Singh Rajput1-0/+1
2009-01-21virtio_net: add link status handlingMark McLoughlin1-0/+5
2008-11-16virtio_net: VIRTIO_NET_F_MSG_RXBUF (imprive rcv buffer allocation)Mark McLoughlin1-0/+9
2008-07-25virtio: clarify that ABI is usable by any implementationsRusty Russell1-0/+2
2008-06-10virtio: Fix typo in virtio_net_hdr commentsMark McLoughlin1-1/+1
2008-05-02virtio: finer-grained features for virtio_netRusty Russell1-2/+11
2008-02-04virtio: Tweak virtio_net definesRusty Russell1-8/+4
2008-02-04virtio: Net header needs hdr_lenRusty Russell1-5/+6
2008-02-04virtio: simplify config mechanism.Rusty Russell1-4/+7
2007-10-23Net driver using virtioRusty Russell1-0/+36