summaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)AuthorFilesLines
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
2020-03-18net: stmmac: dwmac1000: Disable ACS if enhanced descs are not usedRemi Pommarel1-1/+2
2020-03-18net: macsec: update SCI upon MAC address change.Dmitry Bogdanov1-5/+6
2020-03-18ipvlan: don't deref eth hdr before checking it's setMahesh Bandewar1-8/+10
2020-03-18ipvlan: do not use cond_resched_rcu() in ipvlan_process_multicast()Eric Dumazet1-1/+1
2020-03-18ipvlan: do not add hardware address of master to its unicast filter listJiri Wiesner1-4/+1
2020-03-18ipvlan: add cond_resched_rcu() while processing muticast backlogMahesh Bandewar1-0/+1
2020-03-18net: phy: Avoid multiple suspendsFlorian Fainelli1-2/+3
2020-03-18phy: Revert toggling reset changes.David S. Miller1-6/+5
2020-03-11net: thunderx: workaround BGX TX Underflow issueTim Harvey2-3/+68
2020-03-11ice: Don't tell the OS that link is going downMichal Swiatkowski1-7/+0
2020-03-11net: ks8851-ml: Fix 16-bit IO operationMarek Vasut1-2/+2
2020-03-11net: ks8851-ml: Fix 16-bit data accessMarek Vasut1-2/+2
2020-03-11net: ks8851-ml: Remove 8-bit bus accessorsMarek Vasut1-40/+5
2020-03-11net: dsa: b53: Ensure the default VID is untaggedFlorian Fainelli1-0/+3
2020-03-11net: dsa: bcm_sf2: Forcibly configure IMP port for 1Gb/secFlorian Fainelli1-2/+1
2020-03-05drivers: net: xgene: Fix the order of the arguments of 'alloc_etherdev_mqs()'Christophe JAILLET1-1/+1
2020-03-05mwifiex: delete unused mwifiex_get_intf_num()Brian Norris1-13/+0
2020-03-05mwifiex: drop most magic numbers from mwifiex_process_tdls_action_frame()Brian Norris1-47/+28
2020-03-05net: ena: make ena rxfh support ETH_RSS_HASH_NO_CHANGEArthur Kiyanovski3-0/+16