summaryrefslogtreecommitdiff
path: root/drivers/net/xen-netfront.c
AgeCommit message (Expand)Author
2012-05-22xen: do not disable netfront in dom0Marek Marczykowski
2012-04-06Merge tag 'stable/for-linus-3.4-rc1-tag' of git://git.kernel.org/pub/scm/linu...Linus Torvalds
2012-04-06xen: only check xen_platform_pci_unplug if hvmIgor Mammedov
2012-03-24Merge tag 'stable/for-linus-3.4-tag-two' of git://git.kernel.org/pub/scm/linu...Linus Torvalds
2012-03-22xen: initialize platform-pci even if xen_emul_unplug=neverIgor Mammedov
2012-02-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2012-01-31drivers/net: Remove alloc_etherdev error messagesJoe Perches
2012-01-26xen-netfront: correct MAX_TX_TARGET calculation.Wei Liu
2012-01-24xen/netfront: add netconsole support.Konrad Rzeszutek Wilk
2012-01-10Merge branch 'stable/for-linus-3.3' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2012-01-04Xen: consolidate and simplify struct xenbus_driver instantiationJan Beulich
2011-12-12xen-netfront: delay gARP until backend switches to ConnectedLaszlo Ersek
2011-11-16net: drivers: use bool type instead of double negationMichał Mirosław
2011-11-16net: introduce and use netdev_features_t for device features setsMichał Mirosław
2011-10-19net: add skb frag size accessorsEric Dumazet
2011-10-05xen: netfront: convert to SKB paged frag API.Ian Campbell
2011-06-21xen: convert to 64 bit stats interfacestephen hemminger
2011-05-25xen: netfront: hold RTNL when updating features.Ian Campbell
2011-04-04xen: netfront: assume all hw features are available until backend connection ...Ian Campbell
2011-04-03xen: netfront: fix declaration orderEric Dumazet
2011-04-01net: convert xen-netfront to hw_featuresMichał Mirosław
2011-03-30drivers/net: Remove IRQF_SAMPLE_RANDOM flag from network driversJavier Martinez Canillas
2011-03-15xen network backend driverIan Campbell
2011-03-14xen: netfront: fix xennet_get_ethtool_stats()Eric Dumazet
2011-03-14xen: netfront: ethtool stats fields should be unsigned longIan Campbell
2011-01-27xen: netfront: handle incoming GSO SKBs which are not CHECKSUM_PARTIALIan Campbell
2011-01-09net offloading: Pass features into netif_needs_gso().Jesse Gross
2010-12-15xen: Provide a variant of __RING_SIZE() that is an integer constant expressionJeremy Fitzhardinge
2010-10-28Merge branch 'stable/xen-pcifront-0.8.2' of git://git.kernel.org/pub/scm/linu...Linus Torvalds
2010-10-18xenbus: prevent warnings on unhandled enumeration valuesNoboru Iwamatsu
2010-09-26drivers/net: return operator cleanupEric Dumazet
2010-08-22xen: use less generic names in netfront driver.Ian Campbell
2010-05-31xen: netfront: explicitly generate arp_notify event after migration.Ian Campbell
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2009-11-04xen: move Xen-testing predicates to common headerJeremy Fitzhardinge
2009-09-02netdev: drivers should make ethtool_ops constStephen Hemminger
2009-07-05net: use NETDEV_TX_OK instead of 0 in ndo_start_xmit() functionsPatrick McHardy
2009-06-15xen: remove driver_data direct access of struct device from more driversGreg Kroah-Hartman
2009-03-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds
2009-03-13[SCSI] net: reclaim 8 upper bits of the netdev->features from GSOChris Leech
2009-01-21net: Remove redundant NAPI functionsBen Hutchings
2009-01-06xen-netfront: convert to net_device_opsStephen Hemminger
2008-12-22net: Remove unused netdev arg from some NAPI interfaces.Neil Horman
2008-12-02Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2008-11-30get xenbus_driver ->probe() "recognized" by modpostAl Viro
2008-11-03drivers/net: Kill now superfluous ->last_rx stores.David S. Miller
2008-10-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds
2008-10-16drivers/net/xen-netfront.c: Use DIV_ROUND_UPJulia Lawall
2008-10-16xen-netfront: Avoid unaligned accesses to IP headerIsaku Yamahata
2008-08-20xen: clean up domain mode predicatesJeremy Fitzhardinge