aboutsummaryrefslogtreecommitdiffstats
path: root/drivers (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-04-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller31-112/+321
2017-04-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds29-106/+315
2017-04-26virtio-net: on tx, only call napi_disable if tx napi is onWillem de Bruijn1-2/+8
2017-04-26ibmvnic: Move initialization of sub crqs to ibmvnic_initNathan Fontenot1-11/+12
2017-04-26ibmvnic: Split initialization of scrqs to its own routineNathan Fontenot1-47/+54
2017-04-26macsec: dynamically allocate space for sglistJason A. Donenfeld1-7/+22
2017-04-26Revert "phy: micrel: Disable auto negotiation on startup"David S. Miller1-11/+0
2017-04-26net: phy: fix auto-negotiation stall due to unavailable interruptAlexander Kochetkov1-4/+36
2017-04-25drivers: net: xgene-v2: Fix error return code in xge_mdio_config()Wei Yongjun1-0/+1
2017-04-25qed: fix invalid use of sizeof in qed_alloc_qm_data()Wei Yongjun1-1/+1
2017-04-25qed: Fix error in the dcbx app meta data initialization.sudarsana.kalluru@cavium.com1-5/+5
2017-04-25netvsc: fix calculation of available send sectionsstephen hemminger2-6/+4
2017-04-25net: ethernet: ti: netcp_core: remove unused compl queue mappingIvan Khoronzhuk1-4/+0
2017-04-25net: hso: fix module unloadingAndreas Kemnade1-1/+1
2017-04-25qed - VF tunnelling support [VXLAN/GENEVE/GRE]Chopra, Manish8-4/+446
2017-04-25qed/qede: Add UDP ports in bulletin boardChopra, Manish8-1/+83
2017-04-25qede: Configure UDP ports in local context.Chopra, Manish3-36/+52
2017-04-25qede: Disable tunnel offloads for non offloaded UDP portsChopra, Manish1-6/+17
2017-04-25qed/qede: Enable tunnel offloads based on hw configurationChopra, Manish3-11/+46
2017-04-25qed: refactor tunnelling - API/StructsChopra, Manish7-197/+207
2017-04-25team: fix memory leaksPan Bian1-2/+6
2017-04-25Merge tag 'linux-can-fixes-for-4.11-20170425' of git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-canDavid S. Miller5-5/+90
2017-04-25sfc: tx ring can only have 2048 entries for all EF10 NICsBert Kenward2-1/+5
2017-04-25Merge tag 'linux-can-next-for-4.12-20170425' of git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can-nextDavid S. Miller16-431/+3573
2017-04-25ipvlan: use pernet operations and restrict l3s hooks to master netnsFlorian Westphal2-15/+70
2017-04-25macvlan: Fix device ref leak when purging bc_queueHerbert Xu1-1/+10
2017-04-25usb: plusb: Add support for PL-27A1Roman Spychała2-3/+14
2017-04-25net: can: usb: gs_usb: Fix buffer on stackMaksim Salau1-5/+12
2017-04-25can: usb: Kconfig: Add PCAN-USB X6 device in help textStephane Grosjean1-0/+1
2017-04-25can: usb: Add support of PCAN-Chip USB stamp moduleStephane Grosjean4-0/+77
2017-04-25can: ti_hecc: fix return value check in ti_hecc_probe()Wei Yongjun1-6/+6
2017-04-25can: enable module auto loading for virtual CAN interfacesOliver Hartkopp1-2/+5
2017-04-25can: add Virtual CAN Tunnel driver (vxcan)Oliver Hartkopp3-0/+335
2017-04-25can: mcba_usb: Add support for Microchip CAN BUS AnalyzerRemigiusz Kołłątaj3-0/+911
2017-04-25can: m_can: Enable TX FIFO Handling for M_CAN IP version >= v3.1.xMario Huettel1-29/+159
2017-04-25can: m_can: Configuration for TX and TX event FIFOsMario Huettel1-5/+34
2017-04-25can: m_can: Enable M_CAN version dependent initializationMario Huettel1-71/+269
2017-04-25can: m_can: Updated register defines to newest versionMario Huettel1-65/+125
2017-04-25can: m_can: Removed virtual address from printMario Huettel1-2/+2
2017-04-25can: m_can: Removed initialization of FIFO water marksMario Huettel1-2/+2
2017-04-25can: m_can: Disabled Interrupt Line 1Mario Huettel1-1/+2
2017-04-25can: peak: add support for PEAK PCAN-PCIe FD CAN-FD boardsStephane Grosjean7-0/+1718
2017-04-25can: peak: move header file to new can common subdirStephane Grosjean2-244/+1
2017-04-25can: peak: fix usage of const qualifier in pointers argsStephane Grosjean1-8/+8
2017-04-25can: peak: fix usage of usb specific data typeStephane Grosjean2-14/+14
2017-04-24virtio-net: keep tx interrupts disabled unless kickWillem de Bruijn1-0/+3
2017-04-24virtio-net: clean tx descriptors from rx napiWillem de Bruijn1-0/+21
2017-04-24virtio-net: move free_old_xmit_skbsWillem de Bruijn1-30/+30
2017-04-24virtio-net: transmit napiWillem de Bruijn1-9/+67
2017-04-24virtio-net: napi helper functionsWillem de Bruijn1-30/+35