summaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)AuthorFilesLines
2015-04-29benet: Call dev_kfree_skby_any instead of kfree_skb.Eric W. Biederman1-1/+1
2015-04-29ixgb: Call dev_kfree_skby_any instead of dev_kfree_skb.Eric W. Biederman1-3/+3
2015-04-29tg3: Call dev_kfree_skby_any instead of dev_kfree_skb.Eric W. Biederman1-7/+7
2015-04-29bnx2: Call dev_kfree_skby_any instead of dev_kfree_skb.Eric W. Biederman1-3/+3
2015-04-29r8169: Call dev_kfree_skby_any instead of dev_kfree_skb.Eric W. Biederman1-3/+3
2015-04-298139too: Call dev_kfree_skby_any instead of dev_kfree_skb.Eric W. Biederman1-2/+2
2015-04-298139cp: Call dev_kfree_skby_any instead of kfree_skb.Eric W. Biederman1-1/+1
2015-04-19iwlwifi: dvm: run INIT firmware again upon .start()Emmanuel Grumbach2-6/+0
2015-04-13net: ethernet: pcnet32: Setup the SRAM and NOUFLO on Am79C97{3, 5}Markos Chandras1-2/+29
2015-04-13Revert "iwlwifi: mvm: fix failure path when power_update fails in add_interface"Greg Kroah-Hartman1-1/+1
2015-03-26can: add missing initialisations in CAN related skbuffsOliver Hartkopp1-0/+8
2015-03-26Revert "net: cx82310_eth: use common match macro"Ondrej Zary1-1/+10
2015-03-18ath5k: fix spontaneus AR5312 freezesSergey Ryazanov1-1/+1
2015-03-18team: don't traverse port list using rcu in team_set_mac_addressJiri Pirko1-3/+3
2015-03-18usb: plusb: Add support for National Instruments host-to-host cableBen Shelton1-0/+5
2015-03-18macvtap: make sure neighbour code can push ethernet headerEric Dumazet1-2/+5
2015-03-18team: fix possible null pointer dereference in team_handle_frameJiri Pirko1-3/+1
2015-03-18net: phy: Fix verification of EEE support in phy_init_eeeGuenter Roeck1-3/+21
2015-03-06iwlwifi: mvm: always use mac color zeroLuciano Coelho1-3/+0
2015-03-06iwlwifi: mvm: fix failure path when power_update fails in add_interfaceLuciano Coelho1-1/+1
2015-03-06iwlwifi: mvm: validate tid and sta_id in ba_notifEyal Shapira1-0/+5
2015-03-06iwlwifi: pcie: disable the SCD_BASE_ADDR when we resume from WoWLANEmmanuel Grumbach1-1/+6
2015-02-26ppp: deflate: never return len larger than output bufferFlorian Westphal1-1/+1
2015-02-26netxen: fix netxen_nic_poll() logicEric Dumazet1-1/+4
2015-02-05drivers: net: cpsw: discard dual emac default vlan configurationMugunthan V N1-0/+22
2015-02-05can: kvaser_usb: Fix state handling upon BUS_ERROR eventsAhmed S. Darwish1-4/+3
2015-02-05can: kvaser_usb: Retry the first bulk transfer on -ETIMEDOUTAhmed S. Darwish1-2/+10
2015-02-05can: kvaser_usb: Send correct context to URB completionAhmed S. Darwish1-1/+1
2015-02-05can: kvaser_usb: Do not sleep in atomic contextAhmed S. Darwish1-6/+1
2015-01-29can: 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-27enic: fix rx skb checksumGovindarajulu Varadarajan1-4/+8
2015-01-27alx: fix alx_poll()Eric Dumazet1-11/+13
2015-01-27tg3: tg3_disable_ints using uninitialized mailbox value to disable interruptsPrashant Sreedharan1-17/+17
2015-01-16ath5k: fix hardware queue index assignmentFelix Fietkau1-7/+1
2015-01-16can: peak_usb: fix memset() usageStephane Grosjean1-2/+1
2015-01-16can: peak_usb: fix cleanup sequence order in case of error during initStephane Grosjean1-7/+10
2015-01-16ath9k: fix BE/BK queue orderFelix Fietkau1-2/+2
2015-01-16ath9k_hw: fix hardware queue allocationFelix Fietkau1-8/+1
2014-12-16igb: bring link up when PHY is powered upTodd Fujinaka1-0/+2
2014-12-16net: mvneta: fix Tx interrupt delaywilly tarreau1-1/+1
2014-12-16net/mlx4_core: Limit count field to 24 bits in qp_alloc_resJack Morgenstein1-1/+1
2014-12-16tg3: fix ring init when there are more TX than RX channelsThadeu Lima de Souza Cascardo1-1/+2
2014-12-16xen-netfront: Remove BUGs on paged skb data which crosses a page boundarySeth Forshee1-5/+0
2014-12-06rt2x00: do not align payload on modern H/WStanislaw Gruszka1-38/+12
2014-12-06can: dev: avoid calling kfree_skb() from interrupt contextThomas Körper1-1/+1
2014-12-06can: esd_usb2: fix memory leak on disconnectAlexey Khoroshilov1-0/+1
2014-12-06pptp: fix stack info leak in pptp_getname()Mathias Krause1-1/+3