summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* net: hns: fix 32-bit build warningArnd Bergmann2015-10-081-6/+6
* net: Microchip encx24j600 driverJon Ringle2015-10-085-0/+2087
* net: phy: bcm7xxx: Modified to use global core register definesArun Parameswaran2015-10-081-6/+3
* net: phy: Broadcom Cygnus internal Etherent PHY driverArun Parameswaran2015-10-083-0/+172
* net: phy: Add Broadcom phy library for common interfacesArun Parameswaran2015-10-087-237/+329
* net: phy: Broadcom iProc MDIO bus driverArun Parameswaran2015-10-083-0/+223
* dst: Pass net into dst->outputEric W. Biederman2015-10-081-2/+1
* ipv4, ipv6: Pass net into ip_local_out and ip6_local_outEric W. Biederman2015-10-083-5/+5
* ipv4, ipv6: Pass net into __ip_local_out and __ip6_local_outEric W. Biederman2015-10-081-1/+1
* ipvlan: Cache net in ipvlan_process_v4_outbound and ipvlan_process_v6_outboundEric W. Biederman2015-10-081-2/+4
* ppp: Cache net in pptp_xmitEric W. Biederman2015-10-081-2/+3
* ipv6: Merge ip6_local_out and ip6_local_out_skEric W. Biederman2015-10-081-1/+1
* ipv4: Merge ip_local_out and ip_local_out_skEric W. Biederman2015-10-083-4/+4
* dst: Pass a sk into .local_outEric W. Biederman2015-10-081-2/+2
* 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