aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel/i40e/i40e_main.c
AgeCommit message (Expand)AuthorFilesLines
2016-02-17Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirshe...David S. Miller1-4/+4
2016-02-17net: rework setup_tc ndo op to consume general tc operandJohn Fastabend1-4/+6
2016-02-17net: rework ndo tc op to consume additional qdisc handle parameterJohn Fastabend1-5/+12
2016-02-16i40e/i40evf: Bump i40e to 1.4.11 and i40evf to 1.4.7Catherine Sullivan1-1/+1
2016-02-16i40e: trivial: remove unnecessary local varJesse Brandeburg1-3/+2
2016-02-16i40e: add counter for arq overflowsMitch Williams1-0/+1
2016-02-03i40e: add 100Mb ethtool reportingCatherine Sullivan1-0/+1
2016-02-03i40e/i40evf: Use private workqueueJesse Brandeburg1-1/+14
2016-02-03i40e: Extend ethtool RSS hooks for X722Anjali Singhai Jain1-1/+52
2016-02-03i40e: add new device IDs for X722Anjali Singhai Jain1-0/+2
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 Jain1-4/+8
2016-02-03i40e: Add mac_filter_element at the end of the list instead of HEADKiran Patil1-1/+1
2016-01-25i40e: fix build warningsEric Dumazet1-10/+5
2016-01-08i40e: remove forever unused IDJesse Brandeburg1-1/+0
2016-01-08i40e: Look up MAC address in Open Firmware or IDPROMSowmini Varadhan1-0/+90
2015-12-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+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, Anjali1-31/+136
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: hush little warningsMitch Williams1-6/+12
2015-12-12i40e: Opcode and structures required by OEM Post Update AQ command and add ne...Michal Kosiarz1-0/+1
2015-12-12i40e: properly delete VF MAC filtersMitch Williams1-0/+36
2015-12-12i40e: chomp the BIT(_ULL)Jesse Brandeburg1-15/+15
2015-12-06Revert "i40e: remove CONFIG_I40E_VXLAN"Singhai, Anjali1-6/+6
2015-12-03i40e/i40evf: avoid mutex re-initJesse Brandeburg1-1/+10
2015-12-03Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirshe...David S. Miller1-128/+112
2015-12-03i40e: Fix i40e_print_features() VEB mode outputJoe Perches1-23/+19
2015-12-03i40e/i40evf: Bump version to 1.4.7 for i40e and 1.4.3 for i40evfCatherine Sullivan1-1/+1
2015-12-03i40e: Remove separate functions gathering XOFF Rx statsNeerav Parikh1-70/+7
2015-12-03i40e: remove CONFIG_I40E_VXLANJesse Brandeburg1-6/+6
2015-12-03i40e: propagate properlyMitch Williams1-45/+68
2015-12-03i40e: Detection and recovery of TX queue hung logic moved to service_task fro...Kiran Patil1-6/+30
2015-12-01i40e: remove unused argumentJesse Brandeburg1-5/+11
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: fix confusing messageHelin Zhang1-1/+2
2015-12-01i40e: Update error messagingCarolyn Wyborny1-6/+10
2015-12-01i40e: rename rss_size to alloc_rss_size in i40e_pfHelin Zhang1-13/+18
2015-12-01i40e: add new fields to store user configurationHelin Zhang1-5/+47
2015-11-25i40e: Bump version to 1.4.2Catherine Sullivan1-2/+2
2015-11-25i40e: create a generic configure rss functionHelin Zhang1-11/+74
2015-11-25i40e: rework the functions to configure RSS with similar parametersHelin Zhang1-25/+70
2015-11-25i40e: Move the saving of old link info from handle_link_event to link_eventCatherine Sullivan1-4/+3
2015-11-25i40e/i40evf: Add a stat to track how many times we have to do a force WBAnjali Singhai Jain1-1/+4
2015-11-25i40e: Workaround fix for mss < 256 issueAnjali Singhai Jain1-0/+27