summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* net: mvneta: Indent some statementsDan Carpenter2016-12-081-3/+4
* drivers: net: xgene: uninitialized variable in xgene_enet_free_pagepool()Dan Carpenter2016-12-081-0/+1
* vhost: remove unnecessary smp_mb from vhost_work_queuePeng Tao2016-12-081-1/+1
* vhost-vsock: remove unused vq variablePeng Tao2016-12-081-3/+0
* Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirshe...David S. Miller2016-12-0823-360/+723
|\
| * i40e: move all updates for VLAN mode into i40e_sync_vsi_filtersJacob Keller2016-12-071-101/+113
| * i40e: use (add|rm)_vlan_all_mac helper functions when changing PVIDJacob Keller2016-12-073-17/+32
| * i40e: factor out addition/deletion of VLAN per each MAC addressJacob Keller2016-12-071-13/+55
| * i40e: delete filter after adding its replacement when convertingJacob Keller2016-12-071-1/+1
| * i40e: refactor i40e_update_filter_state to avoid passing aq_errJacob Keller2016-12-071-37/+21
| * i40e: recalculate vsi->active_filters from hash contentsJacob Keller2016-12-071-23/+29
| * i40e: defeature support for PTP L4 frame detection on XL710Jacob Keller2016-12-074-9/+31
| * i40e: lock service task correctlyMitch Williams2016-12-071-17/+7
| * i40e: Add functions which apply correct PHY access method for read and write ...Michal Kosiarz2016-12-073-0/+80
| * i40e: Add FEC for 25gCarolyn Wyborny2016-12-073-4/+48
| * i40e: Add support for 25G devicesCarolyn Wyborny2016-12-0713-79/+208
| * i40e: use unsigned printf format specifier for active_filters countJacob Keller2016-12-071-1/+1
| * Changed version from 1.6.21 to 1.6.25Bimmy Pujari2016-12-072-2/+2
| * i40e: Blink LED on 1G BaseT boardsHenry Tieman2016-12-073-8/+8
| * i40e: remove code to handle dev_addr speciallyJacob Keller2016-12-071-36/+7
| * i40e/i40evf: napi_poll must return the work doneAlexander Duyck2016-12-072-2/+2
| * i40e: restore workaround for removing default MAC filterJacob Keller2016-12-071-0/+41
| * i40e: simplify txd use count calculationMitch Williams2016-12-072-34/+56
| * i40e: Driver prints log message on link speed changeFilip Sadowski2016-12-072-1/+6
* | dummy: expend mtu range for dummy deviceZhang Shengju2016-12-071-0/+3
* | nlmon: use core MTU range checking in nlmon driverZhang Shengju2016-12-071-19/+1
* | driver: macvlan: Remove the rcu member of macvlan_portGao Feng2016-12-071-2/+1
* | driver: ipvlan: Free ipvl_port directly with kfree instead of kfree_rcuGao Feng2016-12-072-3/+2
* | net: stmmac: do not call phy_ethtool_ksettings_set from atomic contextNiklas Cassel2016-12-071-2/+0
* | net: ethernet: ti: cpts: fix overflow check periodGrygorii Strashko2016-12-072-6/+8
* | net: ethernet: ti: cpts: calc mult and shift from refclk freqGrygorii Strashko2016-12-071-7/+43
* | net: ethernet: ti: cpts: move dt props parsing to cpts driverGrygorii Strashko2016-12-074-23/+34
* | net: ethernet: ti: cpts: rework initialization/deinitializationGrygorii Strashko2016-12-073-57/+92
* | net: ethernet: ti: cpts: drop excessive writes to CTRL and INT_EN regsGrygorii Strashko2016-12-071-2/+0
* | net: ethernet: ti: cpts: clean up event list if event pool is emptyWingMan Kwok2016-12-071-2/+24
* | net: ethernet: ti: cpts: disable cpts when unregisteredGrygorii Strashko2016-12-071-0/+4
* | net: ethernet: ti: cpts: fix registration orderGrygorii Strashko2016-12-071-10/+14
* | net: ethernet: ti: cpts: fix unbalanced clk api usage in cpts_register/unregi...Grygorii Strashko2016-12-071-6/+8
* | net: ethernet: ti: cpsw: minimize direct access to struct cptsGrygorii Strashko2016-12-072-13/+54
* | net: ethernet: ti: allow cpts to be built separatelyGrygorii Strashko2016-12-075-19/+42
* | net: ethernet: ti: cpts: switch to readl/writel_relaxed()Grygorii Strashko2016-12-071-2/+2
* | bnxt_en: Add interface to support RDMA driver.Michael Chan2016-12-075-5/+483
* | bnxt_en: Refactor the driver registration function with firmware.Michael Chan2016-12-072-5/+31
* | bnxt_en: Reserve RDMA resources by default.Michael Chan2016-12-072-1/+66
* | bnxt_en: Improve completion ring allocation for VFs.Michael Chan2016-12-073-12/+12
* | bnxt_en: Move function reset to bnxt_init_one().Michael Chan2016-12-072-20/+6
* | bnxt_en: Enable MSIX early in bnxt_init_one().Michael Chan2016-12-072-69/+115
* | bnxt_en: Add bnxt_set_max_func_irqs().Michael Chan2016-12-072-6/+12
|/
* tun: Use netif_receive_skb instead of netif_rxAndrey Konovalov2016-12-071-0/+6
* irda: w83977af_ir: Neaten loggingJoe Perches2016-12-071-29/+27