summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* skb: report completion status for zero copy skbsMichael S. Tsirkin2012-11-032-2/+2
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...David S. Miller2012-11-029-33/+155
|\
| * e1000: fix concurrent accesses to PHY from watchdog and ethtoolMaxime Bizon2012-11-011-2/+15
| * igb: Fix EEPROM writes via ethtool on i210Carolyn Wyborny2012-11-011-0/+1
| * igb: Add function to read i211's invm versionCarolyn Wyborny2012-11-014-0/+107
| * igb: Remove workaround for EEE configuration on i210/I211Carolyn Wyborny2012-11-011-11/+8
| * ixgbe: fix default setting of TXDCTL.WTHRESHEmil Tantilov2012-11-012-20/+15
| * ixgbe: fix uninitialized event.type in ixgbe_ptp_check_pps_eventJacob Keller2012-11-011-0/+9
* | ppp: make ppp_get_stats64 staticstephen hemminger2012-11-011-1/+1
* | FEC: Add time stamping code and a PTP hardware clockFrank Li2012-11-015-1/+520
* | net: fec: move fec_enet_private to header fileFrank Li2012-11-012-73/+81
* | veth: allow changing the mac address while interface is upHannes Frederic Sowa2012-11-011-0/+1
* | cpsw: support the HWTSTAMP ioctl and the CPTSRichard Cochran2012-11-011-0/+182
* | cpts: specify the input clock frequency via DTRichard Cochran2012-11-011-0/+14
* | cpsw: add a DT field for the active time stamping portRichard Cochran2012-11-011-0/+7
* | cpsw: add a DT field for the cpts offsetRichard Cochran2012-11-011-0/+7
* | cpts: introduce time stamping code and a PTP hardware clock.Richard Cochran2012-11-014-1/+582
* | cpsw: support both silicon versionsRichard Cochran2012-11-011-16/+90
* | cpsw: remember the silicon versionRichard Cochran2012-11-011-0/+4
* | cpsw: add missing fields to the CPSW_SS register bank.Richard Cochran2012-11-011-0/+8
* | cpsw: rename register banks to match the reference manualRichard Cochran2012-11-011-9/+9
* | drivers: net: ethernet: cpsw: add multicast address to ALE tableMugunthan V N2012-11-013-3/+56
* | net/macb: add pinctrl consumer supportJean-Christophe PLAGNIOL-VILLARD2012-11-011-0/+11
* | net/macb: Offset first RX buffer by two bytesHavard Skinnemoen2012-11-011-7/+16
* | net/macb: better manage tx errorsNicolas Ferre2012-11-012-54/+113
* | net/macb: ethtool interface: add register dump featureNicolas Ferre2012-11-012-0/+43
* | net/macb: clean up ring buffer logicHavard Skinnemoen2012-11-013-73/+127
* | net/macb: tx status is more than 8 bits nowNicolas Ferre2012-11-011-1/+1
* | net/macb: remove macb_get_drvinfo()Nicolas Ferre2012-11-011-11/+0
* | net/macb: change debugging messagesHavard Skinnemoen2012-11-011-10/+12
* | net/macb: memory barriers cleanupHavard Skinnemoen2012-11-011-4/+14
* | net/macb: Add support for Gigabit Ethernet modePatrice Vilchez2012-11-012-3/+16
* | bfin_mac: offer a PTP Hardware Clock.Richard Cochran2012-11-013-3/+175
* | bfin_mac: replace sys time stamps with raw ones instead.Richard Cochran2012-11-012-70/+28
* | bfin_mac: only advertise hardware time stamped when enabled.Richard Cochran2012-11-011-0/+4
* | ptp: add an ioctl to compare PHC time with system timeRichard Cochran2012-11-011-0/+32
* | ptp: Enable clock drivers along with associated net/PHY driversBen Hutchings2012-11-0117-173/+13
* | ptp: Make PTP_1588_CLOCK select rather than depend on PPSBen Hutchings2012-11-013-7/+1
* | pps, ptp: Remove dependencies on EXPERIMENTALBen Hutchings2012-11-014-5/+2
* | tuntap: choose the txq based on rxqJason Wang2012-11-011-3/+224
* | tuntap: add ioctl to attach or detach a file form tuntap deviceJason Wang2012-11-011-8/+48
* | tuntap: multiqueue supportJason Wang2012-11-011-88/+220
* | tuntap: RCUify dereferencing between tun_struct and tun_fileJason Wang2012-11-011-48/+47
* | tuntap: move socket to tun_fileJason Wang2012-11-011-121/+145
* | tuntap: log the unsigned informaiton with %uJason Wang2012-11-011-3/+3
|/
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...David S. Miller2012-10-3116-134/+397
|\
| * igb: Fix sparse warning in igb_ptp_rx_pktstampAlexander Duyck2012-10-301-1/+1
| * igb: Update firmware version info for ethtool output.Carolyn Wyborny2012-10-304-50/+126
| * igb: Enable auto-crossover during forced operation on 82580 and above.Matthew Vick2012-10-302-12/+21
| * igbvf: Check for error on dma_map_single callGreg Rose2012-10-301-0/+13