summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2015-02-11214-5476/+20425
|\
| * i40e: Fix for stats init function call in Rx setupCarolyn Wyborny2015-02-102-2/+2
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-02-092-19/+49
| |\
| | * amd-xgbe: Check per channel DMA interrupt use in main ISRLendacky, Thomas2015-02-081-5/+6
| | * net: sxgbe: fix error handling in init_rx_ring()Dan Carpenter2015-02-061-14/+43
| * | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...David S. Miller2015-02-099-41/+95
| |\ \
| | * | 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/+0
| * | | net: Mellanox: Delete unnecessary checks before the function call "vunmap"Markus Elfring2015-02-092-2/+2
| * | | cxgb4: Add support in cxgb4 to get expansion rom version via ethtoolHariprasad Shenai2015-02-094-0/+55
| * | | cxgb4: Fix trace observed while dumping clip_tblHariprasad Shenai2015-02-092-1/+4
| |/ /
| * | cxgb4: Add support in debugfs to dump the congestion control tableHariprasad Shenai2015-02-084-0/+53
| * | cxgb4: Add support to dump mailbox content in debugfsHariprasad Shenai2015-02-083-0/+91
| * | cxgb4: Add support for ULP RX logic analyzer output in debugfsHariprasad Shenai2015-02-085-0/+58
| * | cxgb4: Added support in debugfs to display TP logic analyzer outputHariprasad Shenai2015-02-085-0/+320
| * | cxgb4: Add support in debugfs to display sensor informationHariprasad Shenai2015-02-082-0/+42
| * | be2net: avoid unncessary swapping of fields in eth_tx_wrbSathya Perla2015-02-082-18/+27
| * | be2net: process port misconfig async eventVasundhara Volam2015-02-084-30/+139
| * | be2net: refactor be_set_rx_mode() and be_vid_config() for readabilitySathya Perla2015-02-082-97/+127
| * | be2net: remove duplicate code in be_cmd_rx_filter()Sathya Perla2015-02-083-51/+36
| * | be2net: use offset based FW flashing for Skyhawk chipVasundhara Volam2015-02-083-23/+66
| * | be2net: avoid flashing SH-B0 UFI image on SH-P2 chipVasundhara Volam2015-02-082-2/+9
| * | be2net: refactor code that checks flash file compatibilityVasundhara Volam2015-02-082-68/+78
| * | be2net: replace (1 << x) with BIT(x)Vasundhara Volam2015-02-083-15/+15
| * | be2net: move un-exported routines from be.h to respective src filesSathya Perla2015-02-083-166/+167
| * | 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/+17
| * | 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/+0
| * | ixgbe: cleanup redundant default method set_rxpbaDon Skidmore2015-02-061-1/+0
| * | 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