summaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)AuthorFilesLines
2012-05-17igb: Disable the BMC-to-OS Watchdog Enable bit for DMAC.Matthew Vick2-0/+5
2012-05-17e1000: look in the page and not in skb->data for the last byteSebastian Andrzej Siewior1-1/+5
2012-05-17e1000: remove workaround for Errata 23 from jumbo allocSebastian Andrzej Siewior1-24/+0
2012-05-17e1000e: fix typo in definition of E1000_CTRL_EXT_FORCE_SMBUSBruce Allan1-1/+1
2012-05-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller18-93/+172
2012-05-16Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller2-13/+13
2012-05-16Merge branch 'delete-tokenring' of git://git.kernel.org/pub/scm/linux/kernel/...David S. Miller24-22226/+0
2012-05-16netdev/phy: Make get_phy_id() static and quit EXPORTing it.David Daney1-2/+1
2012-05-16net/mlx4_core: Fixed error flow in rem_slave_eqsJack Morgenstein1-7/+6
2012-05-16net/mlx4_core: Add XRC domains and counters to resource trackerJack Morgenstein4-5/+275
2012-05-16net/mlx4_core: Fix potential kernel Oops in res tracker during Dom0 driver un...Jack Morgenstein4-8/+26
2012-05-16net/mlx4_core: Do not reset module-parameter num_vfs when fail to enable sriovJack Morgenstein1-3/+2
2012-05-16net/mlx4_core: Remove unused *_str functions from the resource trackerJack Morgenstein1-30/+0
2012-05-16net/mlx4_core: Change SYNC_TPT to be native (not wrapped)Jack Morgenstein1-1/+1
2012-05-16net/mlx4_core: Fix init_port mask state for slavesJack Morgenstein1-2/+1
2012-05-16net/mlx4: Address build warnings on set but not used variablesOr Gerlitz5-18/+8
2012-05-15tokenring: delete all remaining driver supportPaul Gortmaker24-22226/+0
2012-05-15Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2-13/+13
2012-05-15dummy: documentation is staleAlan Cox1-4/+1
2012-05-15pch_gbe: fix transmit racesEric Dumazet2-16/+11
2012-05-15cdc_ether: add Novatel USB551L device IDs for FLAG_WWANDan Williams1-0/+16
2012-05-15usbnet: fix skb traversing races during unlink(v2)Ming Lei1-16/+38
2012-05-15qlcnic-ethtool: set the ethtool_dump flag by ETH_FW_DUMP_DISABLE value that i...Manish chopra1-1/+6
2012-05-14stmmac: fix suspend/resume lockingGiuseppe CAVALLARO1-4/+6
2012-05-14stmmac: add mixed burst for DMAGiuseppe CAVALLARO5-5/+12
2012-05-14stmmac: extend mac addr reg and fix perfect fileringGiuseppe CAVALLARO7-10/+29
2012-05-14dm9000: some coldfire boards need thisSteven King1-1/+1
2012-05-14Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller26-220/+471
2012-05-14rtlwifi: fix for race condition when firmware is cachedLarry Finger2-13/+13
2012-05-13bonding: Fix LACPDU rx_dropped commit.David S. Miller2-6/+8
2012-05-12igb: Add Support for new i210/i211 devices.Carolyn Wyborny16-110/+1205
2012-05-12igb: Add function and pointers for 82580 low power state settings.Carolyn Wyborny2-0/+101
2012-05-12rndis_wlan: cleanup: change oid from __le32 to u32 in various placesJussi Kivilinna1-49/+49
2012-05-12rndis_host: cleanup: change oid from __le32 to u32 in rndis_query()Jussi Kivilinna1-6/+6
2012-05-12rndis_wlan: cleanup: byteswap data from device instead of RNDIS_* definesJussi Kivilinna1-13/+13
2012-05-12rndis_host: cleanup: byteswap data from device instead of RNDIS_* definesJussi Kivilinna1-25/+28
2012-05-12usb/net: rndis: merge command codesLinus Walleij1-21/+21
2012-05-12usb/net: rndis: merge duplicate 802_* OIDsLinus Walleij1-94/+130
2012-05-12usb/net: rndis: eliminate first set of duplicate OIDsLinus Walleij2-20/+20
2012-05-12usb/net: rndis: remove ambigous status codesLinus Walleij1-2/+2
2012-05-12usb/net: rndis: break out <linux/rndis.h> definesLinus Walleij2-338/+1
2012-05-12usb/net: rndis: inline the cpu_to_le32() macroLinus Walleij2-131/+135
2012-05-11ks8851: Update link status during link change interruptStephen Boyd1-3/+4
2012-05-11macvtap: restore vlan header on user readBasil Gor1-5/+38
2012-05-11net: of/phy: fix build error when phylib is built as a moduleBjørn Mork1-1/+1
2012-05-10net, drivers/net: Convert compare_ether_addr_64bits to ether_addr_equal_64bitsJoe Perches2-33/+32
2012-05-10drivers/net: Convert compare_ether_addr to ether_addr_equalJoe Perches31-86/+85
2012-05-10be2net: avoid disabling sriov while VFs are assignedSathya Perla3-89/+134
2012-05-10bonding: don't increase rx_dropped after processing LACPDUsJiri Bohac3-12/+24
2012-05-10Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...David S. Miller14-245/+1370