summaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)Author
2017-02-09net/ena: change condition for host attribute configurationNetanel Belgazal
2017-02-09net/ena: change driver's default timeoutsNetanel Belgazal
2017-02-09net/ena: reduce the severity of ena printoutsNetanel Belgazal
2017-02-09net/ena: use READ_ONCE to access completion descriptorsNetanel Belgazal
2017-02-09net/ena: use napi_complete_done() return valueNetanel Belgazal
2017-02-09net/ena: fix potential access to freed memory during device resetNetanel Belgazal
2017-02-09net/ena: refactor ena_get_stats64 to be atomic context safeNetanel Belgazal
2017-02-09net/ena: fix NULL dereference when removing the driver after device reset failedNetanel Belgazal
2017-02-09net/ena: fix RSS default hash configurationNetanel Belgazal
2017-02-09net/ena: fix ethtool RSS flow configurationNetanel Belgazal
2017-02-09net/ena: fix queues number calculationNetanel Belgazal
2017-02-09net/ena: remove ntuple filter support from device feature listNetanel Belgazal
2017-02-09enic: add vxlan offload on tx pathGovindarajulu Varadarajan
2017-02-09enic: add udp_tunnel ndo for vxlan offloadGovindarajulu Varadarajan
2017-02-09enic: add devcmds for vxlan offloadGovindarajulu Varadarajan
2017-02-09net: dsa: mv88e6xxx: Move forward declaration to where it is neededAndrew Lunn
2017-02-09net: qcom/emac: add ethtool support for setting ring parametersTimur Tabi
2017-02-09net: qcom/emac: add ethtool support for reading hardware registersTimur Tabi
2017-02-09sfc: configure UDP tunnel offload portsJon Cooper
2017-02-09sfc: update mcdi_pcol definitions for MC_CMD_SET_TUNNEL_ENCAP_UDP_PORTSMatthew Slattery
2017-02-09sfc: call mcdi_reboot_detected() when MC reboots during an MCDI commandJon Cooper
2017-02-09sfc: harden driver against MC resets during initial probeJon Cooper
2017-02-09sfc: set csum_level for encapsulated packetsJon Cooper
2017-02-09sfc: process RX event inner checksum flagsJon Cooper
2017-02-08mlxsw: spectrum_router: Don't reflect LINKDOWN nexthopsIdo Schimmel
2017-02-08mlxsw: spectrum_router: Flush resources when RIF is deletedIdo Schimmel
2017-02-08mlxsw: spectrum_router: Reflect nexthop status changesIdo Schimmel
2017-02-08mlxsw: spectrum_router: Use trap action only for some route typesIdo Schimmel
2017-02-08mlxsw: spectrum_router: Determine offload status using generic functionIdo Schimmel
2017-02-08mlxsw: spectrum_router: More accurately set offload flagIdo Schimmel
2017-02-08mlxsw: spectrum_router: Refactor nexthop init routineIdo Schimmel
2017-02-08mlxsw: spectrum_router: Remove FIB info from FIB entry structIdo Schimmel
2017-02-08mlxsw: spectrum_router: Store routes in a more generic wayIdo Schimmel
2017-02-08mlxsw: spectrum_router: Add gateway indication to nexthop groupIdo Schimmel
2017-02-08mlxsw: spectrum_router: Use nexthop's scope to set action typeIdo Schimmel
2017-02-08mlxsw: spectrum_router: Store nexthops in a hash tableIdo Schimmel
2017-02-08mlxsw: spectrum_router: Store nexthop groups in a hash tableIdo Schimmel
2017-02-08mlxsw: spectrum_router: Nullify nexthop's neigh pointerIdo Schimmel
2017-02-08mlxsw: acl: Fix mlxsw_afa_block_commit error pathJiri Pirko
2017-02-08net: stmmac: replace unsigned by u32LABBE Corentin
2017-02-08net: stmmac: remove unused variable in sysfs_display_ringLABBE Corentin
2017-02-08net: stmmac: remove dead code in stmmac_tx_cleanLABBE Corentin
2017-02-08net: stmmac: print phy informationLABBE Corentin
2017-02-08net: stmmac: rename rx_crc to rx_crc_errorsLABBE Corentin
2017-02-08net: stmmac: Rewrite two test against NULL valueLABBE Corentin
2017-02-08net: stmmac: Correct the error message about invalid speedLABBE Corentin
2017-02-08net: stmmac: replace ENOSYS by EINVALLABBE Corentin
2017-02-08net: stmmac: Use readl_poll_timeoutLABBE Corentin
2017-02-08net: stmmac: replace stmmac_mdio_busy_wait by readl_poll_timeoutLABBE Corentin
2017-02-08net: stmmac: fix some code style problemLABBE Corentin