summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-08-10vmxnet3: use correct tcp hdr length when packet is encapsulatedRonak Doshi1-1/+2
2020-08-10net: Revert "net: optimize the sockptr_t for unified kernel/user address spaces"Christoph Hellwig3-37/+9
2020-08-09net: Convert to use the fallthrough macroMiaohe Lin1-3/+3
2020-08-09net: Use helper function ip_is_fragment()Miaohe Lin1-1/+1
2020-08-09net: Remove meaningless jump label out_fsMiaohe Lin1-2/+1
2020-08-09net: Set fput_needed iff FDPUT_FPUT is setMiaohe Lin1-1/+1
2020-08-09net: Use helper function fdput()Miaohe Lin1-4/+2
2020-08-09net: phy: fix memory leak in device-create error pathJohan Hovold1-4/+4
2020-08-08net/tls: allow MSG_CMSG_COMPAT in sendmsgRouven Czerwinski1-1/+2
2020-08-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller24-135/+216
2020-08-08mptcp: fix warn at shutdown time for unaccepted msk socketsPaolo Abeni1-3/+3
2020-08-08mptcp: more stable diag self-testsPaolo Abeni1-4/+5
2020-08-08selftests: mptcp: fix dependeciesPaolo Abeni1-0/+2
2020-08-08r8152: Use MAC address from correct device tree nodeThierry Reding1-1/+1
2020-08-07bpf: Delete repeated words in commentsRandy Dunlap2-2/+2
2020-08-07selftests/bpf: Fix silent Makefile outputAndrii Nakryiko1-22/+26
2020-08-07bpf, doc: Remove references to warning message when using bpf_trace_printk()Alan Maguire1-11/+0
2020-08-07drivers/net/wan/lapbether: Added needed_headroom and a skb->len checkXie He1-1/+9
2020-08-07bpf: Fix compilation warning of selftestsJianlin Lv3-14/+21
2020-08-07selftests: bpf: Switch off timeoutJiri Benc1-0/+1
2020-08-07bpf: Remove inline from bpf_do_trace_printkStanislav Fomichev1-1/+1
2020-08-07bpf: Add missing return to resolve_btfidsStanislav Fomichev1-0/+1
2020-08-07libbf: Fix uninitialized pointer at btf__parse_raw()Daniel T. Lee1-1/+1
2020-08-07Merge branch 'bpf_iter-uapi-fix'Alexei Starovoitov13-82/+160
2020-08-07tools/bpf: Support new uapi for map element bpf iteratorYonghong Song7-25/+58
2020-08-07bpf: Change uapi for bpf iterator map elementsYonghong Song6-57/+102
2020-08-07selftests/bpf: Prevent runqslower from racing on building bpftoolAndrii Nakryiko1-2/+3
2020-08-06net: hns3: fix spelling mistake "could'nt" -> "couldn't"Colin Ian King1-1/+1
2020-08-06Merge tag 'Smack-for-5.9' of git://github.com/cschaufler/smack-nextLinus Torvalds1-3/+16
2020-08-06Merge tag 'mips_5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linuxLinus Torvalds108-1608/+3139
2020-08-06Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds18-576/+116
2020-08-06Merge tag 'csky-for-linus-5.9-rc1' of https://github.com/c-sky/csky-linuxLinus Torvalds19-143/+318
2020-08-06Merge tag 'xtensa-20200805' of git://github.com/jcmvbkbc/linux-xtensaLinus Torvalds14-16/+87
2020-08-06Merge tag 'hyperv-next-signed' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds8-68/+34
2020-08-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds2088-40877/+117368
2020-08-06Merge tag 'drm-next-2020-08-06' of git://anongit.freedesktop.org/drm/drmLinus Torvalds1426-30558/+273516
2020-08-06Merge tag 'leds-5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/pav...Linus Torvalds50-453/+1640
2020-08-06net: thunderx: initialize VF's mailbox mutex before first usageDean Nelson1-1/+3
2020-08-06Merge branch 'misc-bug-fixes-for-the-hso-driver'David S. Miller1-9/+7
2020-08-06usb: hso: remove bogus check for EINPROGRESSOliver Neukum1-2/+1
2020-08-06usb: hso: no complaint about kmalloc failureOliver Neukum1-3/+2
2020-08-06hso: fix bailout in error case of probeOliver Neukum1-4/+4
2020-08-06MIPS: SGI-IP27: always enable NUMA in KconfigMike Rapoport1-0/+1
2020-08-06MAINTAINERS: Remove myself as LED subsystem maintainerJacek Anaszewski1-2/+0
2020-08-05Merge tag 'for-linus-hmm' of git://git.kernel.org/pub/scm/linux/kernel/git/rd...Linus Torvalds14-200/+410
2020-08-05Merge tag 'mmc-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmcLinus Torvalds56-627/+1655
2020-08-05Merge tag 'hwmon-for-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/g...Linus Torvalds76-217/+1257
2020-08-05Merge tag 'devicetree-for-5.9' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds85-1267/+2610
2020-08-05Merge tag 'gpio-v5.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linu...Linus Torvalds59-1597/+2048
2020-08-05random: random.h should include archrandom.h, not the other way aroundLinus Torvalds2-2/+1