aboutsummaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)AuthorFilesLines
2018-02-27rtlwifi: Fix VHT NSS in RCPing-Ke Shih1-9/+46
2018-02-27rtlwifi: Add rate section and its related definition and commentPing-Ke Shih2-3/+7
2018-02-27rtlwifi: Extend tx_power_by_rate_offset size for newer ICPing-Ke Shih2-1/+4
2018-02-27rtlwifi: Use 6 bits as sequence number of TX reportPing-Ke Shih2-4/+26
2018-02-27rtlwifi: Add Support VHT to spec_verPing-Ke Shih3-2/+6
2018-02-27rtlwifi: enable mac80211 fast-tx supportPing-Ke Shih1-0/+1
2018-02-27wl1251: Set generated MAC address back to NVS dataPali Rohár1-0/+17
2018-02-27wl1251: Parse and use MAC address from supplied NVS dataPali Rohár1-8/+47
2018-02-27wl1251: Generate random MAC address only if driver does not have validPali Rohár1-9/+18
2018-02-27wl1251: Update wl->nvs_len after wl->nvs is validPali Rohár1-2/+3
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-21ipvlan: selects master_l3 device instead of depending on itMatteo Croce1-1/+1
2018-02-21ipvlan: drop ipv6 dependencyMatteo Croce3-36/+85
2018-02-21net: 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