aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/xen-netfront.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-06-27xen/netfront: teardown the device before unregistering it.Ian Campbell1-4/+4
2012-05-22xen: do not disable netfront in dom0Marek Marczykowski1-6/+0
2012-04-06Merge tag 'stable/for-linus-3.4-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xenLinus Torvalds1-1/+1
2012-04-06xen: only check xen_platform_pci_unplug if hvmIgor Mammedov1-1/+1
2012-03-24Merge tag 'stable/for-linus-3.4-tag-two' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xenLinus Torvalds1-0/+4
2012-03-22xen: initialize platform-pci even if xen_emul_unplug=neverIgor Mammedov1-0/+4
2012-02-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2012-01-31drivers/net: Remove alloc_etherdev error messagesJoe Perches1-4/+1
2012-01-26xen-netfront: correct MAX_TX_TARGET calculation.Wei Liu1-1/+1
2012-01-24xen/netfront: add netconsole support.Konrad Rzeszutek Wilk1-23/+34
2012-01-10Merge branch 'stable/for-linus-3.3' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xenLinus Torvalds1-6/+3
2012-01-04Xen: consolidate and simplify struct xenbus_driver instantiationJan Beulich1-6/+3
2011-12-12xen-netfront: delay gARP until backend switches to ConnectedLaszlo Ersek1-1/+3
2011-11-16net: drivers: use bool type instead of double negationMichał Mirosław1-2/+2
2011-11-16net: introduce and use netdev_features_t for device features setsMichał Mirosław1-3/+5
2011-10-19net: add skb frag size accessorsEric Dumazet1-2/+2
2011-10-05xen: netfront: convert to SKB paged frag API.Ian Campbell1-15/+19
2011-06-21xen: convert to 64 bit stats interfacestephen hemminger1-5/+64
2011-05-25xen: netfront: hold RTNL when updating features.Ian Campbell1-0/+2
2011-04-04xen: netfront: assume all hw features are available until backend connection setupIan Campbell1-0/+8
2011-04-03xen: netfront: fix declaration orderEric Dumazet1-36/+36
2011-04-01net: convert xen-netfront to hw_featuresMichał Mirosław1-34/+23
2011-03-30drivers/net: Remove IRQF_SAMPLE_RANDOM flag from network driversJavier Martinez Canillas1-2/+1
2011-03-15xen network backend driverIan Campbell1-10/+10
2011-03-14xen: netfront: fix xennet_get_ethtool_stats()Eric Dumazet1-1/+1
2011-03-14xen: netfront: ethtool stats fields should be unsigned longIan Campbell1-1/+1
2011-01-27xen: netfront: handle incoming GSO SKBs which are not CHECKSUM_PARTIALIan Campbell1-8/+88
2011-01-09net offloading: Pass features into netif_needs_gso().Jesse Gross1-1/+1
2010-12-15xen: Provide a variant of __RING_SIZE() that is an integer constant expressionJeremy Fitzhardinge1-2/+2
2010-10-28Merge branch 'stable/xen-pcifront-0.8.2' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xenLinus Torvalds1-0/+2
2010-10-18xenbus: prevent warnings on unhandled enumeration valuesNoboru Iwamatsu1-0/+2
2010-09-26drivers/net: return operator cleanupEric Dumazet1-3/+3
2010-08-22xen: use less generic names in netfront driver.Ian Campbell1-4/+4
2010-05-31xen: netfront: explicitly generate arp_notify event after migration.Ian Campbell1-0/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2009-11-04xen: move Xen-testing predicates to common headerJeremy Fitzhardinge1-0/+1
2009-09-02netdev: drivers should make ethtool_ops constStephen Hemminger1-2/+2
2009-07-05net: use NETDEV_TX_OK instead of 0 in ndo_start_xmit() functionsPatrick McHardy1-2/+2
2009-06-15xen: remove driver_data direct access of struct device from more driversGreg Kroah-Hartman1-5/+5
2009-03-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds1-1/+1
2009-03-13[SCSI] net: reclaim 8 upper bits of the netdev->features from GSOChris Leech1-1/+1
2009-01-21net: Remove redundant NAPI functionsBen Hutchings1-4/+4
2009-01-06xen-netfront: convert to net_device_opsStephen Hemminger1-5/+12
2008-12-22net: Remove unused netdev arg from some NAPI interfaces.Neil Horman1-4/+4
2008-12-02Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-3/+3
2008-11-30get xenbus_driver ->probe() "recognized" by modpostAl Viro1-3/+3
2008-11-03drivers/net: Kill now superfluous ->last_rx stores.David S. Miller1-1/+0
2008-10-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds1-1/+4
2008-10-16drivers/net/xen-netfront.c: Use DIV_ROUND_UPJulia Lawall1-1/+1
2008-10-16xen-netfront: Avoid unaligned accesses to IP headerIsaku Yamahata1-1/+4