Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
3f9e7c140e4c4e75bdeeb8df46dd40e49386c978
/
drivers
/
net
/
virtio_net.c
83a2705
virtio-net: fix a race on 32bit arches
by Eric Dumazet
· 12 years ago
3bbf372
virtio-net: remove useless disable on freeze
by Michael S. Tsirkin
· 12 years ago
17eea0d
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 13 years ago
ec13ee8
virtio_net: invoke softirqs after __napi_schedule
by Michael S. Tsirkin
· 13 years ago
586d17c
virtio-net: send gratuitous packets when needed
by Jason Wang
· 13 years ago
3130416
net: Fix misplaced parenthesis in virtio_net.c
by Torsten Kaiser
· 13 years ago
2e57b79
virtio_net: do not rate limit counter increments
by Rick Jones
· 13 years ago
f2cedb6
net: replace random_ether_addr() with eth_hw_addr_random()
by Danny Kukawka
· 13 years ago
58472a7
virtio: net: remove sparse errors
by Eric Dumazet
· 13 years ago
0741bcb
virtio: net: Add freeze, restore handlers to support S4
by Amit Shah
· 13 years ago
04486ed
virtio: net: Move vq and vq buf removal into separate function
by Amit Shah
· 13 years ago
3f9c10b
virtio: net: Move vq initialization into separate function
by Amit Shah
· 13 years ago
f96fde4
virtio: rename virtqueue_add_buf_gfp to virtqueue_add_buf
by Rusty Russell
· 13 years ago
3464645
virtio_net: Pass gfp flags when allocating rx buffers.
by Mike Waychison
· 13 years ago
f1776da
virtio_net: use non-reentrant workqueue.
by Rusty Russell
· 13 years ago
b2baed6
virtio_net: set/cancel work on ndo_open/ndo_stop
by Rusty Russell
· 13 years ago
eb93992
module_param: make bool parameters really bool (net & drivers/net)
by Rusty Russell
· 13 years ago
8e58613
net: make vlan ndo_vlan_rx_[add/kill]_vid return error value
by Jiri Pirko
· 13 years ago
021ac8d
virtio_net: return already tracked tx_fifo_errors via virtnet_getstats()
by Rick Jones
· 13 years ago
6684604
enable virtio_net to return bus_info in ethtool -i consistent with emulated NICs
by Rick Jones
· 13 years ago
77dd769
virtio-net: Use virtio_config_val() for retrieving config
by Sasha Levin
· 13 years ago
8f9f466
Add ethtool -g support to virtio_net
by Rick Jones
· 13 years ago
4b72736
virtio_net: fix truesize underestimation
by Eric Dumazet
· 13 years ago
8a59a7b
virtio_net: Clean up set_skb_frag()
by Krishna Kumar
· 13 years ago
9e903e0
net: add skb frag size accessors
by Eric Dumazet
· 13 years ago
e878d78
virtio-net: Verify page list size before fitting into skb
by Sasha Levin
· 13 years ago
86ee813
virtionet: convert to SKB paged frag API.
by Ian Campbell
· 13 years ago
0178934
net: introduce IFF_UNICAST_FLT private flag
by Jiri Pirko
· 13 years ago
2e66f55
virtio_net: Fix panic in virtnet_remove
by Krishna Kumar
· 13 years ago
3fa2a1d
virtio-net: per cpu 64 bit stats (v2)
by stephen hemminger
· 13 years ago
10a8d94
virtio_net: introduce VIRTIO_NET_HDR_F_DATA_VALID
by Jason Wang
· 13 years ago
7a66f78
virtio_net: delay TX callbacks
by Michael S. Tsirkin
· 14 years ago
98e778c
virtio_net: convert to hw_features
by Michał Mirosław
· 14 years ago
3e9d08e
virtio_net: Add schedule check to napi_enable call
by Bruce Rogers
· 14 years ago
55508d6
net: Use skb_checksum_start_offset()
by Michał Mirosław
· 14 years ago
167c25e
virtio-net: init link state correctly
by Jason Wang
· 14 years ago
0141480
ethtool: Provide a default implementation of ethtool_ops::get_drvinfo
by Ben Hutchings
· 14 years ago
a767bde
virtio_net: implements ethtool_ops.get_drvinfo
by Rusty Russell
· 14 years ago
58eba97
virtio_net: fix oom handling on tx
by Rusty Russell
· 14 years ago
1788f495
virtio_net: do not reschedule rx refill forever
by Michael S. Tsirkin
· 14 years ago
aa989f5
virtio-net: pass gfp to add_buf
by Michael S. Tsirkin
· 14 years ago
1756ac3
Merge branch 'virtio' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linus
by Linus Torvalds
· 15 years ago
1915a712
virtio_net: use virtqueue_xxx wrappers
by Michael S. Tsirkin
· 15 years ago
b4bf665
virtio_net: Fix mis-merge.
by David S. Miller
· 15 years ago
dad1e54
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 15 years ago
0e413f2
virtio_net: missing sg_init_table
by Shirley Ma
· 15 years ago
871039f
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 15 years ago
5e01d2f
virtio-net: move sg off stack
by Michael S. Tsirkin
· 15 years ago
22bedad3
net: convert multicast list to list_head
by Jiri Pirko
· 15 years ago
2c45cd4
virtio_net: missing sg_init_table
by Shirley Ma
· 15 years ago
5a0e3ad
include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h
by Tejun Heo
· 15 years ago
2507c05
virtio_net: remove forgotten assignment
by Jiri Pirko
· 15 years ago
567ec87
net: convert multiple drivers to use netdev_for_each_mc_addr, part6
by Jiri Pirko
· 15 years ago
830a8a9
virtio_net: remove send queue
by Shirley Ma
· 15 years ago
4cd24ea
net: use netdev_mc_count and netdev_mc_empty when appropriate
by Jiri Pirko
· 15 years ago
9ab86bb
virtio_net: Defer skb allocation in receive path Date: Wed, 13 Jan 2010 12:53:38 -0800
by Shirley Ma
· 15 years ago
05ba712
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 15 years ago
39d3215
virtio_net: Make delayed refill more reliable
by Herbert Xu
· 15 years ago
32e7bfc
net: use helpers to access uc list V2
by Jiri Pirko
· 15 years ago
8e95a20
drivers/net: Move && and || to end of previous line
by Joe Perches
· 15 years ago
3505d1a
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 15 years ago
1ce5523
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6
by Linus Torvalds
· 15 years ago
230f9bb
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 15 years ago
2240252
virtio_net: rename driver struct to please modpost
by Uwe Kleine-König
· 15 years ago
0519d83
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 15 years ago
49b2de8
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6
by Linus Torvalds
· 15 years ago
03f191b
virtio-net: fix data corruption with OOM
by Michael S. Tsirkin
· 15 years ago
cfadf85
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 15 years ago
964fe08
Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linus
by Linus Torvalds
· 15 years ago
e95646c
virtio: let header files include virtio_ids.h
by Christian Borntraeger
· 15 years ago
ed79bab
virtio_net: use dev_kfree_skb_any() in free_old_xmit_skbs()
by Eric Dumazet
· 15 years ago
89d71a6
net: Use netdev_alloc_skb_ip_align()
by Eric Dumazet
· 15 years ago
3d1285b
move virtnet_remove to .devexit.text
by Uwe Kleine-König
· 15 years ago
0aea51c
virtio_net: Check for room in the vq before adding buffer
by Amit Shah
· 15 years ago
48925e3
virtio_net: avoid (most) NETDEV_TX_BUSY by stopping queue early.
by Rusty Russell
· 15 years ago
b3f2469
virtio_net: formalize skb_vnet_hdr
by Rusty Russell
· 15 years ago
b0c39dbd
virtio_net: don't free buffers in xmit ring
by Rusty Russell
· 15 years ago
8958f57
virtio_net: return NETDEV_TX_BUSY instead of queueing an extra skb.
by Rusty Russell
· 15 years ago
2b5bbe3
virtio_net: skb_orphan() and nf_reset() in xmit path.
by Rusty Russell
· 15 years ago
3ca4f5c
virtio: add virtio IDs file
by Fernando Luis Vazquez Cao
· 15 years ago
3c1b27d
virtio: make add_buf return capacity remaining
by Rusty Russell
· 15 years ago
0fc0b73
netdev: drivers should make ethtool_ops const
by Stephen Hemminger
· 15 years ago
6cdee2f
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 15 years ago
424efe9
netdev: convert pseudo drivers to netdev_tx_t
by Stephen Hemminger
· 15 years ago
3161e45
virtio: net refill on out-of-memory
by Rusty Russell
· 15 years ago
5c51675
virtio-net: Allow UFO feature to be set and advertised.
by Sridhar Samudrala
· 15 years ago
31278e7
net: group address list and its count
by Jiri Pirko
· 15 years ago
9cbc1cb
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux-2.6
by David S. Miller
· 15 years ago
d2a7ddd
virtio: find_vqs/del_vqs virtio operations
by Michael S. Tsirkin
· 15 years ago
9499f5e
virtio: add names to virtqueue struct, mapping from devices to queues.
by Rusty Russell
· 15 years ago
8981f01
virtio_net: Fix IP alignment on non-mergeable RX path
by Herbert Xu
· 15 years ago
b82f08e
virtio_net: Set correct gso->hdr_len
by Herbert Xu
· 15 years ago
ccffad25
net: convert unicast addr list
by Jiri Pirko
· 16 years ago
d252a5e
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 16 years ago
1824a98
virtio_net: Fix function name typo
by Alex Williamson
· 16 years ago
23e258e
virtio_net: Cleanup command queue scatterlist usage
by Alex Williamson
· 16 years ago
0ee904c
drivers/net: replace BUG() with BUG_ON() if possible
by Alexander Beregalov
· 16 years ago
62994b2
virtio_net: Set the mac config only when VIRITO_NET_F_MAC
by Alex Williamson
· 16 years ago
2b1c435
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 16 years ago
4783256
virtio_net: Make virtio_net support carrier detection
by Pantelis Koukousoulas
· 16 years ago
Next »