summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* | 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-292-0/+2
* | dwc_eth_qos: Add support for Synopsys DWC Ethernet QoSLars Persson2015-07-293-0/+3051
* | net/mlx4_en: Add support for hardware accelerated 802.1ad vlanHadar Hen Zion2015-07-285-5/+87
* | net/mlx4: Prepare VLAN macros for 802.1ad Hardware accelerated supportHadar Hen Zion2015-07-283-5/+5
* | net/mlx4_en: Prepare ethtool private flags to support more flagsHadar Hen Zion2015-07-281-18/+17
* | net/mlx4_core: Preparations for 802.1ad VLAN supportHadar Hen Zion2015-07-284-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
* | net: netcp: Adds missing statistics for K2L and K2EWingMan Kwok2015-07-271-3/+174
* | net: netcp: Fixes to CPSW statistics collectionWingMan Kwok2015-07-271-11/+75
* | net: netcp: Consolidates statistics collection codeWingMan Kwok2015-07-271-45/+54
* | net: netcp: Fixes error in oversized memory allocation for statistics storageWingMan Kwok2015-07-271-25/+21
* | net: netcp: Fixes hw statistics module base setting errorWingMan Kwok2015-07-271-1/+5
* | net: netcp: Fixes the use of spin_lock_bh in timer functionWingMan Kwok2015-07-271-2/+3
* | cxgb4vf: Read correct FL congestion threshold for T5 and T6Hariprasad Shenai2015-07-272-2/+21
* | net: macb: Change capability mask for jumbo supportHarini Katakam2015-07-271-1/+1
* | net: bcmgenet: Register link_update callback for all MoCA PHYsFlorian Fainelli2015-07-271-14/+23
* | net: bcmgenet: Remove checks on clock handlesFlorian Fainelli2015-07-271-14/+12
* | hv_netvsc: Wait for sub-channels to be processed during probeKY Srinivasan2015-07-272-0/+30
* | cxgb4: Allow firmware flash, only if cxgb4 is the master driverHariprasad Shenai2015-07-271-0/+14
* | vxlan: Use proper endian type for vni in vxlan[6]_xmit_skbThomas Graf2015-07-271-2/+2
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...David S. Miller2015-07-2540-712/+1376
|\ \
| * | i40e: use BIT and BIT_ULL macrosJesse Brandeburg2015-07-2326-304/+293
| * | i40e: clean up error status messagesShannon Nelson2015-07-239-177/+673
| * | i40e: provide correct API version to older VF driversMitch Williams2015-07-231-0/+3
| * | i40evf: support virtual channel API version 1.1Mitch Williams2015-07-232-2/+11
| * | i40evf: handle big resetsMitch Williams2015-07-233-46/+95
| * | i40e: support virtual channel API 1.1Mitch Williams2015-07-232-6/+21
| * | i40e/i40evf: add macros for virtual channel API version and device capabilityMitch Williams2015-07-232-0/+12
| * | i40e: add VF capabilities to virtual channel interfaceMitch Williams2015-07-232-10/+22
| * | i40e: clean up unneeded gotosShannon Nelson2015-07-231-25/+12
| * | i40e/i40evf: Fix and refactor dynamic ITR codeCarolyn Wyborny2015-07-232-98/+161
| * | igb: bump version to igb-5.3.0Todd Fujinaka2015-07-231-2/+2
| * | igb: use ARRAY_SIZE to replace calculating sizeof(a)/sizeof(a[0])Todd Fujinaka2015-07-231-11/+5