aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2018-01-22net: hns3: add support for get_regsFuyun Liang4-1/+205
2018-01-22net: core: Expose number of link up/down transitionsDavid Decotigny6-7/+67
2018-01-22macsec: restore uAPI after addition of GCM-AES-256Sabrina Dubroca2-10/+8
2018-01-22net: hns: Fix for variable may be used uninitialized warningsHuazhong Tan2-21/+38
2018-01-22net: fec: add necessary defines to work on ARM64Lucas Stach2-5/+8
2018-01-22virtio_net: Add ethtool statsToshiaki Makita1-50/+141
2018-01-22Merge branch 'mvpp2-Armada-7k-8k-PP2-ACPI-support'David S. Miller4-92/+232
2018-01-22net: mvpp2: enable ACPI support in the driverMarcin Wojtas1-39/+94
2018-01-22net: mvpp2: use device_*/fwnode_* APIs instead of of_*Marcin Wojtas1-21/+24
2018-01-22net: mvpp2: simplify maintaining enabled ports' listMarcin Wojtas1-21/+11
2018-01-22device property: Allow iterating over available child fwnodesMarcin Wojtas2-0/+32
2018-01-22device property: Introduce fwnode_irq_get()Marcin Wojtas3-0/+31
2018-01-22device property: Introduce fwnode_get_phy_mode()Marcin Wojtas2-5/+20
2018-01-22device property: Introduce fwnode_get_mac_address()Marcin Wojtas2-8/+22
2018-01-22net: caif: remove redundant re-assignment of pointer pfrmColin Ian King1-1/+0
2018-01-22cxgb4: add geneve offload support for T6Ganesh Goudar4-24/+63
2018-01-22Merge tag 'mac80211-next-for-davem-2018-01-22' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-nextDavid S. Miller3-21/+145
2018-01-22devlink: fix memory leak on 'resource'Colin Ian King1-0/+1
2018-01-22Merge branch 'mlxsw-spectrum_router-Optimize-LPM-trees'David S. Miller1-111/+132
2018-01-22mlxsw: spectrum_router: Remove unnecessary prefix lengths from LPM treeIdo Schimmel1-101/+125
2018-01-22mlxsw: spectrum_router: Pass FIB node to LPM tree unlink functionIdo Schimmel1-4/+6
2018-01-22mlxsw: spectrum_router: Use the nodes list as indication for empty FIBIdo Schimmel1-9/+4
2018-01-22tun: add missing rcu annotationJason Wang1-1/+2
2018-01-22mac80211_hwsim: fix possible memory leak in hwsim_new_radio_nl()weiyongjun (A)1-1/+3
2018-01-22debugfs_sta: Remove unneeded semicolonsChristopher Díaz Riveros1-2/+2
2018-01-21Merge branch 'mlxsw-Add-support-for-mirror-action-with-flower'David S. Miller8-85/+410
2018-01-21mlxsw: spectrum_acl: Add support for mirror actionArkadi Sharshevsky5-3/+126
2018-01-21mlxsw: spectrum: Extend mlxsw_afa_ops for counter index and implement for SpectrumArkadi Sharshevsky2-0/+52
2018-01-21mlxsw: spectrum: Extend and export SPAN APIArkadi Sharshevsky2-32/+57
2018-01-21mlxsw: spectrum_acl: Add support for mirroring actionArkadi Sharshevsky2-0/+35
2018-01-21mlxsw: core: Make counter index allocated inside the action appendJiri Pirko5-35/+82
2018-01-21mlxsw: core: Convert fwd_entry_ref list to be generic per-block resource listJiri Pirko1-26/+49
2018-01-21mlxsw: spectrum: Extend mlxsw_afa_ops for counter index and implement for SpectrumJiri Pirko2-0/+20
2018-01-21Merge branch 'Aquantia-atlantic-driver-new-devices-support'David S. Miller21-773/+1019
2018-01-21net: aquantia: bump driver version to match aquantia internal numberingIgor Russkikh1-3/+3
2018-01-21net: aquantia: Report correct mediatype via ethtoolIgor Russkikh1-3/+13
2018-01-21net: aquantia: Introduce global AQC hardware reset sequenceIgor Russkikh3-29/+183
2018-01-21net: aquantia: Introduce support for new firmware on AQC cardsIgor Russkikh5-4/+257
2018-01-21net: aquantia: Introduce firmware ops callbacksIgor Russkikh8-81/+101
2018-01-21net: aquantia: Change confusing no_ff_addr to more meaningful nameIgor Russkikh4-4/+9
2018-01-21net: aquantia: Remove create/destroy from hw opsIgor Russkikh3-54/+0
2018-01-21net: aquantia: Cleanup pci functions moduleIgor Russkikh7-385/+156
2018-01-21net: aquantia: Convert hw and caps structures to const static pointersIgor Russkikh2-50/+50
2018-01-21net: aquantia: Introduce new AQC devices and capabilitiesIgor Russkikh12-159/+239
2018-01-21net: aquantia: Introduce new device ids and constantsIgor Russkikh10-87/+94
2018-01-21Merge tag 'mlx5-updates-2018-01-19' of git://git.kernel.org/pub/scm/linux/kernel/git/saeed/linuxDavid S. Miller15-304/+821
2018-01-21nfp: flower: prioritize stats updatesPieter Jansen van Vuuren1-11/+18
2018-01-21net: gemini: Depend on HAS_IOMEMLinus Walleij1-0/+1
2018-01-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller62-2226/+1241
2018-01-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller44-222/+1828