summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2016-12-131-5/+5
|\
| * ptp_clock: Allow for it to be optionalNicolas Pitre2016-11-161-5/+5
* | e1000: use disable_hardirq() for e1000_netpoll()WANG Cong2016-12-112-6/+6
* | i40e: don't truncate match_method assignmentKeller, Jacob E2016-12-111-2/+1Star
* | i40e: move all updates for VLAN mode into i40e_sync_vsi_filtersJacob Keller2016-12-071-101/+113
* | i40e: use (add|rm)_vlan_all_mac helper functions when changing PVIDJacob Keller2016-12-073-17/+32
* | i40e: factor out addition/deletion of VLAN per each MAC addressJacob Keller2016-12-071-13/+55
* | i40e: delete filter after adding its replacement when convertingJacob Keller2016-12-071-1/+1
* | i40e: refactor i40e_update_filter_state to avoid passing aq_errJacob Keller2016-12-071-37/+21Star
* | i40e: recalculate vsi->active_filters from hash contentsJacob Keller2016-12-071-23/+29
* | i40e: defeature support for PTP L4 frame detection on XL710Jacob Keller2016-12-074-9/+31
* | i40e: lock service task correctlyMitch Williams2016-12-071-17/+7Star
* | i40e: Add functions which apply correct PHY access method for read and write ...Michal Kosiarz2016-12-073-0/+80
* | i40e: Add FEC for 25gCarolyn Wyborny2016-12-073-4/+48
* | i40e: Add support for 25G devicesCarolyn Wyborny2016-12-0713-79/+208
* | i40e: use unsigned printf format specifier for active_filters countJacob Keller2016-12-071-1/+1
* | Changed version from 1.6.21 to 1.6.25Bimmy Pujari2016-12-072-2/+2
* | i40e: Blink LED on 1G BaseT boardsHenry Tieman2016-12-073-8/+8
* | i40e: remove code to handle dev_addr speciallyJacob Keller2016-12-071-36/+7Star
* | i40e/i40evf: napi_poll must return the work doneAlexander Duyck2016-12-072-2/+2
* | i40e: restore workaround for removing default MAC filterJacob Keller2016-12-071-0/+41
* | i40e: simplify txd use count calculationMitch Williams2016-12-072-34/+56
* | i40e: Driver prints log message on link speed changeFilip Sadowski2016-12-072-1/+6
* | Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirshe...David S. Miller2016-12-049-184/+511
|\ \
| * | i40e: change message to only appear when extra debug info is wantedCarolyn Wyborny2016-12-031-1/+1
| * | i40e/i40evf: replace for memcpy with single memcpy call in ethtoolJacob Keller2016-12-031-16/+8Star
| * | i40e: set broadcast promiscuous mode for each active VLANJacob Keller2016-12-034-21/+129
| * | i40e: Fix for ethtool Supported link modesHarshitha Ramamurthy2016-12-033-7/+13
| * | i40evf: protect against NULL msix_entries and q_vectors pointersJacob Keller2016-12-031-6/+14
| * | i40e: Pass unknown PHY type for unknown PHYsHenry Tieman2016-12-031-1/+2
| * | i40e: Remove unreachable codeHenry Tieman2016-12-031-8/+1Star
| * | i40evf: check for msix_entries null dereferenceAlan Brady2016-12-031-0/+6
| * | i40evf: Move some i40evf_reset_task code to separate functionJoe Perches2016-12-031-42/+44
| * | i40e: fix panic on SPARC while changing num of descTushar Dave2016-12-031-5/+5
| * | i40e: Add protocols over MCTP to i40e_aq_discover_capabilitiesPiotr Raczynski2016-12-033-0/+16
| * | i40e: fix trivial typo in naming of i40e_sync_filters_subtaskJacob Keller2016-12-031-2/+2
| * | i40e: Add Clause22 implementationMichal Kosiarz2016-12-033-52/+159
| * | i40e: avoid duplicate private flags definitionsJacob Keller2016-12-031-25/+17Star
| * | i40e: remove second check of VLAN_N_VID in i40e_vlan_rx_add_vidJacob Keller2016-12-031-2/+2
| * | i40e: remove error_param_int label from i40e_vc_config_promiscuous_mode_msgJacob Keller2016-12-031-3/+4
| * | i40evf: Be much more verbose about what we can and cannot offloadAlexander Duyck2016-12-031-0/+59
| * | i40e: Be much more verbose about what we can and cannot offloadAlexander Duyck2016-12-031-8/+44
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-12-034-8/+24
|\ \ \ | |/ / |/| |
| * | ixgbe/ixgbevf: Don't use lco_csum to compute IPv4 checksumAlexander Duyck2016-12-012-4/+12
| * | igb/igbvf: Don't use lco_csum to compute IPv4 checksumAlexander Duyck2016-12-012-4/+12
* | | ptp: igb: Use the high resolution frequency method.Richard Cochran2016-11-101-8/+8
* | | ixgbevf: Handle previously-freed msix_entriesMark Rustad2016-11-051-2/+7
* | | ixgbe: ixgbe_atr() compute l4_proto only if non-paged data has network/transp...Sowmini Varadhan2016-11-051-0/+17
* | | ixgbe: ixgbe_atr() should access udp_hdr(skb) only for UDP packetsSowmini Varadhan2016-11-051-1/+1
* | | ixgbe: Correct X550 phy IDDon Skidmore2016-11-052-2/+4