summaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2016-12-08net: stmmac: stmmac_platform: use correct setup function for gmac4Niklas Cassel2-2/+3
2016-12-08net: stmmac: dwmac-generic: add missing compatible stringsNiklas Cassel1-0/+3
2016-12-08net: ll_temac: Utilize of_get_mac_address()Tobias Klauser1-5/+6
2016-12-08net: axienet: Utilize of_get_mac_address()Tobias Klauser1-6/+7
2016-12-08net/mlx5e: Offload TC matching on packets being IP fragmentsOr Gerlitz1-0/+12
2016-12-08net: mvneta: Indent some statementsDan Carpenter1-3/+4
2016-12-08drivers: net: xgene: uninitialized variable in xgene_enet_free_pagepool()Dan Carpenter1-0/+1
2016-12-08vhost: remove unnecessary smp_mb from vhost_work_queuePeng Tao1-1/+1
2016-12-08vhost-vsock: remove unused vq variablePeng Tao1-3/+0
2016-12-07Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirshe...David S. Miller23-360/+723
2016-12-07dummy: expend mtu range for dummy deviceZhang Shengju1-0/+3
2016-12-07nlmon: use core MTU range checking in nlmon driverZhang Shengju1-19/+1
2016-12-07driver: macvlan: Remove the rcu member of macvlan_portGao Feng1-2/+1
2016-12-07driver: ipvlan: Free ipvl_port directly with kfree instead of kfree_rcuGao Feng2-3/+2
2016-12-07net: stmmac: do not call phy_ethtool_ksettings_set from atomic contextNiklas Cassel1-2/+0
2016-12-07net: ethernet: ti: cpts: fix overflow check periodGrygorii Strashko2-6/+8
2016-12-07net: ethernet: ti: cpts: calc mult and shift from refclk freqGrygorii Strashko1-7/+43
2016-12-07net: ethernet: ti: cpts: move dt props parsing to cpts driverGrygorii Strashko4-23/+34
2016-12-07net: ethernet: ti: cpts: rework initialization/deinitializationGrygorii Strashko3-57/+92
2016-12-07net: ethernet: ti: cpts: drop excessive writes to CTRL and INT_EN regsGrygorii Strashko1-2/+0
2016-12-07net: ethernet: ti: cpts: clean up event list if event pool is emptyWingMan Kwok1-2/+24
2016-12-07net: ethernet: ti: cpts: disable cpts when unregisteredGrygorii Strashko1-0/+4
2016-12-07net: ethernet: ti: cpts: fix registration orderGrygorii Strashko1-10/+14
2016-12-07net: ethernet: ti: cpts: fix unbalanced clk api usage in cpts_register/unregi...Grygorii Strashko1-6/+8
2016-12-07net: ethernet: ti: cpsw: minimize direct access to struct cptsGrygorii Strashko2-13/+54
2016-12-07net: ethernet: ti: allow cpts to be built separatelyGrygorii Strashko5-19/+42
2016-12-07net: ethernet: ti: cpts: switch to readl/writel_relaxed()Grygorii Strashko1-2/+2
2016-12-07bnxt_en: Add interface to support RDMA driver.Michael Chan5-5/+483
2016-12-07bnxt_en: Refactor the driver registration function with firmware.Michael Chan2-5/+31
2016-12-07bnxt_en: Reserve RDMA resources by default.Michael Chan2-1/+66
2016-12-07bnxt_en: Improve completion ring allocation for VFs.Michael Chan3-12/+12
2016-12-07bnxt_en: Move function reset to bnxt_init_one().Michael Chan2-20/+6
2016-12-07bnxt_en: Enable MSIX early in bnxt_init_one().Michael Chan2-69/+115
2016-12-07bnxt_en: Add bnxt_set_max_func_irqs().Michael Chan2-6/+12
2016-12-06i40e: move all updates for VLAN mode into i40e_sync_vsi_filtersJacob Keller1-101/+113
2016-12-06i40e: use (add|rm)_vlan_all_mac helper functions when changing PVIDJacob Keller3-17/+32
2016-12-06i40e: factor out addition/deletion of VLAN per each MAC addressJacob Keller1-13/+55
2016-12-06i40e: delete filter after adding its replacement when convertingJacob Keller1-1/+1
2016-12-06i40e: refactor i40e_update_filter_state to avoid passing aq_errJacob Keller1-37/+21
2016-12-06i40e: recalculate vsi->active_filters from hash contentsJacob Keller1-23/+29
2016-12-06i40e: defeature support for PTP L4 frame detection on XL710Jacob Keller4-9/+31
2016-12-06i40e: lock service task correctlyMitch Williams1-17/+7
2016-12-06i40e: Add functions which apply correct PHY access method for read and write ...Michal Kosiarz3-0/+80
2016-12-06i40e: Add FEC for 25gCarolyn Wyborny3-4/+48
2016-12-06i40e: Add support for 25G devicesCarolyn Wyborny13-79/+208
2016-12-06i40e: use unsigned printf format specifier for active_filters countJacob Keller1-1/+1
2016-12-06Changed version from 1.6.21 to 1.6.25Bimmy Pujari2-2/+2
2016-12-06i40e: Blink LED on 1G BaseT boardsHenry Tieman3-8/+8
2016-12-06i40e: remove code to handle dev_addr speciallyJacob Keller1-36/+7
2016-12-06i40e/i40evf: napi_poll must return the work doneAlexander Duyck2-2/+2