aboutsummaryrefslogtreecommitdiffstats
path: root/drivers (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-04-01chelsio cxgb/cxgb3: Make stats_strings arrays constJoe Perches2-2/+2
2015-04-01Merge tag 'wireless-drivers-next-for-davem-2015-04-01' of git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers-nextDavid S. Miller137-1342/+4442
2015-04-01Merge tag 'linux-can-next-for-4.1-20150401' of git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can-nextDavid S. Miller2-8/+5
2015-04-01net: bcmgenet: enable MoCA link state change detectionPetri Gynther3-2/+24
2015-04-01net: phy: at803x: simplify using devm_gpiod_get_optional and its 4th argumentUwe Kleine-König1-5/+6
2015-04-01caif: remove unused struct memberRasmus Villemoes1-1/+0
2015-04-01can: pcan_usb: pcan_usb_fd_send_cmd(): silence compiler warning about uninitialized varMarc Kleine-Budde1-1/+1
2015-04-01can: ems_usb: mark timestamp as little endianMarc Kleine-Budde1-2/+2
2015-04-01can: ems_usb: fix endianess of CAN IDGerhard Uttenthaler1-5/+2
2015-03-31ptp: ixgbe: use helpers for converting ns to timespec.Richard Cochran1-5/+2
2015-03-31ptp: fec: use helpers for converting ns to timespec.Richard Cochran1-5/+2
2015-03-31ptp: tg3: use helpers for converting ns to timespec.Richard Cochran1-3/+1
2015-03-31ptp: blackfin: use helpers for converting ns to timespec.Richard Cochran1-5/+3
2015-03-31ptp: cpts: use helpers for converting ns to timespec.Richard Cochran1-5/+2
2015-03-31ptp: stmmac: use helpers for converting ns to timespec.Richard Cochran1-3/+1
2015-03-31ptp: mlx4: use helpers for converting ns to timespec.Richard Cochran1-3/+1
2015-03-31ptp: igb: use helpers for converting ns to timespec.Richard Cochran1-5/+2
2015-03-31ptp: e1000e: use helpers for converting ns to timespec.Richard Cochran1-3/+1
2015-03-31ptp: gianfar: use helpers for converting ns to timespec.Richard Cochran1-5/+3
2015-03-31ptp: bnx2x: use helpers for converting ns to timespec.Richard Cochran1-5/+2
2015-03-31bonding: Fix another case of LACPDU not sent on slaveMahesh Bandewar1-0/+3
2015-03-31bonding: deprecate BOND_MONITOR_CHURNED in favor of existing definitionsMahesh Bandewar1-6/+6
2015-03-31net/macb: unify peripheral version testingNicolas Ferre2-5/+7
2015-03-31net/macb: fix the peripheral version testNicolas Ferre1-1/+1
2015-03-31net/macb: add the user i/o to ethtool register dumpNicolas Ferre2-2/+2
2015-03-31net/macb: fix probe sequence to setup clocks earlierNicolas Ferre2-67/+104
2015-03-31net/macb: trivial: correct wording for capsNicolas Ferre1-2/+2
2015-03-31net/macb: fix capabilities configurationNicolas Ferre1-18/+18
2015-03-31net/macb: add comment in macb_probe_queuesNicolas Ferre1-2/+6
2015-03-31net/macb: only probe queues once and use stored valuesNicolas Ferre2-4/+4
2015-03-31net: smc91x: Remove an unused variableFabio Estevam1-1/+0
2015-03-31Merge tag 'mac80211-next-for-davem-2015-03-30' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-nextDavid S. Miller22-52/+150
2015-03-31net/mlx4_en: Moderate ethtool callback to show more statisticsEran Ben Elisha3-46/+130
2015-03-31net/mlx4_en: Add Flow control statistics display via ethtoolMatan Barak7-7/+253
2015-03-31net/mlx4_en: Protect access to the statistics bitmapEran Ben Elisha3-17/+23
2015-03-31net/mlx4_en: Support general selective view of ethtool statisticsEran Ben Elisha4-65/+109
2015-03-31net/mlx4_en: Move statistics bitmap setting to the Ethernet driverEran Ben Elisha3-22/+23
2015-03-31net/mlx4_en: Create new header file for all statistics infoEran Ben Elisha4-35/+49
2015-03-31net/mlx4_en: Fix port counters statistics bitmaskEran Ben Elisha1-1/+1
2015-03-31net: bcmgenet: fix the call to phy_mac_interrupt()Petri Gynther1-1/+1
2015-03-31net: bcmgenet: add UMAC_IRQ_LINK_EVENTPetri Gynther2-6/+6
2015-03-31net: bcmgenet: fix bcmgenet_open()Petri Gynther1-1/+1
2015-03-31net: bcmgenet: remove __bcmgenet_fini_dma()Petri Gynther1-9/+4
2015-03-31net: bcmgenet: add UMAC_IRQ_RXDMA_DONE and UMAC_IRQ_TXDMA_DONEPetri Gynther2-12/+12
2015-03-31hv_netvsc: Eliminate memory allocation in the packet send pathKY Srinivasan4-22/+60
2015-03-31hv_netvsc: Cleanup the test for freeing skb when we use sendbuf mechanismKY Srinivasan2-2/+2
2015-03-31ethernet: Use bool function returns of true/false instead of 1/0Joe Perches3-4/+4
2015-03-31netlink: implement nla_get_in_addr and nla_get_in6_addrJiri Benc1-9/+7
2015-03-31netlink: implement nla_put_in_addr and nla_put_in6_addrJiri Benc1-11/+11
2015-03-31vxlan: fix indentationJiri Benc1-44/+44