summaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)AuthorFilesLines
2012-12-07drivers/net: fix up function prototypes after __dev* removalsGreg Kroah-Hartman107-284/+188
2012-12-07Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller88-766/+1121
2012-12-07tun: correctly report an error in tun_flow_init()Paul Moore1-1/+2
2012-12-07Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville88-766/+1121
2012-12-07chelsio: remove get_clock and use ktime_getJan Glauber1-13/+1
2012-12-07bnx2x: Prevent link flaps when booting from SAN.Barak Witkowski5-3/+34
2012-12-07net: phy: smsc: force all capable mode if the phy is started in powerdown modetrem1-1/+25
2012-12-07cnic, bnx2x, bnx2: Simplify cnic probing.Michael Chan6-19/+17
2012-12-07cnic: Include bnx2x.hMichael Chan2-46/+20
2012-12-07bnx2: Add BNX2 prefix to CHIP ID and name macrosMichael Chan3-120/+120
2012-12-07bnx2: Add BNX2 prefix to descriptor structures and macrosMichael Chan4-172/+181
2012-12-07bnx2: Rename register read and write macrosMichael Chan2-321/+321
2012-12-07igb: Update igb version to 4.1.2Carolyn Wyborny1-2/+2
2012-12-07igb: release already assigned MSI-X interrupts if setup failsStefan Assmann1-6/+16
2012-12-07igb: remove duplicate code for fallback interrupt initializationStefan Assmann1-15/+14
2012-12-07ixgbe: check whether thermal sensor is enabled.Jacob Keller2-1/+6
2012-12-07ixgbe: Use is_valid_ether_addrJoe Perches6-38/+4
2012-12-07rtlwifi: remove __dev* attributesBill Pemberton6-6/+6
2012-12-07wlcore/wl18xx/wl12xx: remove __dev* attributesBill Pemberton8-22/+22
2012-12-07rtl8187: remove __dev* attributesBill Pemberton1-3/+3
2012-12-07rtl8187: remove __dev* attributesBill Pemberton1-3/+3
2012-12-07rt2x00: remove __dev* attributesBill Pemberton4-5/+5
2012-12-07p54: remove __dev* attributesBill Pemberton3-9/+9
2012-12-07orinoco: remove __dev* attributesBill Pemberton4-8/+8
2012-12-07mwl8k: remove __dev* attributesBill Pemberton1-4/+4
2012-12-07libertas: remove __dev* attributesBill Pemberton1-3/+3
2012-12-07iwlwifi: remove __dev* attributesBill Pemberton1-2/+2
2012-12-07iwlegacy: remove __dev* attributesBill Pemberton2-4/+4
2012-12-07ipw2x00: remove __dev* attributesBill Pemberton2-6/+6
2012-12-07brcm80211: remove __dev* attributesBill Pemberton1-2/+2
2012-12-07b43: remove __dev* attributesBill Pemberton2-6/+6
2012-12-07atmel: remove __dev* attributesBill Pemberton1-3/+3
2012-12-07ath5k: remove __dev* attributesBill Pemberton3-6/+6
2012-12-07wireless: remove __dev* attributesBill Pemberton2-6/+6
2012-12-06ipw2200: return error code on error in ipw_wx_get_auth()Wei Yongjun1-3/+1
2012-12-06brcmsmac: remove duplicated include from debug.cWei Yongjun1-1/+0
2012-12-06rt2x00: Only specify interface combinations if more then one interface is pos...Helmut Schaa1-0/+3
2012-12-06carl9170: explain why sta cannot be NULL for ampdusChristian Lamparter1-0/+7
2012-12-06brcmfmac: convert struct spinlock to spinlock_tLuis R. Rodriguez1-1/+1
2012-12-06Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville5-12/+45
2012-12-06Merge tag 'nfc-fixes-3.7-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...John W. Linville1-6/+6
2012-12-06cnic: Fix rare race condition during iSCSI disconnect.Eddie Wai2-4/+13
2012-12-06cnic: Reset iSCSI EQ during shutdown.Michael Chan2-0/+24
2012-12-06net/phy: Add interrupt support for dp83640 phy.Stephan Gatzka1-1/+77
2012-12-06myri10ge: fix most sparse warningsAndrew Gallatin1-5/+5
2012-12-063com: make 3c59x depend on HAS_IOPORTJan Glauber1-1/+1
2012-12-04net: neterion: use for_each_pci_dev to simplify the codeWei Yongjun1-1/+1
2012-12-04qlcnic: rename module params with module_param_namedSony Chacko1-16/+16
2012-12-04qlcnic: fix bug in LRO descriptor access macroSony Chacko1-1/+1
2012-12-04qlcnic: update NIC partition interface routinesSony Chacko3-48/+89