aboutsummaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)AuthorFilesLines
2011-02-18ath9k_hw: Updates for AR9485 1.1 chipsets.Vivek Natarajan3-11/+1246
2011-02-18ath9k_htc: Fix a compilation warning.Vivek Natarajan1-1/+1
2011-02-18p54: implement flush callbackChristian Lamparter1-0/+43
2011-02-18p54: Fix compile warningLarry Finger1-1/+1
2011-02-18ath5k: move external function definitions to a header fileBob Copeland2-17/+20
2011-02-18ath5k: Correct channel setting for AR2317 chipNikolay Ledovskikh1-0/+1
2011-02-18wireless: rt2x00: rt2800pci.c: add two idsXose Vazquez Perez1-0/+2
2011-02-18Merge branch 'fixes-2.6.38' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-1/+1
2011-02-17enic: Always use single transmit and single receive hardware queues per deviceVasanthy Kolluri2-4/+4
2011-02-17loopback: convert to hw_featuresMichał Mirosław1-5/+4
2011-02-17enic: Clean up: Remove a not needed #ifdefVasanthy Kolluri2-3/+1
2011-02-17enic: Bug fix: Reset driver count of registered unicast addresses to zero dur...Vasanthy Kolluri2-7/+8
2011-02-17tg3: Restrict phy ioctl accessMatt Carlson1-2/+6
2011-02-17drivers/net: Call netif_carrier_off at the end of the probeIvan Vecera2-0/+4
2011-02-17sfc: Implement hardware acceleration of RFSBen Hutchings4-2/+169
2011-02-17bnx2x: Support for managing RX indirection tableTom Herbert3-5/+75
2011-02-17net/fec: remove unused driver dataUwe Kleine-König1-2/+0
2011-02-17tty: now phase out the ioctl file pointer for goodAlan Cox1-1/+1
2011-02-17tiocmset: kill the file pointer argumentAlan Cox3-7/+6
2011-02-17tiocmget: kill off the passing of the struct fileAlan Cox2-3/+3
2011-02-17kbuild, mtd, net: a few comment typo fixes and rewordingGilles Espinasse1-1/+1
2011-02-17ixgbe: work around for DDP last buffer sizeAmir Hanania2-1/+52
2011-02-17ixgbe: fix panic due to uninitialised pointerAndy Gospodarek1-2/+4
2011-02-17e1000e: flush all writebacks before unloadJesse Brandeburg1-10/+21
2011-02-17e1000e: check down flag in tasksJesse Brandeburg1-0/+21
2011-02-16sfc: Limit filter search depth further for performance hints (i.e. RFS)Ben Hutchings1-4/+9
2011-02-16workqueue, freezer: unify spelling of 'freeze' + 'able' to 'freezable'Tejun Heo1-1/+1
2011-02-15Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ger...Linus Torvalds1-1/+1
2011-02-15Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/bwh...David S. Miller8-57/+195
2011-02-15Merge branch 'fec' of git://git.pengutronix.de/git/ukl/linux-2.6David S. Miller2-325/+328
2011-02-15sfc: Add TX queues for high-priority trafficBen Hutchings7-28/+156
2011-02-15sfc: Distinguish queue lookup from test for queue existenceBen Hutchings3-29/+33
2011-02-15sfc: Move TX queue core queue mapping into tx.cBen Hutchings3-4/+10
2011-02-15ath9k: Fix ath9k prevents CPU to enter C3 statesMohammed Shafi Shajakhan3-22/+0
2011-02-15Merge branch 'master' into for-nextJiri Kosina122-1183/+3859
2011-02-15net/fec: enable flow control and length check on enet-macUwe Kleine-König1-11/+13
2011-02-15net/fec: postpone unsetting driver data until the hardware is stoppedUwe Kleine-König1-2/+2
2011-02-15net/fec: provide device for dma functions and matching sizes for map and unmapUwe Kleine-König1-8/+9
2011-02-15net/fec: reorder functions a bit allows removing forward declarationsUwe Kleine-König1-179/+174
2011-02-15net/fec: some whitespace cleanupUwe Kleine-König1-11/+11
2011-02-15net/fec: consistenly name struct net_device pointers "ndev"Uwe Kleine-König1-121/+121
2011-02-15net/fec: add phy_stop to fec_enet_closeUwe Kleine-König1-1/+3
2011-02-15net/fec: consolidate all i.MX options to CONFIG_ARMUwe Kleine-König2-4/+4
2011-02-15net/fec: put the ioremap cookie immediately into a void __iomem pointerUwe Kleine-König1-5/+4
2011-02-15net/fec: no need to memzero private dataUwe Kleine-König1-1/+0
2011-02-15net/fec: no need to check for validity of ndev in suspend and resumeUwe Kleine-König1-16/+12
2011-02-15net/fec: don't free an irq that failed to be requestedUwe Kleine-König1-2/+1
2011-02-15net/fec: release mem_region requested in probe in error path and removeUwe Kleine-König1-2/+12
2011-02-15net/fec: no need to cast arguments for memcpyUwe Kleine-König1-1/+1
2011-02-14phy/micrel: add ability to support 50MHz RMII clock on KZS8051RNLBaruch Siach1-8/+16