summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)Author
2017-04-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-04-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2017-04-26virtio-net: on tx, only call napi_disable if tx napi is onWillem de Bruijn
2017-04-26ibmvnic: Move initialization of sub crqs to ibmvnic_initNathan Fontenot
2017-04-26ibmvnic: Split initialization of scrqs to its own routineNathan Fontenot
2017-04-26macsec: dynamically allocate space for sglistJason A. Donenfeld
2017-04-26Revert "phy: micrel: Disable auto negotiation on startup"David S. Miller
2017-04-26net: phy: fix auto-negotiation stall due to unavailable interruptAlexander Kochetkov
2017-04-25drivers: net: xgene-v2: Fix error return code in xge_mdio_config()Wei Yongjun
2017-04-25qed: fix invalid use of sizeof in qed_alloc_qm_data()Wei Yongjun
2017-04-25qed: Fix error in the dcbx app meta data initialization.sudarsana.kalluru@cavium.com
2017-04-25netvsc: fix calculation of available send sectionsstephen hemminger
2017-04-25net: ethernet: ti: netcp_core: remove unused compl queue mappingIvan Khoronzhuk
2017-04-25net: hso: fix module unloadingAndreas Kemnade
2017-04-25qed - VF tunnelling support [VXLAN/GENEVE/GRE]Chopra, Manish
2017-04-25qed/qede: Add UDP ports in bulletin boardChopra, Manish
2017-04-25qede: Configure UDP ports in local context.Chopra, Manish
2017-04-25qede: Disable tunnel offloads for non offloaded UDP portsChopra, Manish
2017-04-25qed/qede: Enable tunnel offloads based on hw configurationChopra, Manish
2017-04-25qed: refactor tunnelling - API/StructsChopra, Manish
2017-04-25team: fix memory leaksPan Bian
2017-04-25Merge tag 'linux-can-fixes-for-4.11-20170425' of git://git.kernel.org/pub/scm...David S. Miller
2017-04-25sfc: tx ring can only have 2048 entries for all EF10 NICsBert Kenward
2017-04-25Merge tag 'linux-can-next-for-4.12-20170425' of git://git.kernel.org/pub/scm/...David S. Miller
2017-04-25ipvlan: use pernet operations and restrict l3s hooks to master netnsFlorian Westphal
2017-04-25macvlan: Fix device ref leak when purging bc_queueHerbert Xu
2017-04-25usb: plusb: Add support for PL-27A1Roman Spychała
2017-04-25net: can: usb: gs_usb: Fix buffer on stackMaksim Salau
2017-04-25can: usb: Kconfig: Add PCAN-USB X6 device in help textStephane Grosjean
2017-04-25can: usb: Add support of PCAN-Chip USB stamp moduleStephane Grosjean
2017-04-25can: ti_hecc: fix return value check in ti_hecc_probe()Wei Yongjun
2017-04-25can: enable module auto loading for virtual CAN interfacesOliver Hartkopp
2017-04-25can: add Virtual CAN Tunnel driver (vxcan)Oliver Hartkopp
2017-04-25can: mcba_usb: Add support for Microchip CAN BUS AnalyzerRemigiusz Kołłątaj
2017-04-25can: m_can: Enable TX FIFO Handling for M_CAN IP version >= v3.1.xMario Huettel
2017-04-25can: m_can: Configuration for TX and TX event FIFOsMario Huettel
2017-04-25can: m_can: Enable M_CAN version dependent initializationMario Huettel
2017-04-25can: m_can: Updated register defines to newest versionMario Huettel
2017-04-25can: m_can: Removed virtual address from printMario Huettel
2017-04-25can: m_can: Removed initialization of FIFO water marksMario Huettel
2017-04-25can: m_can: Disabled Interrupt Line 1Mario Huettel
2017-04-25can: peak: add support for PEAK PCAN-PCIe FD CAN-FD boardsStephane Grosjean
2017-04-25can: peak: move header file to new can common subdirStephane Grosjean
2017-04-25can: peak: fix usage of const qualifier in pointers argsStephane Grosjean
2017-04-25can: peak: fix usage of usb specific data typeStephane Grosjean
2017-04-24virtio-net: keep tx interrupts disabled unless kickWillem de Bruijn
2017-04-24virtio-net: clean tx descriptors from rx napiWillem de Bruijn
2017-04-24virtio-net: move free_old_xmit_skbsWillem de Bruijn
2017-04-24virtio-net: transmit napiWillem de Bruijn
2017-04-24virtio-net: napi helper functionsWillem de Bruijn