summaryrefslogtreecommitdiffstats
path: root/drivers/net/xen-netfront.c
Commit message (Expand)AuthorAgeFilesLines
* xen/netfront: improve truesize trackingIan Campbell2013-01-081-23/+4Star
* drivers/net: fix up function prototypes after __dev* removalsGreg Kroah-Hartman2012-12-071-1/+1
* xen-netfront: remove __dev* attributesBill Pemberton2012-12-031-4/+4
* xen/netfront: handle compound page fragments on transmitIan Campbell2012-11-211-21/+77
* Merge tag 'stable/for-linus-3.7-arm-tag' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2012-10-071-0/+1
|\
| * xen/arm: compile netbackStefano Stabellini2012-08-081-0/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-08-311-29/+10Star
|\|
| * xen-netfront: use __pskb_pull_tail to ensure linear area is big enough on RXIan Campbell2012-08-301-29/+10Star
* | net: move and rename netif_notify_peers()Amerigo Wang2012-08-141-1/+1
|/
* xen/netfront: teardown the device before unregistering it.Ian Campbell2012-06-271-4/+4
* xen: do not disable netfront in dom0Marek Marczykowski2012-05-221-6/+0Star
* Merge tag 'stable/for-linus-3.4-rc1-tag' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2012-04-071-1/+1
|\
| * xen: only check xen_platform_pci_unplug if hvmIgor Mammedov2012-04-061-1/+1
* | Merge tag 'stable/for-linus-3.4-tag-two' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2012-03-241-0/+4
|\|
| * xen: initialize platform-pci even if xen_emul_unplug=neverIgor Mammedov2012-03-221-0/+4
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-02-041-1/+1
|\ \
| * | xen-netfront: correct MAX_TX_TARGET calculation.Wei Liu2012-01-261-1/+1
| |/
* | drivers/net: Remove alloc_etherdev error messagesJoe Perches2012-01-311-4/+1Star
* | xen/netfront: add netconsole support.Konrad Rzeszutek Wilk2012-01-251-23/+34
|/
* Merge branch 'stable/for-linus-3.3' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2012-01-101-6/+3Star
|\
| * Xen: consolidate and simplify struct xenbus_driver instantiationJan Beulich2012-01-041-6/+3Star
* | xen-netfront: delay gARP until backend switches to ConnectedLaszlo Ersek2011-12-131-1/+3
* | net: drivers: use bool type instead of double negationMichał Mirosław2011-11-171-2/+2
* | net: introduce and use netdev_features_t for device features setsMichał Mirosław2011-11-161-3/+5
|/
* net: add skb frag size accessorsEric Dumazet2011-10-191-2/+2
* xen: netfront: convert to SKB paged frag API.Ian Campbell2011-10-051-15/+19
* xen: convert to 64 bit stats interfacestephen hemminger2011-06-221-5/+64
* xen: netfront: hold RTNL when updating features.Ian Campbell2011-05-251-0/+2
* xen: netfront: assume all hw features are available until backend connection ...Ian Campbell2011-04-041-0/+8
* xen: netfront: fix declaration orderEric Dumazet2011-04-041-36/+36
* net: convert xen-netfront to hw_featuresMichał Mirosław2011-04-021-34/+23Star
* drivers/net: Remove IRQF_SAMPLE_RANDOM flag from network driversJavier Martinez Canillas2011-03-311-2/+1Star
* xen network backend driverIan Campbell2011-03-161-10/+10
* xen: netfront: fix xennet_get_ethtool_stats()Eric Dumazet2011-03-151-1/+1
* xen: netfront: ethtool stats fields should be unsigned longIan Campbell2011-03-141-1/+1
* xen: netfront: handle incoming GSO SKBs which are not CHECKSUM_PARTIALIan Campbell2011-01-271-8/+88
* net offloading: Pass features into netif_needs_gso().Jesse Gross2011-01-101-1/+1
* xen: Provide a variant of __RING_SIZE() that is an integer constant expressionJeremy Fitzhardinge2010-12-151-2/+2
* Merge branch 'stable/xen-pcifront-0.8.2' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2010-10-291-0/+2
|\
| * xenbus: prevent warnings on unhandled enumeration valuesNoboru Iwamatsu2010-10-181-0/+2
* | drivers/net: return operator cleanupEric Dumazet2010-09-271-3/+3
* | xen: use less generic names in netfront driver.Ian Campbell2010-08-231-4/+4
|/
* xen: netfront: explicitly generate arp_notify event after migration.Ian Campbell2010-05-311-0/+1
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* xen: move Xen-testing predicates to common headerJeremy Fitzhardinge2009-11-041-0/+1
* netdev: drivers should make ethtool_ops constStephen Hemminger2009-09-021-2/+2
* net: use NETDEV_TX_OK instead of 0 in ndo_start_xmit() functionsPatrick McHardy2009-07-061-2/+2
* xen: remove driver_data direct access of struct device from more driversGreg Kroah-Hartman2009-06-161-5/+5
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds2009-03-281-1/+1
|\
| * [SCSI] net: reclaim 8 upper bits of the netdev->features from GSOChris Leech2009-03-131-1/+1