summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel
Commit message (Expand)AuthorAgeFilesLines
...
| * | ixgbe: Do not decrement budget in ixgbe_clean_rx_irqAlexander Duyck2012-10-301-5/+4Star
| * | ixgbe: Return success or failure on VF MAC filter setGreg Rose2012-10-301-1/+1
| * | ixgbe: clean up the condition for turning on/off the laserEmil Tantilov2012-10-301-23/+8Star
| * | net, ixgbe: handle link local multicast addresses in SR-IOV modeJohn Fastabend2012-10-302-1/+4
| * | ixgbe: Fix return value from macvlan filter functionGreg Rose2012-10-301-1/+2
| * | ixgbe: Add support for pipeline resetDon Skidmore2012-10-303-32/+153
* | | ixgbe: add setlink, getlink support to ixgbe and ixgbevfJohn Fastabend2012-10-313-3/+69
|/ /
* | ixgbevf: Update version stringGreg Rose2012-10-231-1/+1
* | ixgbevf: fix softirq-safe to unsafe splat on internal mbx_lockJohn Fastabend2012-10-231-20/+20
* | ixgbevf: Check for error on dma_map_single callGreg Rose2012-10-231-1/+7
* | ixgbevf: make netif_napi_add and netif_napi_del symmetricJohn Fastabend2012-10-231-7/+2Star
* | igb: Update versionCarolyn Wyborny2012-10-231-1/+1
* | igb: Update get cable length function for i210/i211Carolyn Wyborny2012-10-231-0/+20
* | e1000e: Minimum packet size must be 17 bytesTushar Dave2012-10-231-0/+11
* | ixgbe: Fix possible memory leak in ixgbe_set_ringparamAlexander Duyck2012-10-231-52/+50Star
* | ixgbe: Add function ixgbe_reset_pipeline_82599Don Skidmore2012-10-232-0/+45
* | ixgbe: Drop unnecessary addition from ixgbe_set_rx_buffer_lenAlexander Duyck2012-10-231-3/+0Star
* | ixgbe: Correcting small packet paddingTushar Dave2012-10-231-0/+1
* | ixgbe: using is_zero_ether_addr() to simplify the codeWei Yongjun2012-10-231-2/+1Star
* | ixgbe: (PTP) refactor init, cyclecounter and resetJacob Keller2012-10-233-73/+66Star
* | ixgbe: add WOL support for new subdevice idEmil Tantilov2012-10-232-0/+2
* | ixgbevf: Add VF DCB + SR-IOV supportAlexander Duyck2012-10-236-8/+232
* | ixgbe: Enable support for VF API version 1.1 in the PF.Alexander Duyck2012-10-231-8/+21
* | ixgbe: Add support for GET_QUEUES message to get DCB configurationAlexander Duyck2012-10-232-0/+52
* | ixgbe: Add support for tracking the default user priority to SR-IOVAlexander Duyck2012-10-233-20/+55
* | ixgbe: Add support for IPv6 and UDP to ixgbe_get_headlenAlexander Duyck2012-10-231-1/+14
* | igb: Split igb_update_dca into separate Tx and Rx functionsAlexander Duyck2012-10-192-31/+52
* | igb: Move the calls to set the Tx and Rx queues into igb_openAlexander Duyck2012-10-191-13/+18
* | igb: Combine q_vector and ring allocation into a single functionAlexander Duyck2012-10-192-202/+215
* | igb: Lock buffer size at 2K even on systems with larger pagesAlexander Duyck2012-10-193-15/+23
* | igb: Move rx_buffer related code in Rx cleanup path into separate functionAlexander Duyck2012-10-191-86/+120
* | igb: Map entire page and sync half instead of mapping and unmapping half pagesAlexander Duyck2012-10-193-57/+181
* | igb: Combine post-processing of skb into a single functionAlexander Duyck2012-10-191-25/+44
* | igb: Do not use header split, instead receive all frames into a single bufferAlexander Duyck2012-10-193-152/+312
* | igb: Split Rx timestamping into two separate functionsAlexander Duyck2012-10-192-19/+53
* | igb: Correcting and improving small packet check and paddingTushar Dave2012-10-191-2/+3
* | ixgbe: Add mailbox API version negotiation support to ixgbe PFAlexander Duyck2012-10-193-7/+48
* | ixgbe: Move message handling routines into their own functionsAlexander Duyck2012-10-191-93/+130
* | ixgbe: Enable jumbo frames support w/ SR-IOVAlexander Duyck2012-10-193-31/+93
* | ixgbe: Initialize q_vector cpu and affinity masks correctlyAlexander Duyck2012-10-191-2/+5
|/
* e1000e: Change wthresh to 1 to avoid possible Tx stallsHiroaki SHIMODA2012-10-112-4/+4
* e1000e: add device IDs for i218Bruce Allan2012-10-092-0/+4
* ixgbe/ixgbevf: Limit maximum jumbo frame size to 9.5K to avoid Tx hangsAlexander Duyck2012-10-092-2/+2
* ixgbevf: Set the netdev number of Tx queuesGreg Rose2012-10-091-0/+7
* ixgbe: add support for X540-AT1joshua.a.hay@intel.com2012-10-033-0/+4
* ixgbe: fix poll loop for FDIRCTRL.INIT_DONE bitEmil Tantilov2012-10-031-1/+1
* ixgbe: fix PTP ethtool timestamping functionJacob Keller2012-10-031-4/+1Star
* ixgbe: (PTP) Fix PPS interrupt codeJacob Keller2012-10-032-61/+48Star
* ixgbe: Fix PTP X540 SDP alignment code for PPS signalJacob Keller2012-10-031-89/+99
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2012-10-0228-1153/+2152
|\