summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...David S. Miller2015-10-0826-171/+207
|\
| * i40e/i40evf: remove unused opcodeMitch Williams2015-10-072-2/+0
| * i40evf: propagate interrupt allocation failureMitch Williams2015-10-071-1/+1
| * i40e: Additional checks for CEE APP priority validityNeerav Parikh2015-10-071-15/+33
| * i40e/i40evf: Add a stat to keep track of linearization countAnjali Singhai Jain2015-10-077-5/+14
| * i40e/i40evf: fix unicast mac address addShannon Nelson2015-10-072-48/+38
| * i40e: fix bug in return from get_link_status and avoid spurious link messagesJesse Brandeburg2015-10-074-11/+29
| * i40e: add little endian conversion for checksumJesse Brandeburg2015-10-071-1/+3
| * i40e/i40evf: give up the __func__Shannon Nelson2015-10-074-66/+47
| * i40e: Never let speed get set to 0 in get_settingsCatherine Sullivan2015-10-071-0/+7
| * i40e: Fix for truncated interrupt nameCarolyn Wyborny2015-10-071-1/+1
| * i40e/i40evf: assure clean asq status reportShannon Nelson2015-10-072-0/+4
| * i40e: make i40e_init_pf_fcoe to voidShannon Nelson2015-10-073-13/+7
| * i40e: fix bad CEE status shift valueShannon Nelson2015-10-071-1/+2
| * i40e/i40evf: fix a potential type compare issueShannon Nelson2015-10-072-4/+2
| * i40e/i40evf: add driver support for new device idsShannon Nelson2015-10-076-0/+6
| * i40e: stop VF ringsMitch Williams2015-10-071-0/+5
| * i40e: enable WoL operation if config bit show WoL capableShannon Nelson2015-10-071-2/+7
| * i40e: Increase the amount of time we wait for reset to be donePaul M Stillwell Jr2015-10-071-1/+1
* | Merge tag 'regmap-offload-update-bits' of git://git.kernel.org/pub/scm/linux/...David S. Miller2015-10-082-11/+20
|\ \ | |/ |/|
| * regmap: Allow installing custom reg_update_bits functionJon Ringle2015-10-062-11/+20
* | s390/qdio: fix WARN_ON_ONCE conditionEugene Crosser2015-10-071-2/+2
* | s390/qeth: optimize MAC handling in rx_mode callbackLakhvich Dmitriy2015-10-072-45/+111
* | s390/qeth: switch to napi_gro_receiveThomas Richter2015-10-071-1/+1
* | Merge tag 'mac80211-next-for-davem-2015-10-05' of git://git.kernel.org/pub/sc...David S. Miller2015-10-0721-22/+23
|\ \
| * | wireless: mark element IDs 8 and 9 reservedJohannes Berg2015-09-221-2/+0
| * | mac80211: allow to transmit A-MSDU within A-MPDUEmmanuel Grumbach2015-09-2220-20/+23
* | | net: Add source address lookup op for VRFDavid Ahern2015-10-071-0/+35
* | | net: Add netif_is_l3_slaveDavid Ahern2015-10-071-6/+4
* | | net: Rename FLOWI_FLAG_VRFSRC to FLOWI_FLAG_L3MDEV_SRCDavid Ahern2015-10-071-2/+2
* | | gianfar: Add WAKE_UCAST and "wake-on-filer" supportClaudiu Manoil2015-10-073-24/+186
* | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...David S. Miller2015-10-076-47/+53
|\ \ \
| * | | i40evf: don't blow away MAC addressMitch Williams2015-10-031-0/+2
| * | | i40e/i40evf: grab the AQ spinlocks before clearing registersShannon Nelson2015-10-032-44/+46
| * | | i40e: Fix a memory leak in X722 rss config pathAnjali Singhai2015-10-031-1/+3
| * | | i40evf: Use numa_mem_id() to better support memoryless nodeJiang Liu2015-10-031-1/+1
| * | | i40e: Use numa_mem_id() to better support memoryless nodeJiang Liu2015-10-031-1/+1
* | | | net: dsa: mv88e6xxx: remove link pollingRussell King2015-10-076-72/+0
* | | | Revert "regmap: Allow installing custom reg_update_bits function"David S. Miller2015-10-062-28/+0
* | | | Revert "net: Microchip encx24j600 driver"David S. Miller2015-10-065-2122/+0
* | | | Revert "net: encx24j600_exit() can be static"David S. Miller2015-10-061-1/+1
* | | | asix: Continue processing URB if no RX netdev bufferDean Jenkins2015-10-051-12/+19
* | | | asix: On RX avoid creating bad Ethernet framesDean Jenkins2015-10-051-0/+28
* | | | asix: Simplify asix_rx_fixup_internal() netdev allocDean Jenkins2015-10-051-9/+7
* | | | asix: Tidy-up 32-bit header word synchronisationDean Jenkins2015-10-051-15/+13
* | | | asix: Rename remaining and size for clarityDean Jenkins2015-10-052-21/+22
* | | | vrf: fix a kernel warningWANG Cong2015-10-051-1/+1
* | | | net: encx24j600_exit() can be statickbuild test robot2015-10-051-1/+1
* | | | net: Microchip encx24j600 driverJon Ringle2015-10-055-0/+2122
* | | | regmap: Allow installing custom reg_update_bits functionJon Ringle2015-10-052-0/+28