aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-02-11ibmvnic: Call napi_disable instead of napi_enable in failure pathNathan Fontenot1-1/+1
2017-02-11ibmvnic: Initialize completion variables before starting workNathan Fontenot1-8/+9
2017-02-10xen-netfront: Delete rx_refill_timer in xennet_disconnect_backend()Boris Ostrovsky1-1/+2
2017-02-10NET: mkiss: Fix panicRalf Baechle1-2/+2
2017-02-10net: hns: Fix the device being used for dma mapping during TXKejian Yan1-1/+1
2017-02-09net: phy: Initialize mdio clock at probe functionYendapally Reddy Dhananjaya Reddy1-4/+2
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-09net: phy: Fix PHY module checks and NULL deref in phy_attach_direct()Florian Fainelli1-8/+20
2017-02-08net: thunderx: Fix PHY autoneg for SGMII QLM modeThanneeru Srinivasulu2-12/+101
2017-02-08net: introduce device min_header_lenWillem de Bruijn1-0/+1
2017-02-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds12-61/+143
2017-02-07mlx4: Invoke softirqs after napi_rescheduleBenjamin Poirier1-1/+4
2017-02-07catc: Use heap buffer for memory size testBen Hutchings1-7/+18
2017-02-07catc: Combine failure cleanup code in catc_probe()Ben Hutchings1-16/+17
2017-02-07rtl8150: Use heap buffers for all register accessBen Hutchings1-7/+27
2017-02-07pegasus: Use heap buffers for all register accessBen Hutchings1-4/+25
2017-02-06macvtap: read vnet_hdr_size onceWillem de Bruijn1-2/+2
2017-02-06tun: read vnet_hdr_sz onceWillem de Bruijn1-4/+6
2017-02-06hns: avoid stack overflow with CONFIG_KASANArnd Bergmann1-6/+2
2017-02-06Merge tag 'wireless-drivers-for-davem-2017-02-06' of git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-driversDavid S. Miller1-2/+7
2017-02-04Merge tag 'char-misc-4.10-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-miscLinus Torvalds1-0/+6
2017-02-02net: phy: Fix lack of reference count on PHY driverMao Wenan1-0/+7
2017-02-02mlx4: xdp_prog becomes inactive after ethtool '-L' or '-G'Martin KaFai Lau3-7/+27
2017-02-02mlx4: Fix memory leak after mlx4_en_update_priv()Martin KaFai Lau1-6/+2
2017-02-01be2net: fix initial MAC settingIvan Vecera1-5/+28
2017-01-31net: thunderx: avoid dereferencing xcv when NULLVincent1-2/+1
2017-01-31Drivers: hv: vmbus: finally fix hv_need_to_signal_on_read()Dexuan Cui1-0/+6
2017-01-31rtlwifi: rtl8192ce: Fix loading of incorrect firmwareJurij Smakov1-2/+7
2017-01-30net/mlx4_core: Avoid command timeouts during VF driver device shutdownJack Morgenstein3-1/+14
2017-01-30Merge tag 'mlx5-fixes-2017-01-27' of git://git.kernel.org/pub/scm/linux/kernel/git/saeed/linuxDavid S. Miller15-157/+181
2017-01-30Merge tag 'wireless-drivers-for-davem-2017-01-29' of git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-driversDavid S. Miller3-8/+13
2017-01-30gianfar: synchronize DMA API usage by free_skb_rx_queue w/ gfar_new_pageArseny Solokha1-2/+2
2017-01-29net: adaptec: starfire: add checks for dma mapping errorsAlexey Khoroshilov1-2/+43
2017-01-29net: phy: micrel: KSZ8795 do not set SUPPORTED_[Asym_]PauseSean Nyekjaer1-1/+1
2017-01-29net: macb: Fix 64 bit addressing support for GEMRafal Ozieblo2-61/+147
2017-01-29stmmac: Discard masked flags in interrupt status registerAlexey Brodkin1-0/+4
2017-01-29net/mlx5e: Check ets capability before ets query FW commandMoshe Shemesh1-0/+5
2017-01-29net/mlx5e: Fix update of hash function/key via ethtoolGal Pressman3-105/+109
2017-01-29net/mlx5e: Modify TIRs hash only when it's neededGal Pressman1-5/+13
2017-01-29net/mlx5e: Support TC encapsulation offloads with upper devicesHadar Hen Zion1-7/+6
2017-01-29net/mlx5: E-Switch, Re-enable RoCE on mode change only after FDB destroyOr Gerlitz1-11/+18
2017-01-29net/mlx5: E-Switch, Err when retrieving steering name-space failsOr Gerlitz1-1/+2
2017-01-29net/mlx5: Return EOPNOTSUPP when failing to get steering name-spaceOr Gerlitz4-6/+6
2017-01-29net/mlx5: Change ENOTSUPP to EOPNOTSUPPOr Gerlitz12-22/+22
2017-01-27net: phy: micrel: add support for KSZ8795Sean Nyekjaer1-0/+14
2017-01-27gtp: fix cross netns recv on gtp socketAndreas Schultz1-6/+4
2017-01-27gtp: clear DF bit on GTP packet txAndreas Schultz1-1/+1