summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* ecryptfs: fix a memory leak bug in ecryptfs_init_messaging()Wenwen Wang2019-08-201-0/+1
* ecryptfs: fix a memory leak bug in parse_tag_1_packet()Wenwen Wang2019-08-201-1/+1
* Merge tag 'clk-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2019-08-206-75/+163
|\
| * clk: Fix potential NULL dereference in clk_fetch_parent_index()Martin Blumenstingl2019-08-161-1/+2
| * clk: Fix falling back to legacy parent string matchingStephen Boyd2019-08-161-12/+34
| * clk: socfpga: stratix10: fix rate caclulationg for cnt_clksDinh Nguyen2019-08-141-1/+1
| * clk: samsung: exynos542x: Move MSCL subsystem clocks to its sub-CMUMarek Szyprowski2019-08-081-14/+34
| * clk: samsung: exynos5800: Move MAU subsystem clocks to MAU sub-CMUSylwester Nawrocki2019-08-081-11/+43
| * clk: samsung: Change signature of exynos5_subcmus_init() functionSylwester Nawrocki2019-08-084-36/+49
* | Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2019-08-204-2/+22
|\ \
| * | signal: Allow cifs and drbd to receive their terminating signalsEric W. Biederman2019-08-194-2/+22
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2019-08-19125-688/+1156
|\ \ \
| * | | ravb: Fix use-after-free ravb_tstamp_skbTho Vu2019-08-181-2/+6
| * | | Merge branch 'flow_offload-hardware-priority-fixes'David S. Miller2019-08-189-17/+28
| |\ \ \
| | * | | netfilter: nf_tables: map basechain priority to hardware priorityPablo Neira Ayuso2019-08-183-3/+20
| | * | | net: sched: use major priority number as hardware priorityPablo Neira Ayuso2019-08-186-14/+8
| |/ / /
| * | | wimax/i2400m: fix a memory leak bugWenwen Wang2019-08-181-1/+3
| * | | net: cavium: fix driver nameStephen Hemminger2019-08-181-1/+1
| * | | ibmvnic: Unmap DMA address of TX descriptor buffers after useThomas Falcon2019-08-181-9/+2
| * | | Merge branch 'bnxt_en-Bug-fixes'David S. Miller2019-08-185-29/+42
| |\ \ \
| | * | | bnxt_en: Fix to include flow direction in L2 keySomnath Kotur2019-08-182-5/+5
| | * | | bnxt_en: Use correct src_fid to determine direction of the flowVenkat Duvvuru2019-08-181-3/+1
| | * | | bnxt_en: Suppress HWRM errors for HWRM_NVM_GET_VARIABLE commandVasundhara Volam2019-08-181-3/+6
| | * | | bnxt_en: Fix handling FRAG_ERR when NVM_INSTALL_UPDATE cmd failsVasundhara Volam2019-08-181-7/+5
| | * | | bnxt_en: Improve RX doorbell sequence.Michael Chan2019-08-181-3/+7
| | * | | bnxt_en: Fix VNIC clearing logic for 57500 chips.Michael Chan2019-08-181-8/+18
| |/ / /
| * | | net: kalmia: fix memory leaksWenwen Wang2019-08-181-3/+3
| * | | cx82310_eth: fix a memory leak bugWenwen Wang2019-08-181-1/+2
| * | | bnx2x: Fix VF's VLAN reconfiguration in reload.Manish Chopra2019-08-183-8/+18
| * | | Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller2019-08-179-9/+84
| |\ \ \
| | * | | Bluetooth: Add debug setting for changing minimum encryption key sizeMarcel Holtmann2019-08-174-1/+34
| | * | | Bluetooth: hci_qca: Skip 1 error print in device_want_to_sleep()Rocky Liao2019-08-141-2/+2
| | * | | Bluetooth: btqca: Reset download type to defaultBalakrishna Godavarthi2019-08-121-0/+1
| | * | | Bluetooth: btqca: release_firmware after qca_inject_cmd_complete_eventClaire Chang2019-08-121-1/+1
| | * | | Bluetooth: hidp: Let hidp_send_message return number of queued bytesFabian Henneke2019-08-121-2/+7
| | * | | Bluetooth: hci_qca: Send VS pre shutdown command.Harish Bandi2019-08-123-0/+31
| | * | | Bluetooth: btqca: Use correct byte format for opcode of injected commandMatthias Kaehlcke2019-08-121-1/+1
| | * | | Bluetooth: hci_qca: Use kfree_skb() instead of kfree()Wei Yongjun2019-08-121-1/+1
| | * | | Bluetooth: btqca: Add a short delay before downloading the NVMMatthias Kaehlcke2019-08-121-0/+3
| | * | | Bluetooth: btusb: Fix error return code in btusb_mtk_setup_firmware()Wei Yongjun2019-08-121-1/+3
| * | | | tipc: fix false detection of retransmit failuresTuong Lien2019-08-172-43/+57
| * | | | lan78xx: Fix memory leaksWenwen Wang2019-08-171-3/+5
| * | | | MAINTAINERS: r8169: Update path to the driverDenis Efremov2019-08-161-1/+1
| * | | | MAINTAINERS: PHY LIBRARY: Update files in the recordDenis Efremov2019-08-161-1/+1
| * | | | Merge tag 'rxrpc-fixes-20190814' of git://git.kernel.org/pub/scm/linux/kernel...David S. Miller2019-08-162-13/+14
| |\ \ \ \
| | * | | | rxrpc: Fix read-after-free in rxrpc_queue_local()David Howells2019-08-142-12/+13
| | * | | | rxrpc: Fix local endpoint replacementDavid Howells2019-08-141-1/+1
| | |/ / /
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2019-08-157-30/+153
| |\ \ \ \
| | * | | | netfilter: nft_flow_offload: skip tcp rst and fin packetsPablo Neira Ayuso2019-08-141-3/+6
| | * | | | netfilter: conntrack: Use consistent ct id hash calculationDirk Morris2019-08-131-8/+8