aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/xen-netfront.c
AgeCommit message (Expand)Author
2014-02-06xen-netfront: fix resource leak in netfrontAnnie Li
2013-08-04xen-netfront: pull on receive skb may need to happen earlierJan Beulich
2013-04-22xen-netfront: reduce gso_max_size to account for max TCP headerWei Liu
2013-04-22xen-netfront: frags -> slots in log messageWei Liu
2013-03-25xen-netfront: frags -> slots in xennet_get_responsesWei Liu
2013-03-25xen-netfront: remove unused variable `extra'Wei Liu
2013-01-07xen/netfront: improve truesize trackingIan Campbell
2012-12-07drivers/net: fix up function prototypes after __dev* removalsGreg Kroah-Hartman
2012-12-03xen-netfront: remove __dev* attributesBill Pemberton
2012-11-21xen/netfront: handle compound page fragments on transmitIan Campbell
2012-10-07Merge tag 'stable/for-linus-3.7-arm-tag' of git://git.kernel.org/pub/scm/linu...Linus Torvalds
2012-08-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2012-08-30xen-netfront: use __pskb_pull_tail to ensure linear area is big enough on RXIan Campbell
2012-08-14net: move and rename netif_notify_peers()Amerigo Wang
2012-08-08xen/arm: compile netbackStefano Stabellini
2012-06-27xen/netfront: teardown the device before unregistering it.Ian Campbell
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