summaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)AuthorFilesLines
2018-03-29nfp: bpf: add support for atomic add of unknown valuesJakub Kicinski5-15/+88
2018-03-29nfp: bpf: expose command delay slotsJakub Kicinski1-29/+24
2018-03-29nfp: bpf: add basic support for atomic addsJakub Kicinski6-3/+212
2018-03-29nfp: bpf: add map deletes from the datapathJakub Kicinski4-0/+17
2018-03-29nfp: bpf: add map updates from the datapathJakub Kicinski4-0/+21
2018-03-29nfp: bpf: add helper for basic map call checksJakub Kicinski1-15/+25
2018-03-29nfp: bpf: add helper for validating stack pointersJakub Kicinski3-27/+50
2018-03-29nfp: bpf: rename map_lookup_stack() to map_call_stack_common()Jakub Kicinski1-3/+3
2018-03-29nfp: bpf: detect packet reads could be cached, enable the optimisationJiong Wang2-0/+145
2018-03-29nfp: bpf: support unaligned read offsetJiong Wang1-3/+70
2018-03-29nfp: bpf: read from packet data cache for PTR_TO_PACKETJiong Wang3-2/+88
2018-03-28net/wireless/iwlwifi: fix iwlwifi_dev_ucode_error tracepointAlexei Starovoitov4-33/+21
2018-03-28net/mediatek: disambiguate mt76 vs mt7601u trace eventsAlexei Starovoitov1-3/+3
2018-03-28iwlwifi: wrt: add fw force restart via triggersShahar S Matityahu2-1/+17
2018-03-28iwlwifi: mvm: save low latency causes in an enumSara Sharon3-17/+38
2018-03-28iwlwifi: bump the max API version for 9000 and 22000 devicesEmmanuel Grumbach2-2/+6
2018-03-28iwlwifi: api: Add geographic profile information to MCC_UPDATE_CMDHaim Dreyfuss1-3/+17
2018-03-28iwlwifi: add a bunch of new 9000 PCI IDsLuca Coelho1-2/+155
2018-03-28iwlwifi: fw api: support the new scan request FW API versionAyala Beker4-54/+136
2018-03-28iwlwifi: mvm: Allow iwl_mvm_mac_mgd_prepare_tx() when associatedIlan Peer1-3/+1
2018-03-28iwlwifi: mvm: add support for oceZamir, Roee5-1/+44
2018-03-28iwlwifi: mvm: add adaptive dwell supportZamir, Roee2-33/+67
2018-03-28iwlwifi: mvm: check if mac80211_queue is valid in iwl_mvm_disable_txqLuca Coelho1-2/+9
2018-03-28iwlwifi: set default timstamp marker cmdMordechay Goodstein3-9/+24
2018-03-28iwlwifi: mvm: move TSO segment to a separate functionSara Sharon1-75/+83
2018-03-28iwlwifi: mvm: take RCU lock before dereferencingSara Sharon1-1/+5
2018-03-28iwlwifi: mvm: flip AMSDU addresses only for 9000 familySara Sharon1-10/+15
2018-03-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers.gitKalle Valo15-82/+225
2018-03-28net/mlx5e: Recover Send Queue (SQ) from error stateEran Ben Elisha5-2/+134
2018-03-28net/mlx5e: Dump xmit error completionsEran Ben Elisha3-0/+24
2018-03-28mlx5_{ib,core}: Add query SQ state helper functionEran Ben Elisha1-0/+25
2018-03-28net/mlx5e: Move all TX timeout logic to be under state lockEran Ben Elisha1-27/+34
2018-03-28net/mlx5e: Remove unused max inline related codeGal Pressman4-45/+2
2018-03-28net/mlx5e: Add ethtool priv-flag for Striding RQTariq Toukan4-8/+60
2018-03-28net/mlx5e: Do not reset Receive Queue params on every type changeTariq Toukan3-11/+10
2018-03-28net/mlx5e: Remove rq_headroom field from paramsTariq Toukan2-6/+15
2018-03-28net/mlx5e: Remove RQ MPWQE fields from paramsTariq Toukan3-23/+35
2018-03-28net/mlx5e: Use no-offset function in skb header copyTariq Toukan1-3/+2
2018-03-28net/mlx5e: Separate dma base address and offset in dma_sync callTariq Toukan1-4/+2
2018-03-28net/mlx5e: Remove unused define MLX5_MPWRQ_STRIDES_PER_PAGETariq Toukan1-2/+0
2018-03-28net/mlx5e: Disable Striding RQ when PCI is slower than linkTariq Toukan1-3/+6
2018-03-28net/mlx5e: Unify slow PCI heuristicTariq Toukan2-17/+19
2018-03-27sfc: fix flow type handling for RSS filtersEdward Cree1-5/+6
2018-03-27sfc: protect list of RSS contexts under a mutexEdward Cree6-32/+89
2018-03-27sfc: return a better error if filter insertion collides with MC rebootEdward Cree1-0/+7
2018-03-27sfc: use a semaphore to lock farch filters tooEdward Cree2-36/+33
2018-03-27sfc: give ef10 its own rwsem in the filter table instead of filter_lockEdward Cree3-213/+151
2018-03-27sfc: replace asynchronous filter operationsEdward Cree8-208/+124
2018-03-27net: Drop pernet_operations::asyncKirill Tkhai10-10/+0
2018-03-27net: mvpp2: Use relaxed I/O in data pathYan Markman1-13/+30