aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* be2net: Support vxlan offload stats in the driverSriharsha Basavapatna2015-07-293-1/+10
* bnx2x: add vlan filtering offloadYuval Mintz2015-07-2910-290/+905
* net/mlx5e: Remove the mlx5e_update_priv_params() functionAchiad Shochat2015-07-293-50/+60
* net/mlx5e: Introduce create/destroy RSS indir table access functionsAchiad Shochat2015-07-293-17/+35
* net/mlx5e: Do not use netdev_err() before the netdev is registeredAchiad Shochat2015-07-291-10/+5
* net/mlx5e: Avoid redundant de-referenceAchiad Shochat2015-07-291-1/+1
* net/mlx5e: Remove redundant assignment of sq->user_indexAchiad Shochat2015-07-291-1/+0
* net/mlx5e: Remove redundant field mlx5e_priv->num_tcAchiad Shochat2015-07-293-18/+14
* net/mlx5e: Use hard-coded 4K page size for RQ/SQ/CQAchiad Shochat2015-07-291-3/+3
* net/mlx5_core: Check the return value of mlx5_command_exec()Haggai Abramonvsky2015-07-291-1/+6
* gianfar: Fix warnings when built on 64-bitScott Wood2015-07-292-8/+16
* net: thunderx: Select CONFIG_MDIO_OCTEON for ThunderX NICRadha Mohan Chintakuntla2015-07-291-0/+2
* net: mdio-octeon: Fix octeon_mdiobus_probe function for return valuesRadha Mohan Chintakuntla2015-07-291-5/+9
* net: mdio-octeon: Modify driver to work on both ThunderX and OcteonRadha Mohan Chintakuntla2015-07-292-21/+111
* net: netcp: Fixes efuse mac addr swap on k2e and k2lWingMan Kwok2015-07-291-2/+13
* net/mlx4_en: Hardware accelerated 802.1ad works only on the first portAmir Vadai2015-07-291-1/+1
* stmmac: dwmac-sti: refactor the init glue callbacksJoachim Eastwood2015-07-291-31/+12
* stmmac: remove setup/free glue callbacksJoachim Eastwood2015-07-292-10/+0
* stmmac: dwmac-rk: use rk_gmac_ops as of match dataJoachim Eastwood2015-07-291-23/+4
* stmmac: dwmac-rk: make rk_gmac_ops structs static constJoachim Eastwood2015-07-291-4/+4
* stmmac: dwmac-sti: use custom of match structureJoachim Eastwood2015-07-291-3/+8
* stmmac: let dwmac-* drivers handle their own match dataJoachim Eastwood2015-07-293-18/+18
* stmmac: move stmmac_pltfr_probe into dwmac-genericJoachim Eastwood2015-07-293-57/+48
* stmmac: dwmac-rk: create a new probe functionJoachim Eastwood2015-07-291-9/+31
* stmmac: dwmac-sti: turn setup callback into a probe functionJoachim Eastwood2015-07-291-9/+22
* stmmac: dwmac-sunxi: turn setup callback into a probe functionJoachim Eastwood2015-07-291-18/+31
* stmmac: dwmac-sunxi: move sun7i_gmac_setup functionJoachim Eastwood2015-07-291-29/+29
* stmmac: dwmac-socfpga: turn setup callback into a probe functionJoachim Eastwood2015-07-291-14/+26
* stmmac: dwmac-socfpga: move socfpga_dwmac_probe functionJoachim Eastwood2015-07-291-25/+25
* stmmac: dwmac-ipq806x: turn setup callback into a probe functionJoachim Eastwood2015-07-291-15/+23
* stmmac: dwmac-ipq806x: move ipq806x_gmac_fix_mac_speed functionJoachim Eastwood2015-07-291-7/+7
* stmmac: fix ptr_ret.cocci warningFengguang Wu2015-07-291-3/+1
* dwc_eth_qos: Add the synopsys folder to the build system.Lars Persson2015-07-282-0/+2
* dwc_eth_qos: Add support for Synopsys DWC Ethernet QoSLars Persson2015-07-283-0/+3051
* net/mlx4_en: Add support for hardware accelerated 802.1ad vlanHadar Hen Zion2015-07-275-5/+87
* net/mlx4: Prepare VLAN macros for 802.1ad Hardware accelerated supportHadar Hen Zion2015-07-273-5/+5
* net/mlx4_en: Prepare ethtool private flags to support more flagsHadar Hen Zion2015-07-271-18/+17
* net/mlx4_core: Preparations for 802.1ad VLAN supportHadar Hen Zion2015-07-274-0/+101
* ravb: minimize TX data copyingSergei Shtylyov2015-07-272-45/+64
* dsa: mv88e6352/mv88e6xxx: Move temperature sensor code to mv88e6xxx.cGuenter Roeck2015-07-273-119/+136
* hv_netvsc: Add structs and handlers for VF messagesHaiyang Zhang2015-07-272-10/+62
* bonding: convert num_grat_arp to the new bonding option APINikolay Aleksandrov2015-07-272-17/+10
* net: phy: fix auto negotiation checking for teraneticsShaohui Xie2015-07-271-2/+9
* net: phy: dp83867: fix simple_return.cocci warningsWu Fengguang2015-07-271-5/+1
* net/mlx5e: Input IPSEC.SPI into the RX RSS hash functionAchiad Shochat2015-07-273-1/+127
* net/mlx5e: Cosmetics: use BIT() instead of "1 <<", and othersAchiad Shochat2015-07-273-98/+104
* net/mlx5e: TX latency optimization to save DMA readsAchiad Shochat2015-07-275-18/+76
* net/mlx5e: Support TX packet copy into WQEAchiad Shochat2015-07-274-1/+77
* net/mlx5e: Allocate DMA coherent memory on reader NUMA nodeSaeed Mahameed2015-07-275-18/+62
* net/mlx5e: Support ETH_RSS_HASH_XORSaeed Mahameed2015-07-273-10/+76