Commit Graph

38 Commits (4ed1077953f531b3fef4af4b4ade48a828c48869)

Author SHA1 Message Date
Rusty Russell fb6813f480 virtio: Recycle unused recv buffer pages for large skbs in net driver 17 years ago
Herbert Xu 97402b96f8 virtio net: Allow receiving SG packets 17 years ago
Herbert Xu a9ea3fc6f2 virtio net: Add ethtool ops for SG/GSO 17 years ago
Mark McLoughlin 9953ca6cb7 virtio: fix virtio_net xmit of freed skb bug 17 years ago
Mark McLoughlin 5e4fe5c45a virtio_net: Set VIRTIO_NET_F_GUEST_CSUM feature 17 years ago
Rusty Russell 363f15149c virtio: use callback on empty in virtio_net 17 years ago
Mark McLoughlin 14c998f034 virtio: virtio_net free transmit skbs in a timer 17 years ago
Mark McLoughlin 23cde76d80 virtio_net: Fix skb->csum_start computation 17 years ago
Rusty Russell 11a3a1546d virtio: fix delayed xmit of packet and freeing of old packets. 17 years ago
Rusty Russell 7eb2e25112 virtio: fix virtio_net xmit of freed skb bug 17 years ago
Wang Chen 288369cc25 VIRTIO: Use __skb_queue_purge() 17 years ago
Rusty Russell c45a6816c1 virtio: explicit advertisement of driver features 17 years ago
Rusty Russell 5539ae9613 virtio: finer-grained features for virtio_net 17 years ago
Rusty Russell 99ffc696d1 virtio: wean net driver off NETDEV_TX_BUSY 17 years ago
Rusty Russell 0527168522 virtio: fix scatterlist sizing in net driver. 17 years ago
Rusty Russell 655aa31f02 virtio: fix tx_ stats in virtio_net 17 years ago
David S. Miller 21f644f3ea [NET]: Undo code bloat in hot paths due to print_mac(). 17 years ago
Anthony Liguori 6ea0a4679d virtio_net: remove overzealous printk 17 years ago
Christian Borntraeger 4265f161b6 virtio: fix race in enable_cb 17 years ago
Amit Shah da74e89d40 virtio: Enable netpoll interface for netconsole logging 17 years ago
Christian Borntraeger d9d5dcc88c virtio_net: Fix oops on early interrupts - introduced by virtio reset code 17 years ago
Christian Borntraeger 370076d932 virtio net: fix oops on interface-up 17 years ago
Dor Laor 6c0cd7c000 virtio_net: parametrize the napi_weight for virtio receive queue. 17 years ago
Rusty Russell 2cb9c6bafc virtio: free transmit skbs when notified, not on next xmit. 17 years ago
Rusty Russell a48bd8f670 virtio: flush buffers on open 17 years ago
Christian Borntraeger e70f2f1bb8 virtnet: remove double ether_setup 17 years ago
Rusty Russell 6e5aa7efb2 virtio: reset function 17 years ago
Rusty Russell b3369c1fb4 virtio: populate network rings in the probe routine, not open 17 years ago
Rusty Russell 34a48579e4 virtio: Tweak virtio_net defines 17 years ago
Rusty Russell 50c8ea8080 virtio: Net header needs hdr_len 17 years ago
Rusty Russell 18445c4d50 virtio: explicit enable_cb/disable_cb rather than callback return. 17 years ago
Rusty Russell a586d4f601 virtio: simplify config mechanism. 17 years ago
Rusty Russell f35d9d8aae virtio: Implement skb_partial_csum_set, for setting partial csums on untrusted packets. 17 years ago
Rusty Russell 8329d98e48 virtio: fix net driver loop case where we fail to restart 17 years ago
Rusty Russell 74b2553f1d virtio: fix module/device unloading 17 years ago
Rusty Russell 4d125de3a5 virtio: more fallout from scatterlist changes. 17 years ago
Rusty Russell 296f96fcfc Net driver using virtio 18 years ago