aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel/i40e
AgeCommit message (Expand)AuthorFilesLines
2016-02-16i40e: add a little more to an NVM update debug messageShannon Nelson1-2/+3
2016-02-16i40e: refactor DCB functionJesse Brandeburg1-4/+11
2016-02-16i40e: add 20G speed for Tx bandwidth calculationsMitch Williams1-0/+3
2016-02-16i40e: add counter for arq overflowsMitch Williams3-0/+3
2016-02-16i40e: fix write-back-on-itr to work with legacy itrAnjali Singhai Jain1-5/+13
2016-02-16i40e: Store lan_vsi_idx and lan_vsi_id in the right sizePandi Maharajan1-2/+2
2016-02-16i40e: Bump AQ minor version to 1.5 for new FW featuresShannon Nelson1-1/+1
2016-02-16i40e: AQ thermal sensor control structShannon Nelson1-0/+17
2016-02-16i40e: AQ Add VXLAN-GPE tunnel typeShannon Nelson1-0/+3
2016-02-16i40e: AQ Add set_switch_configShannon Nelson1-1/+14
2016-02-16i40e: AQ Shared resource flagsShannon Nelson1-0/+5
2016-02-03i40e: add 100Mb ethtool reportingCatherine Sullivan2-0/+5
2016-02-03i40e: AQ Add external power class to get link statusShannon Nelson1-1/+6
2016-02-03i40e: AQ Geneve cloud tunnel typeShannon Nelson1-2/+2
2016-02-03i40e: AQ Add Run PHY Activity structShannon Nelson1-0/+13
2016-02-03i40e: Limit DCB FW version checks to X710/XL710 devicesGreg Bowers1-5/+7
2016-02-03i40e: add new proxy-wol bit for X722Shannon Nelson1-0/+1
2016-02-03i40e/i40evf: Use private workqueueJesse Brandeburg1-1/+14
2016-02-03i40evf: add new write-back modeAnjali Singhai Jain1-0/+6
2016-02-03i40e/i40evf: Fix for UDP/TCP RSS for X722Anjali Singhai Jain2-0/+24
2016-02-03i40e: Extend ethtool RSS hooks for X722Anjali Singhai Jain1-1/+52
2016-02-03i40e: add new device IDs for X722Anjali Singhai Jain3-0/+6
2016-02-03i40e: bump version to 1.4.10Catherine Sullivan1-1/+1
2016-02-03i40e: update features with right offloadJesse Brandeburg1-5/+5
2016-02-03i40e: Cleanup the code with respect to restarting autonegAnjali Singhai Jain2-4/+9
2016-02-03i40e: define function capabilities in only one placeShannon Nelson2-57/+29
2016-02-03i40e: Replace X722 mac check in ethtool get_settingsCatherine Sullivan2-1/+2
2016-02-03i40e/i40evf: Fix RSS rx-flow-hash configuration through ethtoolAnjali Singhai Jain1-10/+4
2016-02-03i40e: Add mac_filter_element at the end of the list instead of HEADKiran Patil1-1/+1
2016-01-25net: i40e: shut up uninitialized variable warningsArnd Bergmann1-2/+2
2016-01-25i40e: fix build warningsEric Dumazet1-10/+5
2016-01-08i40e: remove forever unused IDJesse Brandeburg3-3/+0
2016-01-08i40e: Fix Rx hash reported to the stack by our driverAnjali Singhai Jain1-25/+29
2016-01-08i40e: Look up MAC address in Open Firmware or IDPROMSowmini Varadhan2-0/+91
2016-01-08i40e: allow zero MAC address for VFsMitch Williams1-5/+6
2016-01-08i40e: change log messages and error returnsMitch Williams1-9/+18
2015-12-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-7/+10
2015-12-16i40e: Call geneve_get_rx_port to get the existing Geneve portsSinghai, Anjali1-0/+3
2015-12-16i40e: geneve tunnel offload supportSinghai, Anjali4-43/+150
2015-12-15net: Rename NETIF_F_ALL_CSUM to NETIF_F_CSUM_MASKTom Herbert1-1/+1
2015-12-15sctp: Rename NETIF_F_SCTP_CSUM to NETIF_F_SCTP_CRCTom Herbert1-1/+1
2015-12-12i40e/i40evf: Bump i40e to 1.4.8 and i40evf to 1.4.4Catherine Sullivan1-1/+1
2015-12-12i40e: clean whole mac filter listShannon Nelson1-8/+11
2015-12-12i40e/i40evf: Add a new offload for RSS PCTYPE V2 for X722Anjali Singhai Jain1-0/+1
2015-12-12i40e: hush little warningsMitch Williams1-6/+12
2015-12-12i40e: Opcode and structures required by OEM Post Update AQ command and add ne...Michal Kosiarz2-0/+22
2015-12-12i40e: use explicit cast from u16 to u8Kamil Krawczyk1-1/+1
2015-12-12i40e: don't add zero MAC filterMitch Williams1-6/+9
2015-12-12i40e: properly delete VF MAC filtersMitch Williams3-2/+44
2015-12-12i40e: chomp the BIT(_ULL)Jesse Brandeburg1-15/+15