summaryrefslogtreecommitdiffstats
path: root/drivers/net/xen-netfront.c
Commit message (Expand)AuthorAgeFilesLines
...
| * xen-netfront: reset skb network header before checksumWei Liu2014-02-191-0/+1
* | net: introduce netdev_alloc_pcpu_stats() for driversWANG Cong2014-02-141-7/+1Star
|/
* xen-netfront: handle backend CLOSED without CLOSINGDavid Vrabel2014-02-051-1/+4
* xen-netfront: fix resource leak in netfrontAnnie Li2014-01-281-62/+26Star
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2014-01-251-50/+46Star
|\
| * xen-netfront: add support for IPv6 offloadsPaul Durrant2014-01-171-5/+43
| * xen-netfront: use new skb_checksum_setup functionPaul Durrant2014-01-141-45/+3Star
* | xen/pvhvm: If xen_platform_pci=0 is set don't blow up (v4).Konrad Rzeszutek Wilk2014-01-031-1/+1
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2013-11-201-3/+4
|\
| * xen-netfront: fix missing rx_refill_timer when allocate memory failedMa JieYue2013-11-181-3/+4
* | Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2013-11-141-0/+6
|\ \ | |/ |/|
| * net: Explicitly initialize u64_stats_sync structures for lockdepJohn Stultz2013-11-061-0/+6
* | xen-netfront: convert to GRO APIWei Liu2013-10-021-1/+3
|/
* xen-netfront: pull on receive skb may need to happen earlierJan Beulich2013-07-171-18/+13Star
* xen: Use more current logging stylesJoe Perches2013-07-011-15/+13Star
* xen-netfront: use skb_partial_csum_set() to simplify the codesLi RongQing2013-06-111-12/+8Star
* xen-netfront: split event channels support for Xen frontend driverWei Liu2013-05-241-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/+1Star
* xen/netfront: improve truesize trackingIan Campbell2013-01-081-23/+4Star
* 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/+10Star
|\|
| * xen-netfront: use __pskb_pull_tail to ensure linear area is big enough on RXIan Campbell2012-08-301-29/+10Star
* | 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/+0Star
* Merge tag 'stable/for-linus-3.4-rc1-tag' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2012-04-071-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/+1Star
* | xen/netfront: add netconsole support.Konrad Rzeszutek Wilk2012-01-251-23/+34
|/
* Merge branch 'stable/for-linus-3.3' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2012-01-101-6/+3Star
|\
| * Xen: consolidate and simplify struct xenbus_driver instantiationJan Beulich2012-01-041-6/+3Star
* | xen-netfront: delay gARP until backend switches to ConnectedLaszlo Ersek2011-12-131-1/+3
* | net: drivers: use bool type instead of double negationMichał Mirosław2011-11-171-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-221-5/+64
* xen: netfront: hold RTNL when updating features.Ian Campbell2011-05-251-0/+2