summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* net: systemport: Support 64bit statisticskiki good2017-08-062-17/+82
* liquidio: moved console_bitmask module param to lio_main.cIntiyaz Basha2017-08-063-14/+17
* liquidio: add missing strings in oct_dev_state_str arrayIntiyaz Basha2017-08-061-2/+3
* sfp: add SFP module supportRussell King2017-08-063-0/+921
* phylink: add in-band autonegotiation support for 10GBase-KR mode.Russell King2017-08-061-0/+17
* phylink: add support for MII ioctl access to Clause 45 PHYsRussell King2017-08-061-33/+124
* phylink: add module EEPROM supportRussell King2017-08-061-0/+28
* sfp: add sfp-bus to bridge between network devices and sfp cagesRussell King2017-08-064-0/+663
* phylink: add phylink infrastructureRussell King2017-08-064-0/+1181
* net: phy: add I2C mdio busRussell King2017-08-064-0/+139
* net: phy: export phy_start_machine() for phylinkRussell King2017-08-061-0/+1
* net: phy: provide a hook for link up/link down eventsRussell King2017-08-062-22/+34
* net: phy: add 1000Base-X to phy settings tableRussell King2017-08-061-0/+5
* net: phy: move phy_lookup_setting() and guts of phy_supported_speeds() to phy...Russell King2017-08-062-129/+127
* net: phy: split out PHY speed and duplex string generationRussell King2017-08-062-37/+50
* net: phy: allow settings table to support more than 32 link modesRussell King2017-08-061-18/+26
* aquantia: Switch to use napi_gro_receivePavel Belous2017-08-043-3/+10
* net: sched: change names of action number helpers to be aligned with the restJiri Pirko2017-08-046-8/+8
* net: hns: Fix for __udivdi3 compiler errorLin Yun Sheng2017-08-041-1/+2
* net: phy: marvell: logical vs bitwise OR typoDan Carpenter2017-08-041-1/+1
* sock: enable MSG_ZEROCOPYWillem de Bruijn2017-08-032-1/+2
* mlxsw: spectrum_router: Don't ignore IPv6 notificationsIdo Schimmel2017-08-031-1/+1
* mlxsw: spectrum_router: Abort on source-specific routesIdo Schimmel2017-08-031-0/+3
* mlxsw: spectrum_router: Add support for route replaceIdo Schimmel2017-08-031-14/+49
* mlxsw: spectrum_router: Add support for IPv6 routes addition / deletionIdo Schimmel2017-08-032-3/+724
* mlxsw: spectrum_router: Sanitize IPv6 FIB rulesIdo Schimmel2017-08-031-0/+25
* mlxsw: spectrum_router: Demultiplex FIB event based on familyIdo Schimmel2017-08-031-21/+44
* rocker: Ignore address families other than IPv4Ido Schimmel2017-08-031-0/+4
* mlxsw: spectrum_router: Ignore address families other than IPv4Ido Schimmel2017-08-031-1/+1
* net: core: Make the FIB notification chain genericIdo Schimmel2017-08-032-0/+2
* net: mvpp2: add support for TX interrupts and RX queue distribution modesThomas Petazzoni2017-08-031-29/+246
* net: mvpp2: introduce queue_vector conceptThomas Petazzoni2017-08-031-54/+169
* net: mvpp2: move from cpu-centric naming to "software thread" namingThomas Petazzoni2017-08-031-12/+13
* net: mvpp2: introduce per-port nrxqs/ntxqs variablesThomas Petazzoni2017-08-031-42/+41
* net: mvpp2: remove RX queue group reset codeThomas Petazzoni2017-08-031-17/+0
* net: mvpp2: fix MVPP21_ISR_RXQ_GROUP_REG definitionThomas Petazzoni2017-08-031-1/+1
* net: arc_emac: Add support for ndo_do_ioctl net_device_ops operationRomain Perier2017-08-031-0/+13
* net: hns3: Add HNS3 driver to kernel build framework & MAINTAINERSSalil2017-08-034-0/+46
* net: hns3: Add Ethtool support to HNS3 driverSalil2017-08-031-0/+482
* net: hns3: Add MDIO support to HNS3 Ethernet driver for hip08 SoCSalil2017-08-032-0/+230
* net: hns3: Add support of TX Scheduler & Shaper to HNS3 driverSalil2017-08-032-0/+1121
* net: hns3: Add HNS3 Acceleration Engine & Compatibility Layer SupportSalil2017-08-032-0/+4786
* net: hns3: Add HNS3 IMP(Integrated Mgmt Proc) Cmd Interface SupportSalil2017-08-032-0/+1096
* net: hns3: Add support of the HNAE3 frameworkSalil2017-08-032-0/+744
* net: hns3: Add support of HNS3 Ethernet Driver for hip08 SoCSalil2017-08-032-0/+3440
* ibmvnic: Implement .get_channelsJohn Allen2017-08-031-0/+16
* ibmvnic: Implement .get_ringparamJohn Allen2017-08-031-4/+6
* ibmvnic: Convert vnic server reported statistics to cpu endianJohn Allen2017-08-031-1/+2
* ibmvnic: Implement per-queue statistics reportingJohn Allen2017-08-032-2/+101
* net: dsa: bcm_sf2: dst in not an arrayVivien Didelot2017-08-031-2/+2