summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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/+2Star
* 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/+1Star
| * 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/+5Star
| * 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
| * | netfilter: nf_flow_table: teardown flow timeout racePablo Neira Ayuso2019-08-091-9/+25
| * | netfilter: nf_flow_table: conntrack picks up expired flowsPablo Neira Ayuso2019-08-091-7/+10
| * | netfilter: nf_tables: use-after-free in failing rule with bound setPablo Neira Ayuso2019-08-092-7/+17
| * | netfilter: nf_flow_table: fix offload for flows that are subject to xfrmFlorian Westphal2019-08-051-0/+43
| * | selftests: netfilter: extend flowtable test script for ipsecFlorian Westphal2019-08-051-0/+48
* | | net/packet: fix race in tpacket_snd()Eric Dumazet2019-08-151-0/+7
* | | net: myri10ge: fix memory leaksWenwen Wang2019-08-151-1/+1
* | | net: tls, fix sk_write_space NULL write when tx disabledJohn Fastabend2019-08-151-1/+2
* | | liquidio: add cleanup in octeon_setup_iq()Wenwen Wang2019-08-151-1/+3
* | | Merge tag 'mlx5-fixes-2019-08-15' of git://git.kernel.org/pub/scm/linux/kerne...David S. Miller2019-08-154-0/+49
|\ \ \
| * | | net/mlx5e: Fix compatibility issue with ethtool flash deviceEran Ben Elisha2019-08-153-0/+46
| * | | net/mlx5e: Fix a race with XSKICOSQ in XSK wakeup flowMaxim Mikityanskiy2019-08-151-0/+3
|/ / /
* | | selftests: net: tcp_fastopen_backup_key.sh: fix shellcheck issueAnders Roxell2019-08-151-1/+1
* | | cxgb4: fix a memory leak bugWenwen Wang2019-08-151-1/+3
* | | sctp: fix memleak in sctp_send_reset_streamszhengbin2019-08-141-0/+1
* | | netlink: Fix nlmsg_parse as a wrapper for strict message parsingDavid Ahern2019-08-141-3/+2Star