summaryrefslogtreecommitdiffstats
path: root/drivers/net
Commit message (Expand)AuthorAgeFilesLines
* net/mlx4_en: Fix setting initial MAC addressYan Burman2013-04-021-2/+2
* bonding: get netdev_rx_handler_unregister out of locksVeaceslav Falico2013-04-021-2/+1
* DM9000B: driver initialization upgradeJoseph CHANG2013-03-312-105/+120
* sh_eth: make 'link' field of 'struct sh_eth_private' *int*Sergei Shtylyov2013-03-312-5/+5
* sh_eth: workaround for spurious ECI interruptSergei Shtylyov2013-03-311-2/+8
* sh_eth: fix handling of no LINK signalSergei Shtylyov2013-03-311-4/+6
* ks8851: Fix interpretation of rxlen field.Max.Nekludov@us.elster.com2013-03-291-1/+1
* atl1e: drop pci-msi support because of packet corruptionHannes Frederic Sowa2013-03-292-18/+2
* net: calxedaxgmac: Wake-on-LAN fixesRob Herring2013-03-291-1/+5
* net: calxedaxgmac: fix rx ring handling when OOMRob Herring2013-03-291-0/+3
* smsc75xx: fix jumbo frame supportSteve Glendinning2013-03-291-4/+8
* bonding: fix disabling of arp_interval and miimonnikolay@redhat.com2013-03-291-44/+48
* sky2: Threshold for Pause Packet is set wrongMirko Lindner2013-03-291-1/+1
* sky2: Receive Overflows not countedMirko Lindner2013-03-291-1/+1
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2013-03-2811-292/+249
|\
| * b43: N-PHY: use more bits for offset in RSSI calibrationRafał Miłecki2013-03-271-2/+2
| * iwlegacy: 4965-rs: avoid null pointer dereference errorColin Ian King2013-03-271-1/+2
| * ath9k: avoid queueing hw check work when suspendedLuis R. Rodriguez2013-03-271-1/+2
| * b43: A fix for DMA transmission sequence errorsIestyn C. Elfick2013-03-271-12/+53
| * b43: N-PHY: increase initial value of "mind" in RSSI calibrationRafał Miłecki2013-03-271-2/+2
| * Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/iwlw...John W. Linville2013-03-274-3/+25
| |\
| | * iwlwifi: dvm: don't send HCMD in restart flowEmmanuel Grumbach2013-03-202-2/+11
| | * iwlwifi: set rfkill in internal state of the transportEmmanuel Grumbach2013-03-201-0/+13
| | * iwlwifi: fix length check in multi-TB HCMDEmmanuel Grumbach2013-03-201-1/+1
| * | Revert "brcmsmac: support 4313iPA"John W. Linville2013-03-272-271/+162
| * | mwifiex: reset skb->data after processing PCIe sleep confirm cmd resposeAvinash Patil2013-03-251-0/+1
* | | Merge branch 'fixes-for-3.9' of git://gitorious.org/linux-can/linux-canDavid S. Miller2013-03-274-6/+7
|\ \ \
| * | | can: sja1000: limit PEAK PCAN-PC Card to HAS_IOPORTMarc Kleine-Budde2013-03-271-0/+1
| * | | can: sja1000: fix define conflict on SHMarc Kleine-Budde2013-03-273-6/+6
* | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...David S. Miller2013-03-273-5/+23
|\ \ \ \
| * | | | e1000e: Add missing dma_mapping_error-call in e1000_alloc_jumbo_rx_buffersChristoph Paasch2013-03-271-1/+6
| * | | | ixgb: Add missing dma_mapping_error-call in ixgb_alloc_rx_buffersChristoph Paasch2013-03-271-1/+6
| * | | | e1000: ethtool: Add missing dma_mapping_error-call in e1000_setup_desc_ringsChristoph Paasch2013-03-271-3/+11
| |/ / /
* | | | tg3: fix length overflow in VPD firmware parsingKees Cook2013-03-271-2/+5
* | | | drivers: net: ethernet: davinci_emac: use netif_wake_queue() while restarting...Mugunthan V N2013-03-271-1/+1
* | | | drivers: net: ethernet: cpsw: use netif_wake_queue() while restarting tx queueMugunthan V N2013-03-271-1/+1
* | | | enet: fec: fix fail resume from suspend stateFrank Li2013-03-271-32/+50
|/ / /
* | | bonding: remove already created master sysfs link on failureVeaceslav Falico2013-03-261-0/+5
* | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...David S. Miller2013-03-265-22/+43
|\ \ \
| * | | igb: fix PHC stopping on max freqJiri Benc2013-03-261-1/+1
| * | | igb: make sensor info staticStephen Hemminger2013-03-261-1/+1
| * | | igb: SR-IOV init reorderingAlex Williamson2013-03-261-1/+1
| * | | igb: Fix null pointer dereferenceAlex Williamson2013-03-261-1/+1
| * | | igb: fix i350 anti spoofing configLior Levy2013-03-261-14/+19
| * | | ixgbevf: don't release the soft entriesxunleer2013-03-261-4/+20
* | | | pch_gbe: fix ip_summed checksum reporting on rxVeaceslav Falico2013-03-261-2/+2
|/ / /
* | | bnx2x: fix assignment of signed expression to unsigned variableKumar Amit Mehta2013-03-241-9/+9
* | | net/mlx4_core: Disallow releasing VF QPs which have steering rulesHadar Hen Zion2013-03-211-8/+33
* | | net/mlx4_core: Always use 64 bit resource ID when doing lookupHadar Hen Zion2013-03-211-1/+1
* | | net/mlx4_en: Remove ethtool flow steering rules before releasing QPsHadar Hen Zion2013-03-211-11/+11
OpenPOWER on IntegriCloud