| Commit message (Expand) | Author | Age | Files | Lines |
* | net: in virtio_net_hdr only add VLAN_HLEN to csum_start if payload holds vlan | Willem de Bruijn | 2018-06-07 | 1 | -7/+4 |
* | net: accept UFO datagrams from tuntap and packet | Willem de Bruijn | 2017-11-24 | 1 | -1/+4 |
* | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 2017-11-02 | 1 | -0/+1 |
* | net: Remove all references to SKB_GSO_UDP. | David S. Miller | 2017-07-17 | 1 | -5/+0 |
* | virtio-net: restore VIRTIO_HDR_F_DATA_VALID on receiving | Jason Wang | 2017-01-20 | 1 | -1/+5 |
* | virtio: don't set VIRTIO_NET_HDR_F_DATA_VALID on xmit | Rolf Neugebauer | 2017-01-17 | 1 | -2/+0 |
* | virtio_net: Do not clear memory for struct virtio_net_hdr twice. | Jarno Rajahalme | 2016-11-19 | 1 | -1/+1 |
* | virtio_net.h: Fix comment. | Jarno Rajahalme | 2016-11-19 | 1 | -1/+1 |
* | virtio_net: introduce virtio_net_hdr_{from,to}_skb | Mike Rapoport | 2016-06-10 | 1 | -0/+101 |
* | UAPI: (Scripted) Disintegrate include/linux | David Howells | 2012-10-13 | 1 | -169/+0 |
* | virtio-net: send gratuitous packets when needed | Jason Wang | 2012-04-15 | 1 | -0/+14 |
* | virtio_net: introduce VIRTIO_NET_HDR_F_DATA_VALID | Jason Wang | 2011-06-11 | 1 | -0/+1 |
* | virtio: add full three-clause BSD text to headers. | Rusty Russell | 2011-05-30 | 1 | -1/+24 |
* | virtio: let header files include virtio_ids.h | Christian Borntraeger | 2009-10-22 | 1 | -0/+1 |
* | virtio: add virtio IDs file | Fernando Luis Vazquez Cao | 2009-09-23 | 1 | -3/+0 |
* | lguest and virtio: cleanup struct definitions to Linux style. | Rusty Russell | 2009-07-30 | 1 | -4/+2 |
* | virtio_net: Sync header with qemu | Alex Williamson | 2009-07-17 | 1 | -4/+10 |
* | virtio: add missing include to virtio_net.h | Grant Likely | 2009-05-01 | 1 | -0/+1 |
* | virtio_net: Add support for VLAN filtering in the hypervisor | Alex Williamson | 2009-02-04 | 1 | -0/+14 |
* | virtio_net: Add a MAC filter table | Alex Williamson | 2009-02-04 | 1 | -0/+23 |
* | virtio_net: Add a set_rx_mode interface | Alex Williamson | 2009-02-04 | 1 | -0/+11 |
* | virtio_net: Add a virtqueue for outbound control commands | Alex Williamson | 2009-02-04 | 1 | -0/+18 |
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 2009-02-03 | 1 | -0/+1 |
|\ |
|
| * | headers_check fix: linux/virtio_net.h | Jaswinder Singh Rajput | 2009-01-31 | 1 | -0/+1 |
* | | virtio_net: add link status handling | Mark McLoughlin | 2009-01-21 | 1 | -0/+5 |
|/ |
|
* | virtio_net: VIRTIO_NET_F_MSG_RXBUF (imprive rcv buffer allocation) | Mark McLoughlin | 2008-11-16 | 1 | -0/+9 |
* | virtio: clarify that ABI is usable by any implementations | Rusty Russell | 2008-07-25 | 1 | -0/+2 |
* | virtio: Fix typo in virtio_net_hdr comments | Mark McLoughlin | 2008-06-10 | 1 | -1/+1 |
* | virtio: finer-grained features for virtio_net | Rusty Russell | 2008-05-02 | 1 | -2/+11 |
* | virtio: Tweak virtio_net defines | Rusty Russell | 2008-02-04 | 1 | -8/+4 |
* | virtio: Net header needs hdr_len | Rusty Russell | 2008-02-04 | 1 | -5/+6 |
* | virtio: simplify config mechanism. | Rusty Russell | 2008-02-04 | 1 | -4/+7 |
* | Net driver using virtio | Rusty Russell | 2007-10-23 | 1 | -0/+36 |