summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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-201-1/+2
* | Revert "net: qcom/emac: configure the external phy to allow pause frames"Timur Tabi2017-01-201-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
* vhost: better detection of available buffersJason Wang2017-01-181-2/+6
* net:add one common config ARCH_WANT_RELAX_ORDER to support relax orderingMao Wenan2017-01-181-1/+1
* stmicro: add more information to Kconfigjpinto2017-01-182-9/+9
* net/mlx5e: Support bpf_xdp_adjust_head()Martin KaFai Lau2017-01-183-29/+40
* net: ethoc: Make needlessly global struct ethtool_ops staticTobias Klauser2017-01-171-1/+1
* sfc: read back RX hash config from the NIC when querying it with ethtool -xEdward Cree2017-01-176-0/+96
* sfc: support setting RSS hash key through ethtool APIEdward Cree2017-01-174-16/+50
* cxgb4: Implement ndo_get_phys_port_id for mgmt devGanesh Goudar2017-01-171-0/+27