summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2017-08-09isdn: hfcsusb: constify usb_device_idArvind Yadav1-1/+1
2017-08-09isdn: hisax: hfc_usb: constify usb_device_idArvind Yadav1-1/+1
2017-08-09qmi_wwan: fix NULL deref on disconnectBjørn Mork1-1/+5
2017-08-09net: phy: mdio-bcm-unimac: fix unsigned wrap-around when decrementing timeoutColin Ian King1-1/+1
2017-08-09cxgb4: Clear On FLASH config file after a FW upgradeArjun Vynipadath2-0/+71
2017-08-09net: dsa: lan9303: Only allocate 3 portsEgil Hjelmeland1-1/+1
2017-08-09liquidio: fix misspelled firmware image filenamesDerek Chickles1-4/+8
2017-08-09netvsc: make sure and unregister datapathstephen hemminger3-48/+28
2017-08-09liquidio: fix wrong info about vf rx/tx ring parameters reported to ethtoolIntiyaz Basha1-21/+9
2017-08-09bpf/verifier: rework value trackingEdward Cree1-10/+14
2017-08-09net: usb: rtl8150: constify usb_device_idArvind Yadav1-1/+1
2017-08-09net: usb: r8152: constify usb_device_idArvind Yadav1-1/+1
2017-08-09net: usb: kaweth: constify usb_device_idArvind Yadav1-1/+1
2017-08-09net: usb: ipheth: constify usb_device_idArvind Yadav1-1/+1
2017-08-09net: usb: cdc-phonet: constify usb_device_idArvind Yadav1-1/+1
2017-08-09net: usb: catc: constify usb_device_id and fix space before '[' errorArvind Yadav1-1/+1
2017-08-09net: irda: stir4200: constify usb_device_idArvind Yadav1-1/+1
2017-08-09net: irda: mcs7780: constify usb_device_idArvind Yadav1-1/+1
2017-08-09net: irda: ksdazzle: constify usb_device_idArvind Yadav1-1/+1
2017-08-09net: irda: ks959: constify usb_device_idArvind Yadav1-1/+1
2017-08-09net: irda: kingsun: constify usb_device_idArvind Yadav1-1/+1
2017-08-09net: irda: irda-usb: constify usb_device_idArvind Yadav1-1/+1
2017-08-08net: vrf: Add extack messages for newlink failuresDavid Ahern1-4/+13
2017-08-08isdn: kcapi: make capi_version constBhumika Goyal1-1/+1
2017-08-08net: dsa: Move FDB dump implementation inside DSAArkadi Sharshevsky6-71/+31
2017-08-08net: dsa: Remove support for MDB dump from DSA's driversArkadi Sharshevsky2-33/+0
2017-08-08net: dsa: Remove support for vlan dump from DSA's driversArkadi Sharshevsky6-183/+0
2017-08-08net: dsa: Remove prepare phase for FDBArkadi Sharshevsky7-87/+27
2017-08-08net: dsa: Change DSA slave FDB API to be switchdev independentArkadi Sharshevsky6-54/+41
2017-08-08hamradio: baycom: make hdlcdrv_ops constBhumika Goyal3-3/+3
2017-08-08net: hns3: fix spelling mistake: "capabilty" -> "capability"Colin Ian King1-1/+2
2017-08-08net: dsa: lan9303: refactor lan9303_get_ethtool_statsEgil Hjelmeland1-10/+16
2017-08-08net: dsa: lan9303: Rename lan9303_xxx_packet_processing()Egil Hjelmeland1-8/+8
2017-08-08net: dsa: lan9303: Simplify lan9303_xxx_packet_processing() usageEgil Hjelmeland1-14/+10
2017-08-08net: dsa: lan9303: define LAN9303_NUM_PORTS 3Egil Hjelmeland1-0/+2
2017-08-08net: dsa: lan9303: Change lan9303_xxx_packet_processing() port param.Egil Hjelmeland1-23/+23
2017-08-08of_mdio: use of_property_read_u32_array()Sergei Shtylyov1-8/+8
2017-08-08ibmvnic: 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.or...David 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/kern...David 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 ...Jiri 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 se...Jiri Pirko1-30/+51
2017-08-07mlx5e_rep: push cls_flower setup_tc processing into a separate functionJiri Pirko1-20/+29