aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel/i40e
AgeCommit message (Expand)AuthorFilesLines
2016-09-22ptp_clock: future-proofing drivers against PTP subsystem becoming optionalGravatar Nicolas Pitre 1-1/+1
2016-09-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-4/+11
2016-09-01i40e: Fix kernel panic on enable/disable LLDPGravatar Dave Ertman 1-4/+11
2016-08-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 2-12/+30
2016-08-25i40e: Change some init flow for the clientGravatar Anjali Singhai Jain 2-12/+30
2016-08-19i40e/i40evf: Fix indentationGravatar Jeff Kirsher 1-65/+66
2016-08-19i40e: Correcting mutex usage in client codeGravatar Avinash Dayanand 1-0/+1
2016-08-19i40e: Remove XSTRINGIFY macro definitions and usesGravatar Joe Perches 2-7/+3
2016-08-19i40e: Initialize pointer in client_release functionGravatar Harshitha Ramamurthy 1-2/+2
2016-08-19i40e: Check client is open before calling client opsGravatar Catherine Sullivan 1-0/+25
2016-08-19i40e: use matching format identifiersGravatar Heinrich Schuchardt 1-13/+13
2016-08-19i40e: Add support for HMC resource and profile for X722Gravatar Carolyn Wyborny 1-0/+21
2016-08-19i40e: Fix byte ordering in ARP NS code for X722Gravatar Carolyn Wyborny 1-17/+21
2016-08-19i40e: refactor tail_bump checkGravatar Carolyn Wyborny 1-4/+2
2016-08-19i40e: use alloc_workqueue instead of create_singlethread_workqueueGravatar Jacob Keller 1-1/+2
2016-08-19i40e: use configured RSS key and lookup table in i40e_vsi_config_rssGravatar Jacob Keller 1-4/+17
2016-08-19i40e: fix broken i40e_config_rss_aq functionGravatar Jacob Keller 1-34/+23
2016-08-19i40e: move i40e_vsi_config_rss below i40e_get_rss_aqGravatar Jacob Keller 1-27/+27
2016-08-18i40e: Expose 'trust' flag to userspace via ndo_get_vf_config.Gravatar Sridhar Samudrala 1-0/+1
2016-08-18i40e: remove a stray unlockGravatar Dan Carpenter 1-1/+0
2016-08-18i40e/i40evf-Bump version from 1.6.11 to 1.6.12Gravatar Bimmy Pujari 1-1/+1
2016-08-18i40e: Allow RSS Hash set with less than four parametersGravatar Carolyn Wyborny 2-81/+130
2016-08-18i40e: fix memory leakGravatar Mitch Williams 1-0/+1
2016-08-18i40e: fix lookup table when RSS disabled/enabledGravatar Alan Brady 1-0/+28
2016-08-18i40e: Don't notify client of VF reset during VF creationGravatar Avinash Dayanand 1-2/+5
2016-08-18i40e: Force register writes to mitigate sync issues with iwarp VF driverGravatar Avinash Dayanand 1-1/+2
2016-08-18i40e: don't allow reduction of channels below active FD rulesGravatar Jacob Keller 1-0/+24
2016-08-18i40e: Fix static analysis tool warningGravatar Dave Ertman 1-3/+1
2016-08-18i40e: reset RX csum error stat with other pf statsGravatar Catherine Sullivan 1-0/+1
2016-08-18i40e/i40evf: Reset VLAN filter count when resettingGravatar Catherine Sullivan 1-0/+1
2016-08-18i40e: Fix a bug where a client close can be called before an open is completeGravatar Anjali Singhai Jain 1-0/+2
2016-08-18i40e: Use list_move instead of list_del/list_addGravatar Wei Yongjun 1-2/+1
2016-08-16i40e: check for and deal with non-contiguous TCsGravatar Dave Ertman 1-10/+25
2016-08-02Merge tag 'pci-v4.8-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-6/+3
2016-07-25Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirshe...Gravatar David S. Miller 8-347/+346
2016-07-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 2-18/+48
2016-07-22i40e: Explicitly write platform-specific mac address after PF resetGravatar Tushar Dave 1-38/+49
2016-07-22i40e: add missing link advertise settingGravatar Stefan Assmann 1-0/+1
2016-07-22i40e: Move the mutex lock in i40e_client_unregisterGravatar Catherine Sullivan 1-2/+2
2016-07-22i40e: Remove redundant memsetGravatar Amitoj Kaur Chawla 1-1/+0
2016-07-22i40e/i40evf-bump version to 1.6.11Gravatar Bimmy Pujari 1-1/+1
2016-07-22i40e: refactor Rx filter handlingGravatar Mitch Williams 3-279/+261
2016-07-22i40e: Remove device ID 0x37D4Gravatar Catherine Sullivan 3-3/+0
2016-07-22i40e/i40evf: remove useless initializerGravatar Mitch Williams 1-3/+1
2016-07-22i40e: Fix to show correct Advertised Link Modes when link is downGravatar Avinash Dayanand 1-19/+28
2016-07-22i40e: avoid null pointer dereferenceGravatar Heinrich Schuchardt 1-1/+3
2016-07-14i40e: use valid online CPU on q_vector initializationGravatar Guilherme G. Piccoli 1-5/+11
2016-07-14i40e: enable VSI broadcast promiscuous mode instead of adding broadcast filterGravatar Kiran Patil 1-12/+20
2016-07-14i40e/i40evf: Fix i40e_rx_checksumGravatar Alexander Duyck 1-13/+17
2016-06-27i40e: Don't notify client(s) for DCB changes on all VSIsGravatar Neerav Parikh 1-1/+2