aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/xen-netfront.c
AgeCommit message (Expand)Author
2014-03-24xen-netfront: Call dev_kfree_skb_any instead of dev_kfree_skb.Eric W. Biederman
2014-03-14net: Replace u64_stats_fetch_begin_bh to u64_stats_fetch_begin_irqEric W. Biederman
2014-03-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2014-02-19xen-netfront: reset skb network header before checksumWei Liu
2014-02-14net: introduce netdev_alloc_pcpu_stats() for driversWANG Cong
2014-02-04xen-netfront: handle backend CLOSED without CLOSINGDavid Vrabel
2014-01-27xen-netfront: fix resource leak in netfrontAnnie Li
2014-01-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2014-01-16xen-netfront: add support for IPv6 offloadsPaul Durrant
2014-01-14xen-netfront: use new skb_checksum_setup functionPaul Durrant
2014-01-03xen/pvhvm: If xen_platform_pci=0 is set don't blow up (v4).Konrad Rzeszutek Wilk
2013-11-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2013-11-18xen-netfront: fix missing rx_refill_timer when allocate memory failedMa JieYue
2013-11-14Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2013-11-06net: Explicitly initialize u64_stats_sync structures for lockdepJohn Stultz
2013-10-02xen-netfront: convert to GRO APIWei Liu
2013-07-17xen-netfront: pull on receive skb may need to happen earlierJan Beulich
2013-07-01xen: Use more current logging stylesJoe Perches
2013-06-11xen-netfront: use skb_partial_csum_set() to simplify the codesLi RongQing
2013-05-23xen-netfront: split event channels support for Xen frontend driverWei Liu
2013-05-20xen-netfront: avoid leaking resources when setup_netfront failsWei Liu
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