aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/xen-netfront.c
Commit message (Expand)AuthorAge
* xen-netfront: use __pskb_pull_tail to ensure linear area is big enough on RXIan Campbell2012-08-30
* xen/netfront: teardown the device before unregistering it.Ian Campbell2012-06-27
* xen: do not disable netfront in dom0Marek Marczykowski2012-05-22
* Merge tag 'stable/for-linus-3.4-rc1-tag' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2012-04-06
|\
| * xen: only check xen_platform_pci_unplug if hvmIgor Mammedov2012-04-06
* | Merge tag 'stable/for-linus-3.4-tag-two' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2012-03-24
|\|
| * xen: initialize platform-pci even if xen_emul_unplug=neverIgor Mammedov2012-03-22
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-02-04
|\ \
| * | xen-netfront: correct MAX_TX_TARGET calculation.Wei Liu2012-01-26
| |/
* | drivers/net: Remove alloc_etherdev error messagesJoe Perches2012-01-31
* | xen/netfront: add netconsole support.Konrad Rzeszutek Wilk2012-01-24
|/
* Merge branch 'stable/for-linus-3.3' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2012-01-10
|\
| * Xen: consolidate and simplify struct xenbus_driver instantiationJan Beulich2012-01-04
* | xen-netfront: delay gARP until backend switches to ConnectedLaszlo Ersek2011-12-12
* | net: drivers: use bool type instead of double negationMichał Mirosław2011-11-16
* | net: introduce and use netdev_features_t for device features setsMichał Mirosław2011-11-16
|/
* net: add skb frag size accessorsEric Dumazet2011-10-19
* xen: netfront: convert to SKB paged frag API.Ian Campbell2011-10-05
* xen: convert to 64 bit stats interfacestephen hemminger2011-06-21
* xen: netfront: hold RTNL when updating features.Ian Campbell2011-05-25
* xen: netfront: assume all hw features are available until backend connection ...Ian Campbell2011-04-04
* xen: netfront: fix declaration orderEric Dumazet2011-04-03
* net: convert xen-netfront to hw_featuresMichał Mirosław2011-04-01
* drivers/net: Remove IRQF_SAMPLE_RANDOM flag from network driversJavier Martinez Canillas2011-03-31
* xen network backend driverIan Campbell2011-03-15
* xen: netfront: fix xennet_get_ethtool_stats()Eric Dumazet2011-03-15
* xen: netfront: ethtool stats fields should be unsigned longIan Campbell2011-03-14
* xen: netfront: handle incoming GSO SKBs which are not CHECKSUM_PARTIALIan Campbell2011-01-27
* net offloading: Pass features into netif_needs_gso().Jesse Gross2011-01-10
* xen: Provide a variant of __RING_SIZE() that is an integer constant expressionJeremy Fitzhardinge2010-12-15
* Merge branch 'stable/xen-pcifront-0.8.2' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2010-10-28
|\
| * xenbus: prevent warnings on unhandled enumeration valuesNoboru Iwamatsu2010-10-18
* | drivers/net: return operator cleanupEric Dumazet2010-09-26
* | xen: use less generic names in netfront driver.Ian Campbell2010-08-23
|/
* xen: netfront: explicitly generate arp_notify event after migration.Ian Campbell2010-05-31
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-30
* xen: move Xen-testing predicates to common headerJeremy Fitzhardinge2009-11-04
* netdev: drivers should make ethtool_ops constStephen Hemminger2009-09-02
* net: use NETDEV_TX_OK instead of 0 in ndo_start_xmit() functionsPatrick McHardy2009-07-05
* xen: remove driver_data direct access of struct device from more driversGreg Kroah-Hartman2009-06-16
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds2009-03-28
|\
| * [SCSI] net: reclaim 8 upper bits of the netdev->features from GSOChris Leech2009-03-13
* | net: Remove redundant NAPI functionsBen Hutchings2009-01-21
|/
* xen-netfront: convert to net_device_opsStephen Hemminger2009-01-06
* net: Remove unused netdev arg from some NAPI interfaces.Neil Horman2008-12-22
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2008-12-02
|\
| * get xenbus_driver ->probe() "recognized" by modpostAl Viro2008-11-30
* | drivers/net: Kill now superfluous ->last_rx stores.David S. Miller2008-11-04
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2008-10-17
|\
| * xen-netfront: Avoid unaligned accesses to IP headerIsaku Yamahata2008-10-16