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