summaryrefslogtreecommitdiffstats
path: root/drivers/net
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | i40evf: remove aq_pendingMitch Williams2015-04-143-38/+12
| | * | | | | i40e: Add support to program FDir SB rules for VF from PF through ethtoolAnjali Singhai Jain2015-04-141-0/+26
| | * | | | | i40evf: fix bad indentationMitch Williams2015-04-141-1/+1
| | * | | | | i40e: stop VF ringsMitch Williams2015-04-141-0/+5
| * | | | | | bnx2x: Fix busy_poll vs netpollEric Dumazet2015-04-152-90/+56
| * | | | | | net: hip04: Make tx coalesce timer actually workThomas Gleixner2015-04-151-7/+11
| | |_|_|/ / | |/| | | |
* | | | | | Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds2015-04-172-2/+2
|\ \ \ \ \ \
| * | | | | | MIPS: BCM47xx: Move NVRAM header to the include/linux/.Rafał Miłecki2015-04-012-2/+2
* | | | | | | Merge tag 'stable/for-linus-4.1-rc0-tag' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2015-04-162-6/+7
|\ \ \ \ \ \ \
| * | | | | | | xenbus_client: Extend interface to support multi-page ringWei Liu2015-04-152-6/+7
| | |_|_|_|/ / | |/| | | | |
* | | | | | | Merge tag 'powerpc-4.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mp...Linus Torvalds2015-04-165-52/+41
|\ \ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'next-remove-ldst' of git://git.kernel.org/pub/scm/linux/kernel/...Michael Ellerman2015-04-072-37/+37
| |\ \ \ \ \ \ \
| | * | | | | | | powerpc: Move Power Macintosh drivers to generic byteswappersDavid Gibson2015-03-232-37/+37
| | | |_|_|_|/ / | | |/| | | | |
| * | | | | | | Merge branch 'next-eeh' of git://git.kernel.org/pub/scm/linux/kernel/git/benh...Michael Ellerman2015-04-072-5/+2
| |\ \ \ \ \ \ \
| | * | | | | | | net/ethernet/sfc: Don't use of_node_to_eeh_dev()Benjamin Herrenschmidt2015-03-242-5/+2
| | |/ / / / / /
| * | | | | | | Merge branch 'next-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/ben...Michael Ellerman2015-03-261-10/+2
| |\ \ \ \ \ \ \ | | |_|/ / / / / | |/| | | | | |
| | * | | | | | powerpc: Remove duplicate cacheable_memcpy/memzero functionsKyle Moffett2015-03-171-10/+2
| | |/ / / / /
* | | | | | | Merge branch 'for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2015-04-152-4/+0
|\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | | / | | |_|_|_|/ | |/| | | |
| * | | | | make new_sync_{read,write}() staticAl Viro2015-04-112-4/+0
* | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2015-04-15663-13582/+27374
|\ \ \ \ \ \ | | |_|_|_|/ | |/| | | |
| * | | | | fm10k: Bump driver version to 0.15.2Jeff Kirsher2015-04-141-1/+1
| * | | | | fm10k: corrected VF multicast updateJeff Kirsher2015-04-141-2/+5
| * | | | | fm10k: mbx_update_max_size does not drop all oversized messagesJeff Kirsher2015-04-141-3/+6
| * | | | | fm10k: reset head instead of calling update_max_sizeJeff Kirsher2015-04-141-2/+16
| * | | | | fm10k: renamed mbx_tx_dropped to mbx_tx_oversizedJeff Kirsher2015-04-141-1/+1
| * | | | | fm10k: update xcast mode before synchronizing multicast addressesJeff Kirsher2015-04-141-11/+11
| * | | | | fm10k: start service timer on probeJeff Kirsher2015-04-141-3/+6
| * | | | | fm10k: fix function header commentJeff Kirsher2015-04-141-2/+1
| * | | | | fm10k: comment next_vf_mbx flowJeff Kirsher2015-04-141-0/+11
| * | | | | fm10k: don't handle mailbox events in iov_event path and always process mailboxJeff Kirsher2015-04-142-32/+5
| * | | | | fm10k: use separate workqueue for fm10k driverJeff Kirsher2015-04-143-1/+16
| * | | | | fm10k: Set PF queues to unlimited bandwidth during virtualizationJeff Kirsher2015-04-141-1/+2
| * | | | | fm10k: expose tx_timeout_count as an ethtool statJeff Kirsher2015-04-141-0/+2
| * | | | | fm10k: only increment tx_timeout_count in Tx hang pathJeff Kirsher2015-04-141-1/+0
| * | | | | fm10k: remove extraneous "Reset interface" messageJeff Kirsher2015-04-141-1/+0
| * | | | | fm10k: separate PF only stats so that VF does not display themJeff Kirsher2015-04-141-14/+37
| * | | | | fm10k: use hw->mac.max_queues for statsJeff Kirsher2015-04-142-8/+12
| * | | | | fm10k: only show actual queues, not the maximum in hardwareJeff Kirsher2015-04-141-2/+3
| * | | | | fm10k: allow creation of VLAN on default vidJeff Kirsher2015-04-141-4/+4
| * | | | | fm10k: fix unused warningsJeff Kirsher2015-04-147-37/+35
| * | | | | fm10k: Add netconsole supportJeff Kirsher2015-04-143-0/+28
| * | | | | fm10k: Have the VF get the default VLAN during initJeff Kirsher2015-04-141-1/+5
| * | | | | fm10k: Correct spelling mistakeJeff Kirsher2015-04-141-2/+2
| * | | | | fm10k: Remove redundant rx_errors in ethtoolJeff Kirsher2015-04-143-7/+4
| * | | | | fm10k: Corrected an error in Tx statisticsJeff Kirsher2015-04-141-2/+2
| * | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-04-146-15/+30
| |\ \ \ \ \
| | * | | | | udptunnels: Call handle_offloads after inserting vlan tag.Jesse Gross2015-04-091-10/+10
| | * | | | | usbnet: rename work handlerOliver Neukum2015-04-091-2/+2
| | * | | | | stmmac: devm_reset_control_get can return PROBE_DEFERPhil Reid2015-04-091-1/+1
| | * | | | | be2net: Fix a bug in Rx buffer postingAjit Khaparde2015-04-082-1/+2