summaryrefslogtreecommitdiffstats
path: root/drivers/net
AgeCommit message (Expand)AuthorFilesLines
2015-10-08ipv4, ipv6: Pass net into ip_local_out and ip6_local_outEric W. Biederman3-5/+5
2015-10-08ipv4, ipv6: Pass net into __ip_local_out and __ip6_local_outEric W. Biederman1-1/+1
2015-10-08ipvlan: Cache net in ipvlan_process_v4_outbound and ipvlan_process_v6_outboundEric W. Biederman1-2/+4
2015-10-08ppp: Cache net in pptp_xmitEric W. Biederman1-2/+3
2015-10-08ipv6: Merge ip6_local_out and ip6_local_out_skEric W. Biederman1-1/+1
2015-10-08ipv4: Merge ip_local_out and ip_local_out_skEric W. Biederman3-4/+4
2015-10-08dst: Pass a sk into .local_outEric W. Biederman1-2/+2
2015-10-07i40e/i40evf: remove unused opcodeMitch Williams2-2/+0
2015-10-07i40evf: propagate interrupt allocation failureMitch Williams1-1/+1
2015-10-07i40e: Additional checks for CEE APP priority validityNeerav Parikh1-15/+33
2015-10-07i40e/i40evf: Add a stat to keep track of linearization countAnjali Singhai Jain7-5/+14
2015-10-07i40e/i40evf: fix unicast mac address addShannon Nelson2-48/+38
2015-10-07i40e: fix bug in return from get_link_status and avoid spurious link messagesJesse Brandeburg4-11/+29
2015-10-07i40e: add little endian conversion for checksumJesse Brandeburg1-1/+3
2015-10-07i40e/i40evf: give up the __func__Shannon Nelson4-66/+47
2015-10-07i40e: Never let speed get set to 0 in get_settingsCatherine Sullivan1-0/+7
2015-10-07i40e: Fix for truncated interrupt nameCarolyn Wyborny1-1/+1
2015-10-07i40e/i40evf: assure clean asq status reportShannon Nelson2-0/+4
2015-10-07i40e: make i40e_init_pf_fcoe to voidShannon Nelson3-13/+7
2015-10-07i40e: fix bad CEE status shift valueShannon Nelson1-1/+2
2015-10-07i40e/i40evf: fix a potential type compare issueShannon Nelson2-4/+2
2015-10-07i40e/i40evf: add driver support for new device idsShannon Nelson6-0/+6
2015-10-07i40e: stop VF ringsMitch Williams1-0/+5
2015-10-07i40e: enable WoL operation if config bit show WoL capableShannon Nelson1-2/+7
2015-10-07i40e: Increase the amount of time we wait for reset to be donePaul M Stillwell Jr1-1/+1
2015-10-07Merge tag 'mac80211-next-for-davem-2015-10-05' of git://git.kernel.org/pub/sc...David S. Miller21-22/+23
2015-10-07net: Add source address lookup op for VRFDavid Ahern1-0/+35
2015-10-07net: Add netif_is_l3_slaveDavid Ahern1-6/+4
2015-10-07net: Rename FLOWI_FLAG_VRFSRC to FLOWI_FLAG_L3MDEV_SRCDavid Ahern1-2/+2
2015-10-07gianfar: Add WAKE_UCAST and "wake-on-filer" supportClaudiu Manoil3-24/+186
2015-10-07Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...David S. Miller6-47/+53
2015-10-07net: dsa: mv88e6xxx: remove link pollingRussell King6-72/+0
2015-10-06Revert "net: Microchip encx24j600 driver"David S. Miller5-2122/+0
2015-10-06Revert "net: encx24j600_exit() can be static"David S. Miller1-1/+1
2015-10-05asix: Continue processing URB if no RX netdev bufferDean Jenkins1-12/+19
2015-10-05asix: On RX avoid creating bad Ethernet framesDean Jenkins1-0/+28
2015-10-05asix: Simplify asix_rx_fixup_internal() netdev allocDean Jenkins1-9/+7
2015-10-05asix: Tidy-up 32-bit header word synchronisationDean Jenkins1-15/+13
2015-10-05asix: Rename remaining and size for clarityDean Jenkins2-21/+22
2015-10-05vrf: fix a kernel warningWANG Cong1-1/+1
2015-10-05net: encx24j600_exit() can be statickbuild test robot1-1/+1
2015-10-05net: Microchip encx24j600 driverJon Ringle5-0/+2122
2015-10-05enic: do hang reset only in case of tx timeoutGovindarajulu Varadarajan4-3/+40
2015-10-05enic: handle spurious error interruptGovindarajulu Varadarajan1-5/+9
2015-10-05cxgb4: Report correct link speed for unsupported onesHariprasad Shenai1-1/+5
2015-10-05cxgb4: Adds a new Device Log Facility FW_DEVLOG_FACILITY_CFHariprasad Shenai1-0/+1
2015-10-05cxgb4: For T4, don't read the Firmware Mailbox Control registerHariprasad Shenai1-6/+14
2015-10-05cxgb4 : Update T4/T5/T6 register rangesHariprasad Shenai1-330/+1134
2015-10-05amd-xgbe: Remove the XGBE_LINK state bitLendacky, Thomas2-13/+4
2015-10-05amd-xgbe: Use device workqueue instead of system workqueueLendacky, Thomas1-5/+6