summaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)AuthorFilesLines
2020-04-02net: ks8851-ml: Fix IO operations, againMarek Vasut1-4/+52
2020-04-02Revert "r8169: check that Realtek PHY driver module is loaded"Greg Kroah-Hartman1-9/+0
2020-04-02sxgbe: Fix off by one in samsung driver strncpy size argDominik Czarnota1-1/+1
2020-04-02dpaa_eth: Remove unnecessary boolean expression in dpaa_get_headroomNathan Chancellor1-3/+1
2020-04-02fsl/fman: detect FMan erratum A050385Madalin Bucur3-0/+51
2020-04-02vxlan: check return value of gro_cells_init()Taehee Yoo1-2/+9
2020-04-02r8169: re-enable MSI on RTL8168cHeiner Kallweit1-1/+1
2020-04-02net: phy: mdio-mux-bcm-iproc: check clk_prepare_enable() return valueRayagonda Kokatanur1-1/+6
2020-04-02net: dsa: mt7530: Change the LINK bit to reflect the link statusRené van Dorst1-1/+1
2020-04-02bnxt_en: Reset rings if ring reservation fails during open()Vasundhara Volam1-0/+4
2020-04-02bnxt_en: fix memory leaks in bnxt_dcbnl_ieee_getets()Edwin Peer1-5/+10
2020-04-02slcan: not call free_netdev before rtnl_unlock in slcan_openOliver Hartkopp1-0/+3
2020-04-02net: stmmac: dwmac-rk: fix error path in rk_gmac_probeEmil Renner Berthing1-1/+1
2020-04-02net: qmi_wwan: add support for ASKEY WWHC050Pawel Dembicki1-0/+1
2020-04-02net: mvneta: Fix the case where the last poll did not process all rxJisheng Zhang1-2/+1
2020-04-02mlxsw: spectrum_mr: Fix list iteration in error pathIdo Schimmel1-4/+4
2020-04-02macsec: restrict to ethernet devicesWillem de Bruijn1-0/+3
2020-04-02geneve: move debug check after netdev unregisterFlorian Westphal1-2/+6
2020-03-25Revert "vrf: mark skb for multicast or link-local as enslaved to VRF"Sasha Levin1-9/+10
2020-03-20wimax: i2400: Fix memory leak in i2400m_op_rfkill_sw_toggleNavid Emamdoost1-1/+1
2020-03-20wimax: i2400: fix memory leakNavid Emamdoost1-0/+1
2020-03-20sfc: fix timestamp reconstruction at 16-bit rollover pointsAlex Maftei (amaftei)1-3/+35
2020-03-20net: rmnet: fix packet forwarding in rmnet bridge modeTaehee Yoo1-0/+3
2020-03-20net: rmnet: fix bridge mode bugsTaehee Yoo4-77/+64
2020-03-20net: rmnet: use upper/lower device infrastructureTaehee Yoo1-19/+16
2020-03-20net: rmnet: do not allow to change mux id if mux id is duplicatedTaehee Yoo1-0/+4
2020-03-20net: rmnet: remove rcu_read_lock in rmnet_force_unassociate_device()Taehee Yoo1-2/+0
2020-03-20net: rmnet: fix suspicious RCU usageTaehee Yoo3-10/+9
2020-03-20net: rmnet: fix NULL pointer dereference in rmnet_changelink()Taehee Yoo1-4/+2
2020-03-20net: rmnet: fix NULL pointer dereference in rmnet_newlink()Taehee Yoo1-0/+5
2020-03-20hinic: fix a bug of setting hw_ioctxtLuo bin3-1/+3
2020-03-20hinic: fix a irq affinity bugLuo bin2-3/+3
2020-03-20slip: not call free_netdev before rtnl_unlock in slip_openyangerkun1-0/+3
2020-03-20net: ks8851-ml: Fix IRQ handling and lockingMarek Vasut1-6/+8
2020-03-20net: usb: qmi_wwan: restore mtu min/max values after raw_ip switchDaniele Palmas1-0/+3
2020-03-18mt76: fix array overflow on receiving too many fragments for a packetFelix Fietkau1-3/+6
2020-03-18iwlwifi: mvm: Do not require PHY_SKU NVM section for 3168 devicesDan Moulding1-1/+2
2020-03-18macvlan: add cond_resched() during multicast processingMahesh Bandewar1-0/+2
2020-03-18net: fec: validate the new settings in fec_enet_set_coalesce()Jakub Kicinski1-3/+3
2020-03-18slip: make slhc_compress() more robust against malicious packetsEric Dumazet1-4/+10
2020-03-18bonding/alb: make sure arp header is pulled before accessing itEric Dumazet1-10/+10
2020-03-18net: phy: fix MDIO bus PM PHY resumingHeiner Kallweit1-1/+5
2020-03-18team: add missing attribute validation for array indexJakub Kicinski1-0/+1
2020-03-18team: add missing attribute validation for port ifindexJakub Kicinski1-0/+1
2020-03-18macsec: add missing attribute validation for portJakub Kicinski1-0/+1
2020-03-18can: add missing attribute validation for terminationJakub Kicinski1-0/+1
2020-03-18bnxt_en: reinitialize IRQs when MTU is modifiedVasundhara Volam1-2/+2
2020-03-18sfc: detach from cb_page in efx_copy_channel()Edward Cree1-0/+1
2020-03-18r8152: check disconnect status after long sleepYou-Sheng Yang1-0/+8
2020-03-18net: systemport: fix index check to avoid an array out of bounds accessColin Ian King1-1/+1