summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-09-26net: lantiq: use netif_tx_napi_add() for TX NAPIHauke Mehrtens1-1/+1
2020-09-26net: lantiq: Wake TX queue againHauke Mehrtens1-0/+3
2020-09-26bnxt_en: Protect bnxt_set_eee() and bnxt_set_pauseparam() with mutex.Michael Chan1-11/+20
2020-09-26bnxt_en: return proper error codes in bnxt_show_tempEdwin Peer1-6/+13
2020-09-26bnxt_en: Use memcpy to copy VPD field info.Vasundhara Volam1-3/+5
2020-09-26net/mlx5e: TLS, Do not expose FPGA TLS counter if not supportedTariq Toukan1-4/+8
2020-09-26net/mlx5e: Enable adding peer miss rules only if merged eswitch is supportedMaor Dickman1-24/+28
2020-09-26tipc: use skb_unshare() instead in tipc_buf_append()Xin Long1-1/+2
2020-09-26tipc: fix shutdown() of connection oriented socketTetsuo Handa1-4/+1
2020-09-26tipc: Fix memory leak in tipc_group_create_member()Peilin Ye1-4/+10
2020-09-26taprio: Fix allowing too small intervalsVinicius Costa Gomes1-11/+17
2020-09-26nfp: use correct define to return NONE fecJakub Kicinski1-2/+2
2020-09-26net: sctp: Fix IPv6 ancestor_size calc in sctp_copy_descendantHenry Ptasinski2-9/+8
2020-09-26net: sch_generic: aviod concurrent reset and enqueue op for lockless qdiscYunsheng Lin1-15/+33
2020-09-26net: sched: initialize with 0 before setting erspan md->uXin Long1-0/+1
2020-09-26net: phy: call phy_disable_interrupts() in phy_attach_direct() insteadYoshihiro Shimoda1-4/+4
2020-09-26net/mlx5: Fix FTE cleanupMaor Gottlieb1-4/+4
2020-09-26net: ipv6: fix kconfig dependency warning for IPV6_SEG6_HMACNecip Fazil Yildiran1-0/+1
2020-09-26net: Fix bridge enslavement failureIdo Schimmel1-1/+1
2020-09-26net: dsa: rtl8366: Properly clear member configLinus Walleij1-7/+13
2020-09-26net: DCB: Validate DCB_ATTR_DCB_BUFFER argumentPetr Machata1-0/+8
2020-09-26net: bridge: br_vlan_get_pvid_rcu() should dereference the VLAN group under RCUVladimir Oltean1-10/+17
2020-09-26ipv6: avoid lockdep issue in fib6_del()Eric Dumazet1-4/+9
2020-09-26ipv4: Update exception handling for multipath routes via same deviceDavid Ahern1-5/+8
2020-09-26ipv4: Initialize flowi4_multipath_hash in data pathDavid Ahern4-0/+4
2020-09-26ip: fix tos reflection in ack and reset packetsWei Wang1-1/+2
2020-09-26hinic: bump up the timeout of SET_FUNC_STATE cmdLuo bin1-5/+11
2020-09-26hdlc_ppp: add range checks in ppp_cp_parse_cr()Dan Carpenter1-5/+11
2020-09-26geneve: add transport ports in route lookup for geneveMark Gray1-10/+27
2020-09-26cxgb4: Fix offset when clearing filter byte countersGanji Aravind1-3/+6
2020-09-26cxgb4: fix memory leak during module unloadRaju Rangoju1-1/+1
2020-09-26bnxt_en: Fix NULL ptr dereference crash in bnxt_fw_reset_task()Vasundhara Volam1-3/+4
2020-09-26bnxt_en: Avoid sending firmware messages when AER error is detected.Vasundhara Volam2-3/+7
2020-09-26act_ife: load meta modules before tcf_idr_check_alloc()Cong Wang1-10/+34
2020-09-26ibmvnic: add missing parenthesis in do_reset()Jakub Kicinski1-2/+4
2020-09-26ibmvnic fix NULL tx_pools and rx_tools issue at do_resetMingming Cao1-1/+14
2020-09-23Linux 5.8.11v5.8.11Greg Kroah-Hartman1-1/+1
2020-09-23nvme-loop: set ctrl state connecting after initChaitanya Kulkarni1-0/+3
2020-09-23mm: memcg: fix memcg reclaim soft lockupXunlei Pang1-0/+8
2020-09-23dax: Fix compilation for CONFIG_DAX && !CONFIG_FS_DAXJan Kara1-9/+8
2020-09-23dm: Call proper helper to determine dax supportJan Kara3-5/+31
2020-09-23mm/memory_hotplug: drain per-cpu pages again during memory offlinePavel Tatashin2-0/+22
2020-09-23dm/dax: Fix table reference countsDan Williams1-2/+3
2020-09-23selftests/vm: fix display of page size in map_hugetlbChristophe Leroy1-1/+1
2020-09-23powerpc/dma: Fix dma_map_ops::get_required_maskAlexey Kardashevskiy1-1/+2
2020-09-23arm64: paravirt: Initialize steal time when cpu is onlineAndrew Jones2-12/+15
2020-09-23ehci-hcd: Move include to keep CRC stableQuentin Perret2-1/+1
2020-09-23s390/zcrypt: fix kmalloc 256k failureHarald Freudenberger1-4/+4
2020-09-23s390/pci: fix leak of DMA tables on hard unplugNiklas Schnelle2-0/+6
2020-09-23s390: add 3f program exception handlerJanosch Frank3-1/+22