aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/arm (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2016-08-17kcm: Use stream parserTom Herbert5-423/+116
2016-08-17strparser: Stream parser for messagesTom Herbert6-0/+644
2016-08-17net: ipconfig: Fix more use after freeThierry Reding1-3/+5
2016-08-17net_sched: allow flushing tc police actionsRoman Mashak1-42/+1
2016-08-17net_sched: unify the init logic for act_policeWANG Cong1-9/+10
2016-08-17net_sched: convert tcf_exts from list to pointer arrayWANG Cong7-41/+85
2016-08-17net_sched: move tc offload macros to pkt_cls.hWANG Cong2-16/+22
2016-08-17net_sched: fix a typo in tc_for_each_action()WANG Cong1-1/+1
2016-08-17net_sched: remove an unnecessary list_del()WANG Cong1-1/+0
2016-08-17net_sched: remove the leftover cleanup_a()WANG Cong1-19/+3
2016-08-17mlxsw: spectrum: Allow packets to be trapped from any PGIdo Schimmel1-1/+1
2016-08-17mlxsw: spectrum: Unmap 802.1Q FID before destroying itIdo Schimmel1-0/+2
2016-08-17mlxsw: spectrum: Add missing rollbacks in error pathIdo Schimmel1-1/+3
2016-08-17mlxsw: reg: Fix missing op field fill-upJiri Pirko1-0/+1
2016-08-17mlxsw: spectrum: Trap loop-backed packetsIdo Schimmel3-0/+16
2016-08-17mlxsw: spectrum: Add missing packet trapsElad Raz2-0/+18
2016-08-17mlxsw: spectrum: Mark port as active before registering itIdo Schimmel1-2/+3
2016-08-17mlxsw: spectrum: Create PVID vPort before registering netdeviceIdo Schimmel3-46/+29
2016-08-17mlxsw: spectrum: Remove redundant errors from the codeIdo Schimmel1-16/+5
2016-08-17mlxsw: spectrum: Don't return upon error in removal pathIdo Schimmel1-22/+5
2016-08-16i40e: check for and deal with non-contiguous TCsDave Ertman1-10/+25
2016-08-16ixgbe: Re-enable ability to toggle VLAN filteringAlexander Duyck1-0/+1
2016-08-16ixgbe: Force VLNCTRL.VFE to be set in all VMDq pathsAlexander Duyck1-6/+12
2016-08-16e1000e: fix PTP on e1000_pch_lpt variantsJarod Wilson1-1/+2
2016-08-16e1000e: factor out systim sanitizationJarod Wilson3-29/+44
2016-08-16igb: fix adjusting PTP timestamps for Tx/Rx latencyKshitiz Gupta1-3/+23
2016-08-15net: ethernet: mediatek: fix runtime warning raised by inconsistent struct device pointers passed to DMA APIsean.wang@mediatek.com1-13/+13
2016-08-15net: ethernet: mediatek: fix flow control settings on GMAC0 is not being enabled properlysean.wang@mediatek.com1-0/+5
2016-08-15net: ethernet: mediatek: fix RMII mode and add REVMII supported by GMACsean.wang@mediatek.com1-3/+12
2016-08-15net: dsa: mv88e6xxx: use the new PHY APIVivien Didelot1-135/+50
2016-08-15net: dsa: mv88e6xxx: describe PHY page and SerDesVivien Didelot2-17/+105
2016-08-15net: dsa: mv88e6xxx: abstract PHY opsVivien Didelot2-51/+81
2016-08-15net: dsa: mv88e6xxx: rework Global2 SMI PHY accessVivien Didelot2-56/+90
2016-08-15net: dsa: mv88e6xxx: describe Multi-chip registersVivien Didelot2-16/+26
2016-08-15net: dsa: mv88e6xxx: rename _mv88e6xxx_waitVivien Didelot1-30/+33
2016-08-15net: mediatek: remove unnecessary platform_set_drvdata()Wei Yongjun1-1/+0
2016-08-15net: thunderx: Remove unnecessary pci_set_drvdata()Wei Yongjun1-2/+0
2016-08-15net: ena: Fix error return code in ena_device_init()Wei Yongjun1-0/+1
2016-08-15net: ena: Remove unnecessary pci_set_drvdata()Wei Yongjun1-3/+0
2016-08-15net: phy: Fix return value check in xgmiitorgmii_probe()Wei Yongjun1-1/+1
2016-08-15power_supply: tps65217-charger: fix missing platform_set_drvdata()Wei Yongjun1-0/+1
2016-08-15tipc: fix NULL pointer dereference in shutdown()Vegard Nossum1-1/+2
2016-08-15hv_netvsc: fix bonding devices check in netvsc_netdev_event()Vitaly Kuznetsov1-2/+7
2016-08-15hv_netvsc: protect module refcount by checking net_device_ctx->vf_netdevVitaly Kuznetsov1-2/+2
2016-08-15hv_netvsc: reset vf_inject on VF removalVitaly Kuznetsov1-10/+16
2016-08-15hv_netvsc: avoid deadlocks between rtnl lock and vf_use_cnt waitVitaly Kuznetsov2-35/+5
2016-08-15hv_netvsc: don't lose VF informationVitaly Kuznetsov3-42/+45
2016-08-15net: hns: mdio->irq is an array, so no need to check if it is nullColin Ian King1-2/+1
2016-08-15switchdev: Put export declaration in the right placeOr Gerlitz1-1/+1
2016-08-15gre: set inner_protocol on xmitSimon Horman3-3/+1