summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2017-10-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller100-663/+1023
2017-10-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds22-150/+299
2017-10-29ipvlan: implement VEPA modeMahesh Bandewar3-9/+36
2017-10-29ipvlan: introduce 'private' attribute for all existing modes.Mahesh Bandewar3-5/+64
2017-10-29net: aquantia: Make local functions staticWei Yongjun1-4/+4
2017-10-29net: dsa: b53: Export b53_configure_vlan()Florian Fainelli3-42/+6
2017-10-29liquidio: get rid of false alarm "Unknown cmd 27" in dmesgFelix Manlunas1-0/+1
2017-10-29hv_netvsc: Set tx_table to equal weight after subchannels openHaiyang Zhang1-0/+3
2017-10-29ppp: allow usage in namespacesMatteo Croce1-1/+1
2017-10-29Merge branch '1GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher...David S. Miller4-0/+384
2017-10-29cxgb3: Check and handle the dma mapping errorsArjun Vynipadath1-26/+92
2017-10-29r8169: Add support for interrupt coalesce tuning (ethtool -C)Francois Romieu1-0/+231
2017-10-28Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds3-9/+14
2017-10-28Merge tag 'drm-fixes-for-v4.14-rc7' of git://people.freedesktop.org/~airlied/...Linus Torvalds8-79/+27
2017-10-28Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds9-22/+37
2017-10-28tap: reference to KVA of an unloaded module causes kernel panicGirish Moodalbail3-6/+7
2017-10-28drivers/net: smsc: Convert timers to use timer_setup()Kees Cook2-10/+10
2017-10-28drivers/net: packetengines: Convert timers to use timer_setup()Kees Cook2-12/+12
2017-10-28drivers/net: natsemi: Convert timers to use timer_setup()Kees Cook2-9/+9
2017-10-28drivers/net: mellanox: Convert timers to use timer_setup()Kees Cook1-3/+3
2017-10-28drivers/net: korina: Convert timers to use timer_setup()Kees Cook1-4/+4
2017-10-28drivers/net: fealnx: Convert timers to use timer_setup()Kees Cook1-10/+10
2017-10-28drivers/net: dlink: Convert timers to use timer_setup()Kees Cook1-5/+5
2017-10-28drivers/net: chelsio/cxgb*: Convert timers to use timer_setup()Kees Cook4-22/+21
2017-10-28drivers/net: appletalk/cops: Convert timers to use timer_setup()Kees Cook1-5/+6
2017-10-28drivers/net: amd: Convert timers to use timer_setup()Kees Cook7-28/+37
2017-10-28drivers/net: 8390: Convert timers to use timer_setup()Kees Cook2-10/+10
2017-10-28tuntap: properly align skb->head before building skbJason Wang1-0/+1
2017-10-28stmmac: copy unicast mac address to MAC registersBhadram Varka1-1/+15
2017-10-28nfp: inform the VF driver needs to be restarted after changing the MACPablo Cascón1-1/+7
2017-10-28liquidio: fix kernel panic in VF driverFelix Manlunas1-3/+3
2017-10-28bnxt_en: Fix randconfig build errors.Michael Chan1-0/+6
2017-10-28Merge tag 'for-linus-4.14c-rc7-tag' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2-7/+14
2017-10-28Merge branch 'efi-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2-1/+5
2017-10-28Input: synaptics-rmi4 - limit the range of what GPIOs are buttonsAndrew Duggan1-2/+3
2017-10-28Input: gtco - fix potential out-of-bound accessDmitry Torokhov1-7/+10
2017-10-27igb: Add support for CBS offloadAndre Guedes4-0/+384
2017-10-27liquidio: xmit_more supportIntiyaz Basha9-19/+55
2017-10-27ibmvnic: Fix failover error path for non-fatal resetsJohn Allen2-2/+4
2017-10-27ibmvnic: Update reset infrastructure to support tunable parametersJohn Allen2-28/+209
2017-10-27net: qualcomm: rmnet: Add support for GROSubash Abhinov Kasiviswanathan4-1/+14
2017-10-27net: qualcomm: rmnet: Add support for 64 bit statsSubash Abhinov Kasiviswanathan2-5/+85
2017-10-27net: qualcomm: rmnet: Always assign rmnet dev in deaggregation pathSubash Abhinov Kasiviswanathan1-2/+1
2017-10-27net: qualcomm: rmnet: Fix the return value of rmnet_rx_handler()Subash Abhinov Kasiviswanathan3-24/+14
2017-10-27Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirshe...David S. Miller5-21/+22
2017-10-27bnxt_en: alloc tc_info{} struct only when tc flower is enabledSathya Perla5-22/+34
2017-10-27bnxt_en: query cfa flow stats periodically to compute 'lastused' attributeSathya Perla4-85/+218
2017-10-27bnxt_en: add hwrm FW cmds for cfa_encap_record and decap_filterSathya Perla1-4/+125
2017-10-27bnxt_en: add support for Flower based vxlan encap/decap offloadSathya Perla4-12/+631
2017-10-27bnxt_en: Refactor and simplify coalescing code.Michael Chan1-46/+35