aboutsummaryrefslogtreecommitdiffstats
path: root/drivers (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-12-03liquidio: fix incorrect indentation of assignment statementColin Ian King1-1/+1
2017-12-03Merge tag 'linux-can-fixes-for-4.15-20171201' of git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-canDavid S. Miller6-11/+25
2017-12-03stmmac: reset last TSO segment size after device openLars Persson1-0/+1
2017-12-03ipvlan: Add the skb->mark as flow4's member to lookup routeGao Feng1-0/+1
2017-12-02s390/qeth: build max size GSO skbs on L2 devicesJulian Wiedmann2-4/+2
2017-12-02s390/qeth: fix GSO throughput regressionJulian Wiedmann4-0/+38
2017-12-02s390/qeth: fix thinko in IPv4 multicast address trackingJulian Wiedmann1-0/+1
2017-12-02tap: free skb if flags errorWei Xu1-4/+10
2017-12-02tun: free skb in early errorsWei Xu1-6/+18
2017-12-02vhost: fix skb leak in handle_rx()Wei Xu1-10/+10
2017-12-02bnxt_en: Fix a variable scoping in bnxt_hwrm_do_send_msg()Vasundhara Volam1-1/+1
2017-12-02bnxt_en: fix dst/src fid for vxlan encap/decap actionsSathya Perla1-22/+26
2017-12-02bnxt_en: wildcard smac while creating tunnel decap filterSunil Challa1-5/+2
2017-12-02bnxt_en: Need to unconditionally shut down RoCE in bnxt_shutdownRay Jui1-1/+2
2017-12-01phylink: ensure we take the link down when phylink_stop() is calledRussell King1-0/+1
2017-12-01sfp: warn about modules requiring address change sequenceRussell King1-1/+7
2017-12-01sfp: improve RX_LOS handlingRussell King1-11/+22
2017-12-01sfp: fix RX_LOS signal handlingRussell King1-3/+5
2017-12-01net: phy-micrel: check return code in flp center functionMax Uvarov1-2/+4
2017-12-01can: mcba_usb: fix device disconnect bugMartin Kelly1-0/+1
2017-12-01can: mcba_usb: fix typoMartin Kelly1-1/+1
2017-12-01can: flexcan: fix VF610 state transition issueMarc Kleine-Budde1-2/+3
2017-12-01can: flexcan: Update IRQ Err Passive informationMarc Kleine-Budde1-2/+2
2017-12-01can: peak/pci: fix potential bug when probe() failsStephane Grosjean2-2/+8
2017-12-01can: ti_hecc: Fix napi poll return value for repollOliver Stäbler1-0/+3
2017-12-01can: kvaser_usb: ratelimit errors if incomplete messages are receivedJimmy Assarsson1-3/+4
2017-12-01can: kvaser_usb: Fix comparison bug in kvaser_usb_read_bulk_callback()Jimmy Assarsson1-1/+1
2017-12-01can: kvaser_usb: free buf in error pathsJimmy Assarsson1-0/+2
2017-11-30net: dsa: bcm_sf2: Set correct CHAIN_ID and slice number maskFlorian Fainelli1-2/+2
2017-11-30net: stmmac: dwmac-sun8i: fix allwinner,leds-active-low handlingCorentin Labbe1-2/+1
2017-11-30net: mvpp2: allocate zeroed tx descriptorsYan Markman1-1/+1
2017-11-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds27-148/+174
2017-11-29ethernet: dwmac-stm32: Fix copyrightBenjamin Gaignard1-2/+2
2017-11-29net: via: via-rhine: use %p to format void * address instead of %xColin Ian King1-2/+2
2017-11-29net: ethernet: xilinx: Mark XILINX_LL_TEMAC broken on 64-bitGeert Uytterhoeven1-0/+1
2017-11-28atm: suni: remove extraneous space to fix indentationColin Ian King1-1/+1
2017-11-28atm: lanai: use %p to format kernel addresses instead of %xColin Ian King1-4/+4
2017-11-28atm: fore200e: use %pK to format kernel addresses instead of %xColin Ian King1-2/+2
2017-11-28ambassador: fix incorrect indentation of assignment statementColin Ian King1-1/+1
2017-11-28vxlan: use __be32 type for the param vni in __vxlan_fdb_deleteXin Long1-2/+2
2017-11-28bonding: use nla_get_u64 to extract the value for IFLA_BOND_AD_ACTOR_SYSTEMXin Long1-1/+1
2017-11-28Merge tag 'drm-for-v4.15-part2-fixes' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds12-23/+64
2017-11-28lmc: Use memdup_user() as a cleanupVasyl Gomonovych1-10/+3
2017-11-28bnxt_en: Fix an error handling path in 'bnxt_get_module_eeprom()'Christophe JAILLET1-2/+2
2017-11-28net: phy: marvell10g: fix the PHY id maskAntoine Tenart1-2/+3
2017-11-28net: mvpp2: check ethtool sets the Tx ring size is to a valid min valueAntoine Tenart1-0/+6
2017-11-28net: mvpp2: do not disable GMAC paddingYan Markman1-9/+0
2017-11-28net: mvpp2: cleanup probed ports in the probe error pathAntoine Tenart1-2/+9
2017-11-28net: mvpp2: fix the txq_init error pathAntoine Tenart1-18/+2
2017-11-28mlxsw: spectrum_router: Update nexthop RIF on updatePetr Machata1-7/+21