summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2020-04-25dccp: remove unused inline function dccp_set_seqnoYueHaibing1-5/+0
2020-04-25qlcnic: remove unused inline function qlcnic_hw_write_wx_2MYueHaibing1-6/+0
2020-04-25liquidio: remove unused inline functionsYueHaibing1-12/+0
2020-04-25ptp: clockmatrix: remove unnecessary comparisonYang Yingliang1-1/+1
2020-04-25hsr: remove unnecessary code in hsr_dev_change_mtu()Taehee Yoo1-3/+1
2020-04-25tcp: mptcp: use mptcp receive buffer space to select rcv windowFlorian Westphal3-2/+27
2020-04-25dpaa2-eth: add channel stat to debugfsIoana Ciornei4-4/+10
2020-04-25octeontx2-pf: Remove unneeded semicolonZheng Bin1-1/+1
2020-04-25net: phy: dp83867: Remove unneeded semicolonZheng Bin1-2/+2
2020-04-25Merge branch 'net-hns3-refactor-for-MAC-table'David S. Miller12-428/+1166
2020-04-25net: hns3: optimize the filter table entries handling when resettingJian Shen8-105/+94
2020-04-25net: hns3: use mutex vport_lock instead of mutex umv_lockJian Shen2-13/+19
2020-04-25net: hns3: refactor the promisc mode settingJian Shen8-46/+122
2020-04-25net: hns3: add support for dumping UC and MC MAC listJian Shen2-0/+53
2020-04-25net: hns3: refactor the MAC address configureJian Shen6-218/+860
2020-04-25net: hns3: replace num_req_vfs with num_alloc_vport in hclge_reset_umv_space()Jian Shen1-1/+1
2020-04-25net: hns3: remove unnecessary parameter 'is_alloc' in hclge_set_umv_space()Jian Shen1-9/+5
2020-04-25net: hns3: refine for unicast MAC VLAN space managementJian Shen1-48/+24
2020-04-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller548-3210/+5609
2020-04-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2-1/+1
2020-04-25Merge tag 'timers-urgent-2020-04-25' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-2/+2
2020-04-25Merge tag 'sched-urgent-2020-04-25' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2-21/+35
2020-04-25Merge tag 'perf-urgent-2020-04-25' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2-3/+11
2020-04-25Merge tag 'objtool-urgent-2020-04-25' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2-2/+2
2020-04-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds114-397/+1131
2020-04-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller19-85/+203
2020-04-24selftests/bpf: Fix a couple of broken test_btf casesStanislav Fomichev4-40/+16
2020-04-24tools/runqslower: Ensure own vmlinux.h is picked up firstAndrii Nakryiko1-1/+1
2020-04-24bpf: Make bpf_link_fops staticZou Wei1-1/+1
2020-04-24bpftool: Respect the -d option in struct_ops cmdMartin KaFai Lau1-1/+7
2020-04-24selftests/bpf: Add test for freplace program with expected_attach_typeToke Høiland-Jørgensen3-18/+58
2020-04-24bpf: Propagate expected_attach_type when verifying freplace programsToke Høiland-Jørgensen1-0/+8
2020-04-24bpf: Fix leak in LINK_UPDATE and enforce empty old_prog_fdAndrii Nakryiko1-2/+9
2020-04-24bpf, x86_32: Fix logic error in BPF_LDX zero-extensionWang YanQing1-1/+1
2020-04-24bpf, x86_32: Fix clobbering of dst for BPF_JSETLuke Nelson1-4/+18
2020-04-24bpf, x86_32: Fix incorrect encoding in BPF_LDX zero-extensionLuke Nelson1-1/+3
2020-04-24bpf: Fix reStructuredText markupJakub Wilk2-2/+2
2020-04-24ptp: idt82p33: remove unnecessary comparisonYang Yingliang1-1/+1
2020-04-24net: ipv6: remove unused inline function ip6_set_txhashYueHaibing1-1/+0
2020-04-24net: sched: remove unused inline function qdisc_reset_all_txYueHaibing1-5/+0
2020-04-24net: atlantic: Remove unneeded semicolonZheng Bin1-2/+2
2020-04-24net/mlxfw: Remove unneeded semicolonZheng Bin1-2/+2
2020-04-24net: systemport: suppress warnings on failed Rx SKB allocationsDoug Berger1-1/+2
2020-04-24net: bcmgenet: suppress warnings on failed Rx SKB allocationsDoug Berger1-1/+2
2020-04-24Merge branch 'net-phy-smaller-phylib-improvements'David S. Miller6-11/+14
2020-04-24net: phy: clear phydev->suspended after soft resetHeiner Kallweit1-1/+11
2020-04-24net: phy: remove genphy_no_soft_resetHeiner Kallweit6-10/+0
2020-04-24net: phy: make phy_suspend a no-op if PHY is suspended alreadyHeiner Kallweit1-0/+3
2020-04-24net: phylink, dsa: eliminate phylink_fixed_state_cb()Russell King3-43/+29
2020-04-24Merge branch 'qdisc-noop'David S. Miller2-3/+6