aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-11-01cpts: introduce time stamping code and a PTP hardware clock.Richard Cochran4-1/+582
2012-11-01cpsw: support both silicon versionsRichard Cochran1-16/+90
2012-11-01cpsw: remember the silicon versionRichard Cochran1-0/+4
2012-11-01cpsw: add missing fields to the CPSW_SS register bank.Richard Cochran1-0/+8
2012-11-01cpsw: rename register banks to match the reference manualRichard Cochran1-9/+9
2012-11-01drivers: net: ethernet: cpsw: add multicast address to ALE tableMugunthan V N3-3/+56
2012-11-01net/macb: add pinctrl consumer supportJean-Christophe PLAGNIOL-VILLARD1-0/+11
2012-11-01net/macb: Offset first RX buffer by two bytesHavard Skinnemoen1-7/+16
2012-11-01net/macb: better manage tx errorsNicolas Ferre2-54/+113
2012-11-01net/macb: ethtool interface: add register dump featureNicolas Ferre2-0/+43
2012-11-01net/macb: clean up ring buffer logicHavard Skinnemoen3-73/+127
2012-11-01net/macb: tx status is more than 8 bits nowNicolas Ferre1-1/+1
2012-11-01net/macb: remove macb_get_drvinfo()Nicolas Ferre1-11/+0
2012-11-01net/macb: change debugging messagesHavard Skinnemoen1-10/+12
2012-11-01net/macb: memory barriers cleanupHavard Skinnemoen1-4/+14
2012-11-01net/macb: Add support for Gigabit Ethernet modePatrice Vilchez2-3/+16
2012-11-01bfin_mac: offer a PTP Hardware Clock.Richard Cochran3-3/+175
2012-11-01bfin_mac: replace sys time stamps with raw ones instead.Richard Cochran2-70/+28
2012-11-01bfin_mac: only advertise hardware time stamped when enabled.Richard Cochran1-0/+4
2012-11-01ptp: Enable clock drivers along with associated net/PHY driversBen Hutchings16-168/+5
2012-11-01ptp: Make PTP_1588_CLOCK select rather than depend on PPSBen Hutchings2-3/+0
2012-11-01pps, ptp: Remove dependencies on EXPERIMENTALBen Hutchings2-3/+2
2012-10-31Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net-nextDavid S. Miller16-134/+397
2012-10-31ethernet: Convert dev_printk(KERN_<LEVEL> to dev_<level>(Joe Perches2-8/+6
2012-10-31net/cadence: depend on HAS_IOMEMJoachim Eastwood1-0/+1
2012-10-31netxen: explicity handle pause autoneg parameterFlavio Leitner1-0/+7
2012-10-31dlink: dl2k: use the module_pci_driver macroDevendra Naga1-15/+1
2012-10-31realtek: r8169: use module_pci_driver macroDevendra Naga1-12/+1
2012-10-31qla3xxx: remove unused variable in ql_process_mac_tx_intr()Wei Yongjun1-3/+0
2012-10-31qla3xxx: use module_pci_driver to simplify the codeWei Yongjun1-12/+1
2012-10-31ixgbe: add setlink, getlink support to ixgbe and ixgbevfJohn Fastabend3-3/+69
2012-10-29igb: Fix sparse warning in igb_ptp_rx_pktstampAlexander Duyck1-1/+1
2012-10-29igb: Update firmware version info for ethtool output.Carolyn Wyborny4-50/+126
2012-10-29igb: Enable auto-crossover during forced operation on 82580 and above.Matthew Vick2-12/+21
2012-10-29igbvf: Check for error on dma_map_single callGreg Rose1-0/+13
2012-10-29ixgbevf: Do not forward LLDP type framesGreg Rose1-0/+5
2012-10-29ixgbe: reduce PTP rx path overheadJiri Benc1-2/+4
2012-10-29ixgbe: add/update descriptor maps in commentsJosh Hay1-6/+55
2012-10-29ixgbe: Do not decrement budget in ixgbe_clean_rx_irqAlexander Duyck1-5/+4
2012-10-29ixgbe: Return success or failure on VF MAC filter setGreg Rose1-1/+1
2012-10-29ixgbe: clean up the condition for turning on/off the laserEmil Tantilov1-23/+8
2012-10-29net, ixgbe: handle link local multicast addresses in SR-IOV modeJohn Fastabend2-1/+4
2012-10-29ixgbe: Fix return value from macvlan filter functionGreg Rose1-1/+2
2012-10-29ixgbe: Add support for pipeline resetDon Skidmore3-32/+153
2012-10-26r8169: enable ALDPS for power savinghayeswang1-10/+46
2012-10-23Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net-nextDavid S. Miller4-30/+62
2012-10-23be2net: Fix smatch warnings in be_main.cPadmanabh Ratnakar3-7/+16
2012-10-23ixgbevf: Update version stringGreg Rose1-1/+1
2012-10-23ixgbevf: fix softirq-safe to unsafe splat on internal mbx_lockJohn Fastabend1-20/+20
2012-10-23ixgbevf: Check for error on dma_map_single callGreg Rose1-1/+7