summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* nfp: split software and hardware vNIC statisticsJakub Kicinski2017-08-181-72/+120
* nfp: add helper for printing ethtool stringsJakub Kicinski2017-08-181-33/+32
* nfp: don't report standard netdev statistics in ethtoolJakub Kicinski2017-08-181-77/+32
* nfp: allow retreiving management FW logs on representorsJakub Kicinski2017-08-182-18/+17
* nfp: provide ethtool_drvinfo on representorsJakub Kicinski2017-08-183-12/+54
* nfp: link basic ethtool ops to representorsJakub Kicinski2017-08-183-0/+7
* Merge branch 'net-sysfs-related-cleanups'David S. Miller2017-08-183-127/+112
|\
| * net: style cleanupsstephen hemminger2017-08-181-32/+36
| * net: mark receive queue attributes ro_after_initstephen hemminger2017-08-181-12/+13
| * net: make queue attributes ro_after_initstephen hemminger2017-08-181-21/+19
| * net: make BQL sysfs attributes ro_after_initstephen hemminger2017-08-181-11/+11
| * net: drop unused attribute argument from sysfs queue funcsstephen hemminger2017-08-183-30/+14
| * net: make net sysfs attributes ro_after_initstephen hemminger2017-08-181-2/+2
| * net: constify net_ns_type_operationsstephen hemminger2017-08-182-2/+2
| * net: make net_class ro_after_initstephen hemminger2017-08-181-1/+1
| * net: constify netdev_class_filestephen hemminger2017-08-182-6/+6
| * net: don't decrement kobj reference count on init failurestephen hemminger2017-08-181-12/+10
|/
* Merge branch 'amd-xgbe-next'David S. Miller2017-08-1812-353/+1158
|\
| * amd-xgbe: Add additional ethtool statisticsLendacky, Thomas2017-08-183-1/+16
| * amd-xgbe: Add support for VXLAN offload capabilitiesLendacky, Thomas2017-08-185-6/+520
| * amd-xgbe: Convert to using the new link mode settingsLendacky, Thomas2017-08-185-242/+345
| * net: ethtool: Add macro to clear a link mode settingLendacky, Thomas2017-08-181-0/+11
| * amd-xgbe: Add per queue Tx and Rx statisticsLendacky, Thomas2017-08-183-8/+46
| * amd-xgbe: Add hardware features debug outputLendacky, Thomas2017-08-181-3/+75
| * amd-xgbe: Optimize DMA channel interrupt enablementLendacky, Thomas2017-08-182-44/+37
| * amd-xgbe: Add additional dynamic debug messagesLendacky, Thomas2017-08-181-0/+4
| * amd-xgbe: Add support to handle device renamingLendacky, Thomas2017-08-184-46/+100
| * amd-xgbe: Update TSO packet statistics accuracyLendacky, Thomas2017-08-181-1/+1
| * amd-xgbe: Be sure driver shuts down cleanly on module removalLendacky, Thomas2017-08-182-4/+2
| * amd-xgbe: Set the MII control width for the MAC interfaceLendacky, Thomas2017-08-182-0/+3
| * amd-xgbe: Set the MDIO mode for 10000Base-T configurationLendacky, Thomas2017-08-181-1/+1
|/
* mlx5: ensure 0 is returned when vport is zeroColin Ian King2017-08-181-1/+1
* bpf: Fix map-in-map checking in the verifierMartin KaFai Lau2017-08-181-0/+1
* Merge branch 'xdp-adjust-xdp-redirect-tracepoint'David S. Miller2017-08-183-12/+20
|\
| * xdp: adjust xdp redirect tracepoint to include return error codeJesper Dangaard Brouer2017-08-182-11/+19
| * ixgbe: change ndo_xdp_xmit return code on xmit errorsJesper Dangaard Brouer2017-08-181-1/+1
|/
* liquidio: remove support for deprecated f/w cmd OCTNET_CMD_RESET_PFRick Farrington2017-08-182-10/+0
* net: inet: diag: expose sockets cgroup classidLevin, Alexander (Sasha Levin)2017-08-182-0/+12
* macvlan: add offload features for encapsulationDimitris Michailidis2017-08-181-1/+2
* liquidio: fix Smatch errorIntiyaz Basha2017-08-181-2/+2
* ipv4: convert dst_metrics.refcnt from atomic_t to refcount_tEric Dumazet2017-08-184-8/+9
* Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller2017-08-188-66/+238
|\
| * Bluetooth: hci_bcm: Handle empty packet after firmware loadingMarcel Holtmann2017-08-171-0/+11
| * dt-bindings: net: bluetooth: Add broadcom-bluetoothLoic Poulain2017-08-171-0/+35
| * Bluetooth: hci_bcm: Add serdev supportLoic Poulain2017-08-172-2/+84
| * Bluetooth: btbcm: Consolidate the controller information commandsMarcel Holtmann2017-08-171-30/+39
| * Bluetooth: hci_bcm: Use operation speed of 4Mbps only for ACPI devicesMarcel Holtmann2017-08-161-2/+5
| * Bluetooth: btusb: driver to enable the usb-wakeup featureSukumar Ghorai2017-08-161-0/+5
| * Bluetooth: btusb: Add workaround for Broadcom devices without product idMarcel Holtmann2017-08-151-0/+18
| * Bluetooth: kfree tmp rather than an alias to itColin Ian King2017-08-111-1/+1