summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* net/ena: update driver version to 1.1.2Netanel Belgazal2017-02-101-1/+1
* net/ena: change condition for host attribute configurationNetanel Belgazal2017-02-102-7/+6
* net/ena: change driver's default timeoutsNetanel Belgazal2017-02-102-5/+5
* net/ena: reduce the severity of ena printoutsNetanel Belgazal2017-02-102-13/+28
* net/ena: use READ_ONCE to access completion descriptorsNetanel Belgazal2017-02-102-4/+5
* net/ena: use napi_complete_done() return valueNetanel Belgazal2017-02-101-15/+29
* net/ena: fix potential access to freed memory during device resetNetanel Belgazal2017-02-101-13/+43
* net/ena: refactor ena_get_stats64 to be atomic context safeNetanel Belgazal2017-02-103-15/+42
* net/ena: fix NULL dereference when removing the driver after device reset failedNetanel Belgazal2017-02-101-1/+5
* net/ena: fix RSS default hash configurationNetanel Belgazal2017-02-101-1/+1
* net/ena: fix ethtool RSS flow configurationNetanel Belgazal2017-02-101-6/+6
* net/ena: fix queues number calculationNetanel Belgazal2017-02-101-1/+1
* net/ena: remove ntuple filter support from device feature listNetanel Belgazal2017-02-101-1/+0
* enic: add vxlan offload on tx pathGovindarajulu Varadarajan2017-02-091-12/+114
* enic: add udp_tunnel ndo for vxlan offloadGovindarajulu Varadarajan2017-02-092-3/+159
* enic: add devcmds for vxlan offloadGovindarajulu Varadarajan2017-02-094-0/+91
* net: dsa: mv88e6xxx: Move forward declaration to where it is neededAndrew Lunn2017-02-091-2/+2
* net: qcom/emac: add ethtool support for setting ring parametersTimur Tabi2017-02-091-0/+24
* net: qcom/emac: add ethtool support for reading hardware registersTimur Tabi2017-02-093-81/+119
* sfc: configure UDP tunnel offload portsJon Cooper2017-02-097-1/+397
* sfc: update mcdi_pcol definitions for MC_CMD_SET_TUNNEL_ENCAP_UDP_PORTSMatthew Slattery2017-02-091-0/+21
* sfc: call mcdi_reboot_detected() when MC reboots during an MCDI commandJon Cooper2017-02-091-2/+5
* sfc: harden driver against MC resets during initial probeJon Cooper2017-02-091-35/+64
* sfc: set csum_level for encapsulated packetsJon Cooper2017-02-093-4/+25
* sfc: process RX event inner checksum flagsJon Cooper2017-02-094-19/+131
* mlxsw: spectrum_router: Don't reflect LINKDOWN nexthopsIdo Schimmel2017-02-081-1/+10
* mlxsw: spectrum_router: Flush resources when RIF is deletedIdo Schimmel2017-02-083-3/+93
* mlxsw: spectrum_router: Reflect nexthop status changesIdo Schimmel2017-02-081-2/+57
* mlxsw: spectrum_router: Use trap action only for some route typesIdo Schimmel2017-02-081-29/+13
* mlxsw: spectrum_router: Determine offload status using generic functionIdo Schimmel2017-02-081-1/+1
* mlxsw: spectrum_router: More accurately set offload flagIdo Schimmel2017-02-081-20/+80
* mlxsw: spectrum_router: Refactor nexthop init routineIdo Schimmel2017-02-081-31/+49
* mlxsw: spectrum_router: Remove FIB info from FIB entry structIdo Schimmel2017-02-081-3/+1
* mlxsw: spectrum_router: Store routes in a more generic wayIdo Schimmel2017-02-081-13/+27
* mlxsw: spectrum_router: Add gateway indication to nexthop groupIdo Schimmel2017-02-081-1/+8
* mlxsw: spectrum_router: Use nexthop's scope to set action typeIdo Schimmel2017-02-081-1/+1
* mlxsw: spectrum_router: Store nexthops in a hash tableIdo Schimmel2017-02-082-4/+55
* mlxsw: spectrum_router: Store nexthop groups in a hash tableIdo Schimmel2017-02-082-52/+54
* mlxsw: spectrum_router: Nullify nexthop's neigh pointerIdo Schimmel2017-02-081-2/+3
* mlxsw: acl: Fix mlxsw_afa_block_commit error pathJiri Pirko2017-02-081-11/+7
* net: stmmac: replace unsigned by u32LABBE Corentin2017-02-081-2/+2
* net: stmmac: remove unused variable in sysfs_display_ringLABBE Corentin2017-02-081-3/+0
* net: stmmac: remove dead code in stmmac_tx_cleanLABBE Corentin2017-02-081-7/+0
* net: stmmac: print phy informationLABBE Corentin2017-02-081-3/+1
* net: stmmac: rename rx_crc to rx_crc_errorsLABBE Corentin2017-02-085-5/+5
* net: stmmac: Rewrite two test against NULL valueLABBE Corentin2017-02-081-2/+2
* net: stmmac: Correct the error message about invalid speedLABBE Corentin2017-02-081-2/+1
* net: stmmac: replace ENOSYS by EINVALLABBE Corentin2017-02-081-1/+1
* net: stmmac: Use readl_poll_timeoutLABBE Corentin2017-02-081-8/+6
* net: stmmac: replace stmmac_mdio_busy_wait by readl_poll_timeoutLABBE Corentin2017-02-081-22/+11