summaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)AuthorFilesLines
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-25rtlwifi: Fix IOMMU mapping leak in AP modeLarry Finger1-1/+11
2015-04-25can: flexcan: Deferred on Regulator return EPROBE_DEFERAndreas Werner1-3/+8
2015-04-25ath9k: fix tracking of enabled AP beaconsFelix Fietkau2-9/+13
2015-04-23iwlwifi: dvm: run INIT firmware again upon .start()Emmanuel Grumbach2-6/+0
2015-04-17net: ethernet: pcnet32: Setup the SRAM and NOUFLO on Am79C97{3, 5}Markos Chandras1-2/+29
2015-04-17rtlwifi: Improve handling of IPv6 packetsLarry Finger1-2/+5
2015-03-28bnx2x: Force fundamental reset for EEH recoveryBrian King1-0/+3
2015-03-28can: kvaser_usb: Read all messages in a bulk-in URB bufferAhmed S. Darwish1-5/+23
2015-03-28can: add missing initialisations in CAN related skbuffsOliver Hartkopp1-0/+8
2015-03-24Revert "net: cx82310_eth: use common match macro"Ondrej Zary1-1/+10
2015-03-24virtio-net: correctly delete napi hashJason Wang1-5/+4
2015-03-24net: fec: fix receive VLAN CTAG HW acceleration issueNimrod Andy1-2/+1
2015-03-24ath5k: fix spontaneus AR5312 freezesSergey Ryazanov1-1/+1
2015-03-14team: don't traverse port list using rcu in team_set_mac_addressJiri Pirko1-3/+3
2015-03-14usb: plusb: Add support for National Instruments host-to-host cableBen Shelton1-0/+5
2015-03-14net: bcmgenet: fix throughtput regressionJaedon Shin2-27/+88
2015-03-14macvtap: make sure neighbour code can push ethernet headerEric Dumazet1-2/+5
2015-03-14team: fix possible null pointer dereference in team_handle_frameJiri Pirko1-3/+1
2015-03-14Revert "r8169: add support for Byte Queue Limits"David S. Miller1-14/+4
2015-03-14net: phy: Fix verification of EEE support in phy_init_eeeGuenter Roeck1-3/+20
2015-03-07rtlwifi: Remove logging statement that is no longer neededLarry Finger1-4/+1
2015-03-07rtlwifi: rtl8192ee: Fix problems with calculating free space in FIFOLarry Finger2-8/+8
2015-03-07rtlwifi: rtl8192ee: Fix DMA stallsTroy Tan2-0/+142
2015-03-07rtlwifi: rtl8192ee: Fix parsing of received packetTroy Tan2-0/+6
2015-03-07rtlwifi: rtl8192ee: Fix TX hang due to failure to update TX write pointTroy Tan1-2/+1
2015-03-07rtlwifi: rtl8192ee: Fix adhoc failTroy Tan2-31/+1
2015-03-07iwlwifi: mvm: always use mac color zeroLuciano Coelho1-3/+0
2015-03-07iwlwifi: mvm: fix failure path when power_update fails in add_interfaceLuciano Coelho1-1/+1
2015-03-07iwlwifi: mvm: validate tid and sta_id in ba_notifEyal Shapira1-0/+5
2015-03-07iwlwifi: pcie: disable the SCD_BASE_ADDR when we resume from WoWLANEmmanuel Grumbach1-1/+6
2015-02-27hyperv: Fix the error processing in netvsc_send()Haiyang Zhang1-3/+8
2015-02-27ppp: deflate: never return len larger than output bufferFlorian Westphal1-1/+1
2015-02-27bnx2x: fix napi poll return value for repollGovindarajulu Varadarajan1-1/+1
2015-02-27netxen: fix netxen_nic_poll() logicEric Dumazet1-1/+4
2015-02-06can: c_can: end pending transmission on network stop (ifdown)Viktor Babrian1-0/+4
2015-02-06drivers: net: cpsw: discard dual emac default vlan configurationMugunthan V N1-0/+22
2015-02-06can: kvaser_usb: Fix state handling upon BUS_ERROR eventsAhmed S. Darwish1-4/+3
2015-02-06can: kvaser_usb: Retry the first bulk transfer on -ETIMEDOUTAhmed S. Darwish1-2/+10
2015-02-06can: kvaser_usb: Send correct context to URB completionAhmed S. Darwish1-1/+1
2015-02-06can: kvaser_usb: Do not sleep in atomic contextAhmed S. Darwish1-6/+1
2015-01-30iwlwifi: mvm: add a flag to enable match found notificationDavid Spinadel2-0/+3
2015-01-30can: m_can: tag current CAN FD controllers as non-ISOOliver Hartkopp1-0/+5
2015-01-30can: dev: fix crtlmode_supported checkOliver Hartkopp1-2/+6
2015-01-27can: kvaser_usb: Don't send a RESET_CHIP for non-existing channelsAhmed S. Darwish1-3/+4
2015-01-27can: kvaser_usb: Reset all URB tx contexts upon channel closeAhmed S. Darwish1-0/+3
2015-01-27can: kvaser_usb: Don't free packets when tight on URBsAhmed S. Darwish1-6/+4
2015-01-27drivers: net: cpsw: fix multicast flush in dual emac modeMugunthan V N3-4/+19