Commit Graph

76 Commits (74c520da5414d15b0ab2839d67efab2e7227be75)

Author SHA1 Message Date
Stephen Hemminger 0fc0b732ea netdev: drivers should make ethtool_ops const 16 years ago
Stephen Hemminger 424efe9caf netdev: convert pseudo drivers to netdev_tx_t 16 years ago
Rusty Russell 3161e453e4 virtio: net refill on out-of-memory 16 years ago
Sridhar Samudrala 5c5167515d virtio-net: Allow UFO feature to be set and advertised. 16 years ago
Jiri Pirko 31278e7147 net: group address list and its count 16 years ago
Michael S. Tsirkin d2a7ddda9f virtio: find_vqs/del_vqs virtio operations 16 years ago
Rusty Russell 9499f5e7ed virtio: add names to virtqueue struct, mapping from devices to queues. 16 years ago
Herbert Xu 8981f01001 virtio_net: Fix IP alignment on non-mergeable RX path 16 years ago
Herbert Xu b82f08ea16 virtio_net: Set correct gso->hdr_len 16 years ago
Jiri Pirko ccffad25b5 net: convert unicast addr list 16 years ago
Alex Williamson 1824a98974 virtio_net: Fix function name typo 16 years ago
Alex Williamson 23e258e1a8 virtio_net: Cleanup command queue scatterlist usage 16 years ago
Alexander Beregalov 0ee904c35c drivers/net: replace BUG() with BUG_ON() if possible 16 years ago
Alex Williamson 62994b2d6b virtio_net: Set the mac config only when VIRITO_NET_F_MAC 16 years ago
Pantelis Koukousoulas 4783256ef9 virtio_net: Make virtio_net support carrier detection 16 years ago
Alex Williamson 9c46f6d42f virtio_net: Allow setting the MAC address of the NIC 16 years ago
Alex Williamson 0bde95690d virtio_net: Add support for VLAN filtering in the hypervisor 16 years ago
Alex Williamson f565a7c259 virtio_net: Add a MAC filter table 16 years ago
Alex Williamson 2af7698e2d virtio_net: Add a set_rx_mode interface 16 years ago
Alex Williamson 2a41f71d3b virtio_net: Add a virtqueue for outbound control commands 16 years ago
Ira W. Snyder 8527bec548 virtio_net: use correct accessors for scatterlists 16 years ago
Alex Williamson e918085aaf virtio_net: Fix MAX_PACKET_LEN to support 802.1Q VLANs 16 years ago
Mark McLoughlin 9f4d26d0f3 virtio_net: add link status handling 16 years ago
Ben Hutchings 288379f050 net: Remove redundant NAPI functions 16 years ago
Stephen Hemminger 76288b4e57 virtio: convert to net_device_ops 16 years ago
Neil Horman 908a7a16b8 net: Remove unused netdev arg from some NAPI interfaces. 16 years ago
Mark McLoughlin 39da5814db virtio_net: large tx MTU support 16 years ago
Mark McLoughlin 3f2c31d903 virtio_net: VIRTIO_NET_F_MSG_RXBUF (imprive rcv buffer allocation) 16 years ago
Mark McLoughlin 0276b4972e virtio_net: hook up the set-tso ethtool op 16 years ago
Mark McLoughlin 0a888fd1f6 virtio_net: Recycle some more rx buffer pages 16 years ago
Wang Chen 8f15ea42b6 netdevice: safe convert to netdev_priv() #part-3 16 years ago
Johannes Berg e174961ca1 net: convert print_mac to %pM 17 years ago
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