aboutsummaryrefslogtreecommitdiffstats
path: root/drivers (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-08-08igb: do not drop PF mailbox lock after read of VF messageGreg Edwards4-12/+26
2017-08-08igb: expose mailbox unlock methodGreg Edwards3-0/+41
2017-08-08igb: add argument names to mailbox op function declarationsGreg Edwards2-13/+14
2017-08-08igb: Remove incorrect "unexpected SYS WRAP" log messageCorinna Vinschen1-2/+0
2017-08-08e1000e: add check on e1e_wphy() return valueGustavo A R Silva1-0/+2
2017-08-08igb: protect TX timestamping from API misuseCliff Spradlin1-1/+2
2017-08-08igb: Fix error of RX network flow classificationGangfeng Huang1-2/+2
2017-08-07net: vrf: Add extack messages for newlink failuresDavid Ahern1-4/+13
2017-08-07isdn: kcapi: make capi_version constBhumika Goyal1-1/+1
2017-08-07net: dsa: Move FDB dump implementation inside DSAArkadi Sharshevsky6-71/+31
2017-08-07net: dsa: Remove support for MDB dump from DSA's driversArkadi Sharshevsky2-33/+0
2017-08-07net: dsa: Remove support for vlan dump from DSA's driversArkadi Sharshevsky6-183/+0
2017-08-07net: dsa: Remove prepare phase for FDBArkadi Sharshevsky7-87/+27
2017-08-07net: dsa: Change DSA slave FDB API to be switchdev independentArkadi Sharshevsky6-54/+41
2017-08-07hamradio: baycom: make hdlcdrv_ops constBhumika Goyal3-3/+3
2017-08-07net: hns3: fix spelling mistake: "capabilty" -> "capability"Colin Ian King1-1/+2
2017-08-07net: dsa: lan9303: refactor lan9303_get_ethtool_statsEgil Hjelmeland1-10/+16
2017-08-07net: dsa: lan9303: Rename lan9303_xxx_packet_processing()Egil Hjelmeland1-8/+8
2017-08-07net: dsa: lan9303: Simplify lan9303_xxx_packet_processing() usageEgil Hjelmeland1-14/+10
2017-08-07net: dsa: lan9303: define LAN9303_NUM_PORTS 3Egil Hjelmeland1-0/+2
2017-08-07net: dsa: lan9303: Change lan9303_xxx_packet_processing() port param.Egil Hjelmeland1-23/+23
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