index
:
blackbird-op-linux
master
Blackbird™ Linux sources for OpenPOWER
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
virtio_net.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
virtio_net: Check for room in the vq before adding buffer
Amit Shah
2009-09-24
1
-4
/
+4
*
virtio_net: avoid (most) NETDEV_TX_BUSY by stopping queue early.
Rusty Russell
2009-09-24
1
-24
/
+40
*
virtio_net: formalize skb_vnet_hdr
Rusty Russell
2009-09-24
1
-37
/
+44
*
virtio_net: don't free buffers in xmit ring
Rusty Russell
2009-09-24
1
-59
/
+5
*
virtio_net: return NETDEV_TX_BUSY instead of queueing an extra skb.
Rusty Russell
2009-09-24
1
-36
/
+10
*
virtio_net: skb_orphan() and nf_reset() in xmit path.
Rusty Russell
2009-09-24
1
-1
/
+5
*
virtio: add virtio IDs file
Fernando Luis Vazquez Cao
2009-09-23
1
-0
/
+1
*
virtio: make add_buf return capacity remaining
Rusty Russell
2009-09-23
1
-7
/
+7
*
netdev: drivers should make ethtool_ops const
Stephen Hemminger
2009-09-02
1
-1
/
+1
*
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
2009-09-02
1
-15
/
+46
|
\
|
*
virtio: net refill on out-of-memory
Rusty Russell
2009-08-26
1
-15
/
+46
*
|
netdev: convert pseudo drivers to netdev_tx_t
Stephen Hemminger
2009-09-01
1
-1
/
+1
*
|
virtio-net: Allow UFO feature to be set and advertised.
Sridhar Samudrala
2009-07-17
1
-1
/
+2
|
/
*
net: group address list and its count
Jiri Pirko
2009-06-18
1
-5
/
+5
*
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds...
David S. Miller
2009-06-15
1
-27
/
+18
|
\
|
*
virtio: find_vqs/del_vqs virtio operations
Michael S. Tsirkin
2009-06-12
1
-27
/
+18
|
*
virtio: add names to virtqueue struct, mapping from devices to queues.
Rusty Russell
2009-06-12
1
-3
/
+3
*
|
virtio_net: Fix IP alignment on non-mergeable RX path
Herbert Xu
2009-06-11
1
-1
/
+2
*
|
virtio_net: Set correct gso->hdr_len
Herbert Xu
2009-06-08
1
-1
/
+1
*
|
net: convert unicast addr list
Jiri Pirko
2009-05-29
1
-3
/
+4
*
|
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
2009-05-03
1
-10
/
+14
|
\
\
|
|
/
|
*
virtio_net: Fix function name typo
Alex Williamson
2009-05-01
1
-4
/
+4
|
*
virtio_net: Cleanup command queue scatterlist usage
Alex Williamson
2009-05-01
1
-6
/
+10
*
|
drivers/net: replace BUG() with BUG_ON() if possible
Alexander Beregalov
2009-04-13
1
-8
/
+4
|
/
*
virtio_net: Set the mac config only when VIRITO_NET_F_MAC
Alex Williamson
2009-04-04
1
-6
/
+4
*
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
2009-03-20
1
-0
/
+1
|
\
|
*
virtio_net: Make virtio_net support carrier detection
Pantelis Koukousoulas
2009-03-18
1
-0
/
+3
*
|
virtio_net: Allow setting the MAC address of the NIC
Alex Williamson
2009-02-04
1
-2
/
+21
*
|
virtio_net: Add support for VLAN filtering in the hypervisor
Alex Williamson
2009-02-04
1
-1
/
+30
*
|
virtio_net: Add a MAC filter table
Alex Williamson
2009-02-04
1
-8
/
+47
*
|
virtio_net: Add a set_rx_mode interface
Alex Williamson
2009-02-04
1
-1
/
+33
*
|
virtio_net: Add a virtqueue for outbound control commands
Alex Williamson
2009-02-04
1
-3
/
+65
*
|
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
2009-01-30
1
-3
/
+3
|
\
\
|
|
/
|
*
virtio_net: use correct accessors for scatterlists
Ira W. Snyder
2009-01-26
1
-3
/
+3
*
|
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
2009-01-26
1
-1
/
+2
|
\
\
|
|
/
|
*
virtio_net: Fix MAX_PACKET_LEN to support 802.1Q VLANs
Alex Williamson
2009-01-25
1
-1
/
+2
*
|
virtio_net: add link status handling
Mark McLoughlin
2009-01-21
1
-1
/
+42
*
|
net: Remove redundant NAPI functions
Ben Hutchings
2009-01-21
1
-6
/
+6
|
/
*
virtio: convert to net_device_ops
Stephen Hemminger
2009-01-06
1
-7
/
+13
*
net: Remove unused netdev arg from some NAPI interfaces.
Neil Horman
2008-12-22
1
-6
/
+6
*
virtio_net: large tx MTU support
Mark McLoughlin
2008-12-02
1
-0
/
+12
*
virtio_net: VIRTIO_NET_F_MSG_RXBUF (imprive rcv buffer allocation)
Mark McLoughlin
2008-11-16
1
-20
/
+153
*
virtio_net: hook up the set-tso ethtool op
Mark McLoughlin
2008-11-16
1
-0
/
+1
*
virtio_net: Recycle some more rx buffer pages
Mark McLoughlin
2008-11-16
1
-9
/
+13
*
netdevice: safe convert to netdev_priv() #part-3
Wang Chen
2008-11-12
1
-1
/
+2
*
net: convert print_mac to %pM
Johannes Berg
2008-10-27
1
-3
/
+1
*
virtio: Recycle unused recv buffer pages for large skbs in net driver
Rusty Russell
2008-07-25
1
-1
/
+35
*
virtio net: Allow receiving SG packets
Herbert Xu
2008-07-25
1
-5
/
+39
*
virtio net: Add ethtool ops for SG/GSO
Herbert Xu
2008-07-25
1
-0
/
+18
*
virtio: fix virtio_net xmit of freed skb bug
Mark McLoughlin
2008-07-25
1
-10
/
+10
[next]