summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2018-01-265-17/+10
|\
| * net: vrf: Add support for sends to local broadcast addressDavid Ahern2018-01-251-2/+3
| * r8169: fix memory corruption on retrieval of hardware statistics.Francois Romieu2018-01-251-7/+2
| * net: don't call update_pmtu unconditionallyNicolas Dichtel2018-01-253-8/+5
* | Merge tag 'drm-fixes-for-v4.15-rc10-2' of git://people.freedesktop.org/~airli...Linus Torvalds2018-01-262-21/+58
|\ \
| * \ Merge branch 'linux-4.15' of git://github.com/skeggsb/linux into drm-fixesDave Airlie2018-01-261-15/+31
| |\ \
| | * | drm/nouveau: Move irq setup/teardown to pci ctor/dtorLyude Paul2018-01-261-15/+31
| * | | Merge tag 'drm-misc-fixes-2018-01-24' of git://anongit.freedesktop.org/drm/dr...Dave Airlie2018-01-251-6/+27
| |\ \ \
| | * | | drm/vc4: Fix NULL pointer dereference in vc4_save_hang_state()Boris Brezillon2018-01-181-6/+6
| | * | | drm/vc4: Flush the caches before the bin jobs, as well.Eric Anholt2018-01-181-0/+21
* | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2018-01-256-130/+210
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | Revert "Input: synaptics_rmi4 - use devm_device_add_group() for attributes in...Nick Dyer2018-01-241-3/+9
| * | | | Input: trackpoint - only expose supported controls for Elan, ALPS and NXPDmitry Torokhov2018-01-222-110/+172
| * | | | Input: trackpoint - force 3 buttons if 0 button is reportedAaron Ma2018-01-221-0/+3
| * | | | Input: xpad - add support for PDP Xbox One controllersMark Furneaux2018-01-221-0/+19
| * | | | Input: stmfts,s6sy671 - add SPDX identifierAndi Shyti2018-01-222-20/+10
* | | | | net/ibm/emac: wrong bit is used for STA control register writeIvan Mikhaylov2018-01-241-1/+1
* | | | | net/ibm/emac: add 8192 rx/tx fifo sizeIvan Mikhaylov2018-01-242-0/+8
* | | | | vhost: do not try to access device IOTLB when not initializedJason Wang2018-01-241-0/+4
* | | | | vhost: use mutex_lock_nested() in vhost_dev_lock_vqs()Jason Wang2018-01-241-1/+1
* | | | | i40e: flower: check if TC offload is enabled on a netdevJakub Kicinski2018-01-241-0/+2
* | | | | qed: Free reserved MR tidMichal Kalderon2018-01-241-11/+17
* | | | | qed: Remove reserveration of dpi for kernelMichal Kalderon2018-01-241-3/+0
* | | | | mlxsw: spectrum_router: Don't log an error on missing neighborYuval Mintz2018-01-241-8/+2
* | | | | vmxnet3: repair memory leakNeil Horman2018-01-231-1/+1
* | | | | pppoe: take ->needed_headroom of lower device into account on xmitGuillaume Nault2018-01-231-5/+6
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2018-01-236-22/+83
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | be2net: restore properly promisc mode after queues reconfigurationIvan Vecera2018-01-221-0/+9
| * | | | ibmvnic: Allocate and request vpd in init_resourcesJohn Allen2018-01-221-7/+9
| * | | | ibmvnic: Revert to previous mtu when unsupported value requestedJohn Allen2018-01-221-1/+11
| * | | | ibmvnic: Modify buffer size and number of queues on failoverJohn Allen2018-01-222-7/+40
| * | | | usbnet: silence an unnecessary warningOliver Neukum2018-01-221-5/+3
| * | | | cxgb4: fix endianness for vlan value in cxgb4_tc_flowerKumar Sanghvi2018-01-221-2/+2
| * | | | cxgb4: set filter type to 1 for ETH_P_IPV6Kumar Sanghvi2018-01-221-0/+3
| * | | | net/mlx5e: Fix fixpoint divide exception in mlx5e_am_stats_compareTalat Batheesh2018-01-211-0/+6
* | | | | Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2018-01-191-2/+15
|\ \ \ \ \
| * | | | | scsi: libsas: Disable asynchronous aborts for SATA devicesHannes Reinecke2018-01-101-2/+15
* | | | | | Merge tag 'for-4.15/dm-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2018-01-194-35/+59
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | dm crypt: fix error return code in crypt_ctr()Wei Yongjun2018-01-171-0/+1
| * | | | | dm crypt: wipe kernel key copy after IV initializationOndrej Kozina2018-01-171-4/+8
| * | | | | dm integrity: don't store cipher request on the stackMikulas Patocka2018-01-171-12/+37
| * | | | | dm crypt: fix crash by adding missing check for auth key sizeMilan Broz2018-01-171-1/+6
| * | | | | dm btree: fix serious bug in btree_split_beneath()Joe Thornber2018-01-171-17/+2
| * | | | | dm thin metadata: THIN_MAX_CONCURRENT_LOCKS should be 6Dennis Yang2018-01-171-1/+5
* | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2018-01-198-23/+44
|\ \ \ \ \ \ | | |_|/ / / | |/| | | |
| * | | | | Input: synaptics-rmi4 - prevent UAF reported by KASANNick Desaulniers2018-01-181-1/+3
| * | | | | Input: ALPS - fix multi-touch decoding on SS4 plus touchpadsNir Perry2018-01-122-14/+19
| * | | | | Input: synaptics - Lenovo Thinkpad T460p devices should use RMI王振杰2018-01-101-0/+1
| * | | | | Input: of_touchscreen - add MODULE_LICENSEArnd Bergmann2018-01-101-0/+4
| * | | | | Input: 88pm860x-ts - fix child-node lookupJohan Hovold2018-01-081-4/+12