aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-06-20fs_enet: enable transmit time stamping.Richard Cochran1-0/+2
2011-06-20macb: enable transmit time stamping.Richard Cochran1-0/+2
2011-06-20fec_mpc52xx: enable transmit and receive time stamping.Richard Cochran1-1/+3
2011-06-20ll_temac: enable transmit and receive time stamping.Richard Cochran1-1/+4
2011-06-20emaclite: enable transmit and receive time stamping.Richard Cochran1-2/+7
2011-06-20lib8390: enable transmit and receive time stamping.Richard Cochran1-2/+3
2011-06-20netxen: fix race in skb->len accessEric Dumazet1-2/+2
2011-06-20myricom: remove stats_lockEric Dumazet1-7/+3
2011-06-20myri_sbus: remove driverJon Mason4-1508/+0
2011-06-19veth: fix 64bit stats on 32bit archesEric Dumazet1-18/+37
2011-06-19davinci_emac: fix race in transmit time stamping.Richard Cochran1-1/+2
2011-06-19smsc9420: fix race in transmit time stamping.Richard Cochran1-2/+2
2011-06-19stmmac: fix race in transmit time stamping.Richard Cochran1-2/+2
2011-06-19r6040: fix race in transmit time stamping.Richard Cochran1-2/+3
2011-06-19tg3: fix race in transmit time stamping.Richard Cochran1-2/+2
2011-06-19fec: fix race in transmit time stamping.Richard Cochran1-2/+2
2011-06-19hp100: fix an skb->len raceEric Dumazet1-2/+2
2011-06-19Merge branch 'davem.r8169' of git://git.kernel.org/pub/scm/linux/kernel/git/romieu/netdev-2.6David S. Miller1-4/+6
2011-06-19netpoll: copy dev name of slaves to struct netpollWANG Cong1-0/+1
2011-06-18r8169: check firmware content sooner.Francois Romieu1-19/+44
2011-06-18r8169: support new firmware format.Hayes Wang1-1/+35
2011-06-18r8169: explicit firmware format check.Francois Romieu1-13/+49
2011-06-18r8169: move the firmware down into the device private data.Francois Romieu1-26/+48
2011-06-17r8169: fix static initializers.Francois Romieu1-4/+6
2011-06-17farsync: add module_put to error path in fst_open()Pavel Shved1-1/+3
2011-06-17fs_enet: fix freescale FCC ethernet dp buffer alignmentClive Stubbings1-1/+1
2011-06-17Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6 into for-davemJohn W. Linville2-1/+5
2011-06-17netdev: bfin_mac: fix memory leak when freeing dma descriptorsSonic Zhang1-10/+10
2011-06-17e1000: remove unnecessary codeGreg Dietsche1-6/+1
2011-06-17net: icplus: remove unnecessary codeGreg Dietsche1-5/+1
2011-06-16tun: teach the tun/tap driver to support netpollNeil Horman1-1/+23
2011-06-16dp83640: drop PHY status frames in the driver.Richard Cochran1-2/+2
2011-06-16dp83640: fix phy status frame event parsingRichard Cochran1-5/+15
2011-06-16phylib: Allow BCM63XX PHY to be selected only on BCM63XX.Ralf Baechle1-0/+1
2011-06-16ppp: use PPP_TRANS instead of the magic number 0x20Changli Gao1-2/+2
2011-06-16gianfar: Use pr_<level>, netdev_<level> and netif_<level>Joe Perches2-76/+58
2011-06-16be2net: support multiple TX queuesSathya Perla3-119/+171
2011-06-16net/usb: Add Samsung Kalmia driver for Samsung GT-B3730Marius B. Kotsbak3-0/+395
2011-06-15tg3: Create funcs for power source switchingMatt Carlson1-82/+119
2011-06-15tg3: Migrate phy preprocessor defs to system defsMatt Carlson2-22/+12
2011-06-15tg3: Show flowctrl settings through get_settings()Matt Carlson1-0/+12
2011-06-15tg3: Fix EEE debounce timer valuesMatt Carlson1-2/+2
2011-06-15tg3: Add more selfboot formats to NVRAM selftestMatt Carlson1-1/+13
2011-06-15tg3: Remove 4G_DMA_BNDRY_BUG flagMatt Carlson2-12/+3
2011-06-15tg3: Remove 40BIT_DMA_LIMIT_BUGMatt Carlson2-7/+2
2011-06-15tg3: Workaround tagged status update bugMatt Carlson2-1/+40
2011-06-15bnx2x: Update date to 2011/06/13 and version to 1.70.00-0Vladislav Zolotarov1-2/+2
2011-06-15bnx2x: PFC support for 578xxDmitry Kravkov2-121/+406
2011-06-15bnx2x: Rename LASI registers to definitions in mdio.hYaniv Rosner2-47/+41
2011-06-15bnx2x: Add a periodic task for link PHY eventsYaniv Rosner6-18/+294