summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
...
* hv_netvsc: avoid repeated updates of packet filterStephen Hemminger2018-03-082-2/+7
* hv_netvsc: fix filter flagsStephen Hemminger2018-03-081-2/+2
* Merge tag 'wireless-drivers-for-davem-2018-03-08' of git://git.kernel.org/pub...David S. Miller2018-03-0825-88/+212
|\
| * brcmfmac: fix P2P_DEVICE ethernet address generationArend Van Spriel2018-03-071-13/+11
| * brcmfmac: add possibility to obtain firmware errorArend Van Spriel2018-03-073-0/+15
| * iwlwifi: fix malformed CONFIG_IWLWIFI_PCIE_RTPM defaultUlf Magnusson2018-03-021-1/+0
| * iwlwifi: mvm: Correctly set the tid for mcast queueIlan Peer2018-03-021-3/+3
| * iwlwifi: mvm: Direct multicast frames to the correct stationIlan Peer2018-03-021-1/+5
| * iwlwifi: mvm: fix "failed to remove key" messageSara Sharon2018-03-021-1/+2
| * iwlwifi: avoid collecting firmware dump if not loadedShaul Triebitz2018-03-025-5/+27
| * iwlwifi: mvm: fix assert 0x2B00 on older FWsSara Sharon2018-03-021-10/+35
| * iwlwifi: mvm: Fix channel switch for count 0 and 1Andrei Otcheretianski2018-03-022-4/+6
| * iwlwifi: mvm: fix TX of CCMP 256Sara Sharon2018-03-021-2/+5
| * iwlwifi: Cancel and set MARKER_CMD timer during suspend-resumeHaim Dreyfuss2018-03-024-0/+42
| * rtlwifi: rtl8723be: Fix loss of signalLarry Finger2018-02-251-1/+2
| * iwlwifi: mvm: always init rs with 20mhz bandwidth ratesNaftali Goldstein2018-02-162-8/+24
| * iwlwifi: align timestamp cancel with timestamp startShaul Triebitz2018-02-163-8/+2
| * iwlwifi: pcie: don't warn if we use all the transmit pointersEmmanuel Grumbach2018-02-162-2/+2
| * iwlwifi: mvm: fix IBSS for devices that support station type APISara Sharon2018-02-162-13/+14
| * iwlwifi: mvm: fix security bug in PN checkingSara Sharon2018-02-161-19/+20
* | team: Fix double free in error pathArkadi Sharshevsky2018-03-081-2/+2
* | cxgb4: do not set needs_free_netdev for mgmt dev'sGanesh Goudar2018-03-071-1/+0
* | cxgb4: copy adap index to PF0-3 adapter instancesGanesh Goudar2018-03-071-0/+2
* | net: smsc911x: Fix unload crash when link is upJeremy Linton2018-03-071-2/+2
* | net: qcom/emac: Use proper free methods during TXHemanth Puranik2018-03-071-9/+14
* | qed: Free RoCE ILT Memory on rmmod qedrMichal Kalderon2018-03-072-1/+5
* | Merge branch '1GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher...David S. Miller2018-03-074-26/+34
|\ \
| * | e1000e: allocate ring descriptors with dma_zalloc_coherentPierre-Yves Kerbrat2018-03-051-2/+2
| * | e1000e: Fix check_for_link return value with autoneg offBenjamin Poirier2018-03-052-2/+2
| * | e1000e: Avoid missed interrupts following ICR readBenjamin Poirier2018-03-052-8/+24
| * | e1000e: Fix queue interrupt re-raising in Other interruptBenjamin Poirier2018-03-051-0/+3
| * | Partial revert "e1000e: Avoid receiver overrun interrupt bursts"Benjamin Poirier2018-03-051-14/+2
| * | e1000e: Remove Other from EIACBenjamin Poirier2018-03-051-2/+3
* | | net: usbnet: fix potential deadlock on 32bit hostsEric Dumazet2018-03-071-4/+6
* | | Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller2018-03-071-3/+3
|\ \ \
| * | | Bluetooth: btusb: Add Dell OptiPlex 3060 to btusb_needs_reset_resume_tableKai-Heng Feng2018-03-011-0/+7
| * | | Bluetooth: btusb: Remove Yoga 920 from the btusb_needs_reset_resume_tableHans de Goede2018-03-011-7/+0
* | | | fsl/fman: avoid sleeping in atomic context while adding an addressDenis Kirjanov2018-03-071-1/+1
* | | | ethernet: natsemi: correct spellingRandy Dunlap2018-03-063-5/+5
* | | | net: phy: broadcom: Use strlcpy() for ethtool::get_stringsFlorian Fainelli2018-03-061-2/+2
* | | | net: phy: micrel: Use strlcpy() for ethtool::get_stringsFlorian Fainelli2018-03-061-2/+2
* | | | net: phy: marvell: Use strlcpy() for ethtool::get_stringsFlorian Fainelli2018-03-061-2/+2
* | | | net: dsa: b53: Use strlcpy() for ethtool::get_stringsFlorian Fainelli2018-03-061-2/+2
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2018-03-0525-236/+398
|\ \ \ \ | | |/ / | |/| |
| * | | hv_netvsc: propagate rx filters to VFStephen Hemminger2018-03-041-4/+36
| * | | hv_netvsc: filter multicast/broadcastStephen Hemminger2018-03-041-8/+12
| * | | hv_netvsc: defer queue selection to VFStephen Hemminger2018-03-041-2/+13
| * | | hv_netvsc: use napi_schedule_irqoffStephen Hemminger2018-03-041-1/+1
| * | | hv_netvsc: fix race in napi poll when reschedulingStephen Hemminger2018-03-041-2/+3
| * | | hv_netvsc: cancel subchannel setup before halting deviceStephen Hemminger2018-03-041-0/+3