summaryrefslogtreecommitdiffstats
path: root/drivers/net
Commit message (Expand)AuthorAgeFilesLines
* e1000: add dummy allocator to fix race condition between mtu change and netpollSabrina Dubroca2015-03-061-1/+9
* e1000: call netif_carrier_off early on downEliezer Tamir2015-03-061-1/+1
* igb: Make arrays on stack static const to avoid reallocationAlexander Duyck2015-03-061-12/+12
* igb: Fix warning pin may be used uninitializedAlexander Duyck2015-03-061-1/+1
* e1000e: remove calls to ioremap/unmap for NVM addrYanir Lubetkin2015-03-061-3/+5
* e1000e: fix obscure commentsYanir Lubetkin2015-03-061-4/+8
* rocker: implement IPv4 fib offloadingScott Feldman2015-03-061-47/+436
* tg3: use napi_complete_done()Eric Dumazet2015-03-061-2/+2
* i40e: Fix mismatching type for ioremap_lenJeff Kirsher2015-03-061-2/+2
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...David S. Miller2015-03-0616-66/+114
|\
| * i40e/i40evf: Version bumpSravanthi Tangeda2015-03-052-2/+2
| * i40e: don't spam the system logMitch A Williams2015-03-051-3/+0Star
| * i40e: move IRQ tracking setup into MSIX setupShannon Nelson2015-03-051-31/+29Star
| * i40e: Ioremap changesAnjali Singhai2015-03-052-2/+7
| * i40e/i40evf: Clean up some formatting and other thingsJesse Brandeburg2015-03-058-10/+2Star
| * i40e: Add AOC PHY types to case statementsCatherine Sullivan2015-03-052-0/+4
| * i40e: Fix ethtool offline testGreg Rose2015-03-051-0/+10
| * i40e: Reassign incorrect PHY type to fix a FW bugCatherine Sullivan2015-03-051-0/+4
| * i40e: fix XPS mask when resettingJesse Brandeburg2015-03-051-11/+11
| * i40e: use more portable sign extensionJesse Brandeburg2015-03-051-2/+2
| * i40e/i40evf: grab NVM devstarter version not image versionShannon Nelson2015-03-053-3/+4
| * i40e: Don't check operational or sync bit for App TLVNeerav Parikh2015-03-051-1/+1
| * i40e: during LED interaction ignore activity LED src modesMatt Jared2015-03-051-1/+34
| * i40e: Fix NPAR Tx Scheduler initGreg Rose2015-03-051-0/+4
* | cxgb4: Try and provide an RDMA CIQ per cpuHariprasad Shenai2015-03-053-17/+46
* | cxgb4: Move offload Rx queue allocation to separate functionHariprasad Shenai2015-03-051-38/+35Star
|/
* net: bcmgenet: simplify __bcmgenet_tx_reclaim()Petri Gynther2015-03-052-24/+22Star
* Merge tag 'linux-can-next-for-4.1-20150304' of git://git.kernel.org/pub/scm/l...David S. Miller2015-03-041-81/+177
|\
| * bfin_can: Merge header file from arch dependent locationAaron Wu2015-03-041-1/+109
| * bfin_can: introduce ioremap to comply to archs with MMUAaron Wu2015-03-041-14/+8Star
| * bfin_can: rewrite the blackfin style of read/write to common onesAaron Wu2015-03-041-66/+60Star
* | be2net: implement .sriov_configure() PCI callbackVasundhara Volam2015-03-042-65/+107
* | be2net: re-distribute SRIOV resources allowed by FWVasundhara Volam2015-03-044-38/+141
* | be2net: avoid creating the non-RSS default RXQ if FW allows toVasundhara Volam2015-03-045-24/+41
* | net: cadence: Remove Kconfig dependency on ARCHMichal Simek2015-03-041-2/+2
* | sh_eth: Mitigate lost statistics updatesBen Hutchings2015-03-041-12/+25
* | sh_eth: Optionally log RX and TX status for each completed descriptorBen Hutchings2015-03-041-0/+7
* | sh_eth: Implement ethtool register dump operationsBen Hutchings2015-03-042-11/+195
* | sh_eth: WARN on access to a register not implemented in a particular chipBen Hutchings2015-03-042-3/+27
* | sh_eth: Implement multicast statistic based on the RFS8 status bitBen Hutchings2015-03-041-0/+2
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-03-0459-595/+985
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2015-03-0456-584/+968
| |\
| | * gianfar: Reduce logging noise seen due to phy polling if link is downGuenter Roeck2015-03-031-2/+2
| | * ibmveth: Add function to enable live MAC address changesThomas Falcon2015-03-031-1/+23
| | * sh_eth: Really fix padding of short frames on TXBen Hutchings2015-03-031-1/+1
| | * Revert "sh_eth: Enable Rx descriptor word 0 shift for r8a7790"Ben Hutchings2015-03-031-3/+2Star
| | * sh_eth: Fix RX recovery on R-Car in case of RX ring underrunBen Hutchings2015-03-031-1/+1
| | * sh_eth: Ensure proper ordering of descriptor active bit write/readBen Hutchings2015-03-031-0/+6
| | * net/mlx4_en: Disbale GRO for incoming loopback/selftest packetsIdo Shamay2015-03-021-1/+7
| | * net/mlx4_core: Fix wrong mask and error flow for the update-qp commandOr Gerlitz2015-03-022-4/+6