summaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)AuthorFilesLines
2013-07-21rtlwifi: rtl8192cu: Fix duplicate if testLarry Finger1-1/+1
2013-07-21rtlwifi: rtl8192cu: Add new USB ID for TP-Link TL-WN8200NDLarry Finger1-0/+1
2013-07-03dlci: validate the net device in dlci_del()Zefan Li1-0/+12
2013-07-03dlci: acquire rtnl_lock before calling __dev_get_by_name()Zefan Li1-5/+9
2013-06-27bonding: rlb mode of bond should not alter ARP originating via bridgeZheng Li2-0/+19
2013-06-27team: check return value of team_get_port_by_index_rcu() for NULLJiri Pirko1-0/+2
2013-06-278139cp: reset BQL when ring tx ring clearedstephen hemminger1-0/+1
2013-06-27r8169: fix offloaded tx checksum for small packets.Francois Romieu1-14/+27
2013-06-27gianfar: add missing iounmap() on error in gianfar_ptp_probe()Wei Yongjun1-0/+1
2013-06-20ath9k: Use minstrel rate control by defaultSujith Manoharan4-9/+9
2013-06-20ath9k: Disable PowerSave by defaultSujith Manoharan1-2/+1
2013-06-20b43: stop format string leaking into error msgsKees Cook1-1/+1
2013-06-07xen-netback: remove skb in xen_netbk_alloc_pageWei Liu1-3/+2
2013-05-19r8169: fix vlan tag read ordering.Francois Romieu1-8/+6
2013-05-19macvlan: fix passthru mode race between dev removal and rx pathJiri Pirko1-3/+4
2013-05-193c59x: fix PCI resource managementSergei Shtylyov1-12/+13
2013-05-193c59x: fix freeing nonexistent resource on driver unloadSergei Shtylyov1-1/+1
2013-05-193c509.c: call SET_NETDEV_DEV for all device types (ISA/ISAPnP/EISA)Matthew Whitehead1-0/+2
2013-05-19sfc: Fix naming of MTD partitions for FPGA bitfilesBen Hutchings1-1/+1
2013-05-19net: qmi_wwan: prevent duplicate mac address on link (firmware bug workaround)Bjørn Mork1-0/+9
2013-05-19net: qmi_wwan: fixup destination address (firmware bug workaround)Bjørn Mork1-0/+11
2013-05-19net: qmi_wwan: fixup missing ethernet header (firmware bug workaround)Bjørn Mork1-0/+81
2013-05-19B43: Handle DMA RX descriptor underrunThommy Jakobsson3-26/+40
2013-05-19mwifiex: fix setting of multicast filterDaniel Drake1-15/+6
2013-05-19mwifiex: clear is_suspended flag when interrupt is received earlyBing Zhao1-0/+1
2013-05-19ath9k: fix key allocation error handling for powersave keysFelix Fietkau1-1/+5
2013-05-11r8169: fix 8168evl frame padding.Stefan Bader1-0/+9
2013-05-11net/eth/ibmveth: Fixup retrieval of MAC addressBenjamin Herrenschmidt1-13/+10
2013-05-07ixgbe: fix EICR write in ixgbe_msix_otherJacob Keller1-0/+10
2013-05-07gianfar: do not advertise any alarm capability.Richard Cochran1-2/+1
2013-05-07mwifiex: Call pci_release_region after calling pci_disable_deviceYogesh Ashok Powar1-1/+1
2013-05-07mwifiex: Use pci_release_region() instead of a pci_release_regions()Yogesh Ashok Powar1-2/+2
2013-05-01bonding: IFF_BONDING is not stripped on enslave failurenikolay@redhat.com1-0/+1
2013-05-01bonding: fix bonding_masters race condition in bond unloadingnikolay@redhat.com1-0/+9
2013-05-01atl1e: limit gso segment size to prevent generation of wrong ip length fieldsHannes Frederic Sowa2-1/+2
2013-04-25ssb: implement spurious tone avoidanceRafał Miłecki1-1/+2
2013-04-25ath9k_hw: change AR9580 initvals to fix a stability issueFelix Fietkau1-1/+1
2013-04-25ath9k_htc: accept 1.x firmware newer than 1.3Felix Fietkau1-1/+1
2013-04-25can: sja1000: fix handling on dt properties on little endian systemsChristoph Fritz1-16/+15
2013-04-16r8169: fix auto speed down issueHayes Wang1-3/+25
2013-04-12rt2x00: rt2x00pci_regbusy_read() - only print register access failure onceTim Gardner1-2/+2
2013-04-12Revert "mwifiex: cancel cmd timer and free curr_cmd in shutdown processGreg Kroah-Hartman1-8/+0
2013-04-05bonding: get netdev_rx_handler_unregister out of locksVeaceslav Falico1-2/+1
2013-04-05smsc75xx: fix jumbo frame supportSteve Glendinning1-4/+8
2013-04-05pch_gbe: fix ip_summed checksum reporting on rxVeaceslav Falico1-2/+2
2013-04-05ks8851: Fix interpretation of rxlen field.Max.Nekludov@us.elster.com1-1/+1
2013-04-05DM9000B: driver initialization upgradeJoseph CHANG2-105/+120
2013-04-05atl1e: drop pci-msi support because of packet corruptionHannes Frederic Sowa2-21/+2
2013-04-05drivers: net: ethernet: cpsw: use netif_wake_queue() while restarting tx queueMugunthan V N1-1/+1
2013-04-05drivers: net: ethernet: davinci_emac: use netif_wake_queue() while restarting...Mugunthan V N1-1/+1