summaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)AuthorFilesLines
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-18net: phy: Avoid multiple suspendsFlorian Fainelli1-2/+3
2020-03-18net: phy: fix MDIO bus PM PHY resumingHeiner Kallweit1-1/+5
2020-03-18net: phy: avoid clearing PHY interrupts twice in irq handlerHeiner Kallweit1-1/+2
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: fix error handling when flashing from fileEdwin Peer1-13/+11
2020-03-18bnxt_en: reinitialize IRQs when MTU is modifiedVasundhara Volam1-2/+2
2020-03-18bonding/alb: make sure arp header is pulled before accessing itEric Dumazet1-10/+10
2020-03-18slip: make slhc_compress() more robust against malicious packetsEric Dumazet1-4/+10
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: phy: bcm63xx: fix OOPS due to missing driver nameJonas Gorski1-0/+1
2020-03-18net: macsec: update SCI upon MAC address change.Dmitry Bogdanov1-5/+6
2020-03-18net: hns3: fix a not link up issue when fibre port supports autonegJian Shen1-1/+3
2020-03-18net: fec: validate the new settings in fec_enet_set_coalesce()Jakub Kicinski1-3/+3
2020-03-18net: dsa: mv88e6xxx: fix lockup on warm bootRussell King1-1/+7
2020-03-18macvlan: add cond_resched() during multicast processingMahesh Bandewar1-0/+2
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-12net: thunderx: workaround BGX TX Underflow issueTim Harvey2-3/+68
2020-03-12ice: Don't tell the OS that link is going downMichal Swiatkowski1-7/+0
2020-03-12net/mlx5: DR, Fix matching on vport gvmiHamdan Igbaria1-1/+4
2020-03-12net: ethernet: dm9000: Handle -EPROBE_DEFER in dm9000_parse_dt()Paul Cercueil1-0/+2
2020-03-12net: ks8851-ml: Fix 16-bit IO operationMarek Vasut1-2/+2
2020-03-12net: ks8851-ml: Fix 16-bit data accessMarek Vasut1-2/+2
2020-03-12net: ks8851-ml: Remove 8-bit bus accessorsMarek Vasut1-40/+5
2020-03-12net: atlantic: check rpc result and wait for rpc addressIgor Russkikh1-2/+17
2020-03-12net: stmmac: fix notifier registrationAaro Koskinen1-5/+8
2020-03-12net: 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
2020-03-05net: atlantic: fix out of range usage of active_vlans arrayDmitry Bogdanov1-1/+1
2020-03-05net: atlantic: fix potential error handlingPavel Belous1-1/+3
2020-03-05net: atlantic: fix use after free kasan warnPavel Belous2-6/+5
2020-03-05hv_netvsc: Fix unwanted wakeup in netvsc_attach()Haiyang Zhang2-1/+4
2020-03-05net: hns3: fix a copying IPv6 address error in hclge_fd_get_flow_tuples()Guangbin Huang1-6/+9
2020-03-05net: hns3: add management table after IMP resetYufeng Mo1-0/+7
2020-03-05ice: update Unit Load Status bitmask to check after resetBruce Allan2-5/+18
2020-03-05net: ena: ena-com.c: prevent NULL pointer dereferenceArthur Kiyanovski1-0/+5
2020-03-05net: ena: ethtool: use correct value for crc32 hashSameeh Jubran1-2/+2