summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/scsicam.c (unfollow)
Commit message (Expand)AuthorFilesLines
2020-04-26hsr: remove unnecessary code in hsr_dev_change_mtu()Taehee Yoo1-3/+1
2020-04-26tcp: mptcp: use mptcp receive buffer space to select rcv windowFlorian Westphal3-2/+27
2020-04-26dpaa2-eth: add channel stat to debugfsIoana Ciornei4-4/+10
2020-04-26octeontx2-pf: Remove unneeded semicolonZheng Bin1-1/+1
2020-04-26net: phy: dp83867: Remove unneeded semicolonZheng Bin1-2/+2
2020-04-26net: hns3: optimize the filter table entries handling when resettingJian Shen8-105/+94
2020-04-26net: hns3: use mutex vport_lock instead of mutex umv_lockJian Shen2-13/+19
2020-04-26net: hns3: refactor the promisc mode settingJian Shen8-46/+122
2020-04-26net: hns3: add support for dumping UC and MC MAC listJian Shen2-0/+53
2020-04-26net: hns3: refactor the MAC address configureJian Shen6-218/+860
2020-04-26net: hns3: replace num_req_vfs with num_alloc_vport in hclge_reset_umv_space()Jian Shen1-1/+1
2020-04-26net: hns3: remove unnecessary parameter 'is_alloc' in hclge_set_umv_space()Jian Shen1-9/+5
2020-04-26net: hns3: refine for unicast MAC VLAN space managementJian Shen1-48/+24
2020-04-25selftests/bpf: Fix a couple of broken test_btf casesStanislav Fomichev4-40/+16
2020-04-25tools/runqslower: Ensure own vmlinux.h is picked up firstAndrii Nakryiko1-1/+1
2020-04-25bpf: Make bpf_link_fops staticZou Wei1-1/+1
2020-04-25bpftool: Respect the -d option in struct_ops cmdMartin KaFai Lau1-1/+7
2020-04-25selftests/bpf: Add test for freplace program with expected_attach_typeToke Høiland-Jørgensen3-18/+58
2020-04-25bpf: Propagate expected_attach_type when verifying freplace programsToke Høiland-Jørgensen1-0/+8
2020-04-25bpf: Fix leak in LINK_UPDATE and enforce empty old_prog_fdAndrii Nakryiko1-2/+9
2020-04-25bpf, x86_32: Fix logic error in BPF_LDX zero-extensionWang YanQing1-1/+1
2020-04-25bpf, x86_32: Fix clobbering of dst for BPF_JSETLuke Nelson1-4/+18
2020-04-25bpf, x86_32: Fix incorrect encoding in BPF_LDX zero-extensionLuke Nelson1-1/+3
2020-04-25bpf: Fix reStructuredText markupJakub Wilk2-2/+2
2020-04-25ptp: idt82p33: remove unnecessary comparisonYang Yingliang1-1/+1
2020-04-25net: ipv6: remove unused inline function ip6_set_txhashYueHaibing1-1/+0
2020-04-25net: sched: remove unused inline function qdisc_reset_all_txYueHaibing1-5/+0
2020-04-25net: atlantic: Remove unneeded semicolonZheng Bin1-2/+2
2020-04-25net/mlxfw: Remove unneeded semicolonZheng Bin1-2/+2
2020-04-25net: systemport: suppress warnings on failed Rx SKB allocationsDoug Berger1-1/+2
2020-04-25net: bcmgenet: suppress warnings on failed Rx SKB allocationsDoug Berger1-1/+2
2020-04-25net: phy: clear phydev->suspended after soft resetHeiner Kallweit1-1/+11
2020-04-25net: phy: remove genphy_no_soft_resetHeiner Kallweit6-10/+0
2020-04-25net: phy: make phy_suspend a no-op if PHY is suspended alreadyHeiner Kallweit1-0/+3
2020-04-25net: phylink, dsa: eliminate phylink_fixed_state_cb()Russell King3-43/+29
2020-04-25dpaa2-eth: fix return codes used in ndo_setup_tcJesper Dangaard Brouer1-2/+2
2020-04-25net: sched: report ndo_setup_tc failures via extackJesper Dangaard Brouer1-1/+4
2020-04-25macsec: avoid to set wrong mtuTaehee Yoo1-4/+8
2020-04-25mlxsw: spectrum_span: Replace zero-length array with flexible-array memberIdo Schimmel1-1/+1
2020-04-25mlxsw: spectrum_span: Use 'refcount_t' for reference countingIdo Schimmel2-9/+10
2020-04-25mlxsw: spectrum_span: Remove unnecessary debug printsIdo Schimmel1-5/+0
2020-04-25mlxsw: spectrum_span: Rename parms() to parms_set()Amit Cohen2-9/+9
2020-04-25mlxsw: spectrum_span: Reduce nesting in mlxsw_sp_span_entry_configure()Amit Cohen1-10/+19
2020-04-24proc: Put thread_pid in release_task not proc_flush_pidEric W. Biederman2-1/+1
2020-04-24mm: check that mm is still valid in madvise()Linus Torvalds1-0/+18
2020-04-24afs: Make record checking use TASK_UNINTERRUPTIBLE when appropriateDavid Howells4-12/+11
2020-04-24afs: Fix to actually set AFS_SERVER_FL_HAVE_EPOCHDavid Howells1-1/+1
2020-04-24afs: Remove some unused bitsDavid Howells3-8/+3
2020-04-24mac80211: sta_info: Add lockdep condition for RCU list usageMadhuparna Bhowmik1-1/+2
2020-04-24mac80211: populate debugfs only after cfg80211 initJohannes Berg10-25/+51