aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-02-26i40e: check pointers before useShannon Nelson1-1/+1
2015-02-26i40e: catch NVM write semaphore timeout and retryShannon Nelson1-0/+35
2015-02-26i40e: stop flow director on shutdownMitch A Williams1-0/+1
2015-02-26i40e: disconnect irqs on shutdownShannon Nelson1-6/+8
2015-02-26i40evf: TCP/IPv6 over Vxlan Tx checksum offload fixAnjali Singhai1-12/+12
2015-02-26i40e: Issue a PF reset if Tx queue disable timeoutParikh, Neerav1-1/+7
2015-02-26i40e: Fix the Tx ring qset handle when DCB reconfiguresParikh, Neerav1-2/+9
2015-02-26i40e: Fix the case where per TC queue count was higher than queues enabledAnjali Singhai1-1/+6
2015-02-26i40e: fix race in hang checkJesse Brandeburg2-48/+60
2015-02-26i40e: Fix TSO with more than 8 frags per segment issueAnjali Singhai4-0/+132
2015-02-26i40e: Don't check for Tx hang when PF downAkeem G Abodunrin1-1/+2
2015-02-26i40e: fix shift precedence issueShannon Nelson2-3/+4
2015-02-26i40e: Fix memory leak at failure path in i40e_dbg_command_write()Alexey Khoroshilov1-1/+3
2015-02-09i40e: Fix for stats init function call in Rx setupCarolyn Wyborny2-2/+2
2015-02-09i40e/i40evf: Add call to u64_stats_init to initCarolyn Wyborny2-0/+4
2015-02-09i40e: Enable Loopback for the FCOE vsi as wellAnjali Singhai Jain1-0/+1
2015-02-09i40e: use dev_port for fcoe netdevVasu Dev1-0/+6
2015-02-09i40e: Fix function headerGreg Rose1-1/+1
2015-02-09i40e: fix led blink toggle to enable steady stateMatt Jared1-2/+4
2015-02-09i40evf: Force Tx writeback on ITRAnjali Singhai Jain3-4/+39
2015-02-08i40e: stop the service task at shutdownMitch Williams1-0/+2
2015-02-08i40evf: stop the watchdog for shutdownMitch Williams1-0/+6
2015-02-08i40evf: ignore bogus messages from FWMitch Williams1-1/+1
2015-02-08i40evf: reset on module unloadMitch Williams1-5/+10
2015-02-08i40e: add locking around VF resetMitch Williams2-6/+8
2015-02-08i40e: Use even more ARQ descriptorsMitch Williams1-2/+2
2015-02-08i40e: delay after VF resetMitch Williams1-6/+6
2015-02-08i40e: avoid use of uninitialized v_budget in i40e_init_msixJohn W Linville1-5/+5
2015-02-08i40e: i40e_fcoe.c: Remove unused functionRickard Strandqvist1-9/+0
2015-02-05ixgbe: add Tx anti spoofing supportDon Skidmore4-0/+47
2015-02-05ixgbevf: combine all of the tasks into a single service taskEmil Tantilov2-66/+87
2015-02-05ixgbevf: rewrite watchdog task to function similar to igbvfEmil Tantilov2-75/+113
2015-02-05ixgbevf: Add code to check for Tx hangEmil Tantilov2-19/+115
2015-02-05ixgbevf: Fix ordering of shutdown to correctly disable Rx and TxEmil Tantilov1-21/+17
2015-02-05ixgbevf: set vlan_features in a single write instead of several ORsEmil Tantilov1-5/+5
2015-02-05ixgbe: add VXLAN offload support for X550 devicesDon Skidmore4-2/+113
2015-02-05ixgbe: Cleanup probe to remove redundant attempt to ID PHYDon Skidmore1-3/+0
2015-02-05ixgbe: cleanup redundant default method set_rxpbaDon Skidmore1-1/+0
2015-02-05ixgbe: fix setting port VLANEmil Tantilov1-5/+8
2015-02-05ixgbevf: add RSS support for X550Emil Tantilov2-0/+45
2015-02-05ixgbevf: enable multiple queue supportEmil Tantilov2-3/+20
2015-02-05ixgbe: allow multiple queues in SRIOV modeEmil Tantilov1-3/+0
2015-02-05ixgbe: cleanup sparse errors in new ixgbe_x550.c fileDon Skidmore1-30/+35
2015-02-05fm10k: Resolve compile warnings with W=1Matthew Vick2-6/+2
2015-02-05fm10k: Validate VLAN ID in fm10k_update_xc_addr_pfMatthew Vick1-5/+2
2015-02-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller3-11/+14
2015-02-01bridge: add flags argument to ndo_bridge_setlink and ndo_bridge_dellinkRoopa Prabhu1-1/+1
2015-01-30ixgbevf: Fix checksum error when using stacked vlanToshiaki Makita1-2/+2
2015-01-30ixgbe: Fix checksum error when using stacked vlanToshiaki Makita1-1/+1
2015-01-30igbvf: Fix checksum error when using stacked vlanToshiaki Makita1-8/+11