summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* net: dsa: b53: Utilize mdio_module_driverFlorian Fainelli2017-01-241-12/+1
* net: stmmac: dwmac-meson8b: make the RGMII TX delay configurableMartin Blumenstingl2017-01-241-6/+14
* net: xilinx: constify net_device_ops structureBhumika Goyal2017-01-231-2/+2
* net: moxa: constify net_device_ops structuresBhumika Goyal2017-01-231-1/+1
* net: qcom/emac: claim the irq only when the device is openedTimur Tabi2017-01-233-14/+11
* net: qcom/emac: rename emac_phy to emac_sgmii and move itTimur Tabi2017-01-239-24/+23
* bnx2x: avoid two atomic ops per page on x86Eric Dumazet2017-01-231-10/+5
* net: phy: bcm7xxx: Implement EGPHY workaround for 7278Florian Fainelli2017-01-221-0/+34
* net: phy: bcm7xxx: Add entry for BCM7278Florian Fainelli2017-01-221-0/+2
* net: dsa: bcm_sf2: Allow non-IMP ports to have Broadcom tags enabledFlorian Fainelli2017-01-222-0/+10
* net: dsa: bcm_sf2: Move code enabling Broadcom tagsFlorian Fainelli2017-01-221-27/+34
* net: dsa: bcm_sf2: Add support for BCM7278 integrated switchFlorian Fainelli2017-01-224-9/+67
* net: dsa: bcm_sf2: Prepare for different register layoutsFlorian Fainelli2017-01-223-25/+109
* net: dsa: bcm_sf2: Make SF2_IO64_MACRO() utilize 32-bit macroFlorian Fainelli2017-01-221-2/+2
* net: systemport: Add support for SYSTEMPORT LiteFlorian Fainelli2017-01-222-78/+323
* net: systemport: Dynamically allocate number of TX ringsFlorian Fainelli2017-01-222-1/+12
* net: stmicro: fix LS field mask in EEE configurationjpinto2017-01-221-1/+1
* net/mlx4: use rb_entry()Geliang Tang2017-01-221-4/+4
* net: dsa: Remove hwmon supportAndrew Lunn2017-01-202-170/+0
* phy: marvell: Add support for temperature sensorAndrew Lunn2017-01-201-3/+420
* Merge tag 'mlx5-updates-2017-01-19' of git://git.kernel.org/pub/scm/linux/ker...David S. Miller2017-01-2017-66/+522
|\
| * net/mlx5e: Reorder update statsSaeed Mahameed2017-01-191-3/+3
| * net/mlx5: Move cached hca caps to designated caps structGal Pressman2017-01-192-4/+4
| * net/mlx5e: Expose PCIe statistics to ethtoolGal Pressman2017-01-193-1/+53
| * net/mlx5e: Expose physical layer statistical counters to ethtoolGal Pressman2017-01-193-2/+32
| * net/mlx5: Query and cache PCAM, MCAM registers on initializationGal Pressman2017-01-191-0/+20
| * net/mlx5: Implement PCAM, MCAM access register commandsGal Pressman2017-01-192-0/+29
| * net/mlx5e: Receive s-tagged packets in promiscuous modeMohamad Haj Yahia2017-01-192-20/+68
| * net/mlx5: Add support to s-tag in mlx5 firmware interfaceMohamad Haj Yahia2017-01-195-17/+17
| * net/mlx5e: Implement 1PPS supportEugenia Emantayev2017-01-193-1/+232
| * net/mlx5: Add MTPPS and MTPPSE registers infrastructureEugenia Emantayev2017-01-193-0/+62
| * net/mlx5: Fix version printout in case of health issueEli Cohen2017-01-191-17/+3
| * net/mlx5: Remove information print after attempt to load mlx5_ib moduleLeon Romanovsky2017-01-191-3/+1
* | net: ethernet: ti: cpsw: clarify ethtool ops changing num of descsIvan Khoronzhuk2017-01-201-73/+59
* | net: ethernet: ti: cpsw: don't duplicate common res in rx handlerIvan Khoronzhuk2017-01-201-24/+16
* | net: ethernet: ti: cpsw: don't duplicate ndev_runningIvan Khoronzhuk2017-01-201-14/+17
* | net: ethernet: ti: cpsw: don't disable interrupts in ndo_openIvan Khoronzhuk2017-01-201-2/+0
* | net: ethernet: ti: cpsw: remove dual check from common res usage functionIvan Khoronzhuk2017-01-201-3/+0
* | macvlan: use netdev_is_rx_handler_busy instead of checking specific typeMahesh Bandewar2017-01-201-1/+1
* | ipvlan: use netdev_is_rx_handler_busy instead of checking specific typeMahesh Bandewar2017-01-201-2/+2
* | vxlan: preserve type of dst_port parm for encap_bypass_if_local()Lance Richardson2017-01-201-1/+1
* | PCI: implement num_vf bus type callbackPhil Sutter2017-01-201-0/+6
* | cxgb4: hide unused warningsArnd Bergmann2017-01-201-0/+2
* | mlx4: support __GFP_MEMALLOC for rxEric Dumazet2017-01-191-1/+2
* | Revert "net: qcom/emac: configure the external phy to allow pause frames"Timur Tabi2017-01-191-6/+0
* | macb: Common code to enable ptp support for MACB/GEMAndrei.Pistirica@microchip.com2017-01-192-2/+104
|/
* net: Remove usage of net_device last_rx memberTobias Klauser2017-01-1819-38/+22
* net: ethernet: ti: davinci_cpdma: correct check on NULL in set rateIvan Khoronzhuk2017-01-181-1/+2
* tun: rx batchingJason Wang2017-01-181-6/+70
* vhost_net: tx batchingJason Wang2017-01-181-3/+20