summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* net/smc: register RMB-related memory regionUrsula Braun2017-07-296-2/+115
* net/smc: use separate memory regions for RMBsUrsula Braun2017-07-295-7/+71
* net/smc: introduce sg-logic for RMBsUrsula Braun2017-07-295-26/+76
* net/smc: shorten local bufsize variablesUrsula Braun2017-07-291-29/+25Star
* net/smc: serialize connection creation in all casesUrsula Braun2017-07-291-7/+1Star
* Merge branch 'inet6_protocol-const'David S. Miller2017-07-294-4/+4
|\
| * l2tp: constify inet6_protocol structuresJulia Lawall2017-07-291-1/+1
| * ipv6: constify inet6_protocol structuresJulia Lawall2017-07-293-3/+3
|/
* Merge branch 'liquidio-standardization-and-cleanup'David S. Miller2017-07-281-5/+2Star
|\
| * liquidio: cleanup: removed cryptic and misleading macroRick Farrington2017-07-281-3/+1Star
| * liquidio: standardization: use min_t instead of custom macroRick Farrington2017-07-281-2/+1Star
|/
* net: phy: Remove stale comments referencing timerFlorian Fainelli2017-07-281-6/+5Star
* Merge branch 'nfp-extend-firmware-request-logic'David S. Miller2017-07-282-11/+39
|\
| * nfp: only use direct firmware requestsJakub Kicinski2017-07-281-16/+26
| * nfp: look for firmware image by device serial number and PCI nameJakub Kicinski2017-07-281-1/+19
| * nfp: remove the probe deferral when FW not presentJakub Kicinski2017-07-281-1/+1
|/
* Merge branch 'qed-next'David S. Miller2017-07-2718-180/+1393
|\
| * qed: enhanced per queue max coalesce value.Rahul Verma2017-07-271-1/+1
| * qed: Read per queue coalesce from hardwareRahul Verma2017-07-2711-31/+324
| * qed: Add support for vf coalesce configuration.Rahul Verma2017-07-279-87/+251
| * qede: Add ethtool support for Energy efficient ethernet.Sudarsana Reddy Kalluru2017-07-271-0/+84
| * qed: Add support for Energy efficient ethernet.Sudarsana Reddy Kalluru2017-07-276-7/+256
| * qed/qede: Add setter APIs support for RX flow classificationChopra, Manish2017-07-275-60/+347
| * qede: Add getter APIs support for RX flow classificationChopra, Manish2017-07-273-8/+144
|/
* Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirshe...David S. Miller2017-07-2711-56/+122
|\
| * i40e: handle setting administratively set MAC address back to zeroStefan Assmann2017-07-261-2/+10
| * i40evf: remove unnecessary __packedTushar Dave2017-07-261-2/+2
| * i40evf: Use le32_to_cpu before evaluating HW desc fieldsTushar Dave2017-07-261-7/+7
| * i40e: report BPF prog id during XDP_QUERY_PROGDaniel Borkmann2017-07-261-0/+1
| * i40evf: add some missing includesJesse Brandeburg2017-07-261-0/+11
| * i40e: display correct UDP tunnel type nameJacob Keller2017-07-261-8/+20
| * i40e/i40evf: remove mismatched type warningsJesse Brandeburg2017-07-265-12/+12
| * i40e/i40evf: make IPv6 ATR code clearerJesse Brandeburg2017-07-261-3/+9
| * i40e: fix odd formatting and indentJesse Brandeburg2017-07-261-10/+8Star
| * i40e: fix up 32 bit timespec referencesJesse Brandeburg2017-07-261-3/+2Star
| * i40e: Handle admin Q timeout when releasing NVMPaul M Stillwell Jr2017-07-261-2/+19
| * i40e: remove WQ_UNBOUND and the task limit of our workqueueJacob Keller2017-07-261-5/+7
| * i40e: Fix for trace found with S4 stateCarolyn Wyborny2017-07-261-1/+13
| * i40e: fix incorrect variable assignmentGustavo A R Silva2017-07-261-1/+1
* | Merge branch '10GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirshe...David S. Miller2017-07-275-51/+96
|\ \
| * | ixgbe: Disable flow control for XFITony Nguyen2017-07-262-27/+35
| * | ixgbe: Do not support flow control autonegotiation for X553Tony Nguyen2017-07-261-6/+19
| * | ixgbe: Update NW_MNG_IF_SEL support for X553Tony Nguyen2017-07-263-6/+14
| * | ixgbe: Enable LASI interrupts for X552 devicesTony Nguyen2017-07-261-9/+22
| * | ixgbe: Ensure MAC filter was added before setting MACVLANTony Nguyen2017-07-261-3/+6
| |/
* | bpf: install libbpf headers on 'make install'Jakub Kicinski2017-07-261-0/+4
* | hamradio: dmascc: avoid -Wformat-overflow warningArnd Bergmann2017-07-261-1/+1
* | virtio-net: mark PM functions as __maybe_unusedArnd Bergmann2017-07-261-4/+2Star
|/
* Merge branch 'bnxt_en-Fix-kbuild-errors-and-rename-phys_port_name'David S. Miller2017-07-253-7/+39
|\
| * bnxt_en: fix switchdev port naming for external-port-rep and vf-repsSathya Perla2017-07-252-6/+4Star