summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2013-10-14ath9k_hw: remove direct accesses to channel mode flagsFelix Fietkau9-169/+49
2013-10-14ath9k: use a separate data structure for rx buffersFelix Fietkau3-50/+92
2013-10-14wcn36xx: fix coccinelle warningsFengguang Wu1-9/+2
2013-10-14rt2x00: rt73usb: use rt2x00_has_cap_* helpersGabor Juhos1-9/+9
2013-10-14rt2x00: rt61pci: use rt2x00_has_cap_* helpersGabor Juhos1-10/+10
2013-10-14rt2x00: rt2800lib: use rt2x00_has_cap_* helpersGabor Juhos1-13/+12
2013-10-14rt2x00: rt2x00lib: use rt2x00_has_cap_* helpersGabor Juhos6-13/+13
2013-10-14rt2x00: add rt2x00_has_cap_* helpersGabor Juhos1-0/+87
2013-10-14rt2x00: cleanup indentation in rt2800.hGabor Juhos1-21/+21
2013-10-10Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...David S. Miller6-472/+650
2013-10-10rt2x00: rt2800lib: fix VGC adjustment for RT3572 and RT3593Gabor Juhos1-5/+20
2013-10-10rt2x00: rt2800lib: fix VGC adjustment for RT5592Gabor Juhos1-4/+7
2013-10-10rt2x00: use generic EWMA functions for average RSSI calculationsGabor Juhos3-58/+29
2013-10-10rt2x00: rt2800lib: no need to toggle RF R30 bit 7 twiceKevin Lo1-7/+0
2013-10-10net: p54spi: remove deprecated IRQF_DISABLEDMichael Opdenacker1-1/+1
2013-10-10rt2x00: do not pause queue on flushStanislaw Gruszka2-31/+8
2013-10-10rt2x00: rt2800lib: fix default VGC values for RT3572 for the 5GHz bandGabor Juhos1-4/+11
2013-10-10rt2x00: rt2800lib: fix VGC programming for RT3572 and RT3593Gabor Juhos1-2/+8
2013-10-10rt2x00: rt2800lib: fix default VGC values for RT3593Gabor Juhos1-0/+3
2013-10-10rt2x00: rt2800lib: remove TXPOWER_DELTA entry from extended EEPROM mapGabor Juhos1-1/+0
2013-10-10rt2x00: rt2800lib: remove TXMIXER_GAIN entries from the extended EEPROM mapGabor Juhos1-2/+0
2013-10-10brcmsmac: add support for a BCM4313 with PCI id 0x4313Hauke Mehrtens1-1/+1
2013-10-10bcma: add PCI id 0x4313Hauke Mehrtens1-0/+1
2013-10-10bcma: reject PCI cards in bcma.Hauke Mehrtens1-2/+5
2013-10-10net: wireless: wl1251: update firmware pathFelipe Balbi1-2/+2
2013-10-10rt2x00_pci: Fix interrupt handler name (visible at /proc/interrupts)Kirill Tkhai1-1/+1
2013-10-10wcn36xx: mac80211 driver for Qualcomm WCN3660/WCN3680 hardwareEugene Krasnikov17-0/+10074
2013-10-10mwifiex: Change variable type to boolPeter Senna Tschudin4-4/+4
2013-10-10i40e: Bump versionCatherine Sullivan1-1/+1
2013-10-10i40e: Add support for 64 bit netstatsAlexander Duyck4-15/+95
2013-10-10i40e: Move rings from pointer to array to array of pointersAlexander Duyck6-185/+204
2013-10-10i40e: Replace ring container array with linked listAlexander Duyck3-53/+58
2013-10-10i40e: Move q_vectors from pointer to array to array of pointersAlexander Duyck4-60/+112
2013-10-10i40e: Split bytes and packets from Rx/Tx statsAlexander Duyck5-26/+28
2013-10-10i40e: Add support for Tx byte queue limitsAlexander Duyck1-0/+15
2013-10-10i40e: Drop dead code and flags from Tx hotpathAlexander Duyck2-27/+5
2013-10-10i40e: clean up Tx fast pathAlexander Duyck2-99/+122
2013-10-10i40e: Do not directly increment Tx next_to_useAlexander Duyck1-21/+25
2013-10-10i40e: Cleanup Tx buffer info layoutAlexander Duyck2-15/+14
2013-10-10veth: allow to setup multicast address for veth deviceGao feng1-0/+6
2013-10-10i40e: Drop unused completed statAlexander Duyck3-5/+2
2013-10-10i40e: Link code updatesAnjali Singhai1-2/+6
2013-10-09be2net: change the driver version number to 4.9.224.0Ajit Khaparde1-1/+1
2013-10-09be2net: Display RoCE specific counters in ethtool -SAjit Khaparde3-1/+19
2013-10-09be2net: Call version 2 of GET_STATS ioctl for Skyhawk-RAjit Khaparde3-9/+155
2013-10-09bnx2x: Add ndo_get_phys_port_id supportYuval Mintz4-27/+155
2013-10-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller23-120/+284
2013-10-09Merge branch 'sfc-3.12' of git://git.kernel.org/pub/scm/linux/kernel/git/bwh/sfcDavid S. Miller5-31/+151
2013-10-09Revert "veth: Showing peer of veth type dev in ip link (kernel side)"David S. Miller1-21/+0
2013-10-09qlcnic: add missing destroy_workqueue() on error path in qlcnic_probe()Wei Yongjun1-1/+4