summaryrefslogtreecommitdiff
path: root/drivers/net/xen-netfront.c
Commit message (Expand)AuthorAge
* xen-netfront: Use static attribute groups for sysfs entriesTakashi Iwai2015-02-05
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-01-15
|\
| * xen-netfront: use different locks for Rx and Tx statsDavid Vrabel2015-01-13
* | xen-netfront: refactor making Tx requestsDavid Vrabel2015-01-14
* | xen-netfront: refactor skb slot countingDavid Vrabel2015-01-14
* | drivers: net: xen-netfront: remove residual dead codeVincenzo Maffione2015-01-12
|/
* xen-netfront: use napi_complete() correctly to prevent Rx stallingDavid Vrabel2014-12-16
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-12-10
|\
| * xen-netfront: use correct linear area after linearizing an skbDavid Vrabel2014-12-09
| * xen-netfront: Remove BUGs on paged skb data which crosses a page boundarySeth Forshee2014-12-02
* | xen-netfront: always keep the Rx ring full of requestsDavid Vrabel2014-10-26
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2014-10-18
|\
| * net: Add ndo_gso_checkTom Herbert2014-10-15
* | xen: remove DEFINE_XENBUS_DRIVER() macroDavid Vrabel2014-10-06
|/
* xen-netfront: Fix handling packets on compound pages with skb_linearizeZoltan Kiss2014-08-11
* xen-netfront: print correct number of queuesDavid Vrabel2014-07-31
* xen-netfront: release per-queue Tx and Rx resource when disconnectingDavid Vrabel2014-07-31
* xen-netfront: fix locking in connect error pathDavid Vrabel2014-07-31
* xen-netfront: call netif_carrier_off() only once when disconnectingDavid Vrabel2014-07-08
* xen-netfront: don't nest queue locks in xennet_connect()David Vrabel2014-07-08
* xen-netfront: recreate queues correctly when reconnectingDavid Vrabel2014-06-21
* xen-netfront: fix oops when disconnected from backendDavid Vrabel2014-06-21
* xen-netfront: initialise queue name in xennet_init_queueWei Liu2014-06-04
* xen-netfront: Add support for multiple queuesAndrew J. Bennieston2014-06-04
* xen-netfront: Factor queue-specific data into queue struct.Andrew J. Bennieston2014-06-04
* net: get rid of SET_ETHTOOL_OPSWilfried Klaebe2014-05-13
* drivers: net: xen-netfront: fix array initialization bugVincenzo Maffione2014-04-12
* xen-netfront: Call dev_kfree_skb_any instead of dev_kfree_skb.Eric W. Biederman2014-03-24
* net: Replace u64_stats_fetch_begin_bh to u64_stats_fetch_begin_irqEric W. Biederman2014-03-14
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-03-05
|\
| * xen-netfront: reset skb network header before checksumWei Liu2014-02-19
* | net: introduce netdev_alloc_pcpu_stats() for driversWANG Cong2014-02-14
|/
* xen-netfront: handle backend CLOSED without CLOSINGDavid Vrabel2014-02-04
* xen-netfront: fix resource leak in netfrontAnnie Li2014-01-27
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2014-01-25
|\
| * xen-netfront: add support for IPv6 offloadsPaul Durrant2014-01-16
| * xen-netfront: use new skb_checksum_setup functionPaul Durrant2014-01-14
* | xen/pvhvm: If xen_platform_pci=0 is set don't blow up (v4).Konrad Rzeszutek Wilk2014-01-03
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2013-11-19
|\
| * xen-netfront: fix missing rx_refill_timer when allocate memory failedMa JieYue2013-11-18
* | Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2013-11-14
|\ \ | |/ |/|
| * net: Explicitly initialize u64_stats_sync structures for lockdepJohn Stultz2013-11-06
* | xen-netfront: convert to GRO APIWei Liu2013-10-02
|/
* xen-netfront: pull on receive skb may need to happen earlierJan Beulich2013-07-17
* xen: Use more current logging stylesJoe Perches2013-07-01
* xen-netfront: use skb_partial_csum_set() to simplify the codesLi RongQing2013-06-11
* xen-netfront: split event channels support for Xen frontend driverWei Liu2013-05-23
* xen-netfront: avoid leaking resources when setup_netfront failsWei Liu2013-05-20
* xen-netfront: reduce gso_max_size to account for max TCP headerWei Liu2013-04-22
* xen-netfront: frags -> slots in log messageWei Liu2013-04-22