Commit Graph

61 Commits (84381eed93c974024402eda250c9e7890b72ca4a)

Author SHA1 Message Date
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
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