summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* sfc: Retry MCDI after NO_EVB_PORT error on a VFBert Kenward2015-12-242-15/+85
* cxgb4: Use napi_complete_done() api in napi handlerHariprasad Shenai2015-12-231-1/+1
* cxgb4: Use the node info to alloc_ring() for RX queuesHariprasad Shenai2015-12-231-2/+4
* cxgb4: get naming correct for iscsi queuesHariprasad Shenai2015-12-234-38/+38
* cxgb4: Warn if device doesn't have enough PCI bandwidthHariprasad Shenai2015-12-231-2/+78
* mlxsw: core: Use devm_kzalloc to allocate mlxsw_hwmon structureJiri Pirko2015-12-223-13/+2
* mlxsw: core: Allow to reset temperature history via hwmon interfaceJiri Pirko2015-12-221-1/+36
* fm10k: IS_ENABLED() is not appropriate for boolean kconfig optionBruce Allan2015-12-221-3/+3
* fm10k: cleanup mailbox code comments etcBruce Allan2015-12-223-24/+34
* fm10k: use true/false for boolean get_host_stateBruce Allan2015-12-221-3/+3
* fm10k: remove unused struct elementBruce Allan2015-12-221-1/+0
* fm10k: constify fm10k_mac_ops, fm10k_iov_ops and fm10k_info structuresBruce Allan2015-12-225-11/+11
* fm10k: address operator not needed when declaring function pointersBruce Allan2015-12-222-48/+48
* fm10k: use ether_addr_equal instead of memcmpJacob Keller2015-12-224-4/+4
* fm10k: Cleanup exception handling for changing queuesAlexander Duyck2015-12-222-16/+59
* fm10k: correctly pack TLV structures and explain reasoningJacob Keller2015-12-221-4/+9
* fm10k: don't initialize fm10k_workqueue at global levelBruce Allan2015-12-221-4/+2
* ibmveth: consolidate kmalloc of array, memset 0 to kcallocNicholas Mc Guire2015-12-201-3/+1
* netcp: fix regression in receive processingArnd Bergmann2015-12-191-3/+7
* asix: silence log message from oversize packetstephen hemminger2015-12-181-1/+1
* nfp: call netif_carrier_off() during initJakub Kicinski2015-12-181-0/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-12-18270-1650/+2593
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2015-12-1754-378/+550
| |\
| | * drivers: net: xgene: fix Tx flow controlIyappan Subramanian2015-12-172-18/+24
| | * 82xx: FCC: Fixing a bug causing to FCC port lock-upMartin Roth2015-12-171-1/+1
| | * gianfar: Don't enable RX Filer if not supportedHamish Martin2015-12-172-3/+6
| | * ser_gigaset: remove unnecessary kfree() calls from release methodTilman Schmidt2015-12-151-5/+0
| | * ser_gigaset: fix deallocation of platform device structureTilman Schmidt2015-12-151-3/+7
| | * ser_gigaset: turn nonsense checks into WARN_ONAlan Cox2015-12-151-5/+5
| | * ser_gigaset: fix up NULL checksTilman Schmidt2015-12-151-3/+3
| | * qlcnic: fix a timeout loopDan Carpenter2015-12-151-1/+2
| | * sfc: fix a timeout loopDan Carpenter2015-12-151-1/+1
| | * qlge: fix a timeout loop in ql_change_rx_buffers()Dan Carpenter2015-12-151-2/+3
| | * amd-xgbe: fix a couple timeout loopsDan Carpenter2015-12-151-2/+2
| | * mISDN: fix a loop countDan Carpenter2015-12-151-4/+3
| | * net/mlx4_core: fix handling return value of mlx4_slave_convert_portAndrzej Hajda2015-12-151-2/+3
| | * pptp: verify sockaddr_len in pptp_bind() and pptp_connect()WANG Cong2015-12-151-0/+6
| | * ravb: Add disable 10baseKazuya Mizuguchi2015-12-151-0/+3
| | * sh_eth: fix descriptor access endiannessSergei Shtylyov2015-12-151-10/+14
| | * sh_eth: fix TX buffer byte-swappingSergei Shtylyov2015-12-151-2/+1
| | * sh_eth: uninline sh_eth_{write|read}()Sergei Shtylyov2015-12-142-25/+24
| | * stmmac: dwmac-sunxi: Call exit cleanup function in probe error pathChen-Yu Tsai2015-12-141-1/+5
| | * net: phy: mdio-mux: Check return value of mdiobus_alloc()Tobias Klauser2015-12-141-1/+6
| | * net:hns: print MAC with %pMAndy Shevchenko2015-12-141-35/+14
| | * net:hns: annotate IO address space properlyAndy Shevchenko2015-12-141-5/+6
| | * sfc: only use RSS filters if we're using RSSBert Kenward2015-12-123-13/+18
| | * bnxt_en: Implement missing tx timeout reset logic.Michael Chan2015-12-121-3/+13
| | * bnxt_en: Don't cancel sp_task from bnxt_close_nic().Michael Chan2015-12-122-2/+12
| | * bnxt_en: Change bp->state to bitmap.Michael Chan2015-12-123-8/+7
| | * bnxt_en: Fix bitmap declaration to work on 32-bit arches.Michael Chan2015-12-121-6/+5