summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* cxgb3: assign port id to net_device->dev_portArjun Vynipadath2018-01-221-0/+1
* bridge: return boolean instead of integer in br_multicast_is_routerGustavo A. R. Silva2018-01-221-1/+1
* net: stmmac: Fix reception of Broadcom switches tagsFlorian Fainelli2018-01-226-7/+39
* Merge branch 'hns3-new-features'David S. Miller2018-01-225-1/+545
|\
| * 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
|/
* net: core: Expose number of link up/down transitionsDavid Decotigny2018-01-226-7/+67
* macsec: restore uAPI after addition of GCM-AES-256Sabrina Dubroca2018-01-222-10/+8Star
* 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
* Merge branch 'mvpp2-Armada-7k-8k-PP2-ACPI-support'David S. Miller2018-01-224-92/+232
|\
| * 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
| * device property: Allow iterating over available child fwnodesMarcin Wojtas2018-01-222-0/+32
| * device property: Introduce fwnode_irq_get()Marcin Wojtas2018-01-223-0/+31
| * device property: Introduce fwnode_get_phy_mode()Marcin Wojtas2018-01-222-5/+20
| * device property: Introduce fwnode_get_mac_address()Marcin Wojtas2018-01-222-8/+22
|/
* net: caif: remove redundant re-assignment of pointer pfrmColin Ian King2018-01-221-1/+0Star
* 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-223-21/+145
|\
| * mac80211_hwsim: fix possible memory leak in hwsim_new_radio_nl()weiyongjun (A)2018-01-221-1/+3
| * debugfs_sta: Remove unneeded semicolonsChristopher Díaz Riveros2018-01-221-2/+2
| * 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
* | devlink: fix memory leak on 'resource'Colin Ian King2018-01-221-0/+1
* | Merge branch 'mlxsw-spectrum_router-Optimize-LPM-trees'David S. Miller2018-01-221-111/+132
|\ \
| * | 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
|/ /
* | tun: add missing rcu annotationJason Wang2018-01-221-1/+2
* | Merge branch 'mlxsw-Add-support-for-mirror-action-with-flower'David S. Miller2018-01-228-85/+410
|\ \
| * | 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
|/ /
* | Merge branch 'Aquantia-atlantic-driver-new-devices-support'David S. Miller2018-01-2221-773/+1019
|\ \
| * | 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