summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/i40e
AgeCommit message (Expand)AuthorFilesLines
2014-10-08i40e: skb->xmit_more supportEric Dumazet1-44/+46
2014-10-02i40e/igb: Convert to dev_consume_skb_any()Rick Jones1-1/+1
2014-09-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2014-09-04i40e: use global pci_vfs_assigned() to replace local i40e_vfs_are_assigned()Ethan Zhao1-31/+2
2014-09-04i40e/i40evf: Bump i40e/i40evf versionsCatherine Sullivan1-1/+1
2014-09-04i40e: fix panic due to too-early Tx queue enableJesse Brandeburg1-1/+1
2014-09-04i40e: Fix an issue when PF reset failsAnjali Singhai Jain2-3/+11
2014-09-04i40e: make warning less verboseJesse Brandeburg1-14/+12
2014-09-04i40e: Tell OS link is going down when calling set_phy_configCatherine Sullivan1-3/+18
2014-09-04i40e: Remove unnecessary assignmentSerey Kong1-1/+0
2014-09-04i40e: Change wording to be more consistentSerey Kong3-3/+3
2014-09-04i40e: Allow user to change link settings if link is downCatherine Sullivan1-1/+2
2014-09-04i40e: Add dual speed module supportCatherine Sullivan2-20/+13
2014-08-29i40e: Set skb->csum_level for encapsulated checksumTom Herbert1-1/+1
2014-08-27i40e/i40evf: Bump i40e & i40evf versionCatherine Sullivan1-3/+3
2014-08-27i40e/i40evf: Ignore a driver perceived Tx hang if the number of desc pending < 4Anjali Singhai Jain4-1/+14
2014-08-27i40e: quiet complaints when removing default MAC VLAN filter and make set_mac...Shannon Nelson1-29/+70
2014-08-27i40e/i40evf: add max buf len to aq debug print helperShannon Nelson3-9/+13
2014-08-27i40e: Add checks and message for Qualified Module infoCarolyn Wyborny1-0/+14
2014-08-27i40e: set num_queue_pairs to num configured by VFAshish Shah1-5/+8
2014-08-27i40e: Enable l2tsel bit for VLAN tag controlShannon Nelson1-0/+1
2014-08-27i40e: Add a FD flush counter to ethtoolAnjali Singhai Jain3-0/+11
2014-08-26i40e: ATR policy change to flush the table to clean stale ATR rulesAnjali Singhai Jain4-20/+111
2014-08-26i40e: Some FD message fixesAnjali Singhai Jain1-10/+28
2014-08-26i40e: Update flow director error messages to reduce user confusionCarolyn Wyborny1-17/+16
2014-08-25i40e: Fix TSO and hw checksums for non-accelerated vlan packets.Vlad Yasevich1-1/+1
2014-08-15i40e: fix PTP bugJesse Brandeburg1-1/+1
2014-08-15i40e: Fix a few potential VF dereferencesAnjali Singhai Jain1-11/+19
2014-08-15i40e: Fix for recent kernel panicAnjali Singhai Jain1-3/+15
2014-08-14Merge tag 'pci-v3.17-changes-2' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-1/+1
2014-08-12PCI: Remove DEFINE_PCI_DEVICE_TABLE macro useBenoit Taine1-1/+1
2014-08-12i40e: Cleaning up missing null-terminate in conjunction with strncpyRickard Strandqvist1-8/+8
2014-08-12i40e: use correct structure type name in sizeofJulia Lawall1-1/+1
2014-08-12i40e: fix sparse non static symbol warningWei Yongjun1-3/+3
2014-08-11i40e: Fix missing uapi/linux/dcbnl.h include in i40e_fcoe.cLucas Tanure1-0/+1
2014-08-06list: fix order of arguments for hlist_add_after(_rcu)Ken Helias1-1/+1
2014-08-02i40e: remove support for vf unicast promiscuous modeAshish Shah1-10/+3
2014-08-02i40e: Minor comment changesAkeem G Abodunrin1-1/+1
2014-08-02i40e: disable local loopback on vmdq vsiShannon Nelson1-1/+0
2014-08-02i40e: use correct vf_id offset for virtchnl messageAshish Shah1-6/+13
2014-08-02i40e: expose debug_write_register requestShannon Nelson2-0/+32
2014-08-02i40e: adds FCoE to build and updates its documentationVasu Dev1-0/+1
2014-08-02i40e: Adds FCoE related code to i40e core driverVasu Dev11-11/+599
2014-08-02i40e: adds FCoE code to the i40e driverVasu Dev2-0/+1696
2014-07-24i40e: always print aqtx answerShannon Nelson1-5/+3
2014-07-24i40e: Give link more time after setting flow controlCatherine Sullivan1-3/+7
2014-07-24i40e: Fix firmware API version errorsCatherine Sullivan1-13/+7
2014-07-24i40e/i40evf: ARQ copy desc data even for failed commandsKamil Krawczyk1-7/+7
2014-07-24i40e/i40evf: fix extension header csum logicJesse Brandeburg1-2/+0
2014-07-24i40e/i40evf: Add nvmupdate supportShannon Nelson7-10/+772