summaryrefslogtreecommitdiffstats
path: root/drivers/net/xen-netfront.c
Commit message (Expand)AuthorAgeFilesLines
* xen-netfront: pull on receive skb may need to happen earlierJan Beulich2013-07-171-18/+13
* xen: Use more current logging stylesJoe Perches2013-07-011-15/+13
* xen-netfront: use skb_partial_csum_set() to simplify the codesLi RongQing2013-06-111-12/+8
* xen-netfront: split event channels support for Xen frontend driverWei Liu2013-05-231-29/+149
* xen-netfront: avoid leaking resources when setup_netfront failsWei Liu2013-05-201-12/+21
* xen-netfront: reduce gso_max_size to account for max TCP headerWei Liu2013-04-221-2/+15
* xen-netfront: frags -> slots in log messageWei Liu2013-04-221-2/+2
* xen-netfront: frags -> slots in xennet_get_responsesWei Liu2013-03-251-9/+9
* xen-netfront: remove unused variable `extra'Wei Liu2013-03-251-7/+1
* xen/netfront: improve truesize trackingIan Campbell2013-01-071-23/+4
* 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/+10
|\|
| * xen-netfront: use __pskb_pull_tail to ensure linear area is big enough on RXIan Campbell2012-08-301-29/+10
* | 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/+0
* Merge tag 'stable/for-linus-3.4-rc1-tag' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2012-04-061-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/+1
* | xen/netfront: add netconsole support.Konrad Rzeszutek Wilk2012-01-241-23/+34
|/
* Merge branch 'stable/for-linus-3.3' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2012-01-101-6/+3
|\
| * Xen: consolidate and simplify struct xenbus_driver instantiationJan Beulich2012-01-041-6/+3
* | xen-netfront: delay gARP until backend switches to ConnectedLaszlo Ersek2011-12-121-1/+3
* | net: drivers: use bool type instead of double negationMichał Mirosław2011-11-161-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-211-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-031-36/+36
* net: convert xen-netfront to hw_featuresMichał Mirosław2011-04-011-34/+23
* drivers/net: Remove IRQF_SAMPLE_RANDOM flag from network driversJavier Martinez Canillas2011-03-301-2/+1
* xen network backend driverIan Campbell2011-03-151-10/+10
* xen: netfront: fix xennet_get_ethtool_stats()Eric Dumazet2011-03-141-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-091-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-281-0/+2
|\
| * xenbus: prevent warnings on unhandled enumeration valuesNoboru Iwamatsu2010-10-181-0/+2
* | drivers/net: return operator cleanupEric Dumazet2010-09-261-3/+3