summaryrefslogtreecommitdiffstats
path: root/drivers/net (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2018-09-018-93/+1385
|\
| * xsk: i40e: get rid of useless struct xdp_umem_propsMagnus Karlsson2018-09-011-2/+2
| * i40e: fix possible compiler warning in xsk TX pathMagnus Karlsson2018-09-011-4/+2
| * i40e: add AF_XDP zero-copy Tx supportMagnus Karlsson2018-08-294-1/+186
| * i40e: move common Tx functions to i40e_txrx_common.hMagnus Karlsson2018-08-292-33/+61
| * i40e: add AF_XDP zero-copy Rx supportBjörn Töpel2018-08-297-11/+775
| * i40e: move common Rx functions to i40e_txrx_common.hBjörn Töpel2018-08-292-20/+44
| * i40e: refactor Rx path for re-useBjörn Töpel2018-08-291-34/+77
| * i40e: added queue pair disable/enable functionsBjörn Töpel2018-08-291-0/+250
* | i40e: Prevent deleting MAC address from VF when set by PFPatryk Małek2018-08-301-0/+10
* | i40evf: cancel workqueue sync for adminq when a VF is removedLihong Yang2018-08-301-0/+2
* | i40e: hold the rtnl lock on clearing interrupt schemePatryk Małek2018-08-301-0/+8
* | i40evf: Don't enable vlan stripping when rx offload is turned onPatryk Małek2018-08-301-5/+6
* | i40e: Check and correct speed values for link on openJan Sokolowski2018-08-301-3/+24
* | i40e: report correct statistics when XDP is enabledBjörn Töpel2018-08-301-11/+13
* | i40e: static analysis report from communityMartyna Szapar2018-08-301-1/+1
* | i40evf: set IFF_UNICAST_FLT flag for the VFLihong Yang2018-08-301-0/+2
* | i40e: use correct length for strncpyMitch Williams2018-08-301-1/+2
* | i40evf: Validate the number of queues a PF sendsPaul M Stillwell Jr2018-08-301-0/+32
* | i40evf: Change a VF mac without reloading the VF driverPaweł Jabłoński2018-08-302-5/+14
* | i40evf: update ethtool stats code and use helper functionsJacob Keller2018-08-302-60/+298
* | i40e: move ethtool stats boiler plate code to i40e_ethtool_stats.hJacob Keller2018-08-302-181/+222
* | i40e: convert queue stats to i40e_stats arrayJacob Keller2018-08-301-59/+89
* | Merge tag 'mac80211-next-for-davem-2018-08-29' of git://git.kernel.org/pub/sc...David S. Miller2018-08-301-1/+1
|\ \
| * | cfg80211: Add support for 60GHz band channels 5 and 6Alexei Avshalom Lazar2018-08-281-1/+1
* | | vxlan: reduce dirty cache line in vxlan_find_macLi RongQing2018-08-301-1/+1
* | | liquidio: remove obsolete functions and data structuresFelix Manlunas2018-08-309-490/+176
* | | liquidio: change octnic_ctrl_pkt to do synchronous soft commandsFelix Manlunas2018-08-306-110/+98
* | | liquidio: make soft command calls synchronousFelix Manlunas2018-08-305-161/+129
* | | liquidio: improve soft command handlingFelix Manlunas2018-08-308-49/+232
* | | net: nixge: Add support for 64-bit platformsMoritz Fischer2018-08-302-55/+116
* | | liquidio: fix race condition in instruction completion processingRick Farrington2018-08-303-2/+7
* | | liquidio: remove unnecessary delay when processing IQ responsesRick Farrington2018-08-301-1/+1
* | | 8390/etherh: convert to ethtool_{get, set}_link_ksettingsMichal Kubecek2018-08-301-16/+19
* | | net: thunderbolt: Convert to use SPDX identifierMika Westerberg2018-08-301-4/+1
* | | net: ethernet: Convert to using %pOFn instead of device_node.nameRob Herring2018-08-307-46/+40
| |/ |/|
* | nfp: make RTsym users handle absolute symbols correctlyJakub Kicinski2018-08-293-32/+21
* | nfp: support access to absolute RTsymsJakub Kicinski2018-08-292-9/+46
* | nfp: convert all RTsym users to use new read/write helpersJakub Kicinski2018-08-293-46/+23
* | nfp: convert existing RTsym helpers to full target decodingJakub Kicinski2018-08-291-14/+14
* | nfp: pass cpp_id to nfp_cpp_map_area()Jakub Kicinski2018-08-294-16/+16
* | nfp: add RTsym access helpersJakub Kicinski2018-08-292-0/+171
* | nfp: add basic errors messages to target logicJakub Kicinski2018-08-291-2/+10
* | nfp: save the MU locality field offsetJakub Kicinski2018-08-293-31/+38
* | nfp: refactor the per-chip PCIe configJakub Kicinski2018-08-292-13/+41
* | nfp: add support for NFP5000Jakub Kicinski2018-08-292-1/+7
* | nfp: abm: look up MAC addresses via management FWJakub Kicinski2018-08-291-9/+25
* | nfp: add support for indirect HWinfo lookupJakub Kicinski2018-08-292-0/+44
* | nfp: interpret extended FW load result codesJakub Kicinski2018-08-292-3/+85
* | nfp: attempt FW load from flashJakub Kicinski2018-08-293-2/+16