summaryrefslogtreecommitdiffstats
path: root/drivers/net
Commit message (Expand)AuthorAgeFilesLines
* nfp: link basic ethtool ops to representorsJakub Kicinski2017-08-193-0/+7
* net: drop unused attribute argument from sysfs queue funcsstephen hemminger2017-08-191-1/+1
* amd-xgbe: Add additional ethtool statisticsLendacky, Thomas2017-08-193-1/+16
* amd-xgbe: Add support for VXLAN offload capabilitiesLendacky, Thomas2017-08-195-6/+520
* amd-xgbe: Convert to using the new link mode settingsLendacky, Thomas2017-08-195-242/+345
* amd-xgbe: Add per queue Tx and Rx statisticsLendacky, Thomas2017-08-193-8/+46
* amd-xgbe: Add hardware features debug outputLendacky, Thomas2017-08-191-3/+75
* amd-xgbe: Optimize DMA channel interrupt enablementLendacky, Thomas2017-08-192-44/+37Star
* amd-xgbe: Add additional dynamic debug messagesLendacky, Thomas2017-08-191-0/+4
* amd-xgbe: Add support to handle device renamingLendacky, Thomas2017-08-194-46/+100
* amd-xgbe: Update TSO packet statistics accuracyLendacky, Thomas2017-08-191-1/+1
* amd-xgbe: Be sure driver shuts down cleanly on module removalLendacky, Thomas2017-08-192-4/+2Star
* amd-xgbe: Set the MII control width for the MAC interfaceLendacky, Thomas2017-08-192-0/+3
* amd-xgbe: Set the MDIO mode for 10000Base-T configurationLendacky, Thomas2017-08-191-1/+1
* mlx5: ensure 0 is returned when vport is zeroColin Ian King2017-08-191-1/+1
* ixgbe: change ndo_xdp_xmit return code on xmit errorsJesper Dangaard Brouer2017-08-191-1/+1
* liquidio: remove support for deprecated f/w cmd OCTNET_CMD_RESET_PFRick Farrington2017-08-192-10/+0Star
* macvlan: add offload features for encapsulationDimitris Michailidis2017-08-191-1/+2
* liquidio: fix Smatch errorIntiyaz Basha2017-08-191-2/+2
* net: hns3: Fixes the static check warning due to missing unsupp L3 proto checkSalil2017-08-181-4/+10
* net: hns3: Fixes the static checker error warning in hns3_get_link_ksettings()Salil2017-08-181-37/+48
* net: hns3: Fixes the missing u64_stats_fetch_begin_irq in 64-bit stats fetchSalil2017-08-181-0/+2
* net/sched: Fix the logic error to decide the ingress qdiscChris Mi2017-08-186-6/+6
* liquidio: with embedded f/w, issue droq credits before enablementRick Farrington2017-08-181-8/+12
* liquidio: with embedded f/w, don't reload f/w, issue pf flr at exitRick Farrington2017-08-181-24/+46
* net: ibm: ibmvnic: constify vio_device_idArvind Yadav2017-08-171-1/+1
* net: ibm: ibmveth: constify vio_device_idArvind Yadav2017-08-171-1/+1
* net: hns3: ensure media_type is unitializedColin Ian King2017-08-171-1/+1
* liquidio: fix spelling mistake: "interuupt" -> "interrupt"Colin Ian King2017-08-171-1/+1
* vmbus: remove unused vmbus_sendpacket_ctlstephen hemminger2017-08-171-5/+4Star
* vmbus: remove unused vmubs_sendpacket_pagebuffer_ctlstephen hemminger2017-08-171-6/+4Star
* tun: make tun_build_skb() thread safeEric Dumazet2017-08-161-6/+1Star
* net/mlx4: fix spelling mistake: "availible" -> "available"Colin Ian King2017-08-163-16/+16
* nfp: process MTU updates from firmware flower appSimon Horman2017-08-161-2/+9
* nfp: process control messages in workqueue in flower appSimon Horman2017-08-164-3/+41
* net: 3c509: constify pnp_device_idArvind Yadav2017-08-161-1/+1
* liquidio: update VF's netdev->max_mtu if there's a change in PF's MTUVeerasenareddy Burru2017-08-162-6/+6
* mlx4: sizeof style usagestephen hemminger2017-08-1615-56/+56
* skge: add paren around sizeof argstephen hemminger2017-08-161-1/+1
* virtio: put paren around sizeofstephen hemminger2017-08-161-1/+1
* tun/tap: use paren's with sizeofstephen hemminger2017-08-162-2/+2
* liquidio: added support for ethtool --set-channels featureIntiyaz Basha2017-08-166-50/+226
* liquidio: moved octeon_setup_interrupt to lio_core.cIntiyaz Basha2017-08-164-263/+202Star
* liquidio: moved liquidio_legacy_intr_handler to lio_core.cIntiyaz Basha2017-08-163-56/+57
* liquidio: moved liquidio_msix_intr_handler to lio_core.cIntiyaz Basha2017-08-165-88/+50Star
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-08-1623-65/+153
|\
| * sfc: don't try and read ef10 data on non-ef10 NICBert Kenward2017-08-161-2/+6
| * Merge tag 'wireless-drivers-for-davem-2017-08-15' of git://git.kernel.org/pub...David S. Miller2017-08-1513-39/+90
| |\
| | * brcmfmac: feature check for multi-scheduled scan fails on bcm4343x devicesArend Van Spriel2017-08-141-2/+4
| | * iwlwifi: mvm: send delba upon rx ba session timeoutNaftali Goldstein2017-08-091-2/+2