summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * net: hns: fix the error info when dma_set_mask_and_coherent failQianqian Xie2016-06-211-1/+1
| * net: hns: Remove unnecessary device resource freeQianqian Xie2016-06-211-35/+4
| * net: hns: typo fix of annotation info for hns_nic_reset_subtask()Qianqian Xie2016-06-211-1/+1
| * net: hns: add skb_reset_mac_header() after skb being allocKejian Yan2016-06-211-0/+1
| * net: hns: fix hns dsaf v1 dont support tx_pause closeQianqian Xie2016-06-211-3/+3
| * net: hns: bug fix of ge reset sequenceQianqian Xie2016-06-211-1/+5
|/
* Merge branch 'dsa-mv88e6xxx-probe-compatible'David S. Miller2016-06-212-216/+385
|\
| * net: dsa: mv88e6xxx: abstract switch registers accessesVivien Didelot2016-06-212-60/+170
| * net: dsa: mv88e6xxx: add port base address to infoVivien Didelot2016-06-212-1/+19
| * net: dsa: mv88e6xxx: pass compatible infoVivien Didelot2016-06-211-1/+16
| * net: dsa: mv88e6xxx: add detection helperVivien Didelot2016-06-211-34/+30
| * net: dsa: mv88e6xxx: add SMI init helperVivien Didelot2016-06-211-5/+21
| * net: dsa: mv88e6xxx: add chip allocation helperVivien Didelot2016-06-211-12/+27
| * net: dsa: mv88e6xxx: rename smi_mutex to reg_lockVivien Didelot2016-06-212-65/+62
| * net: dsa: mv88e6xxx: remove table args in info lookupVivien Didelot2016-06-211-10/+6
| * net: dsa: mv88e6xxx: use gpio get optional variantVivien Didelot2016-06-211-10/+3
| * net: dsa: mv88e6xxx: add switch register helpersVivien Didelot2016-06-211-13/+28
| * net: dsa: mv88e6xxx: do not increment bus refcountVivien Didelot2016-06-211-3/+0
| * net: dsa: mv88e6xxx: use already declared variablesVivien Didelot2016-06-211-3/+3
| * net: dsa: mv88e6xxx: remove redundant assignmentsVivien Didelot2016-06-211-3/+0
| * net: dsa: mv88e6xxx: fix style issuesVivien Didelot2016-06-211-19/+23
|/
* net: ethernet: bcmsysport: use phy_ethtool_{get|set}_link_ksettingsPhilippe Reynes2016-06-201-20/+2
* net: ethernet: bcmsysport: use phydev from struct net_devicePhilippe Reynes2016-06-202-18/+14
* net: ethernet: nb8800: use phy_ethtool_{get|set}_link_ksettingsPhilippe Reynes2016-06-191-22/+2
* net: ethernet: nb8800: use phydev from struct net_devicePhilippe Reynes2016-06-192-29/+29
* Merge branch 'ipv6-better-traceroute-sit-gre'David S. Miller2016-06-198-43/+92
|\
| * ipv6: RFC 4884 partial support for SIT/GRE tunnelsEric Dumazet2016-06-195-7/+34
| * gre: better support for ICMP messages for gre+ipv6Eric Dumazet2016-06-193-0/+8
| * ipv6: translate ICMP_TIME_EXCEEDED to ICMPV6_TIME_EXCEEDEric Dumazet2016-06-193-7/+13
| * ip6: move ipip6_err_gen_icmpv6_unreach()Eric Dumazet2016-06-193-37/+41
| * ipv6: icmp: add a force_saddr param to icmp6_send()Eric Dumazet2016-06-193-4/+8
|/
* net: ethernet: et131x: use phy_ethtool_{get|set}_link_ksettingsPhilippe Reynes2016-06-181-14/+2
* net: ethernet: et131x: use phydev from struct net_devicePhilippe Reynes2016-06-181-30/+18
* RDS: TCP: Fix non static symbol warningsWei Yongjun2016-06-181-2/+2
* net:liquidio: remove unused including <linux/version.h>Wei Yongjun2016-06-181-1/+0
* gtp: remove unused including <linux/version.h>Wei Yongjun2016-06-181-1/+0
* Merge tag 'linux-can-next-for-4.8-20160617' of git://git.kernel.org/pub/scm/l...David S. Miller2016-06-1818-255/+2219
|\
| * can: rcar_can: Move Renesas CAN driver to rcar dirRamesh Shanmugasundaram2016-06-175-12/+12
| * can: rcar_canfd: Add Renesas R-Car CAN FD driverRamesh Shanmugasundaram2016-06-176-0/+1802
| * can: bcm: add documentation for CAN FD supportOliver Hartkopp2016-06-171-1/+24
| * can: bcm: add support for CAN FD framesOliver Hartkopp2016-06-172-88/+136
| * can: bcm: unify bcm_msg_head handling and prepare function parametersOliver Hartkopp2016-06-171-25/+29
| * can: bcm: use CAN frame instead of can_frame in commentsOliver Hartkopp2016-06-171-16/+16
| * can: bcm: fix indention and other minor style issuesOliver Hartkopp2016-06-171-14/+12
| * can: gs_usb: add ethtool set_phys_id callback to locate physical deviceMaximilian Schneider2016-06-171-31/+85
| * can: gs_usb: codingstyle: introduce use of BIT() + fix indentionMaximilian Schneider2016-06-171-11/+14
| * can: tscan1: Utilize the module_isa_driver macroWilliam Breathitt Gray2016-06-171-11/+1
| * can: slcan: Replace sizeof struct can_frame with CAN_MTUMarek Vasut2016-06-171-2/+2
| * can: dev: can-calc-bit-timing(): better sample point calculationMarc Kleine-Budde2016-06-171-55/+85
| * can: build proc support only if CONFIG_PROC_FS is activatedAlexander Aring2016-06-173-3/+14