Age | Commit message (Expand) | Author | Files | Lines |
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 |