summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet
Commit message (Expand)AuthorAgeFilesLines
...
| * 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-113-17/+35
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2018-01-1713-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/+46Star
* | | 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/+31Star
* | | net: aquantia: Cleanup hardware access modulesIgor Russkikh2018-01-168-97/+71Star
* | | net: aquantia: Cleanup status flags accessesIgor Russkikh2018-01-169-17/+11Star
* | | net: aquantia: Eliminate AQ_DIMOF, replace with ARRAY_SIZEIgor Russkikh2018-01-165-6/+4Star
* | | 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
* | | mlxsw: spectrum_dpipe: Connect dpipe tables to resourcesArkadi Sharshevsky2018-01-161-12/+69
* | | mlxsw: spectrum: Register KVD resources with devlinkArkadi Sharshevsky2018-01-164-0/+205
* | | mlxsw: pci: Add support for performing bus resetArkadi Sharshevsky2018-01-162-13/+41
* | | sh_eth: get Ether port # only when neededSergei Shtylyov2018-01-151-8/+5Star
* | | sh_eth: gather all TSU init code in one placeSergei Shtylyov2018-01-151-7/+5Star
* | | net: ethernet: Add a driver for Gemini gigabit ethernetLinus Walleij2018-01-156-0/+3579
* | | net: phy: remove parameter new_link from phy_mac_interrupt()Heiner Kallweit2018-01-151-3/+4
* | | Merge branch '10GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirshe...David S. Miller2018-01-1420-256/+272
|\ \ \
| * | | ixgbevf: Fix kernel-doc format warningsTony Nguyen2018-01-122-5/+18
| * | | ixgbe: Fix kernel-doc format warningsTony Nguyen2018-01-1212-39/+99
| * | | ixgbe: Fix handling of macvlan Tx offloadAlexander Duyck2018-01-122-10/+14
| * | | ixgbe: avoid bringing rings up/down as macvlans are added/removedAlexander Duyck2018-01-122-58/+72
| * | | ixgbe: Do not manipulate macvlan Tx queues when performing macvlan offloadAlexander Duyck2018-01-122-108/+25Star
| * | | ixgbe/fm10k: Record macvlan stats instead of Rx queue for macvlan offloaded r...Alexander Duyck2018-01-122-10/+14
| * | | ixgbe: Don't assume dev->num_tc is equal to hardware TC configAlexander Duyck2018-01-126-27/+29
| * | | ixgbe: Default to 1 pool always being allocatedAlexander Duyck2018-01-122-5/+3Star
| * | | ixgbe: Assume provided MAC filter has been verified by macvlanAlexander Duyck2018-01-121-4/+8
| |/ /
* | | mlxsw: spectrum: qdiscs: Support stats for PRIO qdiscNogah Frankel2018-01-141-0/+89
* | | mlxsw: spectrum: qdiscs: Support PRIO qdisc offloadNogah Frankel2018-01-143-0/+86