summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* nfp: fix memory leak on FW load errorJakub Kicinski2017-05-311-0/+1
* nfp: move basic eBPF stats to app-specific codeJakub Kicinski2017-05-315-34/+67
* nfp: move bpf offload code to the BPF appJakub Kicinski2017-05-316-59/+159
* nfp: move eBPF offload files to BPF app directoryJakub Kicinski2017-05-316-10/+10
* nfp: report app name in ethtool -iJakub Kicinski2017-05-315-3/+15
* nfp: move port init to appsJakub Kicinski2017-05-318-35/+309
* nfp: turn reading PCIe RTsym parameters into a helperJakub Kicinski2017-05-311-7/+17
* nfp: add missing fall through statementsJakub Kicinski2017-05-311-0/+2
* sched: add helper for updating statistics on all actionsJakub Kicinski2017-05-313-27/+4
* Merge branch '10GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirshe...David S. Miller2017-05-319-80/+180
|\
| * ixgbe: fix incorrect status checkEmil Tantilov2017-05-311-4/+4
| * ixgbe: add missing configuration for rate select 1Emil Tantilov2017-05-311-0/+19
| * ixgbe: always call setup_mac_link for multispeed fiberEmil Tantilov2017-05-311-18/+0
| * ixgbe: add write flush when configuring CS4223/7Emil Tantilov2017-05-311-2/+18
| * ixgbe: correct CS4223/7 PHY identificationEmil Tantilov2017-05-312-6/+7
| * ixgbevf: Resolve warnings for -Wimplicit-fallthroughTony Nguyen2017-05-311-0/+2
| * ixgbevf: Resolve truncation warning for q_vector->nameTony Nguyen2017-05-311-7/+7
| * ixgbe: Resolve warnings for -Wimplicit-fallthroughTony Nguyen2017-05-315-11/+18
| * ixgbe: Resolve truncation warning for q_vector->nameTony Nguyen2017-05-311-7/+7
| * ixgbe: Add error checking to setting VF MACTony Nguyen2017-05-311-13/+41
| * ixgbe: Correct thermal sensor event checkMark Rustad2017-05-311-2/+1
| * ixgbe: enable L3/L4 filtering for Tx switched packetsEmil Tantilov2017-05-311-0/+3
| * ixgbe: Remove MAC X550EM_X 1Gbase-t led_[on|off] supportPaul Greenwalt2017-05-313-2/+29
| * ixgbe: initialize u64_stats_sync structures early at ixgbe_probeLiwei Song2017-05-311-4/+4
| * ixgbe/ixgbevf: Enables TSO for MPLS encapsulated packetsScott Peterson2017-05-312-4/+20
* | Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirshe...David S. Miller2017-05-319-19/+77
|\ \
| * | i40e: Check for memory allocation failureChristophe Jaillet2017-05-311-0/+2
| * | i40e: check for Tx timestamp timeouts during watchdogJacob Keller2017-05-314-0/+34
| * | i40e: use pf data structure directly in i40e_ptp_rx_hangJacob Keller2017-05-313-4/+4
| * | i40e: add statistic indicating number of skipped Tx timestampsJacob Keller2017-05-313-0/+3
| * | i40e: avoid permanent lock of *_PTP_TX_IN_PROGRESSJacob Keller2017-05-311-6/+20
| * | i40e: fix race condition with PTP_TX_IN_PROGRESS bitsJacob Keller2017-05-311-3/+11
| * | i40evf: disable unused flagsJesse Brandeburg2017-05-312-4/+2
| * | i40evf: fix merge error in older patchJesse Brandeburg2017-05-311-0/+1
| * | i40evf: fix duplicate linesJesse Brandeburg2017-05-311-2/+0
| |/
* | netvsc: Add #include's for csum_* function declarationsMichael Kelley2017-05-311-0/+2
* | net/mlxfw: select CONFIG_XZ_DECArnd Bergmann2017-05-311-0/+1
* | net: dsa: remove dev arg of dsa_register_switchVivien Didelot2017-05-316-6/+6
* | net: dsa: mv88e6xxx: rename PHY PPU functionsVivien Didelot2017-05-311-19/+19
* | net: dsa: mv88e6xxx: rename PHY PPU accessorsVivien Didelot2017-05-313-14/+17
* | net: dsa: mv88e6xxx: provide a PHY setup helperVivien Didelot2017-05-313-9/+11
|/
* bnxt_en: Fix xmit_more with BQL.Michael Chan2017-05-311-1/+1
* bnxt_en: Pass in sh parameter to bnxt_set_dflt_rings().Michael Chan2017-05-311-3/+2
* bnxt_en: Implement xmit_more.Michael Chan2017-05-311-1/+5
* bnxt_en: Optimize doorbell write operations for newer chips.Michael Chan2017-05-314-21/+23
* bnxt_en: Add additional chip ID definitions.Michael Chan2017-05-312-8/+27
* bnxt_en: Add a callback to inform RDMA driver during PCI shutdown.Michael Chan2017-05-313-0/+22
* bnxt_en: Add PCI IDs for BCM57454 VF devices.Deepak Khungar2017-05-311-0/+2
* bnxt_en: Support for Short Firmware MessageDeepak Khungar2017-05-312-1/+69
* net: dsa: b53: remove unused dev argumentVivien Didelot2017-05-311-5/+3