summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel
Commit message (Expand)AuthorAgeFilesLines
* ixgbe: PTP get_ts_info missing software supportJacob Keller2012-11-011-0/+3
* 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
|\
| * netlink: add attributes to fdb interfacestephen hemminger2012-10-021-1/+1
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-09-281-0/+11
| |\
| * | ixgbevf: Return error on failure to enable VLANAlexander Duyck2012-09-242-7/+34
| * | ixgbevf: Add fix to VF to handle multi-descriptor buffersAlexander Duyck2012-09-242-2/+17
| * | ixgbevf: Fix AIM (Adaptive Interrupt Moderation)Greg Rose2012-09-241-0/+4
| * | ixgbevf - Remove unused parameter in ixgbevf_receive_skbNarendra K2012-09-241-3/+1Star
| * | ixgbe: Do not read the spoofed packets counter when not in IOV modeGreg Rose2012-09-241-2/+3
| * | ixgbevf: Fix code for handling timeoutAlexander Duyck2012-09-243-52/+58
| * | ptp: link the phc device to its parent deviceRichard Cochran2012-09-222-2/+4
| * | igb: Use dma_unmap_addr and dma_unmap_len definesAlexander Duyck2012-09-222-34/+34
| * | igb: Simplify how we populate the RSS keyAlexander Duyck2012-09-221-12/+6Star
| * | igb: Change how we populate the RSS indirection tableAlexander Duyck2012-09-221-29/+26Star
| * | igb: Change Tx cleanup loop to do/while instead of forAlexander Duyck2012-09-221-12/+16
| * | igb: Remove logic that was doing NUMA pseudo-aware allocationsAlexander Duyck2012-09-222-85/+13Star
| * | igb: Fix stats output on i210/i211 parts.Carolyn Wyborny2012-09-221-1/+5
| * | igb: Change how we check for pre-existing and assigned VFsStefan Assmann2012-09-222-83/+22Star
| * | ixgbevf: scheduling while atomic in reset hw pathJohn Fastabend2012-09-201-1/+1
| * | ixgbevf: Add support for VF API negotiationAlexander Duyck2012-09-205-2/+83
| * | igb: Support to enable EEE on all eee_supported devicesAkeem G. Abodunrin2012-09-203-5/+16
| * | igb: Remove artificial restriction on RQDPC stat readingAlexander Duyck2012-09-201-3/+5
| * | netdev: make address const in device address managementstephen hemminger2012-09-191-2/+2
| * | igb: Add 1588 support to I210/I211.Matthew Vick2012-09-172-45/+174
| * | igb: Prevent dropped Tx timestamps via work items and interrupts.Matthew Vick2012-09-175-25/+153
| * | igb: Store the MAC address in the name in the PTP struct.Matthew Vick2012-09-171-4/+3Star
| * | igb: Correct PTP support query from ethtool.Matthew Vick2012-09-171-24/+38
| * | igb: Update PTP function names/variables and locations.Matthew Vick2012-09-174-395/+398
| * | igb: Tidy up wrapping for CONFIG_IGB_PTP.Matthew Vick2012-09-173-10/+25
| * | ixgbe: Improve statistics accuracy for DDP trafficMark Rustad2012-09-161-16/+16
| * | ixgbe: added reg_ops file to debugfsCatherine Sullivan2012-09-161-0/+118
| * | ixgbe: added netdev_ops file to debugfsCatherine Sullivan2012-09-161-2/+105
| * | ixgbe: add debugfs supportCatherine Sullivan2012-09-164-2/+106
| * | ixgbe: fix reporting of spoofed packetsEmil Tantilov2012-09-161-1/+1
| * | ixgbe: Fix VF rate limiting to correctly account for more queues per VFAlexander Duyck2012-09-161-41/+59
| * | ixgbe: Fix ordering of things so that PF correctly configures its VLANsAlexander Duyck2012-09-162-4/+10
| * | e1000: add byte queue limitsOtto Estuardo Solares Cabrera2012-09-161-0/+10
| * | ixgbe: remove old init remnantEliezer Tamir2012-09-051-5/+0Star
| * | igb: Supported and Advertised Pause FrameAkeem G. Abodunrin2012-09-051-3/+18
| * | igb: reduce Rx header sizeEric Dumazet2012-09-051-2/+2
| * | igb: Add loopback test support for i210Carolyn Wyborny2012-09-051-35/+16Star