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