| Age | Commit message (Expand) | Author | Files | Lines |
| 2025-06-08 | treewide, timers: Rename from_timer() to timer_container_of() | Ingo Molnar | 1 | -1/+2 |
| 2024-04-22 | Merge branch 'for-uring-ubufops' into HEAD | Jakub Kicinski | 1 | -3/+8 |
| 2024-04-22 | net: extend ubuf_info callback to ops structure | Pavel Begunkov | 1 | -3/+8 |
| 2024-04-11 | net: move skb ref helpers to new header | Mina Almasry | 1 | -0/+1 |
| 2024-02-15 | net: fill in MODULE_DESCRIPTION()s for xen-netback | Breno Leitao | 1 | -0/+1 |
| 2024-02-01 | xen-netback: properly sync TX responses | Jan Beulich | 1 | -44/+40 |
| 2024-01-08 | xen-netback: don't produce zero-size SKB frags | Jan Beulich | 1 | -6/+38 |
| 2023-08-03 | xen/netback: Fix buffer overrun triggered by unusual packet | Ross Lagerwall | 1 | -5/+10 |
| 2023-07-06 | Merge tag 'asm-generic-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 1 | -1/+1 |
| 2023-05-29 | xen/netback: Pass (void *) to virt_to_page() | Linus Walleij | 1 | -1/+1 |
| 2023-05-13 | net: introduce and use skb_frag_fill_page_desc() | Yunsheng Lin | 1 | -3/+1 |
| 2023-03-30 | xen/netback: use same error messages for same errors | Juergen Gross | 1 | -4/+2 |
| 2023-03-28 | xen/netback: remove not needed test in xenvif_tx_build_gops() | Juergen Gross | 1 | -4/+0 |
| 2023-03-28 | xen/netback: don't do grant copy across page boundary | Juergen Gross | 1 | -2/+23 |
| 2023-02-27 | xen-netback: remove unused variables pending_idx and index | Tom Rix | 1 | -5/+0 |
| 2022-12-07 | xen/netback: fix build warning | Juergen Gross | 1 | -1/+1 |
| 2022-12-06 | xen/netback: Ensure protocol headers don't fall in the non-linear area | Ross Lagerwall | 1 | -100/+123 |
| 2022-09-28 | xen/netback: use struct ubuf_info_msgzc | Pavel Begunkov | 1 | -3/+4 |
| 2022-07-02 | net: add skb_[inner_]tcp_all_headers helpers | Eric Dumazet | 1 | -3/+1 |
| 2022-06-08 | xen/netback: do some code cleanup | Juergen Gross | 1 | -1/+3 |
| 2022-05-31 | xen/netback: fix incorrect usage of RING_HAS_UNCONSUMED_REQUESTS() | Juergen Gross | 1 | -1/+1 |
| 2021-10-15 | xen-netback: Remove redundant initialization of variable err | Colin Ian King | 1 | -1/+1 |
| 2021-09-19 | xen-netback: correct success/error reporting for the SKB-with-fraglist case | Jan Beulich | 1 | -1/+1 |
| 2021-03-09 | Merge git://git.kernel.org:/pub/scm/linux/kernel/git/netdev/net | Linus Torvalds | 1 | -2/+2 |
| 2021-03-03 | xen-netback: respect gnttab_map_refs()'s return value | Jan Beulich | 1 | -1/+11 |
| 2021-03-01 | xen-netback: use local var in xenvif_tx_check_gop() instead of re-calculating | Jan Beulich | 1 | -2/+2 |
| 2021-02-21 | Merge tag 'for-linus-5.12-rc1-tag' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 1 | -3/+1 |
| 2021-02-15 | xen-netback: don't "handle" error by BUG() | Jan Beulich | 1 | -3/+1 |
| 2021-01-07 | skbuff: Add skb parameter to the ubuf zerocopy callback | Jonathan Lemon | 1 | -2/+3 |
| 2020-10-20 | xen/netback: use lateeoi irq binding | Juergen Gross | 1 | -1/+10 |
| 2020-07-01 | xen networking: add XDP offset adjustment to xen-netback | Denis Kirjanov | 1 | -0/+7 |
| 2019-12-26 | xen-netback: support dynamic unbind/bind | Paul Durrant | 1 | -3/+17 |
| 2019-08-19 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | David S. Miller | 1 | -0/+2 |
| 2019-08-11 | xen-netback: no need to check return value of debugfs_create functions | Greg Kroah-Hartman | 1 | -3/+0 |
| 2019-08-08 | xen/netback: Reset nr_frags before freeing skb | Ross Lagerwall | 1 | -0/+2 |
| 2019-07-30 | net: Use skb_frag_off accessors | Jonathan Lemon | 1 | -3/+3 |
| 2019-07-22 | net: Use skb accessors in network drivers | Matthew Wilcox (Oracle) | 1 | -2/+2 |
| 2019-03-02 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -5/+5 |
| 2019-02-28 | xen-netback: fix occasional leak of grant ref mappings under memory pressure | Igor Druzhinin | 1 | -5/+5 |
| 2019-02-22 | net: Don't set transport offset to invalid value | Maxim Mikityanskiy | 1 | -3/+12 |
| 2018-09-11 | xen-netback: remove unecessary condition check before debugfs_remove_recursive | zhong jiang | 1 | -2/+1 |
| 2018-08-02 | xen-netback: use true and false for boolean values | Gustavo A. R. Silva | 1 | -2/+2 |
| 2017-10-18 | net/xen-netback: Convert timers to use timer_setup() | Kees Cook | 1 | -4/+2 |
| 2017-06-22 | xen-netback: correctly schedule rate-limited queues | Wei Liu | 1 | -1/+5 |
| 2017-03-12 | xen-netback: fix race condition on XenBus disconnect | Igor Druzhinin | 1 | -1/+1 |
| 2017-01-29 | xen/netback: set default upper limit of tx/rx queues to 8 | Juergen Gross | 1 | -2/+4 |
| 2016-10-06 | xen-netback: separate guest side rx code into separate module | Paul Durrant | 1 | -754/+0 |
| 2016-09-22 | xen-netback: switch to threaded irq for control ring | Juergen Gross | 1 | -14/+4 |
| 2016-05-16 | xen-netback: use hash value from the frontend | Paul Durrant | 1 | -0/+27 |
| 2016-05-16 | xen-netback: pass hash value to the frontend | Paul Durrant | 1 | -12/+66 |
| 2016-05-16 | xen-netback: add control protocol implementation | Paul Durrant | 1 | -2/+47 |
| 2016-05-16 | xen-netback: add control ring boilerplate | Paul Durrant | 1 | -5/+94 |
| 2016-05-13 | xen-netback: fix extra_info handling in xenvif_tx_err() | Paul Durrant | 1 | -0/+1 |
| 2016-03-13 | xen-netback: support multiple extra info fragments passed from frontend | Paul Durrant | 1 | -23/+42 |
| 2016-01-15 | xen-netback: use skb to determine number of required guest Rx requests | David Vrabel | 1 | -11/+9 |
| 2015-12-18 | xen-netback: use RING_COPY_REQUEST() throughout | David Vrabel | 1 | -16/+14 |
| 2015-12-18 | xen-netback: don't use last request to determine minimum Tx credit | David Vrabel | 1 | -3/+1 |
| 2015-10-23 | net/xen-netback: Make it running on 64KB page granularity | Julien Grall | 1 | -57/+100 |
| 2015-10-23 | net/xen-netback: xenvif_gop_frag_copy: move GSO check out of the loop | Julien Grall | 1 | -7/+7 |
| 2015-09-10 | Merge tag 'for-linus-4.3-rc0b-tag' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 1 | -2/+2 |
| 2015-09-10 | xen-netback: respect user provided max_queues | Wei Liu | 1 | -2/+5 |
| 2015-09-09 | xen-netback: require fewer guest Rx slots when not using GSO | David Vrabel | 1 | -7/+16 |
| 2015-09-08 | xen: Use correctly the Xen memory terminologies | Julien Grall | 1 | -2/+2 |
| 2015-09-02 | xen-netback: add support for multicast control | Paul Durrant | 1 | -0/+99 |
| 2015-08-06 | xen/netback: Wake dealloc thread after completing zerocopy work | Ross Lagerwall | 1 | -1/+0 |
| 2015-08-03 | xen-netback: Allocate fraglist early to avoid complex rollback | Ross Lagerwall | 1 | -28/+33 |
| 2015-07-14 | net/xen-netback: off by one in BUG_ON() condition | Dan Carpenter | 1 | -3/+3 |
| 2015-07-01 | Merge tag 'for-linus-4.2-rc0-tag' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 1 | -1/+1 |
| 2015-06-21 | net/xen-netback: Don't mix hexa and decimal with 0x in the printf format | Julien Grall | 1 | -7/+7 |
| 2015-06-21 | net/xen-netback: Remove unused code in xenvif_rx_action | Julien Grall | 1 | -5/+0 |
| 2015-06-17 | xen: Include xen/page.h rather than asm/xen/page.h | Julien Grall | 1 | -1/+1 |
| 2015-06-01 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -1/+1 |
| 2015-06-01 | xen: netback: fix printf format string warning | Ian Campbell | 1 | -1/+1 |
| 2015-05-25 | net:xen-netback - Change 1 to true for bool type variable. | Shailendra Verma | 1 | -1/+1 |
| 2015-04-16 | Merge tag 'stable/for-linus-4.1-rc0-tag' of git://git.kernel.org/pub/scm/linu... | Linus Torvalds | 1 | -2/+2 |
| 2015-04-15 | xenbus_client: Extend interface to support multi-page ring | Wei Liu | 1 | -2/+2 |
| 2015-03-20 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -11/+12 |
| 2015-03-20 | xen-netback: making the bandwidth limiter runtime settable | Palik, Imre | 1 | -3/+1 |
| 2015-03-11 | xen-netback: notify immediately after pushing Tx response. | David Vrabel | 1 | -11/+12 |
| 2015-03-05 | xen-netback: refactor xenvif_handle_frag_list() | David Vrabel | 1 | -12/+9 |
| 2015-03-05 | xen-netback: unref frags when handling a from-guest skb with a frag list | David Vrabel | 1 | -1/+6 |
| 2015-02-24 | xen-netback: release pending index before pushing Tx responses | David Vrabel | 1 | -8/+21 |
| 2015-02-10 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 1 | -104/+3 |
| 2015-02-10 | Merge tag 'stable/for-linus-3.20-rc0-tag' of git://git.kernel.org/pub/scm/lin... | Linus Torvalds | 1 | -97/+9 |
| 2015-02-05 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -2/+1 |
| 2015-02-02 | xen-netback: stop the guest rx thread after a fatal error | David Vrabel | 1 | -2/+1 |
| 2015-01-28 | xen-netback: use foreign page information from the pages themselves | Jennifer Herbert | 1 | -91/+9 |
| 2015-01-28 | x86/xen: require ballooned pages for grant maps | Jennifer Herbert | 1 | -6/+0 |
| 2015-01-23 | xen-netback: always fully coalesce guest Rx packets | David Vrabel | 1 | -104/+3 |
| 2014-12-18 | xen-netback: support frontends without feature-rx-notify again | David Vrabel | 1 | -13/+14 |
| 2014-11-06 | xen-netback: remove unconditional __pskb_pull_tail() in guest Tx path | Malcolm Crossley | 1 | -14/+12 |
| 2014-11-01 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -118/+201 |
| 2014-10-29 | xen-netback: Remove __GFP_COLD | Zoltan Kiss | 1 | -1/+1 |
| 2014-10-25 | xen-netback: reintroduce guest Rx stall detection | David Vrabel | 1 | -0/+76 |
| 2014-10-25 | xen-netback: fix unlimited guest Rx internal queue and carrier flapping | David Vrabel | 1 | -118/+125 |
| 2014-08-13 | xen-netback: don't stop dealloc kthread too early | Wei Liu | 1 | -7/+19 |
| 2014-08-07 | xen-netback: Fix vif->disable handling | Zoltan Kiss | 1 | -2/+8 |
| 2014-08-05 | xen-netback: Turn off the carrier if the guest is not able to receive | Zoltan Kiss | 1 | -14/+83 |
| 2014-08-05 | xen-netback: Using a new state bit instead of carrier | Zoltan Kiss | 1 | -1/+1 |
| 2014-07-22 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -23/+63 |
| 2014-07-20 | xen-netback: Fix pointer incrementation to avoid incorrect logging | Zoltan Kiss | 1 | -1/+1 |
| 2014-07-20 | xen-netback: Fix releasing header slot on error path | Zoltan Kiss | 1 | -5/+33 |
| 2014-07-20 | xen-netback: Fix releasing frag_list skbs in error path | Zoltan Kiss | 1 | -0/+9 |
| 2014-07-20 | xen-netback: Fix handling frag_list on grant op error path | Zoltan Kiss | 1 | -17/+20 |
| 2014-07-08 | xen-netback: Adding debugfs "io_ring_qX" files | Zoltan Kiss | 1 | -0/+11 |
| 2014-06-05 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -11/+25 |
| 2014-06-05 | xen-netback: Fix handling of skbs requiring too many slots | Zoltan Kiss | 1 | -11/+25 |
| 2014-06-04 | xen-netback: Add support for multiple queues | Andrew J. Bennieston | 1 | -0/+8 |
| 2014-06-04 | xen-netback: Factor queue-specific data into queue struct | Wei Liu | 1 | -357/+353 |
| 2014-05-16 | xen-netback: fix race between napi_complete() and interrupt handler | David Vrabel | 1 | -2/+2 |
| 2014-05-15 | xen-netback: Fix grant ref resolution in RX path | Zoltan Kiss | 1 | -18/+80 |
| 2014-04-04 | xen-netback: Trivial format string fix | Zoltan Kiss | 1 | -2/+2 |
| 2014-04-03 | xen-netback: Grant copy the header instead of map and memcpy | Zoltan Kiss | 1 | -53/+69 |
| 2014-04-03 | xen-netback: Rename map ops | Zoltan Kiss | 1 | -22/+24 |
| 2014-04-01 | xen-netback: disable rogue vif in kthread context | Wei Liu | 1 | -2/+14 |
| 2014-03-31 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -4/+28 |
| 2014-03-29 | xen-netback: BUG_ON in xenvif_rx_action() not catching overflow | Paul Durrant | 1 | -1/+7 |
| 2014-03-29 | xen-netback: worse-case estimate in xenvif_rx_action is underestimating | Paul Durrant | 1 | -1/+20 |
| 2014-03-29 | xen-netback: remove pointless clause from if statement | Paul Durrant | 1 | -2/+2 |
| 2014-03-26 | xen-netback: Functional follow-up patch for grant mapping series | Zoltan Kiss | 1 | -7/+19 |
| 2014-03-26 | xen-netback: Non-functional follow-up patch for grant mapping series | Zoltan Kiss | 1 | -3/+1 |
| 2014-03-26 | xen-netback: Stop using xenvif_tx_pending_slots_available | Zoltan Kiss | 1 | -11/+2 |
| 2014-03-25 | xen-netback: Proper printf format for ptrdiff_t is 't'. | David S. Miller | 1 | -1/+1 |
| 2014-03-25 | Revert "xen-netback: Aggregate TX unmap operations" | Zoltan Kiss | 1 | -33/+1 |
| 2014-03-14 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -21/+18 |
| 2014-03-10 | Xen-netback: Fix issue caused by using gso_type wrongly | Annie Li | 1 | -21/+18 |
| 2014-03-07 | xen-netback: Aggregate TX unmap operations | Zoltan Kiss | 1 | -1/+33 |
| 2014-03-07 | xen-netback: Timeout packets in RX path | Zoltan Kiss | 1 | -3/+20 |
| 2014-03-07 | xen-netback: Handle guests with too many frags | Zoltan Kiss | 1 | -10/+154 |
| 2014-03-07 | xen-netback: Add stat counters for zerocopy | Zoltan Kiss | 1 | -1/+8 |
| 2014-03-07 | xen-netback: Remove old TX grant copy definitons and fix indentations | Zoltan Kiss | 1 | -58/+14 |
| 2014-03-07 | xen-netback: Introduce TX grant mapping | Zoltan Kiss | 1 | -160/+272 |
| 2014-03-07 | xen-netback: Handle foreign mapped pages on the guest RX path | Zoltan Kiss | 1 | -5/+43 |
| 2014-03-07 | xen-netback: Minor refactoring of netback code | Zoltan Kiss | 1 | -19/+3 |
| 2014-03-07 | xen-netback: Use skb->cb for pending_idx | Zoltan Kiss | 1 | -17/+25 |
| 2014-02-05 | xen-netback: Fix Rx stall due to race condition | Zoltan Kiss | 1 | -10/+6 |
| 2014-01-14 | xen-netback: use new skb_checksum_setup function | Paul Durrant | 1 | -257/+3 |
| 2014-01-09 | xen-netback: stop vif thread spinning if frontend is unresponsive | Paul Durrant | 1 | -5/+9 |
| 2014-01-06 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -5/+13 |
| 2013-12-29 | xen-netback: fix guest-receive-side array sizes | Paul Durrant | 1 | -1/+1 |
| 2013-12-19 | xen-netback: add gso_segs calculation | Paul Durrant | 1 | -4/+15 |
| 2013-12-19 | xen-netback: fix some error return code | Wei Yongjun | 1 | -4/+12 |
| 2013-12-18 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -41/+40 |
| 2013-12-17 | xen-netback: fix fragments error handling in checksum_setup_ip() | Wei Yongjun | 1 | -0/+3 |
| 2013-12-12 | xen-netback: fix gso_prefix check | Paul Durrant | 1 | -1/+1 |
| 2013-12-12 | xen-netback: napi: don't prematurely request a tx event | Paul Durrant | 1 | -1/+1 |
| 2013-12-12 | xen-netback: napi: fix abuse of budget | Paul Durrant | 1 | -7/+7 |
| 2013-12-11 | xen-netback: make sure skb linear area covers checksum field | Paul Durrant | 1 | -32/+28 |
| 2013-12-09 | xen-netback: improve guest-receive-side flow control | Paul Durrant | 1 | -146/+71 |
| 2013-12-05 | xen-netback: fix fragment detection in checksum setup | Paul Durrant | 1 | -99/+137 |
| 2013-11-28 | xen-netback: include definition of csum_ipv6_magic | Andy Whitcroft | 1 | -0/+1 |
| 2013-11-04 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -5/+5 |
| 2013-10-29 | xen-netback: use jiffies_64 value to calculate credit timeout | Wei Liu | 1 | -5/+5 |
| 2013-10-17 | xen-netback: enable IPv6 TCP GSO to the guest | Paul Durrant | 1 | -10/+38 |
| 2013-10-17 | xen-netback: handle IPv6 TCP GSO packets from the guest | Paul Durrant | 1 | -3/+8 |
| 2013-10-17 | xen-netback: add support for IPv6 checksum offload from guest | Paul Durrant | 1 | -39/+196 |
| 2013-10-08 | Revert "xen-netback: improve ring effeciency for guest RX" | Wei Liu | 1 | -61/+83 |
| 2013-09-30 | xen-netback: improve ring effeciency for guest RX | Wei Liu | 1 | -83/+61 |
| 2013-09-12 | xen-netback: count number required slots for an skb more carefully | David Vrabel | 1 | -30/+64 |
| 2013-08-29 | xen-netback: rename functions | Wei Liu | 1 | -111/+112 |
| 2013-08-29 | xen-netback: switch to NAPI + kthread 1:1 model | Wei Liu | 1 | -430/+177 |
| 2013-08-29 | xen-netback: remove page tracking facility | Wei Liu | 1 | -75/+2 |
| 2013-07-01 | xen: Use more current logging styles | Joe Perches | 1 | -4/+3 |
| 2013-06-24 | xen-netback: double free on unload | Dan Carpenter | 1 | -2/+2 |
| 2013-06-19 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -3/+5 |
| 2013-06-13 | xen-netback: don't de-reference vif pointer after having called xenvif_put() | Jan Beulich | 1 | -5/+6 |
| 2013-05-23 | xen-netback: split event channels support for Xen backend driver | Wei Liu | 1 | -4/+10 |
| 2013-05-17 | xen-netback: enable user to unload netback module | Wei Liu | 1 | -0/+20 |
| 2013-05-17 | xen-netback: remove dead code | Wei Liu | 1 | -4/+0 |
| 2013-05-02 | xen-netback: better names for thresholds | Wei Liu | 1 | -20/+29 |
| 2013-05-02 | xen-netback: avoid allocating variable size array on stack | Wei Liu | 1 | -2/+14 |
| 2013-05-02 | xen-netback: remove redundent parameter in netbk_count_requests | Wei Liu | 1 | -4/+2 |
| 2013-04-22 | xen-netback: don't disconnect frontend when seeing oversize packet | Wei Liu | 1 | -6/+16 |
| 2013-04-22 | xen-netback: coalesce slots in TX path and fix regressions | Wei Liu | 1 | -51/+224 |
| 2013-04-12 | xen-netback: switch to use skb_partial_csum_set() | Jason Wang | 1 | -14/+8 |
| 2013-04-10 | xen-netback: fix sparse warning | stephen hemminger | 1 | -1/+1 |
| 2013-03-27 | net: switch to use skb_probe_transport_header() | Jason Wang | 1 | -9/+1 |
| 2013-03-26 | netback: set transport header before passing it to kernel | Jason Wang | 1 | -0/+12 |
| 2013-03-25 | xen-netback: remove skb in xen_netbk_alloc_page | Wei Liu | 1 | -3/+2 |
| 2013-02-19 | Revert "xen: netback: remove redundant xenvif_put" | David S. Miller | 1 | -0/+1 |
| 2013-02-19 | xen: netback: remove redundant xenvif_put | Andrew Jones | 1 | -1/+0 |
| 2013-02-14 | xen-netback: correctly return errors from netbk_count_requests() | David Vrabel | 1 | -4/+4 |
| 2013-02-07 | netback: correct netbk_tx_err to handle wrap around. | Ian Campbell | 1 | -1/+1 |
| 2013-02-07 | xen/netback: free already allocated memory on failure in xen_netbk_get_requests | Ian Campbell | 1 | -1/+12 |
| 2013-02-07 | xen/netback: don't leak pages on failure in xen_netbk_tx_check_gop. | Matthew Daley | 1 | -25/+13 |
| 2013-02-07 | xen/netback: shutdown the ring if it contains garbage. | Ian Campbell | 1 | -17/+45 |
| 2012-10-10 | xen: netback: handle compound page fragments on transmit. | Ian Campbell | 1 | -5/+35 |
| 2012-09-26 | Merge branch 'xenarm-for-linus' of git://xenbits.xen.org/people/sstabellini/l... | Konrad Rzeszutek Wilk | 1 | -0/+1 |
| 2012-09-21 | xen/gndev: Xen backend support for paged out grant targets V4. | Andres Lagar-Cavilla | 1 | -8/+3 |
| 2012-08-08 | xen/arm: compile netback | Stefano Stabellini | 1 | -0/+1 |
| 2012-06-29 | xen/netback: only non-freed SKB is queued into tx_queue | Annie Li | 1 | -2/+2 |
| 2012-05-24 | xen/netback: Calculate the number of SKB slots required correctly | Simon Graham | 1 | -2/+1 |
| 2012-01-31 | drivers/net: Remove unnecessary k.alloc/v.alloc OOM messages | Joe Perches | 1 | -3/+1 |
| 2012-01-10 | Merge branch 'stable/for-linus-3.3' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 1 | -1/+1 |
| 2011-12-20 | xen/netback: Enable netback on HVM guests | Daniel De Graaf | 1 | -1/+1 |
| 2011-12-06 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -1/+1 |
| 2011-12-06 | netback: fix typo in comment | Wei Liu | 1 | -1/+1 |
| 2011-12-06 | netback: remove redundant assignment | Wei Liu | 1 | -4/+0 |
| 2011-12-06 | netback: Fix alert message. | Wei Liu | 1 | -1/+1 |
| 2011-11-21 | xen-netback: use correct index for invalidation in xen_netbk_tx_check_gop() | Jan Beulich | 1 | -1/+1 |