summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2018-04-19atm: iphase: fix spelling mistake: "Tansmit" -> "Transmit"Colin Ian King1-2/+2
2018-04-19net: qmi_wwan: add Wistron Neweb D19Q1Pawel Dembicki1-0/+1
2018-04-19net: stmmac: Disable ACS Feature for GMAC >= 4Jose Abreu3-9/+7
2018-04-19net: mvpp2: Fix DMA address mask sizeMaxime Chevallier1-5/+7
2018-04-19net: qualcomm: rmnet: Fix warning seen with fill_infoSubash Abhinov Kasiviswanathan1-5/+6
2018-04-18tun: fix vlan packet truncationBjørn Mork1-6/+1
2018-04-17sfc: check RSS is active for filter insertBert Kenward1-2/+2
2018-04-16ibmvnic: Clear pending interrupt after device resetThomas Falcon1-4/+11
2018-04-16team: avoid adding twice the same option to the event listPaolo Abeni1-0/+19
2018-04-16net: mvpp2: Fix TCAM filter reserved rangeMaxime Chevallier1-1/+1
2018-04-16Revert "macsec: missing dev_put() on error in macsec_newlink()"Dan Carpenter1-3/+2
2018-04-14sfc: limit ARFS workitems in flight per channelEdward Cree2-28/+55
2018-04-14sfc: pass the correctly bogus filter_id to rps_may_expire_flow()Edward Cree2-3/+2
2018-04-14sfc: insert ARFS filters with replace_equal=trueEdward Cree1-1/+1
2018-04-13virtio-net: add missing virtqueue kick when flushing packetsJason Wang1-2/+9
2018-04-13net: dsa: mv88e6xxx: Fix receive time stamp race condition.Richard Cochran1-2/+10
2018-04-13nfp: flower: split and limit cmsg skb listsPieter Jansen van Vuuren4-8/+46
2018-04-13nfp: flower: move route ack control messages out of the workqueuePieter Jansen van Vuuren1-3/+3
2018-04-13nfp: print a message when mutex wait is interruptedJakub Kicinski1-1/+4
2018-04-13nfp: ignore signals when communicating with management FWJakub Kicinski1-2/+1
2018-04-13ibmvnic: Do not notify peers on parameter change resetsNathan Fontenot1-1/+2
2018-04-13ibmvnic: Handle all login error conditionsNathan Fontenot2-21/+35
2018-04-13lan78xx: PHY DSP registers initialization to address EEE link drop issues wit...Raghuram Chary J1-1/+177
2018-04-13mISDN: Remove VLAsLaura Abbott2-6/+16
2018-04-13ibmvnic: Define vnic_login_client_data name field as unsized arrayKees Cook1-6/+6
2018-04-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds12-56/+205
2018-04-12Merge tag 'for-linus-4.17-rc1-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds4-14/+47
2018-04-12Merge tag 'mmc-v4.17-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh...Linus Torvalds3-2/+3
2018-04-12Merge tag 'for_linus-4.16' of git://git.kernel.org/pub/scm/linux/kernel/git/j...Linus Torvalds1-2/+6
2018-04-12Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds1-0/+6
2018-04-12Merge tag 'iommu-updates-v4.17' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds20-838/+978
2018-04-12Merge tag 'pm-4.17-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds10-52/+120
2018-04-12Merge tag 'tags/upstream-4.17-rc1' of git://git.infradead.org/linux-ubifsLinus Torvalds3-2/+12
2018-04-11tun: send netlink notification when the device is modifiedSabrina Dubroca1-2/+22
2018-04-11tun: set the flags before registering the netdeviceSabrina Dubroca1-3/+6
2018-04-11lan78xx: Don't reset the interface on openPhil Elwell1-4/+0
2018-04-11bnxt_en: Fix NULL pointer dereference at bnxt_free_irq().Michael Chan1-1/+1
2018-04-11bnxt_en: Need to include RDMA rings in bnxt_check_rings().Michael Chan1-0/+2
2018-04-11bnxt_en: Support max-mtu with VF-repsSriharsha Basavapatna1-0/+30
2018-04-11bnxt_en: Ignore src port field in decap filter nodesSriharsha Basavapatna1-1/+3
2018-04-11bnxt_en: do not allow wildcard matches for L2 flowsAndy Gospodarek1-0/+59
2018-04-11bnxt_en: Fix ethtool -x crash when device is down.Michael Chan1-3/+8
2018-04-11Merge branch 'akpm' (patches from Andrew)Linus Torvalds7-119/+30
2018-04-11page cache: use xa_lockMatthew Wilcox2-5/+5
2018-04-11mac80211_hwsim: use DEFINE_IDAMatthew Wilcox1-1/+1
2018-04-11rapidio: use a reference count for struct mport_dma_reqIoan Nicu1-104/+18
2018-04-11drivers/rapidio/rio-scan.c: fix typo in commentVasyl Gomonovych1-3/+3
2018-04-11proc: add seq_put_decimal_ull_width to speed up /proc/pid/smapsAndrei Vagin1-1/+1
2018-04-11mm: check __highest_present_section_nr directly in memory_dev_init()Wei Yang1-5/+2
2018-04-11vhost: return bool from *_access_ok() functionsStefan Hajnoczi2-35/+35