summaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)AuthorFilesLines
2011-02-21rtlwifi: rtl8192cu: Add routines dm, fw, led and swGeorge4-0/+615
2011-02-21rtlwifi: Move common parts of rtl8192ce/phy.cLarry Finger2-2018/+2050
2011-02-21rtlwifi: Modify wifi.h for rtl8192cuLarry Finger2-50/+239
2011-02-21rtlwifi: Add headers for rtl8187cuGeorge13-4/+1212
2011-02-21rtlwifi: Modify some rtl8192ce routines for merging rtl8192cuLarry Finger15-321/+321
2011-02-21rtlwifi: Make changes in rtlwifi/rtl8192ce/def.h to support rtl8192cuLarry Finger2-13/+144
2011-02-21rtlwifi: Make changes in rtlwifi/rtl8192ce/reg.h to support rtl8192cuLarry Finger2-4/+69
2011-02-21ath9k: Implement op_flush()Vasanthakumar Thiagarajan3-11/+88
2011-02-21wl12xx: fix sdio_test kconfig/build errorsRandy Dunlap1-1/+1
2011-02-21ath5k: Enable AR2315 chipset recognitionWojciech Dubowik1-1/+2
2011-02-21ar9170usb: mark the old driver as obsoleteChristian Lamparter1-1/+3
2011-02-21ax88796: use generic mdio_bitbang driverMarc Kleine-Budde2-200/+196
2011-02-21ax88796: clean up probe and remove functionMarc Kleine-Budde1-44/+31
2011-02-21ax88796: make pointer to platform data constMarc Kleine-Budde1-1/+1
2011-02-21ax88796: remove platform_device member from struct ax_deviceMarc Kleine-Budde1-4/+2
2011-02-21ax88796: use netdev_<LEVEL> instead of dev_<LEVEL> and pr_<LEVEL>Marc Kleine-Budde1-26/+20
2011-02-21ax88796: remove first_init parameter from ax_init_dev()Marc Kleine-Budde1-25/+19
2011-02-21ax88796: remove memset of private dataMarc Kleine-Budde1-2/+0
2011-02-21ax88796: don't use magic ei_status to acces private dataMarc Kleine-Budde1-39/+42
2011-02-21ax88796: fix codingstyle and checkpatch warningsMarc Kleine-Budde1-128/+134
2011-02-20Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller21-176/+279
2011-02-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds16-155/+245
2011-02-19Merge ssh://master.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6John W. Linville11-28/+22
2011-02-19ath9k_hw: Updates for AR9485 1.1 chipsets.Vivek Natarajan3-11/+1246
2011-02-19ath9k_htc: Fix a compilation warning.Vivek Natarajan1-1/+1
2011-02-19p54: implement flush callbackChristian Lamparter1-0/+43
2011-02-19p54: Fix compile warningLarry Finger1-1/+1
2011-02-19ath5k: move external function definitions to a header fileBob Copeland2-17/+20
2011-02-19ath5k: Correct channel setting for AR2317 chipNikolay Ledovskikh1-0/+1
2011-02-19wireless: 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-18enic: Always use single transmit and single receive hardware queues per deviceVasanthy Kolluri2-4/+4
2011-02-18loopback: convert to hw_featuresMichał Mirosław1-5/+4
2011-02-18enic: Clean up: Remove a not needed #ifdefVasanthy Kolluri2-3/+1
2011-02-18enic: Bug fix: Reset driver count of registered unicast addresses to zero dur...Vasanthy Kolluri2-7/+8
2011-02-18tg3: Restrict phy ioctl accessMatt Carlson1-2/+6
2011-02-18drivers/net: Call netif_carrier_off at the end of the probeIvan Vecera2-0/+4
2011-02-18sfc: 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-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-17sfc: 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-16Merge 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