aboutsummaryrefslogtreecommitdiffstats
path: root/drivers (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-07-28dwc_eth_qos: Add support for Synopsys DWC Ethernet QoSLars Persson3-0/+3051
2015-07-27net/mlx4_en: Add support for hardware accelerated 802.1ad vlanHadar Hen Zion5-5/+87
2015-07-27net/mlx4: Prepare VLAN macros for 802.1ad Hardware accelerated supportHadar Hen Zion3-5/+5
2015-07-27net/mlx4_en: Prepare ethtool private flags to support more flagsHadar Hen Zion1-18/+17
2015-07-27net/mlx4_core: Preparations for 802.1ad VLAN supportHadar Hen Zion4-0/+101
2015-07-27ravb: minimize TX data copyingSergei Shtylyov2-45/+64
2015-07-27dsa: mv88e6352/mv88e6xxx: Move temperature sensor code to mv88e6xxx.cGuenter Roeck3-119/+136
2015-07-27hv_netvsc: Add structs and handlers for VF messagesHaiyang Zhang2-10/+62
2015-07-27bonding: convert num_grat_arp to the new bonding option APINikolay Aleksandrov2-17/+10
2015-07-27net: phy: fix auto negotiation checking for teraneticsShaohui Xie1-2/+9
2015-07-27net: phy: dp83867: fix simple_return.cocci warningsWu Fengguang1-5/+1
2015-07-27net/mlx5e: Input IPSEC.SPI into the RX RSS hash functionAchiad Shochat3-1/+127
2015-07-27net/mlx5e: Cosmetics: use BIT() instead of "1 <<", and othersAchiad Shochat3-98/+104
2015-07-27net/mlx5e: TX latency optimization to save DMA readsAchiad Shochat5-18/+76
2015-07-27net/mlx5e: Support TX packet copy into WQEAchiad Shochat4-1/+77
2015-07-27net/mlx5e: Allocate DMA coherent memory on reader NUMA nodeSaeed Mahameed5-18/+62
2015-07-27net/mlx5e: Support ETH_RSS_HASH_XORSaeed Mahameed3-10/+76
2015-07-27net: netcp: Adds missing statistics for K2L and K2EWingMan Kwok1-3/+174
2015-07-27net: netcp: Fixes to CPSW statistics collectionWingMan Kwok1-11/+75
2015-07-27net: netcp: Consolidates statistics collection codeWingMan Kwok1-45/+54
2015-07-27net: netcp: Fixes error in oversized memory allocation for statistics storageWingMan Kwok1-25/+21
2015-07-27net: netcp: Fixes hw statistics module base setting errorWingMan Kwok1-1/+5
2015-07-27net: netcp: Fixes the use of spin_lock_bh in timer functionWingMan Kwok1-2/+3
2015-07-26cxgb4vf: Read correct FL congestion threshold for T5 and T6Hariprasad Shenai2-2/+21
2015-07-26net: macb: Change capability mask for jumbo supportHarini Katakam1-1/+1
2015-07-26net: bcmgenet: Register link_update callback for all MoCA PHYsFlorian Fainelli1-14/+23
2015-07-26net: bcmgenet: Remove checks on clock handlesFlorian Fainelli1-14/+12
2015-07-26hv_netvsc: Wait for sub-channels to be processed during probeKY Srinivasan2-0/+30
2015-07-26cxgb4: Allow firmware flash, only if cxgb4 is the master driverHariprasad Shenai1-0/+14
2015-07-26vxlan: Use proper endian type for vni in vxlan[6]_xmit_skbThomas Graf1-2/+2
2015-07-25Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queueDavid S. Miller40-712/+1376
2015-07-24be2net: support ndo_get_phys_port_id()Sriharsha Basavapatna4-4/+36
2015-07-23i40e: use BIT and BIT_ULL macrosJesse Brandeburg26-304/+293
2015-07-23i40e: clean up error status messagesShannon Nelson9-177/+673
2015-07-23i40e: provide correct API version to older VF driversMitch Williams1-0/+3
2015-07-23i40evf: support virtual channel API version 1.1Mitch Williams2-2/+11
2015-07-23i40evf: handle big resetsMitch Williams3-46/+95
2015-07-23i40e: support virtual channel API 1.1Mitch Williams2-6/+21
2015-07-23i40e/i40evf: add macros for virtual channel API version and device capabilityMitch Williams2-0/+12
2015-07-23i40e: add VF capabilities to virtual channel interfaceMitch Williams2-10/+22
2015-07-23i40e: clean up unneeded gotosShannon Nelson1-25/+12
2015-07-23i40e/i40evf: Fix and refactor dynamic ITR codeCarolyn Wyborny2-98/+161
2015-07-23igb: bump version to igb-5.3.0Todd Fujinaka1-2/+2
2015-07-23igb: use ARRAY_SIZE to replace calculating sizeof(a)/sizeof(a[0])Todd Fujinaka1-11/+5
2015-07-23igb: report unsupported ethtool settings in set_coalesceTodd Fujinaka1-0/+21
2015-07-23e1000e: Cleanup qos request in error handling of e1000_openJia-Ju Bai1-0/+1
2015-07-23ixgbevf: add support for reporting RSS key and hash table for X550Emil Tantilov3-34/+47
2015-07-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller222-1698/+1937
2015-07-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds45-663/+357
2015-07-22r8152: support the new RTL8153 chiphayeswang1-1/+17