summaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)Author
2016-05-03net: macb: Probe MDIO bus before registering netdevFlorian Fainelli
2016-05-03net: mvneta: Remove superfluous SMP function callAnna-Maria Gleixner
2016-05-03macb: fix mdiobus_scan() error checkSergei Shtylyov
2016-05-03pxa168_eth: fix mdiobus_scan() error checkSergei Shtylyov
2016-05-03net/mlx5e: Use workqueue for vxlan opsMatthew Finlay
2016-05-03net/mlx5e: Implement a mlx5e workqueueMatthew Finlay
2016-05-03net/mlx5: Kconfig: Fix MLX5_EN/VXLAN build issueMatthew Finlay
2016-05-03net/mlx5: Unmap only the relevant IO memory mappingGal Pressman
2016-05-01cxgb3: fix out of bounds readMichal Schmidt
2016-05-01net/smscx5xx: use the device tree for mac addressArnd Bergmann
2016-04-28drivers: net: cpsw: use of_phy_connect() in fixed-link caseDavid Rivshin
2016-04-28drivers: net: cpsw: don't ignore phy-mode if phy-handle is usedDavid Rivshin
2016-04-28drivers: net: cpsw: fix segfault in case of bad phy-handleDavid Rivshin
2016-04-28drivers: net: cpsw: fix parsing of phy-handle DT property in dual_emac configDavid Rivshin
2016-04-28pegasus: fixes reported packet lengthPetko Manolov
2016-04-28pegasus: fixes URB buffer allocation size;Petko Manolov
2016-04-28net: phy: at803x: only the AT8030 needs a hardware reset on link changeTimur Tabi
2016-04-28ps3_gelic: fix memcpy parameterChristophe Jaillet
2016-04-28lan78xx: workaround of forced 100 Full/Half duplex mode errorWoojung Huh
2016-04-28lan78xx: fix statistics counter errorWoojung Huh
2016-04-28net: dsa: mv88e6xxx: fix uninitialized error returnColin Ian King
2016-04-28net: ethernet: davinci_emac: Fix devioctl while in fixed linkNeil Armstrong
2016-04-28Merge tag 'wireless-drivers-for-davem-2016-04-25' of git://git.kernel.org/pub...David S. Miller
2016-04-28sfc: disable RSS when unsupportedJon Cooper
2016-04-28myri10ge: fix sleeping with bh disabledStanislaw Gruszka
2016-04-27bnxt_en: Divide a page into 32K buffers for the aggregation ring if necessary.Michael Chan
2016-04-27bnxt_en: Limit RX BD pages to be no bigger than 32K.Michael Chan
2016-04-27bnxt_en: Don't fallback to INTA on VF.Michael Chan
2016-04-26net/mlx4_en: fix spurious timestamping callbacksEric Dumazet
2016-04-26net: dummy: remove note about being Y by defaultIvan Babrou
2016-04-24net/mlx5: Add pci shutdown callbackMajd Dibbiny
2016-04-24net/mlx5_core: Remove static from local variableEli Cohen
2016-04-24net/mlx5e: Use vport MTU rather than physical port MTUSaeed Mahameed
2016-04-24net/mlx5e: Fix minimum MTUSaeed Mahameed
2016-04-24net/mlx5e: Device's mtu field is u16 and not intSaeed Mahameed
2016-04-24net/mlx5_core: Add ConnectX-5 to list of supported devicesMajd Dibbiny
2016-04-24net/mlx5e: Fix MLX5E_100BASE_T defineRana Shahout
2016-04-24net/mlx5_core: Fix soft lockup in steering error flowMaor Gottlieb
2016-04-24qlcnic: Update version to 5.3.64Manish Chopra
2016-04-24net: stmmac: socfpga: Remove re-registration of reset controllerMarek Vasut
2016-04-24macsec: fix netlink attribute validationSabrina Dubroca
2016-04-24macsec: add missing macsec prefix in uapiSabrina Dubroca
2016-04-24macsec: fix SA leak if initialization failsSabrina Dubroca
2016-04-24macsec: fix memory leaks around rx_handler (un)registrationSabrina Dubroca
2016-04-24macsec: add consistency check to netlink dumpsSabrina Dubroca
2016-04-24macsec: fix rx_sa refcounting with decrypt callbackSabrina Dubroca
2016-04-24macsec: don't put a NULL rxsaSabrina Dubroca
2016-04-24macsec: take rtnl lock before for_each_netdevSabrina Dubroca
2016-04-24macsec: add missing NULL check after kmallocSabrina Dubroca
2016-04-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds