summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* xen: add grant interface version dependent constants to gnttab_opsJuergen Gross2017-11-061-30/+43
* xen: limit grant v2 interface to the v1 functionalityJuergen Gross2017-11-061-150/+0
* xen: re-introduce support for grant v2 interfaceJuergen Gross2017-11-061-6/+306
* xen/pvcalls: remove redundant check for irq >= 0Colin Ian King2017-11-031-3/+1
* xen/pvcalls: fix unsigned less than zero error checkColin Ian King2017-11-031-4/+3
* xen/pvcalls-front: mark expected switch fall-throughGustavo A. R. Silva2017-11-031-1/+2
* xen: xenbus_probe_frontend: mark expected switch fall-throughsGustavo A. R. Silva2017-11-031-0/+2
* xen/time: do not decrease steal time after live migration on xenDongli Zhang2017-11-022-7/+72
* xen: introduce a Kconfig option to enable the pvcalls frontendStefano Stabellini2017-10-312-0/+12
* xen/pvcalls: implement release commandStefano Stabellini2017-10-312-0/+99
* xen/pvcalls: implement poll commandStefano Stabellini2017-10-312-9/+138
* xen/pvcalls: implement recvmsgStefano Stabellini2017-10-312-0/+115
* xen/pvcalls: implement sendmsgStefano Stabellini2017-10-312-0/+124
* xen/pvcalls: implement accept commandStefano Stabellini2017-10-312-0/+148
* xen/pvcalls: implement listen commandStefano Stabellini2017-10-312-0/+58
* xen/pvcalls: implement bind commandStefano Stabellini2017-10-312-0/+69
* xen/pvcalls: implement connect commandStefano Stabellini2017-10-312-0/+160
* xen/pvcalls: implement socket command and handle eventsStefano Stabellini2017-10-312-0/+139
* xen/pvcalls: connect to the backendStefano Stabellini2017-10-311-0/+132
* xen/pvcalls: implement frontend disconnectStefano Stabellini2017-10-311-0/+71
* xen/pvcalls: introduce the pvcalls xenbus frontendStefano Stabellini2017-10-311-0/+61
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2017-10-2922-150/+299
|\
| * tap: reference to KVA of an unloaded module causes kernel panicGirish Moodalbail2017-10-283-6/+7
| * tuntap: properly align skb->head before building skbJason Wang2017-10-281-0/+1
| * Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirshe...David S. Miller2017-10-275-21/+22
| |\
| | * i40e: Add programming descriptors to cleaned_countAlexander Duyck2017-10-261-0/+1
| | * i40e: Fix incorrect use of tx_itr_setting when checking for Rx ITR setupAlexander Duyck2017-10-261-1/+1
| | * ixgbe: Fix Tx map failure pathAlexander Duyck2017-10-261-12/+6
| | * igb: Fix TX map failure pathJean-Philippe Brucker2017-10-261-1/+1
| | * e1000: avoid null pointer dereference on invalid stat typeColin Ian King2017-10-261-5/+4
| | * e1000: fix race condition between e1000_down() and e1000_watchdogVincenzo Maffione2017-10-261-2/+9
| * | net: stmmac: First Queue must always be in DCB modeJose Abreu2017-10-271-0/+7
| * | net: stmmac: dwc-qos-eth: Fix typo in DT bindings parsingJose Abreu2017-10-271-1/+1
| * | Merge tag 'mlx5-fixes-2017-10-26' of git://git.kernel.org/pub/scm/linux/kerne...David S. Miller2017-10-275-96/+202
| |\ \ | | |/ | |/|
| | * net/mlx5e: DCBNL, Implement tc with ets type and zero bandwidthHuy Nguyen2017-10-262-30/+104
| | * net/mlx5e: Properly deal with encap flows add/del under neigh updateOr Gerlitz2017-10-261-35/+54
| | * net/mlx5: Delay events till mlx5 interface's add complete for pci resumeHuy Nguyen2017-10-261-29/+41
| | * net/mlx5: Fix health work queue spin lock to IRQ safeMoshe Shemesh2017-10-261-2/+3
| * | tap: double-free in error path in tap_open()Girish Moodalbail2017-10-261-9/+9
| * | Merge tag 'linux-can-fixes-for-4.14-20171024' of git://git.kernel.org/pub/scm...David S. Miller2017-10-262-3/+9
| |\ \
| | * | can: kvaser_usb: Ignore CMD_FLUSH_QUEUE_REPLY messagesJimmy Assarsson2017-10-241-0/+6
| | * | can: kvaser_usb: Correct return value in printoutJimmy Assarsson2017-10-241-1/+2
| | * | can: sun4i: fix loopback modeGerhard Bertelsmann2017-10-241-2/+1
| * | | net: mvpp2: do not sleep in set_rx_modeAntoine Tenart2017-10-261-2/+2
| * | | net: mvpp2: fix invalid parameters order when calling the tcam initAntoine Tenart2017-10-261-2/+2
| * | | net: mvpp2: fix typo in the tcam setupAntoine Tenart2017-10-261-1/+1
| | |/ | |/|
| * | tun: allow positive return values on dev_get_valid_name() callJulien Gomes2017-10-261-1/+1
| * | nfp: refuse offloading filters that redirects to upper devicesPieter Jansen van Vuuren2017-10-261-0/+2
| |/
| * net: mvpp2: do not call txq_done from the Tx path when Tx irqs are usedAntoine Tenart2017-10-241-1/+1
| * net: mvpp2: do not unmap TSO headers buffersAntoine Tenart2017-10-241-4/+13