summaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)AuthorFilesLines
2018-02-27wil6210: support concurrency record in FW fileLior David4-5/+158
2018-02-27wil6210: add wil6210_vif structure for per-VIF dataLior David3-65/+107
2018-02-27wcn36xx: Fix warning due to duplicate scan_completed notificationLoic Poulain2-6/+5
2018-02-27ath9k: Fix ack SIFS time for quarter/half channelsWojciech Dubowik1-1/+7
2018-02-27ath9k: Fix airtime calculation for quarter/half channelsWojciech Dubowik1-2/+4
2018-02-27ath5k: remove duplicated re-assignment to pointer 'tq'Colin Ian King1-2/+0
2018-02-27ath10k: update the IRAM bank number for QCA9377Ryan Hsu1-1/+1
2018-02-27ath10k: fix log message for hif power on failureGovind Singh1-1/+2
2018-02-26wil6210: fix spelling mistake: "preperation"-> "preparation"Colin Ian King1-1/+1
2018-02-26ath10k: make ath10k report discarded packets to mac80211Ignacio Nunez Hernanz1-5/+7
2018-02-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller19-84/+136
2018-02-23net: fib_rules: Add new attribute to set protocolDonald Sharp1-1/+4
2018-02-23r8169: simplify and improve check for dashHeiner Kallweit1-30/+9
2018-02-23r8169: disable WOL per defaultHeiner Kallweit1-2/+3
2018-02-23gianfar: simplify FCS handling and fix memory leakAndy Spencer1-16/+7
2018-02-23macvlan: fix use-after-free in macvlan_common_newlink()Alexey Kodanev1-1/+1
2018-02-22dsa: ptp: mark dummy helpers as 'inline'Arnd Bergmann2-6/+6
2018-02-22net: aquantia: Fix error handling in aq_pci_probe()Dan Carpenter1-4/+10
2018-02-22nfp: advertise firmware for mixed 10G/25G modeDirk van der Merwe1-0/+1
2018-02-22aquantia: add Makefiles to all directoriesJakub Kicinski1-0/+2
2018-02-22nfp: add Makefiles to all directoriesJakub Kicinski5-0/+10
2018-02-22Merge tag 'mac80211-next-for-davem-2018-02-22' of git://git.kernel.org/pub/sc...David S. Miller3-20/+73
2018-02-22Merge tag 'mac80211-for-davem-2018-02-22' of git://git.kernel.org/pub/scm/lin...David S. Miller1-1/+1
2018-02-22ibmvnic: Split counters for scrq/pools/napiNathan Fontenot2-23/+22
2018-02-22net: dsa: mv88e6xxx: scratch registers and external MDIO pinsAndrew Lunn3-0/+74
2018-02-22ibmvnic: Fix TX descriptor trackingThomas Falcon1-1/+1
2018-02-22ibmvnic: Fix early release of login bufferThomas Falcon1-1/+1
2018-02-22net/smc9194: Remove bogus CONFIG_MAC referenceFinn Thain1-1/+1
2018-02-22Merge tag 'mlx5-updates-2018-02-21' of git://git.kernel.org/pub/scm/linux/ker...David S. Miller8-144/+181
2018-02-22smsc75xx: fix smsc75xx_set_features()Eric Dumazet1-3/+4
2018-02-22ipvlan: selects master_l3 device instead of depending on itMatteo Croce1-1/+1
2018-02-22ipvlan: drop ipv6 dependencyMatteo Croce3-36/+85
2018-02-22net: Allow a rule to track originating protocolDonald Sharp1-0/+1
2018-02-21amd-xgbe: Restore PCI interrupt enablement setting on resumeTom Lendacky1-0/+2
2018-02-21ibmvnic: Correct goto target for tx irq initialization failureNathan Fontenot1-1/+1
2018-02-21virtio_net: fix ndo_xdp_xmit crash towards dev not ready for XDPJesper Dangaard Brouer1-1/+11
2018-02-21virtio_net: fix memory leak in XDP_REDIRECTJesper Dangaard Brouer1-15/+22
2018-02-21virtio_net: fix XDP code path in receive_small()Jesper Dangaard Brouer1-1/+1
2018-02-21virtio_net: disable XDP_REDIRECT in receive_mergeable() caseJesper Dangaard Brouer1-7/+0
2018-02-21Merge tag 'mlx5-fixes-2018-02-20' of git://git.kernel.org/pub/scm/linux/kerne...David S. Miller10-33/+70
2018-02-21ibmvnic: Allocate max queues stats buffersNathan Fontenot1-2/+2
2018-02-21ibmvnic: Make napi usage dynamicNathan Fontenot1-25/+45
2018-02-21ibmvnic: Free and re-allocate scrqs when tx/rx scrqs changeNathan Fontenot1-26/+52
2018-02-21ibmvnic: Move active sub-crq count settingsNathan Fontenot1-10/+7
2018-02-21ibmvnic: Rename active queue count variablesNathan Fontenot2-10/+10
2018-02-21net/mac8390: Fix log messagesFinn Thain1-19/+17
2018-02-21net/mac8390: Convert to nubus_driverFinn Thain2-75/+67
2018-02-21net/8390: Fix msg_enable patch snafuFinn Thain11-49/+4
2018-02-21net/8390: Remove redundant make dependenciesFinn Thain1-3/+3
2018-02-21r8169: remove not needed PHY soft reset in rtl8168e_2_hw_phy_configHeiner Kallweit1-2/+0