aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/checkpatch.pl (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2016-06-21mlxsw: spectrum: Remove unnecessary function argumentIdo Schimmel1-4/+3
2016-06-21mlxsw: spectrum: Make unlinking functions return voidIdo Schimmel1-40/+28
2016-06-21mlxsw: spectrum: Use WARN_ON() return valueIdo Schimmel1-12/+4
2016-06-21mlxsw: spectrum: Remove unnecessary checks from event processingIdo Schimmel1-4/+2
2016-06-21mlxsw: spectrum: Forbid LAG slave from having VLAN uppersIdo Schimmel1-1/+6
2016-06-21mlxsw: spectrum: Sanitize port netdev upper devicesIdo Schimmel1-0/+7
2016-06-21mlxsw: spectrum: Use notifier_from_errno() in notifier blockIdo Schimmel1-63/+29
2016-06-21net: hns: bug fix about TSO on|off when there is trafficDaode Huang1-4/+4
2016-06-21net: hns: change the default coalesce usecsDaode Huang2-2/+2
2016-06-21net: hns: fix sbm default parameters config errorDaode Huang2-17/+39
2016-06-21net: hns: fix bug that alloc skb fail lead to port unavailableJun He1-2/+3
2016-06-21net: hns: bug fix about led control logic when link downDaode Huang1-5/+7
2016-06-21net: hns: delete redundancy ring enable operationsDaode Huang4-21/+10
2016-06-21net: hns: add get_coalesce_range api for hnsDaode Huang3-0/+40
2016-06-21net: hns: fix bug of getting the wrong tcam dataDaode Huang1-4/+4
2016-06-21net: hns: add spin lock for tcam table operationDaode Huang2-0/+27
2016-06-21net: hns: bugfix about pfc pause frame statisticsDaode Huang4-12/+81
2016-06-21net: hns: fix the wrong speed for bondQianqian Xie2-20/+25
2016-06-21net: hns: fix ethtool loopback fail bugKejian Yan1-21/+14
2016-06-21net: hns: select Hilink before serdes loopback for HNS V2Kejian Yan1-6/+20
2016-06-21net: hns: fix the error info when dma_set_mask_and_coherent failQianqian Xie1-1/+1
2016-06-21net: hns: Remove unnecessary device resource freeQianqian Xie1-35/+4
2016-06-21net: hns: typo fix of annotation info for hns_nic_reset_subtask()Qianqian Xie1-1/+1
2016-06-21net: hns: add skb_reset_mac_header() after skb being allocKejian Yan1-0/+1
2016-06-21net: hns: fix hns dsaf v1 dont support tx_pause closeQianqian Xie1-3/+3
2016-06-21net: hns: bug fix of ge reset sequenceQianqian Xie1-1/+5
2016-06-21net: dsa: mv88e6xxx: abstract switch registers accessesVivien Didelot2-60/+170
2016-06-21net: dsa: mv88e6xxx: add port base address to infoVivien Didelot2-1/+19
2016-06-21net: dsa: mv88e6xxx: pass compatible infoVivien Didelot1-1/+16
2016-06-21net: dsa: mv88e6xxx: add detection helperVivien Didelot1-34/+30
2016-06-21net: dsa: mv88e6xxx: add SMI init helperVivien Didelot1-5/+21
2016-06-21net: dsa: mv88e6xxx: add chip allocation helperVivien Didelot1-12/+27
2016-06-21net: dsa: mv88e6xxx: rename smi_mutex to reg_lockVivien Didelot2-65/+62
2016-06-21net: dsa: mv88e6xxx: remove table args in info lookupVivien Didelot1-10/+6
2016-06-21net: dsa: mv88e6xxx: use gpio get optional variantVivien Didelot1-10/+3
2016-06-21net: dsa: mv88e6xxx: add switch register helpersVivien Didelot1-13/+28
2016-06-21net: dsa: mv88e6xxx: do not increment bus refcountVivien Didelot1-3/+0
2016-06-21net: dsa: mv88e6xxx: use already declared variablesVivien Didelot1-3/+3
2016-06-21net: dsa: mv88e6xxx: remove redundant assignmentsVivien Didelot1-3/+0
2016-06-21net: dsa: mv88e6xxx: fix style issuesVivien Didelot1-19/+23
2016-06-19net: ethernet: bcmsysport: use phy_ethtool_{get|set}_link_ksettingsPhilippe Reynes1-20/+2
2016-06-19net: ethernet: bcmsysport: use phydev from struct net_devicePhilippe Reynes2-18/+14
2016-06-19net: ethernet: nb8800: use phy_ethtool_{get|set}_link_ksettingsPhilippe Reynes1-22/+2
2016-06-19net: ethernet: nb8800: use phydev from struct net_devicePhilippe Reynes2-29/+29
2016-06-18ipv6: RFC 4884 partial support for SIT/GRE tunnelsEric Dumazet5-7/+34
2016-06-18gre: better support for ICMP messages for gre+ipv6Eric Dumazet3-0/+8
2016-06-18ipv6: translate ICMP_TIME_EXCEEDED to ICMPV6_TIME_EXCEEDEric Dumazet3-7/+13
2016-06-18ip6: move ipip6_err_gen_icmpv6_unreach()Eric Dumazet3-37/+41
2016-06-18ipv6: icmp: add a force_saddr param to icmp6_send()Eric Dumazet3-4/+8
2016-06-18mwifiex: fix link error against sdioArnd Bergmann3-6/+15