summaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)AuthorFilesLines
2017-01-15rtlwifi: rtl_usb: Fix missing entry in USB driver's private dataLarry Finger1-0/+1
2017-01-15rtlwifi: Fix enter/exit power_saveLarry Finger4-27/+40
2017-01-15net: vrf: do not allow table id 0David Ahern1-0/+2
2017-01-15net: ipv4: Fix multipath selection with vrfDavid Ahern1-0/+2
2017-01-15net/mlx5e: Remove WARN_ONCE from adaptive moderation codeGil Rockah1-6/+1
2017-01-15r8152: fix rx issue for runtime suspendhayeswang1-3/+28
2017-01-15r8152: split rtl8152_suspend functionhayeswang1-17/+40
2017-01-15net: dsa: bcm_sf2: Utilize nested MDIO read/writeFlorian Fainelli1-2/+2
2017-01-15net: dsa: bcm_sf2: Do not clobber b53_switch_opsFlorian Fainelli1-0/+7
2017-01-15net: vrf: Add missing Rx countersDavid Ahern1-0/+3
2017-01-15net/mlx5e: Disable netdev after closeSaeed Mahameed1-4/+4
2017-01-15net/mlx5e: Don't sync netdev state when not registeredSaeed Mahameed1-7/+12
2017-01-15net/mlx5: Prevent setting multicast macs for VFsMohamad Haj Yahia1-1/+1
2017-01-15net/mlx5: Mask destination mac value in ethtool steering rulesMaor Gottlieb1-0/+1
2017-01-15net/mlx5: Avoid shadowing numa_nodeEli Cohen1-2/+1
2017-01-15net/mlx5: Cancel recovery work in remove flowDaniel Jurgens1-2/+3
2017-01-15net/mlx5: Check FW limitations on log_max_qp before setting itNoa Osherovich1-0/+7
2017-01-15net: stmmac: Fix race between stmmac_drv_probe and stmmac_openFlorian Fainelli1-10/+13
2017-01-15net: vrf: Drop conntrack data after pass through VRF device on TxDavid Ahern1-0/+4
2017-01-15net: vrf: Fix NAT within a VRFDavid Ahern1-2/+0
2017-01-12Revert "rtlwifi: Fix enter/exit power_save"Greg Kroah-Hartman4-40/+27
2017-01-12ath10k: use the right length of "background"Nicolas Iooss1-1/+1
2017-01-12ath10k: fix failure to send NULL func frame for 10.4Mohammed Shafi Shajakhan2-6/+2
2017-01-09net: mvpp2: fix dma unmapping of TX buffers for fragmentsThomas Petazzoni1-29/+30
2017-01-09ath9k: do not return early to fix rcu unlockingTobias Klausmann1-1/+1
2017-01-09ath9k: Really fix LED polarity for some Mini PCI AR9220 MB92 cards.Vittorio Gambaletta (VittGam)1-2/+5
2017-01-09ath9k: fix ath9k_hw_gpio_get() to return 0 or 1 on successMatthias Schiffer1-1/+1
2017-01-09rtl8xxxu: Work around issue with 8192eu and 8723bu devices not reconnectingJes Sorensen1-0/+8
2017-01-09rtlwifi: Fix enter/exit power_saveLarry Finger4-27/+40
2017-01-09ath10k: fix soft lockup during firmware crash/hw-restartMohammed Shafi Shajakhan2-2/+1
2016-12-09net: mlx5: Fix Kconfig help textChristopher Covington1-2/+0
2016-12-09net: smsc911x: back out silently on probe deferralsLinus Walleij1-1/+8
2016-12-09ibmveth: set correct gso_size and gso_typeThomas Falcon2-2/+64
2016-12-08net: ethernet: cpmac: Call SET_NETDEV_DEV()Florian Fainelli1-0/+1
2016-12-08net: ethernet: lantiq_etop: Call SET_NETDEV_DEV()Florian Fainelli1-0/+1
2016-12-08Merge tag 'linux-can-fixes-for-4.9-20161208' of git://git.kernel.org/pub/scm/...David S. Miller1-2/+4
2016-12-08cxgb4/cxgb4vf: Assign netdev->dev_port with port IDArjun V3-1/+2
2016-12-08driver: ipvlan: Unlink the upper dev when ipvlan_link_new failedGao Feng1-1/+3
2016-12-08NET: usb: cdc_mbim: add quirk for supporting Telit LE922ADaniele Palmas2-5/+30
2016-12-08can: peak: fix bad memory access and free sequence추지호1-2/+4
2016-12-07phy: Don't increment MDIO bus refcount unless it's a different ownerFlorian Fainelli1-3/+13
2016-12-07netvsc: reduce maximum GSO sizestephen hemminger1-0/+5
2016-12-07drivers: net: cpsw-phy-sel: Clear RGMII_IDMODE on "rgmii" linksAlex1-0/+1
2016-12-06net/mlx5e: Change the SQ/RQ operational state to positive logicMohamad Haj Yahia5-13/+17
2016-12-06net/mlx5e: Don't flush SQ on errorSaeed Mahameed1-1/+0
2016-12-06net/mlx5e: Don't notify HW when filling the edge of ICO SQSaeed Mahameed1-1/+1
2016-12-06net/mlx5: Fix query ISSI flowKamal Heib3-11/+14
2016-12-06net/mlx5: Remove duplicate pci dev name printKamal Heib1-4/+4
2016-12-06net/mlx5: Verify module parametersKamal Heib2-12/+17
2016-12-06net: fec: fix compile with CONFIG_M5272Nikita Yushchenko1-3/+10