summaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)AuthorFilesLines
2015-05-06wl18xx: show rx_frames_per_rates as an array as it really isNicolas Iooss2-3/+3
2015-05-06e1000: add dummy allocator to fix race condition between mtu change and netpollSabrina Dubroca1-1/+9
2015-05-06rtlwifi: rtl8192cu: Add new device IDMarek Vasut1-0/+1
2015-05-06rtlwifi: rtl8192cu: Add new USB IDLarry Finger1-0/+1
2015-04-29gianfar: Carefully free skbs in functions called by netpoll.Eric W. Biederman1-2/+2
2015-04-29benet: Call dev_kfree_skby_any instead of kfree_skb.Eric W. Biederman1-1/+1
2015-04-29mlx4: Call dev_kfree_skby_any instead of dev_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-29bonding: Call dev_kfree_skby_any instead of kfree_skb.Eric W. Biederman3-7/+7
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-29net/mlx4_en: Call register_netdevice in the proper locationIdo Shamay1-7/+8
2015-04-19can: flexcan: Deferred on Regulator return EPROBE_DEFERAndreas Werner1-3/+8
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-26bnx2x: Force fundamental reset for EEH recoveryBrian King1-0/+3
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-18ath6kl: fix struct hif_scatter_req list handlingKalle Valo2-3/+3
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/+20
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-26bnx2x: fix napi poll return value for repollGovindarajulu Varadarajan1-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-27drivers: net: cpsw: fix multicast flush in dual emac modeMugunthan V N3-4/+19
2015-01-27net: ethernet: cpsw: fix hangs with interruptsFelipe Balbi1-11/+8
2015-01-27enic: fix rx skb checksumGovindarajulu Varadarajan1-4/+8
2015-01-27team: avoid possible underflow of count_pending value for notify_peers and mc...Jiri Pirko1-2/+14
2015-01-27alx: fix alx_poll()Eric Dumazet1-11/+13