summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet
Commit message (Expand)AuthorAgeFilesLines
* net: hns: Fix for variable may be used uninitialized warningsHuazhong Tan2018-01-222-21/+38
* net: fec: add necessary defines to work on ARM64Lucas Stach2018-01-222-5/+8
* net: mvpp2: enable ACPI support in the driverMarcin Wojtas2018-01-221-39/+94
* net: mvpp2: use device_*/fwnode_* APIs instead of of_*Marcin Wojtas2018-01-221-21/+24
* net: mvpp2: simplify maintaining enabled ports' listMarcin Wojtas2018-01-221-21/+11Star
* cxgb4: add geneve offload support for T6Ganesh Goudar2018-01-224-24/+63
* mlxsw: spectrum_router: Remove unnecessary prefix lengths from LPM treeIdo Schimmel2018-01-221-101/+125
* mlxsw: spectrum_router: Pass FIB node to LPM tree unlink functionIdo Schimmel2018-01-221-4/+6
* mlxsw: spectrum_router: Use the nodes list as indication for empty FIBIdo Schimmel2018-01-221-9/+4Star
* mlxsw: spectrum_acl: Add support for mirror actionArkadi Sharshevsky2018-01-225-3/+126
* mlxsw: spectrum: Extend mlxsw_afa_ops for counter index and implement for Spe...Arkadi Sharshevsky2018-01-222-0/+52
* mlxsw: spectrum: Extend and export SPAN APIArkadi Sharshevsky2018-01-222-32/+57
* mlxsw: spectrum_acl: Add support for mirroring actionArkadi Sharshevsky2018-01-222-0/+35
* mlxsw: core: Make counter index allocated inside the action appendJiri Pirko2018-01-225-35/+82
* mlxsw: core: Convert fwd_entry_ref list to be generic per-block resource listJiri Pirko2018-01-221-26/+49
* mlxsw: spectrum: Extend mlxsw_afa_ops for counter index and implement for Spe...Jiri Pirko2018-01-222-0/+20
* net: aquantia: bump driver version to match aquantia internal numberingIgor Russkikh2018-01-221-3/+3
* net: aquantia: Report correct mediatype via ethtoolIgor Russkikh2018-01-221-3/+13
* net: aquantia: Introduce global AQC hardware reset sequenceIgor Russkikh2018-01-223-29/+183
* net: aquantia: Introduce support for new firmware on AQC cardsIgor Russkikh2018-01-225-4/+257
* net: aquantia: Introduce firmware ops callbacksIgor Russkikh2018-01-228-81/+101
* net: aquantia: Change confusing no_ff_addr to more meaningful nameIgor Russkikh2018-01-224-4/+9
* net: aquantia: Remove create/destroy from hw opsIgor Russkikh2018-01-223-54/+0Star
* net: aquantia: Cleanup pci functions moduleIgor Russkikh2018-01-227-385/+156Star
* net: aquantia: Convert hw and caps structures to const static pointersIgor Russkikh2018-01-222-50/+50
* net: aquantia: Introduce new AQC devices and capabilitiesIgor Russkikh2018-01-2212-159/+239
* net: aquantia: Introduce new device ids and constantsIgor Russkikh2018-01-2210-87/+94
* Merge tag 'mlx5-updates-2018-01-19' of git://git.kernel.org/pub/scm/linux/ker...David S. Miller2018-01-2213-300/+809
|\
| * net/mlx5e: Add likely to the common RX checksum flowGal Pressman2018-01-191-1/+1
| * net/mlx5e: Extend the stats group API to have update_stats()Kamal Heib2018-01-195-175/+250
| * net/mlx5e: Merge per priority stats groupsKamal Heib2018-01-191-8/+25
| * net/mlx5e: Add per-channel counters infrastructure, use it upon TX timeoutEran Ben Elisha2018-01-194-0/+29
| * net/mlx5e: Poll event queue upon TX timeout before performing full channels r...Eran Ben Elisha2018-01-193-15/+55
| * net/mlx5e: Add Event Queue meta data info for TX timeout logsEran Ben Elisha2018-01-191-0/+12
| * net/mlx5e: Print delta since last transmit per SQ upon TX timeoutEran Ben Elisha2018-01-191-3/+5
| * net/mlx5e: Set hairpin queue sizeOr Gerlitz2018-01-191-3/+8
| * net/mlx5: Enable setting hairpin queue sizeOr Gerlitz2018-01-191-0/+2
| * net/mlx5e: Add RSS support for hairpinOr Gerlitz2018-01-193-13/+205
| * net/mlx5: Vectorize the low level core hairpin objectOr Gerlitz2018-01-192-36/+64
| * net/mlx5e: Enlarge the NIC TC offload steering prio to support two levelsOr Gerlitz2018-01-191-1/+4
| * net/mlx5e: Refactor RSS related objects and codeOr Gerlitz2018-01-193-53/+103
| * net/mlx5e: Set per priority hairpin pairsOr Gerlitz2018-01-191-7/+57
| * net/mlx5e: Use vhca id as the hairpin peer identifierOr Gerlitz2018-01-191-8/+12
* | nfp: flower: prioritize stats updatesPieter Jansen van Vuuren2018-01-221-11/+18
* | net: gemini: Depend on HAS_IOMEMLinus Walleij2018-01-221-0/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2018-01-212-2/+19
|\ \
| * | nfp: bpf: add short busy wait for FW repliesJakub Kicinski2018-01-181-1/+8
| * | bpf: offload: allow array map offloadJakub Kicinski2018-01-181-0/+2
| * | nfp: bpf: set new jit info fieldsJiong Wang2018-01-181-1/+9
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-01-206-26/+46
|\ \ \