summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-01-04Linux 5.4.8v5.4.8Greg Kroah-Hartman1-1/+1
2020-01-04mm/hugetlbfs: fix for_each_hstate() loop in init_hugetlbfs_fs()Jan Stancek1-1/+3
2020-01-04mmc: sdhci-of-esdhc: re-implement erratum A-009204 workaroundYangbo Lu1-0/+10
2020-01-04mmc: sdhci-of-esdhc: fix up erratum A-008171 workaroundYangbo Lu2-33/+203
2020-01-04vhost/vsock: accept only packets with the right dst_cidStefano Garzarella1-1/+3
2020-01-04net: ena: fix napi handler misbehavior when the napi budget is zeroNetanel Belgazal1-3/+7
2020-01-04net: phylink: fix interface passed to mac_link_upRussell King1-2/+1
2020-01-04ipv6/addrconf: only check invalid header values when NETLINK_F_STRICT_CHK is setHangbin Liu1-4/+4
2020-01-04bnxt: apply computed clamp value for coalece parameterJonathan Lemon1-1/+1
2020-01-04gtp: do not allow adding duplicate tid and ms_addr pdp contextTaehee Yoo1-10/+22
2020-01-04gtp: fix an use-after-free in ipv4_pdp_find()Taehee Yoo1-17/+17
2020-01-04hv_netvsc: Fix tx_table init in rndis_set_subchannel()Haiyang Zhang1-3/+3
2020-01-04tcp/dccp: fix possible race __inet_lookup_established()Eric Dumazet6-15/+65
2020-01-04tcp: do not send empty skb from tcp_write_xmit()Eric Dumazet1-0/+8
2020-01-04bonding: fix active-backup transition after link failureMahesh Bandewar1-3/+0
2020-01-04gtp: avoid zero size hashtableTaehee Yoo1-2/+5
2020-01-04gtp: fix wrong condition in gtp_genl_dump_pdp()Taehee Yoo1-17/+19
2020-01-04net: marvell: mvpp2: phylink requires the link interruptRussell King1-1/+1
2020-01-04net: dsa: sja1105: Reconcile the meaning of TPID and TPID2 for E/T and P/Q/R/SVladimir Oltean2-6/+9
2020-01-04net/dst: do not confirm neighbor for vxlan and geneve pmtu updateHangbin Liu1-1/+1
2020-01-04sit: do not confirm neighbor when do pmtu updateHangbin Liu1-1/+1
2020-01-04vti: do not confirm neighbor when do pmtu updateHangbin Liu2-2/+2
2020-01-04tunnel: do not confirm neighbor when do pmtu updateHangbin Liu2-3/+3
2020-01-04net/dst: add new function skb_dst_update_pmtu_no_confirmHangbin Liu1-0/+9
2020-01-04gtp: do not confirm neighbor when do pmtu updateHangbin Liu1-1/+1
2020-01-04ip6_gre: do not confirm neighbor when do pmtu updateHangbin Liu1-1/+1
2020-01-04net: add bool confirm_neigh parameter for dst_ops.update_pmtuHangbin Liu14-25/+42
2020-01-04mlxsw: spectrum: Use dedicated policer for VRRP packetsIdo Schimmel2-2/+8
2020-01-04mlxsw: spectrum_router: Skip loopback RIFs during MAC validationAmit Cohen1-0/+3
2020-01-04bnxt_en: Add missing devlink health reporters for VFs.Vasundhara Volam2-14/+22
2020-01-04bnxt_en: Fix the logic that creates the health reporters.Vasundhara Volam3-21/+56
2020-01-04bnxt_en: Remove unnecessary NULL checks for fw_healthVasundhara Volam2-9/+3
2020-01-04bnxt_en: Fix bp->fw_health allocation and free logic.Vasundhara Volam2-10/+27
2020-01-04bnxt_en: Return error if FW returns more data than dump lengthVasundhara Volam2-8/+34
2020-01-04bnxt_en: Free context memory in the open path if firmware has been reset.Michael Chan1-0/+3
2020-01-04bnxt_en: Fix MSIX request logic for RDMA driver.Michael Chan1-2/+6
2020-01-04udp: fix integer overflow while computing available space in sk_rcvbufAntonio Messina1-1/+1
2020-01-04tcp: Fix highest_sack and highest_sack_seqCambda Zhu1-0/+3
2020-01-04ptp: fix the race between the release of ptp_clock and cdevVladis Dronov4-44/+39
2020-01-04net: stmmac: dwmac-meson8b: Fix the RGMII TX delay on Meson8b/8m2 SoCsMartin Blumenstingl1-3/+11
2020-01-04net_sched: sch_fq: properly set sk->sk_pacing_statusEric Dumazet1-9/+8
2020-01-04net/sched: add delete_empty() to filters and use it in cls_flowerDavide Caratti3-26/+22
2020-01-04net/sched: act_mirred: Pull mac prior redir to non mac_header_xmit deviceShmulik Ladkani1-10/+12
2020-01-04net: phy: aquantia: add suspend / resume ops for AQR105Madalin Bucur1-0/+2
2020-01-04net/mlxfw: Fix out-of-memory error in mfa2 flash burningVladyslav Tarasiuk1-3/+4
2020-01-04net: dsa: bcm_sf2: Fix IP fragment location and behaviorFlorian Fainelli1-3/+3
2020-01-04cxgb4/cxgb4vf: fix flow control display for auto negotiationRahul Lakkireddy6-19/+30
2020-01-04xfs: fix mount failure crash on invalid iclog memory accessBrian Foster1-0/+2
2020-01-04drm: limit to INT_MAX in create_blob ioctlDaniel Vetter1-1/+1
2020-01-04uaccess: disallow > INT_MAX copy sizesKees Cook1-0/+2