summaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
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-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: 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-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
2017-02-08mlxsw: spectrum_router: Reflect nexthop status changesIdo Schimmel1-2/+57
2017-02-08mlxsw: spectrum_router: Use trap action only for some route typesIdo Schimmel1-29/+13
2017-02-08mlxsw: spectrum_router: Determine offload status using generic functionIdo Schimmel1-1/+1
2017-02-08mlxsw: spectrum_router: More accurately set offload flagIdo Schimmel1-20/+80
2017-02-08mlxsw: spectrum_router: Refactor nexthop init routineIdo Schimmel1-31/+49
2017-02-08mlxsw: spectrum_router: Remove FIB info from FIB entry structIdo Schimmel1-3/+1
2017-02-08mlxsw: spectrum_router: Store routes in a more generic wayIdo Schimmel1-13/+27
2017-02-08mlxsw: spectrum_router: Add gateway indication to nexthop groupIdo Schimmel1-1/+8
2017-02-08mlxsw: spectrum_router: Use nexthop's scope to set action typeIdo Schimmel1-1/+1
2017-02-08mlxsw: spectrum_router: Store nexthops in a hash tableIdo Schimmel2-4/+55
2017-02-08mlxsw: spectrum_router: Store nexthop groups in a hash tableIdo Schimmel2-52/+54
2017-02-08mlxsw: spectrum_router: Nullify nexthop's neigh pointerIdo Schimmel1-2/+3
2017-02-08mlxsw: acl: Fix mlxsw_afa_block_commit error pathJiri Pirko1-11/+7
2017-02-08net: stmmac: replace unsigned by u32LABBE Corentin1-2/+2
2017-02-08net: stmmac: remove unused variable in sysfs_display_ringLABBE Corentin1-3/+0
2017-02-08net: stmmac: remove dead code in stmmac_tx_cleanLABBE Corentin1-7/+0
2017-02-08net: stmmac: print phy informationLABBE Corentin1-3/+1
2017-02-08net: stmmac: rename rx_crc to rx_crc_errorsLABBE Corentin5-5/+5
2017-02-08net: stmmac: Rewrite two test against NULL valueLABBE Corentin1-2/+2
2017-02-08net: stmmac: Correct the error message about invalid speedLABBE Corentin1-2/+1
2017-02-08net: stmmac: replace ENOSYS by EINVALLABBE Corentin1-1/+1
2017-02-08net: stmmac: Use readl_poll_timeoutLABBE Corentin1-8/+6
2017-02-08net: stmmac: replace stmmac_mdio_busy_wait by readl_poll_timeoutLABBE Corentin1-22/+11