aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/i40e (follow)
AgeCommit message (Expand)AuthorFilesLines
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 new NVM arq messageMichal 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
2015-12-06Revert "i40e: remove CONFIG_I40E_VXLAN"Singhai, Anjali2-7/+9
2015-12-03i40e/i40evf: avoid mutex re-initJesse Brandeburg2-7/+10
2015-12-03Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queueDavid S. Miller5-154/+175
2015-12-03i40e: Fix i40e_print_features() VEB mode outputJoe Perches1-23/+19
2015-12-03i40e: trivial fixesJesse Brandeburg2-9/+4
2015-12-03i40e/i40evf: Bump version to 1.4.7 for i40e and 1.4.3 for i40evfCatherine Sullivan1-1/+1
2015-12-03i40e/i40evf: use logical operatorMitch Williams1-1/+1
2015-12-03i40e: fix whitespaceMitch Williams1-2/+2
2015-12-03i40e: Remove separate functions gathering XOFF Rx statsNeerav Parikh1-70/+7
2015-12-03i40e: remove CONFIG_I40E_VXLANJesse Brandeburg2-9/+7
2015-12-03i40e: use priv flags to control packet splitJesse Brandeburg2-0/+28
2015-12-03i40e: propagate properlyMitch Williams2-51/+76
2015-12-03i40e: Fix memory leaks, sideband filter programmingKiran Patil1-5/+14
2015-12-03i40e: Detection and recovery of TX queue hung logic moved to service_task from tx_timeoutKiran Patil3-6/+35
2015-12-01i40e: remove unused argumentJesse Brandeburg4-12/+18
2015-12-01i40e: fix: do not sleep in netdev_opsJesse Brandeburg1-24/+20
2015-12-01i40e/i40evf: Bump i40e version to 1.4.4 and i40evf to 1.4.1Catherine Sullivan1-1/+1
2015-12-01i40e: make error message more usefulMitch Williams1-2/+2
2015-12-01i40e: fix confusing messageHelin Zhang1-1/+2
2015-12-01i40e: Update error messagingCarolyn Wyborny1-6/+10
2015-12-01i40e/i40evf: prefetch skb data on transmitJesse Brandeburg1-0/+3
2015-12-01i40e: rename rss_size to alloc_rss_size in i40e_pfHelin Zhang2-17/+22
2015-12-01i40e: add new fields to store user configurationHelin Zhang3-17/+68
2015-11-25i40e: Bump version to 1.4.2Catherine Sullivan1-2/+2
2015-11-25i40e: create a generic configure rss functionHelin Zhang3-52/+107
2015-11-25i40e: rework the functions to configure RSS with similar parametersHelin Zhang3-26/+71
2015-11-25i40e: return the number of enabled queues for ETHTOOL_GRXRINGSHelin Zhang1-1/+1
2015-11-25i40e/i40evf: clean up error messagesMitch Williams1-9/+12
2015-11-25i40e/i40evf: Add comment to #endifHelin Zhang1-1/+1