summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2013-02-15tg3: Set initial carrier state to off.Michael Chan1-0/+2
2013-02-15tg3: Fix 5762 NVRAM sizingMichael Chan1-2/+4
2013-02-15tg3: Expand EEE support for all 5717 B0Michael Chan1-1/+1
2013-02-15tg3: Add 57766 device support.Matt Carlson2-1/+19
2013-02-15Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville20-96/+52
2013-02-15ixgbe: refactor initialization of feature flagsEmil Tantilov1-20/+38
2013-02-15igb: Refractoring function pointers in igb_get_invariants functionAkeem G. Abodunrin1-251/+11
2013-02-15igb: Intialize MAC function pointersAkeem G. Abodunrin1-0/+61
2013-02-15igb: Initialize NVM function pointersAkeem G. Abodunrin1-0/+109
2013-02-15igb: Initialize PHY function pointersAkeem G. Abodunrin1-0/+112
2013-02-15igb: Update igb to use a path similar to ixgbe to determine when to stop TxAlexander Duyck2-15/+28
2013-02-15igb: Refix sparse warning in igb_get_i2c_clientCarolyn Wyborny1-1/+1
2013-02-15igb: Fix for improper allocation flag in igb_get_i2c_clientCarolyn Wyborny1-1/+1
2013-02-15igb: Fix for improper exit in igb_get_i2c_clientCarolyn Wyborny1-6/+1
2013-02-15igb: Support using build_skb in the case that jumbo frames are disabledAlexander Duyck2-34/+161
2013-02-15mac80211_hwsim: ask mac80211 to reserve space for chanctx.drv_privKarl Beldan1-0/+1
2013-02-15mac80211: stop modifying HT SMPS capabilityJohannes Berg6-33/+20
2013-02-15mac80211: stop toggling IEEE80211_HT_CAP_SUP_WIDTH_20_40Johannes Berg16-63/+31
2013-02-14brcmsmac: Remove unnecessary memset castsJoe Perches1-13/+10
2013-02-14brcmsmac: Downgrade d11hdrs_mac80211 error messages to warnings.Joe Perches1-16/+13
2013-02-14iwlegacy: more checks for dma mapping errorsStanislaw Gruszka3-44/+59
2013-02-14rt2x00: check for dma mappings errorsStanislaw Gruszka4-13/+36
2013-02-14mwifiex: device specific sleep cookie handling for PCIeAvinash Patil2-8/+25
2013-02-14rtlwifi: Rework KconfigLarry Finger1-25/+25
2013-02-14brcmsmac: fix brcms_c_country_valid()Dan Carpenter1-2/+1
2013-02-14Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville16-83/+116
2013-02-14gianfar: Fix and cleanup Rx FCB indicationClaudiu Manoil2-21/+21
2013-02-14gianfar: Remove wrong buffer size conditioning to VLAN h/w offloadClaudiu Manoil1-3/+0
2013-02-14gianfar: gfar_process_frame returns voidClaudiu Manoil1-6/+4
2013-02-14gianfar: GRO_DROP is unlikelyClaudiu Manoil1-1/+1
2013-02-14gianfar: Cleanup and optimize struct gfar_privateClaudiu Manoil1-45/+48
2013-02-14gianfar: Add device ref (dev) in gfar_privateClaudiu Manoil2-12/+14
2013-02-14gianfar: Remove unused device_node ref in gfar_privateClaudiu Manoil2-5/+0
2013-02-14bgmac: add read of interrupt mask after disabling interruptsNathan Hintz1-0/+1
2013-02-14xen-netback: cancel the credit timer when taking the vif downDavid Vrabel1-2/+1
2013-02-14xen-netback: correctly return errors from netbk_count_requests()David Vrabel1-4/+4
2013-02-14net: cdc_ncm: fix probing of devices with multiple control interface altsettingsBjørn Mork1-3/+8
2013-02-13bridge: Add vlan support to static neighborsVlad Yasevich5-5/+7
2013-02-13bridge: Dump vlan information from a bridge portVlad Yasevich1-1/+2
2013-02-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds10-104/+127
2013-02-13bgmac: return error on failed PHY writeRafał Miłecki2-6/+7
2013-02-13be2net: remove BUG_ON() in be_mcc_compl_is_new()Sathya Perla1-5/+8
2013-02-13net: ethernet: ti: remove redundant NULL check.Cyril Roelandt1-4/+2
2013-02-13net/macb: fix race with RX interrupt while doing NAPINicolas Ferre1-0/+5
2013-02-13atl1c: add error checking for pci_map_single functionsHuang, Xiong1-7/+64
2013-02-13net: Fix possible wrong checksum generation.Pravin B Shelar3-18/+12
2013-02-13Merge branch 'gfar-ethtool-atomic' of git://git.kernel.org/pub/scm/linux/kern...David S. Miller3-45/+37
2013-02-12gianfar: convert u64 status counters to atomic64_tPaul Gortmaker3-30/+31
2013-02-12gianfar: remove largely unused gfar_stats structPaul Gortmaker2-16/+7
2013-02-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller7-90/+53