summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* objtool: Fix stack offset tracking for indirect CFAsJosh Poimboeuf2020-04-251-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2020-04-24114-397/+1131
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2020-04-2419-85/+203
| |\
| | * selftests/bpf: Fix a couple of broken test_btf casesStanislav Fomichev2020-04-244-40/+16
| | * tools/runqslower: Ensure own vmlinux.h is picked up firstAndrii Nakryiko2020-04-241-1/+1
| | * bpf: Make bpf_link_fops staticZou Wei2020-04-241-1/+1
| | * bpftool: Respect the -d option in struct_ops cmdMartin KaFai Lau2020-04-241-1/+7
| | * selftests/bpf: Add test for freplace program with expected_attach_typeToke Høiland-Jørgensen2020-04-243-18/+58
| | * bpf: Propagate expected_attach_type when verifying freplace programsToke Høiland-Jørgensen2020-04-241-0/+8
| | * bpf: Fix leak in LINK_UPDATE and enforce empty old_prog_fdAndrii Nakryiko2020-04-241-2/+9
| | * bpf, x86_32: Fix logic error in BPF_LDX zero-extensionWang YanQing2020-04-241-1/+1
| | * bpf, x86_32: Fix clobbering of dst for BPF_JSETLuke Nelson2020-04-241-4/+18
| | * bpf, x86_32: Fix incorrect encoding in BPF_LDX zero-extensionLuke Nelson2020-04-241-1/+3
| | * bpf: Fix reStructuredText markupJakub Wilk2020-04-242-2/+2
| | * libbpf: Only check mode flags in get_xdp_idDavid Ahern2020-04-221-0/+2
| | * bpf, selftests: Add test for BPF_STX BPF_B storing R10Luke Nelson2020-04-201-0/+40
| | * bpf, x86: Fix encoding for lower 8-bit registers in BPF_STX BPF_BLuke Nelson2020-04-201-3/+15
| | * bpf: Fix handling of XADD on BTF memoryJann Horn2020-04-201-1/+1
| | * bpf: Forbid XADD on spilled pointers for unprivileged usersJann Horn2020-04-202-9/+20
| | * cpumap: Avoid warning when CONFIG_DEBUG_PER_CPU_MAPS is enabledToke Høiland-Jørgensen2020-04-201-1/+1
| * | net: systemport: suppress warnings on failed Rx SKB allocationsDoug Berger2020-04-241-1/+2
| * | net: bcmgenet: suppress warnings on failed Rx SKB allocationsDoug Berger2020-04-241-1/+2
| * | macsec: avoid to set wrong mtuTaehee Yoo2020-04-241-4/+8
| * | Merge tag 'mac80211-for-net-2020-04-24' of git://git.kernel.org/pub/scm/linux...David S. Miller2020-04-2412-27/+54
| |\ \
| | * | mac80211: sta_info: Add lockdep condition for RCU list usageMadhuparna Bhowmik2020-04-241-1/+2
| | * | mac80211: populate debugfs only after cfg80211 initJohannes Berg2020-04-2410-25/+51
| | * | mac80211_hwsim: use GFP_ATOMIC under spin lockWei Yongjun2020-04-231-1/+1
| * | | Merge tag 'wireless-drivers-2020-04-24' of git://git.kernel.org/pub/scm/linux...David S. Miller2020-04-2410-55/+80
| |\ \ \
| | * | | MAINTAINERS: update mt76 reviewersRyder Lee2020-04-211-1/+0
| | * | | iwlwifi: fix WGDS check when WRDS is disabledLuca Coelho2020-04-212-16/+18
| | * | | iwlwifi: mvm: fix inactive TID removal return value usageJohannes Berg2020-04-211-2/+2
| | * | | iwlwifi: mvm: Do not declare support for ACK Enabled AggregationIlan Peer2020-04-211-4/+2
| | * | | iwlwifi: mvm: limit maximum queue appropriatelyJohannes Berg2020-04-212-3/+8
| | * | | iwlwifi: pcie: indicate correct RB size to deviceJohannes Berg2020-04-211-4/+14
| | * | | iwlwifi: mvm: beacon statistics shouldn't go backwardsMordechay Goodstein2020-04-211-2/+11
| | * | | iwlwifi: pcie: actually release queue memory in TVQMJohannes Berg2020-04-211-0/+3
| | * | | iwlwifi: actually check allocated conf_tlv pointerChris Rorvick2020-04-211-1/+1
| | * | | MAINTAINERS: update list of qtnfmac maintainersSergey Matyukevich2020-04-171-1/+0
| | * | | MAINTAINERS: Update URL for wireless driversNils ANDRÉ-CHANG2020-04-171-21/+21
| * | | | net: bcmgenet: correct per TX/RX ring statisticsDoug Berger2020-04-231-0/+3
| * | | | net: meth: remove spurious copyright textJonathan Corbet2020-04-231-16/+0
| * | | | net: phy: bcm84881: clear settings on link downRussell King2020-04-231-3/+3
| * | | | chcr: Fix CPU hard lockupRohit Maheshwari2020-04-231-4/+2
| * | | | net/x25: Fix x25_neigh refcnt leak when receiving frameXiyu Yang2020-04-231-1/+3
| * | | | mptcp/pm_netlink.c : add check for nla_put_in/6_addrBo YU2020-04-231-5/+7
| * | | | net: ethernet: ixp4xx: Add error handling in ixp4xx_eth_probe()Tang Bin2020-04-231-0/+2
| * | | | cxgb4: fix adapter crash due to wrong MC sizeVishal Kulkarni2020-04-231-7/+20
| * | | | Merge branch 'vxlan-geneve-use-the-correct-nlattr-array-for-extack'David S. Miller2020-04-232-4/+4
| |\ \ \ \
| | * | | | geneve: use the correct nlattr array in NL_SET_ERR_MSG_ATTRSabrina Dubroca2020-04-231-1/+1
| | * | | | vxlan: use the correct nlattr array in NL_SET_ERR_MSG_ATTRSabrina Dubroca2020-04-231-3/+3
| |/ / / /