summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/ixgbe
Commit message (Expand)AuthorAgeFilesLines
* ixgbe: Do not use DCA to prefetch the entire packet into the cacheAlexander Duyck2012-11-131-1/+0Star
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-11-111-0/+3
|\
| * ixgbe: PTP get_ts_info missing software supportJacob Keller2012-11-011-0/+3
* | eth: Make is_link_local() consistent with other address testsBen Hutchings2012-11-031-1/+1
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...David S. Miller2012-11-023-20/+24
|\ \
| * | ixgbe: fix default setting of TXDCTL.WTHRESHEmil Tantilov2012-11-012-20/+15Star
| * | ixgbe: fix uninitialized event.type in ixgbe_ptp_check_pps_eventJacob Keller2012-11-011-0/+9
* | | ptp: Enable clock drivers along with associated net/PHY driversBen Hutchings2012-11-014-38/+1Star
|/ /
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...David S. Miller2012-10-316-71/+228
|\ \
| * | ixgbe: reduce PTP rx path overheadJiri Benc2012-10-301-2/+4
| * | ixgbe: add/update descriptor maps in commentsJosh Hay2012-10-301-6/+55
| * | 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-301-1/+1
| * | 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-312-3/+59
|/ /
* | 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
* | 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
* | 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
|/
* ixgbe/ixgbevf: Limit maximum jumbo frame size to 9.5K to avoid Tx hangsAlexander Duyck2012-10-091-1/+1
* 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-026-313/+705
|\
| * netlink: add attributes to fdb interfacestephen hemminger2012-10-021-1/+1
| * ixgbe: Do not read the spoofed packets counter when not in IOV modeGreg Rose2012-09-241-2/+3
| * ptp: link the phc device to its parent deviceRichard Cochran2012-09-221-1/+2
| * netdev: make address const in device address managementstephen hemminger2012-09-191-2/+2
| * 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