summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Revert commit 1a8b6d76dc5b ("net:add one common config...")Ding Tianhong2017-10-093-5/+1
* ixgbe: fix masking of bits read from IXGBE_VXLANCTRL registerSabrina Dubroca2017-10-091-1/+1
* ixgbe: Return error when getting PHY address if PHY access is not supportedMark D Rustad2017-10-091-0/+4
* tipc: Unclone message at secondary destination lookupJon Maloy2017-10-081-0/+8
* tipc: correct initialization of skb listJon Maloy2017-10-081-2/+2
* gso: fix payload length when gso_size is zeroAlexey Kodanev2017-10-083-3/+3
* mlxsw: spectrum_router: Avoid expensive lookup during route removalIdo Schimmel2017-10-081-14/+0
* bpf: fix liveness markingAlexei Starovoitov2017-10-071-0/+5
* doc: Fix typo "8023.ad" in bonding documentationAxel Beckert2017-10-071-1/+1
* ipv6: fix net.ipv6.conf.all.accept_dad behaviour for realMatteo Croce2017-10-071-2/+2
* ppp: fix race in ppp device destructionGuillaume Nault2017-10-061-0/+20
* selftests/net: rxtimestamp: Fix an off by oneDan Carpenter2017-10-051-1/+1
* Merge tag 'pm-4.14-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds2017-10-051-7/+11
|\
| * Merge branch 'pm-sleep'Rafael J. Wysocki2017-10-061-7/+11
| |\
| | * PM / s2idle: Invoke the ->wake() platform callback earlierRafael J. Wysocki2017-09-291-7/+11
* | | Merge tag 'for-4.14/dm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-10-057-22/+47
|\ \ \
| * | | dm raid: fix incorrect status output at the end of a "recover" processJonathan Brassow2017-10-052-5/+7
| * | | dm crypt: reject sector_size feature if device length is not aligned to itMilan Broz2017-10-041-0/+4
| * | | dm crypt: fix memory leak in crypt_ctr_cipher_old()Jeffy Chen2017-09-281-0/+1
| * | | dm ioctl: fix alignment of event number in the device listMikulas Patocka2017-09-254-17/+35
| | |/ | |/|
* | | Merge tag 'sound-4.14-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2017-10-059-11/+61
|\ \ \
| * | | ALSA: usx2y: Suppress kernel warning at page allocation failuresTakashi Iwai2017-10-021-2/+4
| * | | Revert "ALSA: echoaudio: purge contradictions between dimension matrix member...Takashi Sakamoto2017-10-021-3/+3
| * | | ALSA: usb-audio: Check out-of-bounds access by corrupted buffer descriptorTakashi Iwai2017-09-221-0/+20
| * | | ALSA: pcm: Fix structure definition for X32 ABIBaolin Wang2017-09-221-0/+1
| * | | ALSA: usb-audio: Add sample rate quirk for Plantronics C310/C520-MKai-Heng Feng2017-09-201-0/+2
| * | | ALSA: hda - program ICT bits to support HBR audioSriram Periyasamy2017-09-202-0/+22
| * | | ALSA: asihpi: fix a potential double-fetch bug when copying puhmMeng Xu2017-09-191-4/+8
| * | | ALSA: compress: Remove unused variableGuneshwor Singh2017-09-181-2/+1
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2017-10-058-27/+118
|\ \ \ \
| * | | | Revert "HID: multitouch: Support ALPS PTP stick with pid 0x120A"Kai-Heng Feng2017-10-022-5/+0
| * | | | HID: hidraw: fix power sequence when closing deviceDmitry Torokhov2017-10-021-1/+1
| * | | | HID: wacom: Always increment hdev refcount within wacom_get_hdev_dataJason Gerecke2017-10-021-1/+3
| * | | | HID: wacom: generic: Clear ABS_MISC when tool leaves proximityJason Gerecke2017-09-131-1/+1
| * | | | HID: wacom: generic: Send MSC_SERIAL and ABS_MISC when leaving proxJason Gerecke2017-09-131-11/+16
| * | | | HID: i2c-hid: allocate hid buffers for real worst caseAdrian Salido2017-09-131-1/+2
| * | | | HID: rmi: Make sure the HID device is opened on resumeLyude2017-09-081-3/+10
| * | | | HID: multitouch: Support ALPS PTP stick with pid 0x120AShrirang Bagul2017-09-062-0/+5
| * | | | HID: multitouch: support buttons and trackpoint on Lenovo X1 Tab Gen2Pavel Tatashin2017-09-062-0/+7
| * | | | HID: wacom: Correct coordinate system of touchring and pen twistJason Gerecke2017-09-061-5/+68
| * | | | HID: wacom: Properly report negative values from Intuos Pro 2 BluetoothJason Gerecke2017-09-061-3/+3
| * | | | HID: multitouch: Fix system-control buttons not workingHans de Goede2017-09-061-0/+1
| * | | | HID: add multi-input quirk for IDC6680 touchscreenNicholas Bishop2017-09-062-0/+2
| * | | | HID: wacom: leds: Don't try to control the EKR's read-only LEDsAaron Armstrong Skomra2017-09-061-0/+3
| * | | | HID: wacom: bits shifted too much for 9th and 10th buttonsPing Cheng2017-09-061-2/+2
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2017-10-0591-388/+863
|\ \ \ \ \
| * | | | | net: 8021q: skip packets if the vlan is downVishakha Narvekar2017-10-041-0/+6
| * | | | | bpf: fix bpf_tail_call() x64 JITAlexei Starovoitov2017-10-033-4/+4
| * | | | | net: stmmac: dwmac-rk: Add RK3128 GMAC supportDavid Wu2017-10-032-0/+113
| * | | | | rndis_host: support Novatel Verizon USB730LAleksander Morgado2017-10-032-1/+14