summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* liquidio: fix incorrect indentation of assignment statementColin Ian King2017-12-031-1/+1
* Merge tag 'linux-can-fixes-for-4.15-20171201' of git://git.kernel.org/pub/scm...David S. Miller2017-12-036-11/+25
|\
| * can: mcba_usb: fix device disconnect bugMartin Kelly2017-12-011-0/+1
| * can: mcba_usb: fix typoMartin Kelly2017-12-011-1/+1
| * can: flexcan: fix VF610 state transition issueMarc Kleine-Budde2017-12-011-2/+3
| * can: flexcan: Update IRQ Err Passive informationMarc Kleine-Budde2017-12-011-2/+2
| * can: peak/pci: fix potential bug when probe() failsStephane Grosjean2017-12-012-2/+8
| * can: ti_hecc: Fix napi poll return value for repollOliver Stäbler2017-12-011-0/+3
| * can: kvaser_usb: ratelimit errors if incomplete messages are receivedJimmy Assarsson2017-12-011-3/+4
| * can: kvaser_usb: Fix comparison bug in kvaser_usb_read_bulk_callback()Jimmy Assarsson2017-12-011-1/+1
| * can: kvaser_usb: free buf in error pathsJimmy Assarsson2017-12-011-0/+2
* | stmmac: reset last TSO segment size after device openLars Persson2017-12-031-0/+1
* | ipvlan: Add the skb->mark as flow4's member to lookup routeGao Feng2017-12-031-0/+1
* | s390/qeth: build max size GSO skbs on L2 devicesJulian Wiedmann2017-12-022-4/+2
* | s390/qeth: fix GSO throughput regressionJulian Wiedmann2017-12-024-0/+38
* | s390/qeth: fix thinko in IPv4 multicast address trackingJulian Wiedmann2017-12-021-0/+1
* | tap: free skb if flags errorWei Xu2017-12-021-4/+10
* | tun: free skb in early errorsWei Xu2017-12-021-6/+18
* | vhost: fix skb leak in handle_rx()Wei Xu2017-12-021-10/+10
* | bnxt_en: Fix a variable scoping in bnxt_hwrm_do_send_msg()Vasundhara Volam2017-12-021-1/+1
* | bnxt_en: fix dst/src fid for vxlan encap/decap actionsSathya Perla2017-12-021-22/+26
* | bnxt_en: wildcard smac while creating tunnel decap filterSunil Challa2017-12-021-5/+2
* | bnxt_en: Need to unconditionally shut down RoCE in bnxt_shutdownRay Jui2017-12-021-1/+2
* | phylink: ensure we take the link down when phylink_stop() is calledRussell King2017-12-011-0/+1
* | sfp: warn about modules requiring address change sequenceRussell King2017-12-011-1/+7
* | sfp: improve RX_LOS handlingRussell King2017-12-011-11/+22
* | sfp: fix RX_LOS signal handlingRussell King2017-12-011-3/+5
* | net: phy-micrel: check return code in flp center functionMax Uvarov2017-12-011-2/+4
|/
* net: dsa: bcm_sf2: Set correct CHAIN_ID and slice number maskFlorian Fainelli2017-11-301-2/+2
* net: stmmac: dwmac-sun8i: fix allwinner,leds-active-low handlingCorentin Labbe2017-11-301-2/+1
* net: mvpp2: allocate zeroed tx descriptorsYan Markman2017-11-301-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2017-11-2927-148/+174
|\
| * ethernet: dwmac-stm32: Fix copyrightBenjamin Gaignard2017-11-291-2/+2
| * net: via: via-rhine: use %p to format void * address instead of %xColin Ian King2017-11-291-2/+2
| * net: ethernet: xilinx: Mark XILINX_LL_TEMAC broken on 64-bitGeert Uytterhoeven2017-11-291-0/+1
| * atm: suni: remove extraneous space to fix indentationColin Ian King2017-11-281-1/+1
| * atm: lanai: use %p to format kernel addresses instead of %xColin Ian King2017-11-281-4/+4
| * atm: fore200e: use %pK to format kernel addresses instead of %xColin Ian King2017-11-281-2/+2
| * ambassador: fix incorrect indentation of assignment statementColin Ian King2017-11-281-1/+1
| * vxlan: use __be32 type for the param vni in __vxlan_fdb_deleteXin Long2017-11-281-2/+2
| * bonding: use nla_get_u64 to extract the value for IFLA_BOND_AD_ACTOR_SYSTEMXin Long2017-11-281-1/+1
| * lmc: Use memdup_user() as a cleanupVasyl Gomonovych2017-11-281-10/+3
| * bnxt_en: Fix an error handling path in 'bnxt_get_module_eeprom()'Christophe JAILLET2017-11-281-2/+2
| * net: phy: marvell10g: fix the PHY id maskAntoine Tenart2017-11-281-2/+3
| * net: mvpp2: check ethtool sets the Tx ring size is to a valid min valueAntoine Tenart2017-11-281-0/+6
| * net: mvpp2: do not disable GMAC paddingYan Markman2017-11-281-9/+0
| * net: mvpp2: cleanup probed ports in the probe error pathAntoine Tenart2017-11-281-2/+9
| * net: mvpp2: fix the txq_init error pathAntoine Tenart2017-11-281-18/+2
| * mlxsw: spectrum_router: Update nexthop RIF on updatePetr Machata2017-11-281-7/+21
| * mlxsw: spectrum_router: Handle encap to demoted tunnelsPetr Machata2017-11-281-32/+29