| Age | Commit message (Expand) | Author | Files | Lines |
| 2025-06-08 | treewide, timers: Rename from_timer() to timer_container_of()timers-cleanups-2025-06-08 | Ingo Molnar | 1 | -1/+2 |
| 2025-04-05 | treewide: Switch/rename to timer_delete[_sync]() | Thomas Gleixner | 1 | -1/+1 |
| 2024-08-28 | net/xen-netback: prevent UAF in xenvif_flush_hash() | Jeongjun Park | 1 | -3/+2 |
| 2024-05-07 | net: annotate writes on dev->mtu from ndo_change_mtu() | Eric Dumazet | 1 | -1/+1 |
| 2024-04-22 | Merge branch 'for-uring-ubufops' into HEAD | Jakub Kicinski | 3 | -7/+11 |
| 2024-04-22 | net: extend ubuf_info callback to ops structure | Pavel Begunkov | 3 | -7/+11 |
| 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-11-02 | Merge tag 'mm-nonmm-stable-2023-11-02-14-08' of git://git.kernel.org/pub/scm/... | Linus Torvalds | 1 | -2/+1 |
| 2023-10-13 | xen-netback: add software timestamp capabilities | Luca Fancellu | 1 | -1/+4 |
| 2023-10-08 | xen-netback: use default TX queue size for vifs | Roger Pau Monne | 1 | -4/+0 |
| 2023-10-04 | kthread: add kthread_stop_put | Andreas Gruenbacher | 1 | -2/+1 |
| 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 | 2 | -3/+24 |
| 2023-02-27 | Merge tag 'net-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd... | Linus Torvalds | 1 | -5/+0 |
| 2023-02-27 | xen-netback: remove unused variables pending_idx and index | Tom Rix | 1 | -5/+0 |
| 2023-01-27 | driver core: make struct bus_type.uevent() take a const * | Greg Kroah-Hartman | 1 | -1/+1 |
| 2023-01-12 | Merge tag 'for-linus-6.2-rc4-tag' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 1 | -2/+1 |
| 2022-12-15 | xen: make remove callback of xen driver void returned | Dawei Li | 1 | -2/+1 |
| 2022-12-07 | xen/netback: fix build warning | Juergen Gross | 1 | -1/+1 |
| 2022-12-06 | xen/netback: don't call kfree_skb() with interrupts disabled | Juergen Gross | 3 | -6/+10 |
| 2022-12-06 | xen/netback: Ensure protocol headers don't fall in the non-linear area | Ross Lagerwall | 1 | -100/+123 |
| 2022-09-28 | net: drop the weight argument from netif_napi_add | Jakub Kicinski | 1 | -2/+1 |
| 2022-09-28 | xen/netback: use struct ubuf_info_msgzc | Pavel Begunkov | 3 | -6/+7 |
| 2022-09-23 | xen-netback: use kstrdup instead of open-coding it | Minghao Chi | 1 | -2/+1 |
| 2022-09-03 | xen-netback: only remove 'hotplug-status' when the vif is actually destroyed | Paul Durrant | 1 | -1/+1 |
| 2022-07-14 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -0/+1 |
| 2022-07-14 | xen/netback: avoid entering xenvif_rx_next_skb() with an empty rx queue | Juergen Gross | 1 | -0/+1 |
| 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 | 4 | -29/+5 |
| 2022-05-31 | xen/netback: fix incorrect usage of RING_HAS_UNCONSUMED_REQUESTS() | Juergen Gross | 1 | -1/+1 |
| 2022-04-29 | eth: remove copies of the NAPI_POLL_WEIGHT define | Jakub Kicinski | 1 | -2/+1 |
| 2022-02-24 | Revert "xen-netback: Check for hotplug-status existence before watching" | Marek Marczykowski-Górecki | 1 | -8/+4 |
| 2022-02-24 | Revert "xen-netback: remove 'hotplug-status' once it has served its purpose" | Marek Marczykowski-Górecki | 1 | -1/+1 |
| 2021-12-16 | xen/netback: don't queue unlimited number of packages | Juergen Gross | 1 | -7/+11 |
| 2021-12-16 | xen/netback: fix rx queue stall detection | Juergen Gross | 2 | -24/+42 |
| 2021-10-22 | net: xen: use eth_hw_addr_set() | Jakub Kicinski | 1 | -2/+4 |
| 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-06-07 | xen-netback: take a reference to the RX task thread | Roger Pau Monne | 1 | -0/+6 |
| 2021-04-13 | xen-netback: Check for hotplug-status existence before watching | Michael Brown | 1 | -4/+8 |
| 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-02-11 | xen/events: link interdomain events to associated xenbus device | Juergen Gross | 1 | -8/+8 |
| 2021-02-11 | xen/netback: fix spurious event detection for common event case | Juergen Gross | 1 | -3/+5 |
| 2021-02-10 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | David S. Miller | 1 | -1/+8 |
| 2021-02-04 | xen/netback: avoid race in xenvif_rx_ring_slots_available() | Juergen Gross | 1 | -1/+8 |
| 2021-01-16 | net: xen-netback: xenbus: Demote nonconformant kernel-doc headers | Lee Jones | 1 | -2/+2 |
| 2021-01-07 | net: group skb_shinfo zerocopy related bits together. | Jonathan Lemon | 1 | -2/+2 |
| 2021-01-07 | skbuff: Add skb parameter to the ubuf zerocopy callback | Jonathan Lemon | 2 | -3/+5 |
| 2020-12-14 | xen/xenbus: Add 'will_handle' callback support in xenbus_watch_path() | SeongJae Park | 1 | -1/+1 |
| 2020-12-14 | xen/xenbus: Allow watches discard events before queueing | SeongJae Park | 1 | -0/+4 |
| 2020-10-20 | xen/netback: use lateeoi irq binding | Juergen Gross | 4 | -14/+86 |
| 2020-08-23 | treewide: Use fallthrough pseudo-keyword | Gustavo A. R. Silva | 2 | -2/+2 |
| 2020-07-01 | xen networking: add XDP offset adjustment to xen-netback | Denis Kirjanov | 5 | -1/+61 |
| 2020-01-17 | net: xen-netback: hash.c: Use built-in RCU list checking | Madhuparna Bhowmik | 1 | -2/+4 |
| 2019-12-26 | xen-netback: support dynamic unbind/bind | Paul Durrant | 3 | -7/+28 |
| 2019-12-22 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | David S. Miller | 1 | -12/+12 |
| 2019-12-17 | xen-netback: remove 'hotplug-status' once it has served its purpose | Paul Durrant | 1 | -1/+1 |
| 2019-12-17 | xen-netback: switch state to InitWait at the end of netback_probe()... | Paul Durrant | 1 | -5/+2 |
| 2019-12-17 | xen-netback: move netback_probe() and netback_remove() to the end... | Paul Durrant | 1 | -179/+174 |
| 2019-12-15 | xen-netback: avoid race that can lead to NULL pointer dereference | Paul Durrant | 1 | -12/+12 |
| 2019-10-22 | xen/netback: cleanup init and deinit code | Juergen Gross | 1 | -60/+54 |
| 2019-10-19 | xen/netback: fix error path of xenvif_connect_data() | Juergen Gross | 1 | -1/+0 |
| 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 | 2 | -38/+11 |
| 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-05-31 | xen-netback: remove redundant assignment to err | Colin Ian King | 1 | -1/+1 |
| 2019-05-21 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 13 | Thomas Gleixner | 1 | -13/+1 |
| 2019-05-21 | treewide: Add SPDX license identifier - Makefile/Kconfig | Thomas Gleixner | 1 | -0/+1 |
| 2019-04-12 | xen-netback: add reference from xenvif to backend_info to facilitate coredump... | Dongli Zhang | 2 | -16/+19 |
| 2019-03-20 | net: remove 'fallback' argument from dev->ndo_select_queue() | Paolo Abeni | 1 | -3/+3 |
| 2019-03-02 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 3 | -5/+14 |
| 2019-02-28 | xen-netback: don't populate the hash cache on XenBus disconnect | Igor Druzhinin | 2 | -0/+9 |
| 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 |
| 2019-02-08 | xen-netback: mark expected switch fall-through | Gustavo A. R. Silva | 1 | -1/+1 |
| 2018-12-10 | net: xenbus: convert to DEFINE_SHOW_ATTRIBUTE | Yangtao Li | 1 | -15/+3 |
| 2018-10-03 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 3 | -17/+40 |
| 2018-09-28 | net: xen-netback: fix return type of ndo_start_xmit function | YueHaibing | 1 | -1/+2 |
| 2018-09-25 | xen-netback: handle page straddling in xenvif_set_hash_mapping() | Jan Beulich | 1 | -7/+18 |
| 2018-09-25 | xen-netback: validate queue numbers in xenvif_set_hash_mapping() | Jan Beulich | 3 | -8/+18 |
| 2018-09-25 | xen-netback: fix input validation in xenvif_set_hash_mapping() | Jan Beulich | 1 | -5/+7 |
| 2018-09-11 | xen-netback: remove unecessary condition check before debugfs_remove_recursive | zhong jiang | 1 | -2/+1 |
| 2018-09-11 | net: xenbus: remove redundant 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 |
| 2018-07-09 | net: allow fallback function to pass netdev | Alexander Duyck | 1 | -1/+1 |
| 2018-07-09 | net: allow ndo_select_queue to pass netdev | Alexander Duyck | 1 | -1/+1 |
| 2018-06-12 | treewide: Use array_size() in vzalloc() | Kees Cook | 1 | -2/+2 |
| 2018-03-26 | drivers/net: Use octal not symbolic permissions | Joe Perches | 1 | -2/+2 |
| 2018-02-26 | xen-netback: make function xenvif_rx_skb static | Colin Ian King | 1 | -1/+1 |
| 2017-12-06 | xen-netback: Fix logging message with spurious period after newline | Joe Perches | 1 | -1/+1 |
| 2017-10-22 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -1/+1 |
| 2017-10-18 | net/xen-netback: Convert timers to use timer_setup() | Kees Cook | 3 | -6/+4 |
| 2017-10-16 | xen-netfront, xen-netback: Use correct minimum MTU values | Mohammed Gamal | 1 | -1/+1 |
| 2017-09-21 | drivers: net: xen-netback: use setup_timer() helper. | Allen Pais | 1 | -2/+1 |
| 2017-08-28 | xen-netback: update ubuf_info initialization to anonymous union | Willem de Bruijn | 1 | -2/+2 |
| 2017-06-22 | xen-netback: correctly schedule rate-limited queues | Wei Liu | 3 | -2/+11 |
| 2017-03-12 | xen-netback: fix race condition on XenBus disconnect | Igor Druzhinin | 3 | -20/+28 |
| 2017-03-04 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds | 2 | -13/+20 |
| 2017-03-03 | xen-netback: don't vfree() queues under spinlock | Paul Durrant | 1 | -1/+4 |
| 2017-03-03 | xen-netback: keep a local pointer for vif in backend_disconnect() | Paul Durrant | 1 | -14/+18 |
| 2017-03-02 | xen-netback: Use GFP_ATOMIC to allocate hash | Anoob Soman | 1 | -1/+1 |
| 2017-03-02 | sched/headers: Prepare to move the get_task_struct()/put_task_struct() and re... | Ingo Molnar | 1 | -0/+1 |
| 2017-02-22 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 1 | -1/+1 |
| 2017-02-21 | Merge tag 'for-linus-4.11-rc0-tag' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2 | -6/+8 |
| 2017-02-16 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2 | -8/+8 |
| 2017-02-13 | xen-netback: vif counters from int/long to u64 | Mart van Santen | 2 | -8/+8 |
| 2017-02-09 | xen: modify xenstore watch event interface | Juergen Gross | 1 | -4/+4 |
| 2017-01-30 | drivers: net: generalize napi_complete_done() | Eric Dumazet | 1 | -1/+1 |
| 2017-01-29 | xen/netback: set default upper limit of tx/rx queues to 8 | Juergen Gross | 1 | -2/+4 |
| 2017-01-18 | xen-netback: protect resource cleaning on XenBus disconnect | Igor Druzhinin | 2 | -2/+6 |
| 2017-01-18 | xen-netback: fix memory leaks on XenBus disconnect | Igor Druzhinin | 1 | -0/+11 |
| 2016-12-13 | Merge tag 'for-linus-4.10-rc0-tag' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 1 | -37/+15 |
| 2016-11-10 | xen-netback: fix error handling output | Arnd Bergmann | 1 | -1/+1 |
| 2016-11-09 | xen-netback: prefer xenbus_scanf() over xenbus_gather() | Jan Beulich | 1 | -6/+6 |
| 2016-11-07 | xen: make use of xenbus_read_unsigned() in xen-netback | Juergen Gross | 1 | -36/+14 |
| 2016-10-20 | net: use core MTU range checking in virt drivers | Jarod Wilson | 1 | -1/+4 |
| 2016-10-13 | xen-netback: fix type mismatch warning | Arnd Bergmann | 1 | -3/+3 |
| 2016-10-13 | xen-netback: fix guest Rx stall detection (after guest Rx refactor) | David Vrabel | 1 | -0/+2 |
| 2016-10-13 | xen-netback: (re-)create a debugfs node for hash information | Paul Durrant | 3 | -2/+107 |
| 2016-10-07 | xen-netback: make sure that hashes are not send to unaware frontends | Paul Durrant | 1 | -11/+9 |
| 2016-10-06 | xen/netback: add fraglist support for to-guest rx | Ross Lagerwall | 2 | -10/+30 |
| 2016-10-06 | xen-netback: batch copies for multiple to-guest rx packets | David Vrabel | 2 | -10/+18 |
| 2016-10-06 | xen-netback: process guest rx packets in batches | David Vrabel | 1 | -1/+14 |
| 2016-10-06 | xen-netback: immediately wake tx queue when guest rx queue has space | David Vrabel | 1 | -16/+8 |
| 2016-10-06 | xen-netback: refactor guest rx | David Vrabel | 2 | -384/+215 |
| 2016-10-06 | xen-netback: retire guest rx side prefix GSO feature | Paul Durrant | 4 | -50/+2 |
| 2016-10-06 | xen-netback: separate guest side rx code into separate module | Paul Durrant | 3 | -755/+790 |
| 2016-09-23 | Revert "xen-netback: create a debugfs node for hash information" | David S. Miller | 3 | -107/+2 |
| 2016-09-23 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -16/+30 |
| 2016-09-22 | xen-netback: switch to threaded irq for control ring | Juergen Gross | 3 | -49/+11 |
| 2016-09-17 | xen-netback: fix error handling on netback_probe() | Filipe Manco | 1 | -16/+30 |
| 2016-08-23 | xen-netback: using kfree_rcu() to simplify the code | Wei Yongjun | 1 | -11/+2 |
| 2016-08-18 | xen-netback: create a debugfs node for hash information | Paul Durrant | 3 | -2/+107 |
| 2016-05-20 | xen-netback: only deinitialized hash if it was initialized | Paul Durrant | 1 | -2/+1 |
| 2016-05-20 | xen-netback: correct length checks on hash copy_ops | Paul Durrant | 1 | -2/+2 |
| 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 | 2 | -14/+77 |
| 2016-05-16 | xen-netback: add control protocol implementation | Paul Durrant | 5 | -3/+502 |
| 2016-05-16 | xen-netback: add control ring boilerplate | Paul Durrant | 4 | -30/+277 |
| 2016-05-13 | xen-netback: fix extra_info handling in xenvif_tx_err() | Paul Durrant | 1 | -0/+1 |
| 2016-03-13 | xen-netback: reduce log spam | Paul Durrant | 1 | -2/+0 |
| 2016-03-13 | xen-netback: support multiple extra info fragments passed from frontend | Paul Durrant | 2 | -23/+43 |
| 2016-02-07 | xen-netback: implement dynamic multicast control | Paul Durrant | 2 | -8/+82 |
| 2016-01-15 | xen-netback: free queues after freeing the net device | David Vrabel | 1 | -11/+5 |
| 2016-01-15 | xen-netback: delete NAPI instance when queue fails to initialize | David Vrabel | 1 | -0/+1 |
| 2016-01-15 | xen-netback: use skb to determine number of required guest Rx requests | David Vrabel | 1 | -11/+9 |
| 2015-12-18 | Merge tag 'for-linus-4.4-rc5-tag' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 1 | -19/+15 |
| 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-11-04 | Merge tag 'for-linus-4.4-rc0-tag' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2 | -67/+116 |
| 2015-10-23 | net/xen-netback: Make it running on 64KB page granularity | Julien Grall | 2 | -62/+111 |
| 2015-10-23 | net/xen-netback: xenvif_gop_frag_copy: move GSO check out of the loop | Julien Grall | 1 | -7/+7 |
| 2015-10-18 | xen-netback: correctly check failed allocation | Insu Yun | 1 | -0/+6 |
| 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 | 2 | -17/+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 | 4 | -0/+137 |
| 2015-08-13 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2 | -29/+39 |
| 2015-08-06 | xen/netback: Wake dealloc thread after completing zerocopy work | Ross Lagerwall | 2 | -1/+6 |
| 2015-08-03 | xen-netback: Allocate fraglist early to avoid complex rollback | Ross Lagerwall | 1 | -28/+33 |
| 2015-07-23 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -3/+3 |
| 2015-07-14 | net/xen-netback: off by one in BUG_ON() condition | Dan Carpenter | 1 | -3/+3 |
| 2015-07-08 | xen-netback: remove duplicated function definition | Li, Liang Z | 1 | -3/+0 |
| 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-24 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -0/+4 |
| 2015-06-23 | xen-netback: fix a BUG() during initialization | Palik, Imre | 1 | -0/+4 |
| 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 | 2 | -15/+21 |
| 2015-06-01 | xen: netback: read hotplug script once at start of day. | Ian Campbell | 1 | -14/+19 |
| 2015-06-01 | xen: netback: fix printf format string warning | Ian Campbell | 1 | -1/+1 |
| 2015-05-27 | xen/netback: Properly initialize credit_bytes | Ross Lagerwall | 1 | -0/+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 | 4 | -3/+63 |
| 2015-03-11 | xen-netback: notify immediately after pushing Tx response. | David Vrabel | 1 | -11/+12 |
| 2015-03-09 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2 | -12/+13 |
| 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-03-05 | xen-netback: return correct ethtool stats | David Vrabel | 1 | -2/+1 |
| 2015-03-03 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -8/+21 |
| 2015-03-03 | xen: Use eth_<foo>_addr instead of memset | Joe Perches | 1 | -1/+1 |