aboutsummaryrefslogtreecommitdiffstats
path: root/drivers (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-02-10mlxsw: spectrum: Break flood set func to be per tableNogah Frankel1-20/+34
2017-02-10mlxsw: spectrum_router: Add support for route replaceIdo Schimmel1-7/+37
2017-02-10mlxsw: spectrum_router: Add support for route appendIdo Schimmel1-6/+37
2017-02-10mlxsw: spectrum_router: Correctly handle identical routesIdo Schimmel1-178/+403
2017-02-09net/ena: update driver version to 1.1.2Netanel Belgazal1-1/+1
2017-02-09net/ena: change condition for host attribute configurationNetanel Belgazal2-7/+6
2017-02-09net/ena: change driver's default timeoutsNetanel Belgazal2-5/+5
2017-02-09net/ena: reduce the severity of ena printoutsNetanel Belgazal2-13/+28
2017-02-09net/ena: use READ_ONCE to access completion descriptorsNetanel Belgazal2-4/+5
2017-02-09net/ena: use napi_complete_done() return valueNetanel Belgazal1-15/+29
2017-02-09net/ena: fix potential access to freed memory during device resetNetanel Belgazal1-13/+43
2017-02-09net/ena: refactor ena_get_stats64 to be atomic context safeNetanel Belgazal3-15/+42
2017-02-09net/ena: fix NULL dereference when removing the driver after device reset failedNetanel Belgazal1-1/+5
2017-02-09net/ena: fix RSS default hash configurationNetanel Belgazal1-1/+1
2017-02-09net/ena: fix ethtool RSS flow configurationNetanel Belgazal1-6/+6
2017-02-09net/ena: fix queues number calculationNetanel Belgazal1-1/+1
2017-02-09net/ena: remove ntuple filter support from device feature listNetanel Belgazal1-1/+0
2017-02-09Merge tag 'drm-fixes-for-v4.10-rc8' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds8-18/+36
2017-02-10Merge tag 'drm-intel-fixes-2017-02-09' of git://anongit.freedesktop.org/git/drm-intel into drm-fixesDave Airlie6-15/+34
2017-02-10Merge tag 'drm-misc-fixes-2017-02-09' of git://anongit.freedesktop.org/git/drm-misc into drm-fixesDave Airlie1-1/+1
2017-02-09enic: add vxlan offload on tx pathGovindarajulu Varadarajan1-12/+114
2017-02-09enic: add udp_tunnel ndo for vxlan offloadGovindarajulu Varadarajan2-3/+159
2017-02-09enic: add devcmds for vxlan offloadGovindarajulu Varadarajan4-0/+91
2017-02-09net: dsa: mv88e6xxx: Move forward declaration to where it is neededAndrew Lunn1-2/+2
2017-02-09net: phy: Initialize mdio clock at probe functionYendapally Reddy Dhananjaya Reddy1-4/+2
2017-02-09net: qcom/emac: add ethtool support for setting ring parametersTimur Tabi1-0/+24
2017-02-09net: qcom/emac: add ethtool support for reading hardware registersTimur Tabi3-81/+119
2017-02-09sfc: configure UDP tunnel offload portsJon Cooper7-1/+397
2017-02-09sfc: update mcdi_pcol definitions for MC_CMD_SET_TUNNEL_ENCAP_UDP_PORTSMatthew Slattery1-0/+21
2017-02-09sfc: call mcdi_reboot_detected() when MC reboots during an MCDI commandJon Cooper1-2/+5
2017-02-09sfc: harden driver against MC resets during initial probeJon Cooper1-35/+64
2017-02-09sfc: set csum_level for encapsulated packetsJon Cooper3-4/+25
2017-02-09sfc: process RX event inner checksum flagsJon Cooper4-19/+131
2017-02-09xen-netfront: Improve error handling during initializationRoss Lagerwall1-18/+11
2017-02-09sierra_net: Skip validating irrelevant fields for IDLE LSIsStefan Brüns1-7/+7
2017-02-09sierra_net: Add support for IPv6 and Dual-Stack Link Sense IndicationsStefan Brüns1-35/+66
2017-02-09xen-netfront: Rework the fix for Rx stall during OOM and network stressVineeth Remanan Pillai1-3/+11
2017-02-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pendingLinus Torvalds5-32/+75
2017-02-09net: phy: Fix PHY module checks and NULL deref in phy_attach_direct()Florian Fainelli1-8/+20
2017-02-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/inputLinus Torvalds2-7/+21
2017-02-09Merge tag 'vfio-v4.10-final' of git://github.com/awilliam/linux-vfioLinus Torvalds1-0/+22
2017-02-09i2c: piix4: Request the SMBUS semaphore inside the mutexRicardo Ribalda1-5/+7
2017-02-09i2c: piix4: Fix request_region sizeRicardo Ribalda1-1/+1
2017-02-08Revert "hwrng: core - zeroize buffers with random data"David Daney1-3/+0
2017-02-08Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-3/+1
2017-02-08mm: avoid returning VM_FAULT_RETRY from ->page_mkwrite handlersJan Kara1-3/+1
2017-02-08drm: vc4: adapt to new behaviour of drm_crtc.cAndrzej Pietrasiewicz1-1/+1
2017-02-08net: thunderx: Fix PHY autoneg for SGMII QLM modeThanneeru Srinivasulu2-12/+101
2017-02-08mlxsw: spectrum_router: Don't reflect LINKDOWN nexthopsIdo Schimmel1-1/+10
2017-02-08mlxsw: spectrum_router: Flush resources when RIF is deletedIdo Schimmel3-3/+93