summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-12-10Merge tag 'fixes-v5.10a' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds
2020-12-10Merge tag 'nfs-for-5.10-3' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds
2020-12-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds
2020-12-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller
2020-12-10NFS: Disable READ_PLUS by defaultAnna Schumaker
2020-12-10NFSv4.2: Fix 5 seconds delay when doing inter server copyDai Ngo
2020-12-10NFS: Fix rpcrdma_inline_fixup() crash with new LISTXATTRS operationChuck Lever
2020-12-10selftests: fix poll error in udpgro.shPaolo Abeni
2020-12-10selftests/bpf: Fix "dubious pointer arithmetic" testJean-Philippe Brucker
2020-12-10selftests/bpf: Fix array access with signed variable testJean-Philippe Brucker
2020-12-10selftests/bpf: Add test for signed 32-bit bound check bugJean-Philippe Brucker
2020-12-10bpf: Fix propagation of 32-bit signed bounds from 64-bit bounds.Alexei Starovoitov
2020-12-10Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds
2020-12-10Merge tag 'media/v5.10-4' of git://git.kernel.org/pub/scm/linux/kernel/git/mc...Linus Torvalds
2020-12-09MAINTAINERS: Add entry for Marvell Prestera Ethernet Switch driverMickey Rachamim
2020-12-09net: sched: Fix dump of MPLS_OPT_LSE_LABEL attribute in cls_flowerGuillaume Nault
2020-12-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller
2020-12-09Merge branch '1GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/ne...David S. Miller
2020-12-09Merge branch 'mlx4_en-fixes'David S. Miller
2020-12-09net/mlx4_en: Handle TX error CQEMoshe Shemesh
2020-12-09net/mlx4_en: Avoid scheduling restart task if it is already runningMoshe Shemesh
2020-12-09tcp: fix cwnd-limited bug for TSO deferral where we send nothingNeal Cardwell
2020-12-09net: flow_offload: Fix memory leak for indirect flow blockChris Mi
2020-12-09tcp: Retain ECT bits for tos reflectionWei Wang
2020-12-09ethtool: fix stack overflow in ethnl_parse_bitset()Michal Kubecek
2020-12-09e1000e: fix S0ix flow to allow S0i3.2 subset entryVitaly Lifshits
2020-12-09ice: avoid premature Rx buffer reuseBjörn Töpel
2020-12-09ixgbe: avoid premature Rx buffer reuseBjörn Töpel
2020-12-09i40e: avoid premature Rx buffer reuseBjörn Töpel
2020-12-09igb: avoid transmit queue timeout in xdp pathSven Auhagen
2020-12-09igb: use xdp_do_flushSven Auhagen
2020-12-09igb: skb add metasize for xdpSven Auhagen
2020-12-09igb: XDP extack message on errorSven Auhagen
2020-12-09igb: take VLAN double header into accountSven Auhagen
2020-12-09igb: XDP xmit back fix error codeSven Auhagen
2020-12-09Merge tag 'arm-soc-fixes-v5.10-4b' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2020-12-09Revert "geneve: pull IP header before ECN decapsulation"Jakub Kicinski
2020-12-09firmware: xilinx: Mark pm_api_features_map with static keywordZou Wei
2020-12-09ARM: dts: mmp2-olpc-xo-1-75: clear the warnings when make dtbsZhen Lei
2020-12-09RDMA/cm: Fix an attempt to use non-valid pointer when cleaning timewaitLeon Romanovsky
2020-12-09Merge tag 'iommu-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds
2020-12-09can: isotp: isotp_setsockopt(): block setsockopt on bound socketsOliver Hartkopp
2020-12-09Merge branch 'bpf-xdp-offload-fixes'Daniel Borkmann
2020-12-09selftests/bpf/test_offload.py: Filter bpftool internal map when counting mapsToke Høiland-Jørgensen
2020-12-09selftests/bpf/test_offload.py: Reset ethtool features after failed settingToke Høiland-Jørgensen
2020-12-09selftests/bpf/test_offload.py: Fix expected case of extack messagesToke Høiland-Jørgensen
2020-12-09selftests/bpf/test_offload.py: Only check verifier log on verification failsToke Høiland-Jørgensen
2020-12-09netdevsim: Add debugfs toggle to reject BPF programs in verifierToke Høiland-Jørgensen
2020-12-09selftests/bpf/test_offload.py: Remove check for program load flags matchToke Høiland-Jørgensen
2020-12-09xdp: Remove the xdp_attachment_flags_ok() callbackToke Høiland-Jørgensen