summaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)AuthorFilesLines
2015-09-28net/mlx4_core: Fix wrong index in propagating port change event to VFsJack Morgenstein1-2/+2
2015-09-28bonding: correct the MAC address for "follow" fail_over_mac policydingtianhong1-0/+20
2015-09-28bonding: fix destruction of bond with devices different from arphrd_etherNikolay Aleksandrov1-0/+1
2015-09-15rtlwifi: rtl8723be: Add module parameter for MSI interruptsLarry Finger1-0/+1
2015-08-04Revert "can: fix loss of CAN frames in raw_rcv"Sasha Levin3-9/+0
2015-07-12can: fix loss of CAN frames in raw_rcvOliver Hartkopp3-0/+9
2015-07-05bnx2x: fix lockdep splatEric Dumazet1-1/+2
2015-07-05net: phy: fix phy link up when limiting speed via device treeMugunthan V N1-2/+3
2015-07-05net/mlx4_en: Wake TX queues only when there's enough roomIdo Shamay2-8/+12
2015-07-05net: mvneta: disable IP checksum with jumbo frames for Armada 370Simon Guinot1-1/+25
2015-07-05net: mvneta: introduce compatible string "marvell, armada-xp-neta"Simon Guinot1-0/+1
2015-07-05stmmac: troubleshoot unexpected bits in des0 & des1Alexey Brodkin4-24/+28
2015-07-03ath9k: fix DMA stop sequence for AR9003+Felix Fietkau1-5/+7
2015-07-03rtlwifi: Remove the clear interrupt routine from all driversVincent Fann5-83/+0
2015-07-03b43: fix support for 14e4:4321 PCI dev with BCM4321 chipsetRafał Miłecki1-0/+4
2015-06-28mlx5: wrong page mask if CONFIG_ARCH_DMA_ADDR_T_64BIT enabled for 32Bit archi...Honggang LI1-4/+6
2015-06-15be2net: Replace dma/pci_alloc_coherent() calls with dma_zalloc_coherent()Sriharsha Basavapatna3-53/+68
2015-06-15xen: netback: read hotplug script once at start of day.Ian Campbell1-14/+19
2015-06-15xen/netback: Properly initialize credit_bytesRoss Lagerwall1-0/+1
2015-06-15net: dp83640: fix improper double spin locking.Richard Cochran1-2/+2
2015-06-15net: dp83640: reinforce locking rules.Richard Cochran1-1/+16
2015-06-15net: dp83640: fix broken calibration routine.Richard Cochran1-1/+1
2015-06-15cdc_ncm: Fix tx_bytes statisticsBjørn Mork1-1/+1
2015-06-15rtnl/bond: don't send rtnl msg for unregistered ifaceNicolas Dichtel1-1/+1
2015-06-15net: phy: Allow EEE for all RGMII variantsFlorian Fainelli1-3/+4
2015-06-10iwlwifi: pcie: prevent using unmapped memory in fw monitorLiad Kaufman1-5/+6
2015-06-10rtlwifi: rtl8192cu: Fix kernel deadlockLarry Finger1-1/+1
2015-06-10rt2x00: add new rt2800usb device DWA 130Scott Branden1-0/+1
2015-05-17rtlwifi: rtl8192ee: Fix handling of new style descriptorsTroy Tan5-14/+30
2015-05-17wl18xx: show rx_frames_per_rates as an array as it really isNicolas Iooss2-3/+3
2015-05-17e1000: add dummy allocator to fix race condition between mtu change and netpollSabrina Dubroca1-1/+9
2015-05-17rtlwifi: rtl8192cu: Add new device IDMarek Vasut1-0/+1
2015-05-17rtlwifi: rtl8192cu: Add new USB IDLarry Finger1-0/+1
2015-05-11ppp: call skb_checksum_complete_unset in ppp_receive_frameTom Herbert1-0/+1
2015-05-11net/mlx4_en: Schedule napi when RX buffers allocation failsIdo Shamay3-2/+26
2015-05-11mlx4: Fix tx ring affinity_mask creationBenjamin Poirier1-3/+5
2015-04-27tg3: Hold tp->lock before calling tg3_halt() from tg3_init_one()Jun'ichi Nomura \\\\(NEC\\\\)1-0/+2
2015-04-27usbnet: Fix tx_bytes statistic running backward in cdc_ncmBen Hutchings4-9/+18
2015-04-27usbnet: Fix tx_packets stat for FLAG_MULTI_FRAME driversBen Hutchings4-3/+8
2015-04-27udptunnels: Call handle_offloads after inserting vlan tag.Jesse Gross1-10/+10
2015-04-27vxlan: Fix double free of skb.Pravin B Shelar1-10/+24
2015-04-27vlan: introduce *vlan_hwaccel_push_inside helpersJiri Pirko1-16/+6
2015-04-27vlan: rename __vlan_put_tag to vlan_insert_tag_set_protoJiri Pirko3-10/+12
2015-04-27vlan: kill vlan_put_tag helperJiri Pirko3-20/+7
2015-04-27bnx2x: Fix busy_poll vs netpollEric Dumazet2-90/+56
2015-04-27net/mlx4_core: Fix error message deprecation for ConnectX-2 cardsJack Morgenstein1-1/+2
2015-04-27xen-netfront: transmit fully GSO-sized packetsJonathan Davies1-4/+1
2015-04-27bonding: Bonding Overriding Configuration logic restored.Anton Nayshtut1-1/+2
2015-04-27net/mlx4_en: Call register_netdevice in the proper locationIdo Shamay1-7/+8
2015-04-24rtlwifi: Fix IOMMU mapping leak in AP modeLarry Finger1-1/+11