aboutsummaryrefslogtreecommitdiffstats
path: root/drivers (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-03-11s390/qeth: use page pointers to manage RX buffer poolJulian Wiedmann2-19/+18
2020-03-11sxgbe: Fix off by one in samsung driver strncpy size argDominik Czarnota1-1/+1
2020-03-11net: fec: validate the new settings in fec_enet_set_coalesce()Jakub Kicinski1-3/+3
2020-03-11dpaa_eth: Remove unnecessary boolean expression in dpaa_get_headroomNathan Chancellor1-3/+1
2020-03-10s390/qeth: cancel RX reclaim work earlierJulian Wiedmann3-1/+2
2020-03-10s390/qeth: handle error when backing RX bufferJulian Wiedmann1-4/+9
2020-03-10s390/qeth: don't reset default_out_queueJulian Wiedmann1-1/+0
2020-03-10net: macsec: invoke mdo_upd_secy callback when mac address changedDmitry Bogdanov1-0/+13
2020-03-10net: macsec: update SCI upon MAC address change.Dmitry Bogdanov1-5/+6
2020-03-10ibmvnic: Do not process device remove during device resetJuliet Kim2-3/+27
2020-03-09net: mscc: ocelot: properly account for VLAN header length when setting MRUVladimir Oltean1-11/+17
2020-03-09ipvlan: do not use cond_resched_rcu() in ipvlan_process_multicast()Eric Dumazet1-1/+1
2020-03-09macvlan: add cond_resched() during multicast processingMahesh Bandewar1-0/+2
2020-03-09ipvlan: add cond_resched_rcu() while processing muticast backlogMahesh Bandewar1-0/+1
2020-03-09ipvlan: don't deref eth hdr before checking it's setMahesh Bandewar1-8/+10
2020-03-09sfc: detach from cb_page in efx_copy_channel()Edward Cree1-0/+1
2020-03-08net: stmmac: dwmac1000: Disable ACS if enhanced descs are not usedRemi Pommarel1-1/+2
2020-03-08ipvlan: do not add hardware address of master to its unicast filter listJiri Wiesner1-4/+1
2020-03-06ionic: fix vf op lock usageShannon Nelson1-4/+4
2020-03-06bonding/alb: make sure arp header is pulled before accessing itEric Dumazet1-10/+10
2020-03-06dpaa_eth: FMan erratum A050385 workaroundMadalin Bucur1-3/+107
2020-03-06fsl/fman: detect FMan erratum A050385Madalin Bucur3-0/+51
2020-03-05veth: ignore peer tx_dropped when counting local rx_droppedJiang Lidong1-1/+1
2020-03-05Merge tag 'wireless-drivers-2020-03-05' of git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-driversDavid S. Miller2-4/+8
2020-03-05sfc: complete the next packet when we receive a timestampTom Zhao6-31/+78
2020-03-05net: hns3: fix a not link up issue when fibre port supports autonegJian Shen1-1/+3
2020-03-05slip: make slhc_compress() more robust against malicious packetsEric Dumazet1-4/+10
2020-03-03drivers/of/of_mdio.c:fix of_mdiobus_register()Dajun Jin1-0/+1
2020-03-03cxgb4: fix checks for max queues to allocateVishal Kulkarni1-22/+27
2020-03-03phylink: Improve error message when validate failedHauke Mehrtens1-1/+7
2020-03-03net: phy: bcm63xx: fix OOPS due to missing driver nameJonas Gorski1-0/+1
2020-03-03team: add missing attribute validation for array indexJakub Kicinski1-0/+1
2020-03-03team: add missing attribute validation for port ifindexJakub Kicinski1-0/+1
2020-03-03macsec: add missing attribute validation for portJakub Kicinski1-0/+1
2020-03-03can: add missing attribute validation for terminationJakub Kicinski1-0/+1
2020-03-03mt76: fix array overflow on receiving too many fragments for a packetFelix Fietkau1-3/+6
2020-03-01bnxt_en: fix error handling when flashing from fileEdwin Peer1-13/+11
2020-03-01bnxt_en: reinitialize IRQs when MTU is modifiedVasundhara Volam1-2/+2
2020-03-01net: phy: avoid clearing PHY interrupts twice in irq handlerHeiner Kallweit1-1/+2
2020-02-29net: dsa: sja1105: Don't destroy not-yet-created xmit_workerVladimir Oltean1-1/+2
2020-02-29net: dsa: mv88e6xxx: fix lockup on warm bootRussell King1-1/+7
2020-02-29atm: nicstar: fix if-statement empty body warningRandy Dunlap1-1/+1
2020-02-29r8152: check disconnect status after long sleepYou-Sheng Yang1-0/+8
2020-02-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds39-241/+408
2020-02-27net: dsa: mv88e6xxx: Fix masking of egress portAndrew Lunn1-2/+2
2020-02-27mlxsw: pci: Wait longer before accessing the device after resetAmit Cohen1-1/+1
2020-02-27sfc: fix timestamp reconstruction at 16-bit rollover pointsAlex Maftei (amaftei)1-3/+35
2020-02-27net: rmnet: fix packet forwarding in rmnet bridge modeTaehee Yoo1-0/+3
2020-02-27net: rmnet: fix bridge mode bugsTaehee Yoo4-77/+64
2020-02-27net: rmnet: use upper/lower device infrastructureTaehee Yoo1-19/+16