| Age | Commit message (Expand) | Author | Files | Lines |
| 2025-07-23 | xen/netfront: Fix TX response spurious interrupts | Anthoine Bourgeois | 1 | -5/+0 |
| 2025-06-08 | treewide, timers: Rename from_timer() to timer_container_of() | Ingo Molnar | 1 | -1/+2 |
| 2025-04-21 | xen-netfront: handle NULL returned by xdp_convert_buff_to_frame() | Alexey Nepomnyashih | 1 | -5/+12 |
| 2025-04-05 | treewide: Switch/rename to timer_delete[_sync]() | Thomas Gleixner | 1 | -1/+1 |
| 2024-12-13 | xen/netfront: fix crash when removing device | Juergen Gross | 1 | -1/+4 |
| 2024-05-07 | net: annotate writes on dev->mtu from ndo_change_mtu() | Eric Dumazet | 1 | -1/+1 |
| 2024-03-28 | xen-netfront: Add missing skb_mark_for_recycle | Jesper Dangaard Brouer | 1 | -0/+1 |
| 2023-08-07 | page_pool: split types and declarations from page_pool.h | Yunsheng Lin | 1 | -1/+1 |
| 2023-02-02 | drivers: net: turn on XDP features | Marek Majtyka | 1 | -0/+2 |
| 2023-01-12 | Merge tag 'for-linus-6.2-rc4-tag' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 1 | -3/+1 |
| 2022-12-15 | xen: make remove callback of xen driver void returned | Dawei Li | 1 | -3/+1 |
| 2022-12-08 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -0/+6 |
| 2022-12-05 | xen-netfront: Fix NULL sring after live migration | Lin Liu | 1 | -0/+6 |
| 2022-10-28 | net: Remove the obsolte u64_stats_fetch_*_irq() users (drivers). | Thomas Gleixner | 1 | -4/+4 |
| 2022-09-28 | net: drop the weight argument from netif_napi_add | Jakub Kicinski | 1 | -2/+1 |
| 2022-09-20 | xen-netfront: make bounce_skb static | ruanjinjie | 1 | -1/+1 |
| 2022-07-14 | xen-netfront: re-order error checks in xennet_get_responses() | Jan Beulich | 1 | -10/+10 |
| 2022-07-14 | xen-netfront: remove leftover call to xennet_tx_buf_gc() | Jan Beulich | 1 | -4/+0 |
| 2022-07-01 | xen-netfront: restore __skb_queue_tail() positioning in xennet_get_responses() | Jan Beulich | 1 | -1/+3 |
| 2022-07-01 | xen/netfront: force data bouncing when backend is untrusted | Roger Pau Monne | 1 | -2/+47 |
| 2022-07-01 | xen/netfront: fix leaking data in shared pages | Roger Pau Monne | 1 | -1/+2 |
| 2022-05-27 | xen: switch gnttab_end_foreign_access() to take a struct page pointer | Juergen Gross | 1 | -4/+3 |
| 2022-05-19 | xen/netfront: use xenbus_setup_ring() and xenbus_teardown_ring() | Juergen Gross | 1 | -41/+12 |
| 2022-05-19 | xen: update ring.h | Juergen Gross | 1 | -2/+2 |
| 2022-05-19 | xen/netfront: switch netfront to use INVALID_GRANT_REF | Juergen Gross | 1 | -19/+17 |
| 2022-03-15 | xen/grant-table: remove readonly parameter from functions | Juergen Gross | 1 | -7/+6 |
| 2022-03-07 | xen/netfront: react properly to failing gnttab_end_foreign_access_ref() | Juergen Gross | 1 | -17/+31 |
| 2022-03-07 | xen/netfront: don't use gnttab_query_foreign_access() for mapped status | Juergen Gross | 1 | -4/+2 |
| 2022-02-25 | xen/netfront: destroy queues before real_num_tx_queues is zeroed | Marek Marczykowski-Górecki | 1 | -16/+23 |
| 2021-12-31 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next | David S. Miller | 1 | -1/+1 |
| 2021-12-16 | xen/netfront: harden netfront against event channel storms | Juergen Gross | 1 | -31/+94 |
| 2021-12-13 | bpf: Let bpf_warn_invalid_xdp_action() report more info | Paolo Abeni | 1 | -1/+1 |
| 2021-10-28 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -0/+8 |
| 2021-10-25 | xen/netfront: stop tx queues during live migration | Dongli Zhang | 1 | -0/+8 |
| 2021-10-22 | net: xen: use eth_hw_addr_set() | Jakub Kicinski | 1 | -1/+3 |
| 2021-08-25 | xen/netfront: don't trust the backend response data blindly | Juergen Gross | 1 | -5/+84 |
| 2021-08-25 | xen/netfront: disentangle tx_skb_freelist | Juergen Gross | 1 | -36/+25 |
| 2021-08-25 | xen/netfront: don't read data from request on the ring page | Juergen Gross | 1 | -44/+42 |
| 2021-08-25 | xen/netfront: read response from backend only once | Juergen Gross | 1 | -19/+19 |
| 2021-03-18 | bpf, devmap: Move drop error path to devmap for XDP_REDIRECT | Lorenzo Bianconi | 1 | -9/+9 |
| 2021-02-04 | drivers: net: xen-netfront: Simplify the calculation of variables | Jiapeng Chong | 1 | -1/+1 |
| 2021-01-16 | net: ethernet: ibm: ibmvnic: Fix some kernel-doc misdemeanours | Lee Jones | 1 | -3/+3 |
| 2021-01-08 | net, xdp: Introduce xdp_prepare_buff utility routine | Lorenzo Bianconi | 1 | -4/+2 |
| 2021-01-08 | net, xdp: Introduce xdp_init_buff utility routine | Lorenzo Bianconi | 1 | -2/+2 |
| 2020-12-01 | xsk: Propagate napi_id to XDP socket Rx path | Björn Töpel | 1 | -1/+1 |
| 2020-11-02 | drivers: net: xen-netfront: Fixed W=1 set but unused warnings | Andrew Lunn | 1 | -2/+1 |
| 2020-08-23 | treewide: Use fallthrough pseudo-keyword | Gustavo A. R. Silva | 1 | -1/+1 |
| 2020-07-25 | bpf, xdp: Remove XDP_QUERY_PROG and XDP_QUERY_PROG_HW XDP commands | Andrii Nakryiko | 1 | -21/+0 |
| 2020-07-25 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | David S. Miller | 1 | -22/+42 |
| 2020-07-24 | xen-netfront: fix potential deadlock in xennet_remove() | Andrea Righi | 1 | -22/+42 |
| 2020-07-03 | net/xen-netfront: add kernel TX timestamps | Daniel Drown | 1 | -0/+4 |
| 2020-07-02 | xen-netfront: remove redundant assignment to variable 'act' | Colin Ian King | 1 | -1/+1 |
| 2020-07-01 | xen networking: add basic XDP support for xen-netfront | Denis Kirjanov | 1 | -10/+326 |
| 2019-10-01 | xen-netfront: do not use ~0U as error return value for xennet_fill_frags() | Dongli Zhang | 1 | -8/+9 |
| 2019-09-17 | Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/net | David S. Miller | 1 | -1/+1 |
| 2019-09-16 | xen-netfront: do not assume sk_buff_head list is empty in error handling | Dongli Zhang | 1 | -1/+1 |
| 2019-07-30 | net: Use skb_frag_off accessors | Jonathan Lemon | 1 | -4/+4 |
| 2019-04-16 | xen-netfront: mark expected switch fall-through | Gustavo A. R. Silva | 1 | -1/+1 |
| 2019-03-20 | net: remove 'fallback' argument from dev->ndo_select_queue() | Paolo Abeni | 1 | -2/+1 |
| 2018-12-20 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -1/+1 |
| 2018-12-18 | xen/netfront: tolerate frags with no data | Juergen Gross | 1 | -1/+1 |
| 2018-11-09 | xen/netfront: remove unnecessary wmb | Jacob Wen | 1 | -2/+0 |
| 2018-09-13 | xen/netfront: don't bug in case of too many frags | Juergen Gross | 1 | -1/+7 |
| 2018-09-07 | xen/netfront: fix waiting for xenbus state change | Juergen Gross | 1 | -14/+10 |
| 2018-08-14 | xen-netfront: fix warn message as irq device name has '/' | Xiao Liang | 1 | -2/+4 |
| 2018-08-11 | Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -4/+4 |
| 2018-08-11 | xen/netfront: don't cache skb_shinfo() | Juergen Gross | 1 | -4/+4 |
| 2018-08-02 | Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -0/+6 |
| 2018-07-30 | xen-netfront: wait xenbus state change when load module manually | Xiao Liang | 1 | -0/+6 |
| 2018-07-22 | xen-netfront: fix queue name setting | Vitaly Kuznetsov | 1 | -1/+1 |
| 2018-07-09 | net: allow ndo_select_queue to pass netdev | Alexander Duyck | 1 | -1/+2 |
| 2018-06-22 | xen-netfront: Update features after registering netdev | Ross Lagerwall | 1 | -4/+4 |
| 2018-06-22 | xen-netfront: Fix mismatched rtnl_unlock | Ross Lagerwall | 1 | -1/+2 |
| 2018-06-12 | xen/netfront: raise max number of slots in xennet_get_responses() | Juergen Gross | 1 | -2/+2 |
| 2018-05-14 | xen-netfront: fix xennet_start_xmit()'s return type | Luc Van Oostenryck | 1 | -1/+1 |
| 2018-03-26 | drivers/net: Use octal not symbolic permissions | Joe Perches | 1 | -3/+3 |
| 2018-02-28 | xen-netfront: Fix hang on device removal | Jason Andryuk | 1 | -1/+6 |
| 2018-02-06 | xen-netfront: Fix race between device setup and open | Ross Lagerwall | 1 | -22/+24 |
| 2018-01-08 | xen-netfront: enable device after manual module load | Eduardo Otubo | 1 | -0/+1 |
| 2017-11-29 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds | 1 | -0/+18 |
| 2017-11-27 | xen-netfront: remove warning when unloading module | Eduardo Otubo | 1 | -0/+18 |
| 2017-11-21 | treewide: setup_timer() -> timer_setup() | Kees Cook | 1 | -4/+3 |
| 2017-10-16 | xen-netfront, xen-netback: Use correct minimum MTU values | Mohammed Gamal | 1 | -1/+1 |
| 2017-08-30 | xen-netfront: be more drop monitor friendly | Eric Dumazet | 1 | -1/+1 |
| 2017-05-11 | xen-netfront: avoid crashing on resume after a failure in talk_to_netback() | Vitaly Kuznetsov | 1 | -2/+1 |
| 2017-02-22 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 1 | -5/+3 |
| 2017-02-21 | Merge tag 'for-linus-4.11-rc0-tag' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 1 | -2/+4 |
| 2017-02-11 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -22/+24 |
| 2017-02-10 | xen-netfront: Delete rx_refill_timer in xennet_disconnect_backend() | Boris Ostrovsky | 1 | -1/+2 |
| 2017-02-09 | xen-netfront: Improve error handling during initialization | Ross Lagerwall | 1 | -18/+11 |
| 2017-02-09 | xen-netfront: Rework the fix for Rx stall during OOM and network stress | Vineeth Remanan Pillai | 1 | -3/+11 |
| 2017-01-30 | drivers: net: generalize napi_complete_done() | Eric Dumazet | 1 | -1/+1 |
| 2017-01-29 | xen/netfront: set default upper limit of tx/rx queues to 8 | Juergen Gross | 1 | -2/+4 |
| 2017-01-28 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -1/+1 |
| 2017-01-20 | xen-netfront: Fix Rx stall during network stress and OOM | Vineeth Remanan Pillai | 1 | -1/+1 |
| 2017-01-08 | net: make ndo_get_stats64 a void function | stephen hemminger | 1 | -4/+2 |
| 2016-12-13 | Merge tag 'for-linus-4.10-rc0-tag' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 1 | -49/+18 |
| 2016-11-15 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -2/+2 |
| 2016-11-07 | xen: make use of xenbus_read_unsigned() in xen-netfront | Juergen Gross | 1 | -49/+18 |
| 2016-11-02 | xen-netfront: cast grant table reference first to type int | Dongli Zhang | 1 | -2/+2 |
| 2016-10-31 | xen-netfront: do not cast grant table reference to signed short | Dongli Zhang | 1 | -2/+2 |
| 2016-10-20 | net: use core MTU range checking in virt drivers | Jarod Wilson | 1 | -0/+2 |
| 2016-09-20 | xen-netfront: avoid packet loss when ethernet header crosses page boundary | Vitaly Kuznetsov | 1 | -0/+15 |
| 2016-01-28 | xen-netfront: request Tx response events more often | Malcolm Crossley | 1 | -12/+3 |
| 2015-11-04 | Merge tag 'for-linus-4.4-rc0-tag' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 1 | -36/+86 |
| 2015-10-24 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -7/+7 |
| 2015-10-23 | net/xen-netfront: Make it running on 64KB page granularity | Julien Grall | 1 | -36/+86 |
| 2015-10-21 | xen-netfront: update num_queues to real created | Joe Jin | 1 | -7/+7 |
| 2015-09-20 | xen-netfront: always set num queues if possible | chas williams | 1 | -7/+10 |
| 2015-09-10 | Merge tag 'for-linus-4.3-rc0b-tag' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 1 | -5/+7 |
| 2015-09-10 | xen-netfront: respect user provided max_queues | Wei Liu | 1 | -2/+5 |
| 2015-09-08 | xen: Use correctly the Xen memory terminologies | Julien Grall | 1 | -5/+7 |
| 2015-08-28 | net/xen-netfront: only napi_synchronize() if running | Chas Williams | 1 | -1/+2 |
| 2015-08-23 | net/xen-netfront: only clean up queues if present | Chas Williams | 1 | -2/+3 |
| 2015-07-01 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds | 1 | -7/+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/+0 |
| 2015-06-28 | xen-netfront: Remove the meaningless code | Li, Liang Z | 1 | -7/+0 |
| 2015-06-21 | net/xen-netfront: Correct printf format in xennet_get_responses | Julien Grall | 1 | -1/+1 |
| 2015-06-17 | xen: Include xen/page.h rather than asm/xen/page.h | Julien Grall | 1 | -1/+0 |
| 2015-06-01 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -13/+2 |
| 2015-05-31 | xen-netfront: Use setup_timer | Vaishali Thakkar | 1 | -3/+2 |
| 2015-05-27 | xen-netfront: properly destroy queues when removing device | David Vrabel | 1 | -13/+2 |
| 2015-04-17 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds | 1 | -1/+1 |
| 2015-04-17 | net: remove unused 'dev' argument from netif_needs_gso() | Johannes Berg | 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 | -4/+5 |
| 2015-04-15 | xenbus_client: Extend interface to support multi-page ring | Wei Liu | 1 | -4/+5 |
| 2015-04-02 | xen-netfront: transmit fully GSO-sized packets | Jonathan Davies | 1 | -4/+1 |
| 2015-02-05 | xen-netfront: Use static attribute groups for sysfs entries | Takashi Iwai | 1 | -46/+16 |
| 2015-01-15 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -29/+42 |
| 2015-01-14 | xen-netfront: refactor making Tx requests | David Vrabel | 1 | -114/+67 |
| 2015-01-14 | xen-netfront: refactor skb slot counting | David Vrabel | 1 | -6/+7 |
| 2015-01-13 | xen-netfront: use different locks for Rx and Tx stats | David Vrabel | 1 | -29/+42 |
| 2015-01-12 | drivers: net: xen-netfront: remove residual dead code | Vincenzo Maffione | 1 | -4/+0 |
| 2014-12-16 | xen-netfront: use napi_complete() correctly to prevent Rx stalling | David Vrabel | 1 | -8/+3 |
| 2014-12-10 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -5/+3 |
| 2014-12-09 | xen-netfront: use correct linear area after linearizing an skb | David Vrabel | 1 | -0/+3 |
| 2014-12-02 | xen-netfront: Remove BUGs on paged skb data which crosses a page boundary | Seth Forshee | 1 | -5/+0 |
| 2014-10-26 | xen-netfront: always keep the Rx ring full of requests | David Vrabel | 1 | -191/+62 |
| 2014-10-18 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds | 1 | -1/+1 |
| 2014-10-15 | net: Add ndo_gso_check | Tom Herbert | 1 | -1/+1 |
| 2014-10-06 | xen: remove DEFINE_XENBUS_DRIVER() macro | David Vrabel | 1 | -8/+8 |
| 2014-08-11 | xen-netfront: Fix handling packets on compound pages with skb_linearize | Zoltan Kiss | 1 | -3/+4 |
| 2014-07-31 | xen-netfront: print correct number of queues | David Vrabel | 1 | -2/+2 |
| 2014-07-31 | xen-netfront: release per-queue Tx and Rx resource when disconnecting | David Vrabel | 1 | -61/+7 |
| 2014-07-31 | xen-netfront: fix locking in connect error path | David Vrabel | 1 | -1/+1 |
| 2014-07-08 | xen-netfront: call netif_carrier_off() only once when disconnecting | David Vrabel | 1 | -7/+4 |
| 2014-07-08 | xen-netfront: don't nest queue locks in xennet_connect() | David Vrabel | 1 | -4/+12 |
| 2014-06-21 | xen-netfront: recreate queues correctly when reconnecting | David Vrabel | 1 | -32/+72 |
| 2014-06-21 | xen-netfront: fix oops when disconnected from backend | David Vrabel | 1 | -2/+3 |
| 2014-06-04 | xen-netfront: initialise queue name in xennet_init_queue | Wei Liu | 1 | -0/+3 |
| 2014-06-04 | xen-netfront: Add support for multiple queues | Andrew J. Bennieston | 1 | -36/+134 |
| 2014-06-04 | xen-netfront: Factor queue-specific data into queue struct. | Andrew J. Bennieston | 1 | -393/+579 |
| 2014-05-13 | net: get rid of SET_ETHTOOL_OPS | Wilfried Klaebe | 1 | -1/+1 |
| 2014-04-12 | drivers: net: xen-netfront: fix array initialization bug | Vincenzo Maffione | 1 | -1/+1 |
| 2014-03-24 | xen-netfront: Call dev_kfree_skb_any instead of dev_kfree_skb. | Eric W. Biederman | 1 | -1/+1 |
| 2014-03-14 | net: Replace u64_stats_fetch_begin_bh to u64_stats_fetch_begin_irq | Eric W. Biederman | 1 | -2/+2 |
| 2014-03-05 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -0/+1 |
| 2014-02-19 | xen-netfront: reset skb network header before checksum | Wei Liu | 1 | -0/+1 |
| 2014-02-14 | net: introduce netdev_alloc_pcpu_stats() for drivers | WANG Cong | 1 | -7/+1 |
| 2014-02-04 | xen-netfront: handle backend CLOSED without CLOSING | David Vrabel | 1 | -1/+4 |
| 2014-01-27 | xen-netfront: fix resource leak in netfront | Annie Li | 1 | -62/+26 |
| 2014-01-25 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 1 | -50/+46 |
| 2014-01-16 | xen-netfront: add support for IPv6 offloads | Paul Durrant | 1 | -5/+43 |
| 2014-01-14 | xen-netfront: use new skb_checksum_setup function | Paul Durrant | 1 | -45/+3 |
| 2014-01-03 | xen/pvhvm: If xen_platform_pci=0 is set don't blow up (v4). | Konrad Rzeszutek Wilk | 1 | -1/+1 |
| 2013-11-19 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds | 1 | -3/+4 |
| 2013-11-18 | xen-netfront: fix missing rx_refill_timer when allocate memory failed | Ma JieYue | 1 | -3/+4 |
| 2013-11-14 | Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 1 | -0/+6 |
| 2013-11-06 | net: Explicitly initialize u64_stats_sync structures for lockdep | John Stultz | 1 | -0/+6 |
| 2013-10-02 | xen-netfront: convert to GRO API | Wei Liu | 1 | -1/+3 |
| 2013-07-17 | xen-netfront: pull on receive skb may need to happen earlier | Jan Beulich | 1 | -18/+13 |
| 2013-07-01 | xen: Use more current logging styles | Joe Perches | 1 | -15/+13 |
| 2013-06-11 | xen-netfront: use skb_partial_csum_set() to simplify the codes | Li RongQing | 1 | -12/+8 |
| 2013-05-23 | xen-netfront: split event channels support for Xen frontend driver | Wei Liu | 1 | -29/+149 |
| 2013-05-20 | xen-netfront: avoid leaking resources when setup_netfront fails | Wei Liu | 1 | -12/+21 |
| 2013-04-22 | xen-netfront: reduce gso_max_size to account for max TCP header | Wei Liu | 1 | -2/+15 |
| 2013-04-22 | xen-netfront: frags -> slots in log message | Wei Liu | 1 | -2/+2 |
| 2013-03-25 | xen-netfront: frags -> slots in xennet_get_responses | Wei Liu | 1 | -9/+9 |
| 2013-03-25 | xen-netfront: remove unused variable `extra' | Wei Liu | 1 | -7/+1 |
| 2013-01-07 | xen/netfront: improve truesize tracking | Ian Campbell | 1 | -23/+4 |
| 2012-12-07 | drivers/net: fix up function prototypes after __dev* removals | Greg Kroah-Hartman | 1 | -1/+1 |
| 2012-12-03 | xen-netfront: remove __dev* attributes | Bill Pemberton | 1 | -4/+4 |
| 2012-11-21 | xen/netfront: handle compound page fragments on transmit | Ian Campbell | 1 | -21/+77 |
| 2012-10-07 | Merge tag 'stable/for-linus-3.7-arm-tag' of git://git.kernel.org/pub/scm/linu... | Linus Torvalds | 1 | -0/+1 |
| 2012-08-31 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -29/+10 |
| 2012-08-30 | xen-netfront: use __pskb_pull_tail to ensure linear area is big enough on RX | Ian Campbell | 1 | -29/+10 |
| 2012-08-14 | net: move and rename netif_notify_peers() | Amerigo Wang | 1 | -1/+1 |
| 2012-08-08 | xen/arm: compile netback | Stefano Stabellini | 1 | -0/+1 |
| 2012-06-27 | xen/netfront: teardown the device before unregistering it. | Ian Campbell | 1 | -4/+4 |
| 2012-05-22 | xen: do not disable netfront in dom0 | Marek Marczykowski | 1 | -6/+0 |
| 2012-04-06 | Merge tag 'stable/for-linus-3.4-rc1-tag' of git://git.kernel.org/pub/scm/linu... | Linus Torvalds | 1 | -1/+1 |
| 2012-04-06 | xen: only check xen_platform_pci_unplug if hvm | Igor Mammedov | 1 | -1/+1 |
| 2012-03-24 | Merge tag 'stable/for-linus-3.4-tag-two' of git://git.kernel.org/pub/scm/linu... | Linus Torvalds | 1 | -0/+4 |
| 2012-03-22 | xen: initialize platform-pci even if xen_emul_unplug=never | Igor Mammedov | 1 | -0/+4 |
| 2012-02-04 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -1/+1 |
| 2012-01-31 | drivers/net: Remove alloc_etherdev error messages | Joe Perches | 1 | -4/+1 |
| 2012-01-26 | xen-netfront: correct MAX_TX_TARGET calculation. | Wei Liu | 1 | -1/+1 |
| 2012-01-24 | xen/netfront: add netconsole support. | Konrad Rzeszutek Wilk | 1 | -23/+34 |
| 2012-01-10 | Merge branch 'stable/for-linus-3.3' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 1 | -6/+3 |
| 2012-01-04 | Xen: consolidate and simplify struct xenbus_driver instantiation | Jan Beulich | 1 | -6/+3 |