aboutsummaryrefslogtreecommitdiffstats
path: root/drivers (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-08-07of_mdio: use of_property_read_u32_array()Sergei Shtylyov1-8/+8
2017-08-07ibmvnic: Report rx buffer return codes as netdev_dbgJohn Allen1-1/+2
2017-08-07Merge tag 'wireless-drivers-next-for-davem-2017-08-07' of git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers-nextDavid S. Miller162-6294/+9060
2017-08-07hns3: fix unused function warningArnd Bergmann1-15/+12
2017-08-07Merge tag 'mlx5-shared-2017-08-07' of git://git.kernel.org/pub/scm/linux/kernel/git/mellanox/linuxDavid S. Miller149-1398/+1804
2017-08-07net: sched: get rid of struct tc_to_netdevJiri Pirko26-71/+84
2017-08-07net: sched: change return value of ndo_setup_tc for driver supporting mqprio onlyJiri Pirko11-11/+11
2017-08-07net: sched: move prio into cls_commonJiri Pirko1-1/+1
2017-08-07net: sched: push cls related args into cls_common structureJiri Pirko31-100/+55
2017-08-07hns3pf: don't check handle during mqprio offloadJiri Pirko1-1/+1
2017-08-07nfp: change flows in apps that offload ndo_setup_tcJiri Pirko2-17/+9
2017-08-07mlxsw: spectrum: rename cls arg in matchall processingJiri Pirko1-7/+7
2017-08-07mlxsw: spectrum: push cls_flower and cls_matchall setup_tc processing into separate functionsJiri Pirko1-30/+51
2017-08-07mlx5e_rep: push cls_flower setup_tc processing into a separate functionJiri Pirko1-20/+29
2017-08-07mlx5e: push cls_flower and mqprio setup_tc processing into separate functionsJiri Pirko1-25/+31
2017-08-07ixgbe: push cls_u32 and mqprio setup_tc processing into separate functionsJiri Pirko1-28/+39
2017-08-07cxgb4: push cls_u32 setup_tc processing into a separate functionJiri Pirko1-16/+26
2017-08-07net: sched: make egress_dev flag part of flower offload structJiri Pirko1-1/+1
2017-08-07net: sched: rename TC_SETUP_MATCHALL to TC_SETUP_CLSMATCHALLJiri Pirko1-1/+1
2017-08-07net: sched: make type an argument for ndo_setup_tcJiri Pirko25-71/+91
2017-08-07net/mlx5: Increase the maximum flow counters supportedRabie Loulou5-17/+26
2017-08-07net/mlx5: Delay events till ib registration endsErez Shitrit2-0/+76
2017-08-07net/mlx5: Add CONFIG_MLX5_ESWITCH KconfigSaeed Mahameed10-72/+69
2017-08-07net/mlx5: Separate between E-Switch and MPFSSaeed Mahameed8-221/+375
2017-08-07net/mlx5: Unify vport manager capability checkSaeed Mahameed4-30/+19
2017-08-07net/mlx5e: NIC netdev init flow cleanupSaeed Mahameed3-16/+20
2017-08-07net/mlx5e: Rearrange netdevice ops structuresSaeed Mahameed1-6/+10
2017-08-06net: stmmac: Add Adaptrum Anarion GMAC glue layerAlexandru Gagniuc3-0/+162
2017-08-06netvsc: fix rtnl deadlock on unregister of vfstephen hemminger1-2/+10
2017-08-06net: systemport: Support 64bit statisticskiki good2-17/+82
2017-08-06liquidio: moved console_bitmask module param to lio_main.cIntiyaz Basha3-14/+17
2017-08-06liquidio: add missing strings in oct_dev_state_str arrayIntiyaz Basha1-2/+3
2017-08-06sfp: add SFP module supportRussell King3-0/+921
2017-08-06phylink: add in-band autonegotiation support for 10GBase-KR mode.Russell King1-0/+17
2017-08-06phylink: add support for MII ioctl access to Clause 45 PHYsRussell King1-33/+124
2017-08-06phylink: add module EEPROM supportRussell King1-0/+28
2017-08-06sfp: add sfp-bus to bridge between network devices and sfp cagesRussell King4-0/+663
2017-08-06phylink: add phylink infrastructureRussell King4-0/+1181
2017-08-06net: phy: add I2C mdio busRussell King4-0/+139
2017-08-06net: phy: export phy_start_machine() for phylinkRussell King1-0/+1
2017-08-06net: phy: provide a hook for link up/link down eventsRussell King2-22/+34
2017-08-06net: phy: add 1000Base-X to phy settings tableRussell King1-0/+5
2017-08-06net: phy: move phy_lookup_setting() and guts of phy_supported_speeds() to phy-coreRussell King2-129/+127
2017-08-06net: phy: split out PHY speed and duplex string generationRussell King2-37/+50
2017-08-06net: phy: allow settings table to support more than 32 link modesRussell King1-18/+26
2017-08-06Merge tag 'platform-drivers-x86-v4.13-4' of git://git.infradead.org/linux-platform-drivers-x86Linus Torvalds1-2/+2
2017-08-05platform/x86: intel-vbtn: match power button on press rather than releaseMario Limonciello1-2/+2
2017-08-05Merge tag 'media/v4.13-2' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-mediaLinus Torvalds68-860/+827
2017-08-05Merge tag 'gpio-v4.13-2' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpioLinus Torvalds8-37/+43
2017-08-04aquantia: Switch to use napi_gro_receivePavel Belous3-3/+10