summaryrefslogtreecommitdiffstats
path: root/drivers/net
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-01-1719-77/+146
|\
| * qed: Fix potential use-after-free in qed_spq_post()Roland Dreier2018-01-161-1/+7
| * nfp: use the correct index for link speed tableJakub Kicinski2018-01-161-1/+1
| * lan78xx: Fix failure in USB Full SpeedYuiko Oshino2018-01-161-0/+1
| * Merge tag 'mac80211-for-davem-2018-01-15' of git://git.kernel.org/pub/scm/lin...David S. Miller2018-01-161-2/+15
| |\
| | * mac80211_hwsim: validate number of different channelsJohannes Berg2018-01-151-0/+5
| | * mac80211_hwsim: add workqueue to wait for deferred radio deletion on mod unloadBenjamin Beichler2018-01-151-2/+10
| * | ibmvnic: Fix pending MAC address changesThomas Falcon2018-01-161-6/+7
| * | sh_eth: fix dumping ARSTRSergei Shtylyov2018-01-151-1/+1
| * | net: cs89x0: add MODULE_LICENSEArnd Bergmann2018-01-151-0/+4
| * | ppp: unlock all_ppp_mutex before registering deviceGuillaume Nault2018-01-151-2/+3
| |/
| * net/mlx5e: Remove timestamp set from netdevice open flowFeras Daoud2018-01-124-4/+8
| * net/mlx5: Update ptp_clock_event foreach PPS eventFeras Daoud2018-01-121-1/+5
| * net/mlx5e: Don't override netdev features field unless in error flowGal Pressman2018-01-121-18/+25
| * net/mlx5e: Check support before TC swap in ETS initTariq Toukan2018-01-121-3/+5
| * net/mlx5e: Add error print in ETS initTariq Toukan2018-01-121-2/+6
| * net/mlx5e: Keep updating ethtool statistics when the interface is downGal Pressman2018-01-121-2/+1
| * net/mlx5: Fix error handling in load oneMaor Gottlieb2018-01-121-3/+6
| * net/mlx5: Fix mlx5_get_uars_page to return error codeEran Ben Elisha2018-01-122-9/+8
| * net/mlx5: Fix memory leak in bad flow of mlx5_alloc_irq_vectorsAlaa Hleihel2018-01-121-5/+8
| * {net,ib}/mlx5: Don't disable local loopback multicast traffic when neededEran Ben Elisha2018-01-123-17/+35
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2018-01-1613-13/+1112
|\ \
| * | nfp: bpf: reject program on instructions unknown to the JIT compilerQuentin Monnet2018-01-173-0/+12
| * | nfp: bpf: print map lookup problems into verifier logJakub Kicinski2018-01-171-6/+8
| * | nfp: bpf: implement bpf map offloadJakub Kicinski2018-01-143-0/+109
| * | nfp: bpf: add support for reading map memoryJakub Kicinski2018-01-142-9/+76
| * | nfp: bpf: add verification and codegen for map lookupsJakub Kicinski2018-01-143-2/+138
| * | nfp: bpf: add helpers for updating immediate instructionsJakub Kicinski2018-01-142-0/+62
| * | nfp: bpf: parse function call and map capabilitiesJakub Kicinski2018-01-143-0/+87
| * | nfp: bpf: implement helpers for FW map opsJakub Kicinski2018-01-143-4/+288
| * | nfp: bpf: add basic control channel communicationJakub Kicinski2018-01-148-0/+317
| * | nfp: bpf: add map data structureJakub Kicinski2018-01-142-1/+24
| * | bpf: rename bpf_dev_offload -> bpf_prog_offloadJakub Kicinski2018-01-141-1/+1
* | | bnxt_en: don't update cpr->rx_bytes with uninitialized length lenColin Ian King2018-01-161-3/+4
* | | net: aquantia: Fix internal stats calculation on rxIgor Russkikh2018-01-161-2/+2
* | | net: aquantia: Prepend hw access functions declarations with prefixIgor Russkikh2018-01-165-840/+922
* | | net: aquantia: Fix register definitions to linux styleIgor Russkikh2018-01-163-1139/+1173
* | | net: aquantia: Eliminate aq_nic structure abstractionIgor Russkikh2018-01-1610-54/+46
* | | net: aquantia: Simplify dependencies between pci modulesIgor Russkikh2018-01-166-106/+113
* | | net: aquantia: Add const qualifiers for hardware ops tablesIgor Russkikh2018-01-1614-20/+21
* | | net: aquantia: Remove duplicate hardware descriptors declarationsIgor Russkikh2018-01-163-62/+31
* | | net: aquantia: Cleanup hardware access modulesIgor Russkikh2018-01-168-97/+71
* | | net: aquantia: Cleanup status flags accessesIgor Russkikh2018-01-169-17/+11
* | | net: aquantia: Eliminate AQ_DIMOF, replace with ARRAY_SIZEIgor Russkikh2018-01-165-6/+4
* | | net: thunderx: add timestamping supportSunil Goutham2018-01-169-6/+345
* | | net: add support for Cavium PTP coprocessorRadoslaw Biernacki2018-01-165-0/+437
* | | mlxsw: spectrum: qdiscs: Make function mlxsw_sp_qdisc_prio_unoffload staticWei Yongjun2018-01-161-1/+1
* | | mlxsw: core: Add support for reloadArkadi Sharshevsky2018-01-164-23/+65
* | | mlxsw: pci: Add support for getting resource through devlinkArkadi Sharshevsky2018-01-164-30/+92
* | | mlxsw: spectrum: Add support for getting kvdl occupancyArkadi Sharshevsky2018-01-163-0/+36