summaryrefslogtreecommitdiffstats
path: root/drivers/net
Commit message (Expand)AuthorAgeFilesLines
* net/mlx5e: make VXLAN support conditionalArnd Bergmann2016-05-095-3/+24
* Revert "net/mlx5: Kconfig: Fix MLX5_EN/VXLAN build issue"Arnd Bergmann2016-05-091-1/+0
* macsec: key identifier is 128 bits, not 64Sabrina Dubroca2016-05-091-6/+13
* macvtap: segmented packet is consumedEric Dumazet2016-05-081-1/+1
* qede: uninitialized variable in qede_start_xmit()Dan Carpenter2016-05-081-1/+1
* netxen: netxen_rom_fast_read() doesn't return -1Dan Carpenter2016-05-071-1/+2
* netxen: reversed condition in netxen_nic_set_link_parameters()Dan Carpenter2016-05-071-1/+1
* netxen: fix error handling in netxen_get_flash_block()Dan Carpenter2016-05-071-4/+8
* mlxsw: spectrum: Add missing rollback in flood configurationIdo Schimmel2016-05-061-0/+8
* mlxsw: spectrum: Fix rollback order in LAG join failureIdo Schimmel2016-05-061-2/+2
* udp_offload: Set encapsulation before inner completes.Jarno Rajahalme2016-05-062-0/+6
* udp_tunnel: Remove redundant udp_tunnel_gro_complete().Jarno Rajahalme2016-05-062-4/+0
* qede: prevent chip hang when increasing channelsSudarsana Reddy Kalluru2016-05-061-4/+2
* net/mlx4_en: Fix endianness bug in IPV6 csum calculationDaniel Jurgens2016-05-051-1/+1
* bnxt_en: Setup multicast properly after resetting device.Michael Chan2016-05-041-4/+15
* bnxt_en: Need memory barrier when processing the completion ring.Michael Chan2016-05-041-0/+4
* net: fec: only clear a queue's work bit if the queue was emptiedUwe Kleine-König2016-05-041-2/+8
* drivers: net: xgene: Fix error handlingMatthias Brugger2016-05-041-3/+4
* net: macb: Probe MDIO bus before registering netdevFlorian Fainelli2016-05-031-12/+19
* net: mvneta: Remove superfluous SMP function callAnna-Maria Gleixner2016-05-031-4/+2
* macb: fix mdiobus_scan() error checkSergei Shtylyov2016-05-031-1/+2
* pxa168_eth: fix mdiobus_scan() error checkSergei Shtylyov2016-05-031-0/+2
* net/mlx5e: Use workqueue for vxlan opsMatthew Finlay2016-05-033-16/+49
* net/mlx5e: Implement a mlx5e workqueueMatthew Finlay2016-05-032-11/+20
* net/mlx5: Kconfig: Fix MLX5_EN/VXLAN build issueMatthew Finlay2016-05-031-0/+1
* net/mlx5: Unmap only the relevant IO memory mappingGal Pressman2016-05-031-2/+4
* cxgb3: fix out of bounds readMichal Schmidt2016-05-011-1/+2
* net/smscx5xx: use the device tree for mac addressArnd Bergmann2016-05-012-2/+22
* drivers: net: cpsw: use of_phy_connect() in fixed-link caseDavid Rivshin2016-04-281-10/+1
* drivers: net: cpsw: don't ignore phy-mode if phy-handle is usedDavid Rivshin2016-04-281-2/+8
* drivers: net: cpsw: fix segfault in case of bad phy-handleDavid Rivshin2016-04-281-13/+22
* drivers: net: cpsw: fix parsing of phy-handle DT property in dual_emac configDavid Rivshin2016-04-282-7/+7
* pegasus: fixes reported packet lengthPetko Manolov2016-04-281-2/+2
* pegasus: fixes URB buffer allocation size;Petko Manolov2016-04-281-3/+3
* net: phy: at803x: only the AT8030 needs a hardware reset on link changeTimur Tabi2016-04-281-22/+18
* ps3_gelic: fix memcpy parameterChristophe Jaillet2016-04-281-1/+1
* lan78xx: workaround of forced 100 Full/Half duplex mode errorWoojung Huh2016-04-281-1/+28
* lan78xx: fix statistics counter errorWoojung Huh2016-04-281-5/+10
* net: dsa: mv88e6xxx: fix uninitialized error returnColin Ian King2016-04-281-1/+1
* net: ethernet: davinci_emac: Fix devioctl while in fixed linkNeil Armstrong2016-04-281-1/+4
* Merge tag 'wireless-drivers-for-davem-2016-04-25' of git://git.kernel.org/pub...David S. Miller2016-04-287-29/+30
|\
| * Merge tag 'iwlwifi-for-kalle-2016-04-12_2' of https://git.kernel.org/pub/scm/...Kalle Valo2016-04-215-19/+27
| |\
| | * iwlwifi: mvm: fix accessing Null pointer during fw dump collectionMatti Gottlieb2016-04-122-2/+6
| | * iwlwifi: 8000: fix MODULE_FIRMWARE inputSara Sharon2016-04-122-14/+1
| | * iwlwifi: mvm: avoid to WARN about gscan capabilitiesAyala Beker2016-04-121-3/+10
| | * iwlwifi: add device IDs for the 8265 deviceOren Givon2016-04-121-0/+10
| * | ath9k: ar5008_hw_cmn_spur_mitigate: add missing mask_m & mask_p initialisationOleksij Rempel2016-04-152-10/+3
* | | sfc: disable RSS when unsupportedJon Cooper2016-04-281-2/+13
* | | myri10ge: fix sleeping with bh disabledStanislaw Gruszka2016-04-281-2/+2
* | | bnxt_en: Divide a page into 32K buffers for the aggregation ring if necessary.Michael Chan2016-04-272-5/+34