summaryrefslogtreecommitdiffstats
path: root/drivers/net
Commit message (Expand)AuthorAgeFilesLines
* net: aquantia: make symbol hw_atl_boards staticWei Yongjun2018-01-231-1/+1
* net: aquantia: Fix error return code in aq_pci_probe()Wei Yongjun2018-01-231-1/+3
* nfp: fix error return code in nfp_pci_probe()Wei Yongjun2018-01-231-0/+1
* nfp: fix fw dump handling of absolute rtsym sizeCarl Heymann2018-01-231-6/+10
* tun: avoid calling xdp_rxq_info_unreg() twiceCong Wang2018-01-221-2/+0
* nfp: bpf: use extack support to improve debuggingQuentin Monnet2018-01-223-18/+39
* nfp: bpf: plumb extack into functions related to XDP offloadQuentin Monnet2018-01-223-6/+9
* hv_netvsc: Use the num_online_cpus() for channel limitHaiyang Zhang2018-01-221-9/+2
* net: hns3: converting spaces into tabs to avoid checkpatch.pl warningSalil Mehta2018-01-221-2/+2
* cxgb3: assign port id to net_device->dev_portArjun Vynipadath2018-01-221-0/+1
* net: stmmac: Fix reception of Broadcom switches tagsFlorian Fainelli2018-01-226-7/+39
* net: hns3: add net status led support for fiber portJian Shen2018-01-223-0/+113
* net: hns3: add ethtool -p support for fiber portJian Shen2018-01-224-0/+104
* net: hns3: add manager table initialization for hardwareFuyun Liang2018-01-222-0/+123
* net: hns3: add support for get_regsFuyun Liang2018-01-224-1/+205
* macsec: restore uAPI after addition of GCM-AES-256Sabrina Dubroca2018-01-221-7/+5
* 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
* virtio_net: Add ethtool statsToshiaki Makita2018-01-221-50/+141
* 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/+11
* net: caif: remove redundant re-assignment of pointer pfrmColin Ian King2018-01-221-1/+0
* cxgb4: add geneve offload support for T6Ganesh Goudar2018-01-224-24/+63
* Merge tag 'mac80211-next-for-davem-2018-01-22' of git://git.kernel.org/pub/sc...David S. Miller2018-01-222-19/+143
|\
| * mac80211_hwsim: fix possible memory leak in hwsim_new_radio_nl()weiyongjun (A)2018-01-221-1/+3
| * mac80211_hwsim: add hwsim_tx_rate_flags to netlink attributesBenjamin Beichler2018-01-152-2/+107
| * mac80211_hwsim: add hashtable with mac address keys for faster lookupBenjamin Beichler2018-01-151-16/+34
* | 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/+4
* | tun: add missing rcu annotationJason Wang2018-01-221-1/+2
* | mlxsw: spectrum_acl: Add support for mirror actionArkadi Sharshevsky2018-01-215-3/+126
* | mlxsw: spectrum: Extend mlxsw_afa_ops for counter index and implement for Spe...Arkadi Sharshevsky2018-01-212-0/+52
* | mlxsw: spectrum: Extend and export SPAN APIArkadi Sharshevsky2018-01-212-32/+57
* | mlxsw: spectrum_acl: Add support for mirroring actionArkadi Sharshevsky2018-01-212-0/+35
* | mlxsw: core: Make counter index allocated inside the action appendJiri Pirko2018-01-215-35/+82
* | mlxsw: core: Convert fwd_entry_ref list to be generic per-block resource listJiri Pirko2018-01-211-26/+49
* | mlxsw: spectrum: Extend mlxsw_afa_ops for counter index and implement for Spe...Jiri Pirko2018-01-212-0/+20
* | net: aquantia: bump driver version to match aquantia internal numberingIgor Russkikh2018-01-211-3/+3
* | net: aquantia: Report correct mediatype via ethtoolIgor Russkikh2018-01-211-3/+13
* | net: aquantia: Introduce global AQC hardware reset sequenceIgor Russkikh2018-01-213-29/+183
* | net: aquantia: Introduce support for new firmware on AQC cardsIgor Russkikh2018-01-215-4/+257
* | net: aquantia: Introduce firmware ops callbacksIgor Russkikh2018-01-218-81/+101
* | net: aquantia: Change confusing no_ff_addr to more meaningful nameIgor Russkikh2018-01-214-4/+9
* | net: aquantia: Remove create/destroy from hw opsIgor Russkikh2018-01-213-54/+0
* | net: aquantia: Cleanup pci functions moduleIgor Russkikh2018-01-217-385/+156
* | net: aquantia: Convert hw and caps structures to const static pointersIgor Russkikh2018-01-212-50/+50
* | net: aquantia: Introduce new AQC devices and capabilitiesIgor Russkikh2018-01-2112-159/+239
* | net: aquantia: Introduce new device ids and constantsIgor Russkikh2018-01-2110-87/+94