aboutsummaryrefslogtreecommitdiffstats
path: root/drivers (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-03-22ppp: avoid loop in xmit recursion detection codeGuillaume Nault1-12/+14
2018-03-22net: aquantia: driver version bumpIgor Russkikh1-1/+1
2018-03-22net: aquantia: Implement pci shutdown callbackIgor Russkikh3-0/+36
2018-03-22net: aquantia: Allow live mac address changesIgor Russkikh1-0/+2
2018-03-22net: aquantia: Add tx clean budget and valid budget handling logicIgor Russkikh4-9/+13
2018-03-22net: aquantia: Change inefficient wait loop on fw data readsIgor Russkikh2-15/+28
2018-03-22net: aquantia: Fix a regression with reset on old firmwareIgor Russkikh1-0/+4
2018-03-22net: aquantia: Fix hardware reset when SPI may rarely hangupIgor Russkikh1-5/+15
2018-03-22s390/qeth: on channel error, reject further cmd requestsJulian Wiedmann1-0/+1
2018-03-22s390/qeth: lock read device while queueing next bufferJulian Wiedmann1-3/+13
2018-03-22s390/qeth: when thread completes, wake up all waitersJulian Wiedmann1-1/+1
2018-03-22s390/qeth: free netdevice when removing a cardJulian Wiedmann3-4/+2
2018-03-22net: phy: micrel: Use the general dummy stubs for MMD register accessKevin Hao1-21/+2
2018-03-22net: phy: realtek: Use the dummy stubs for MMD register access for rtl8211bKevin Hao1-0/+2
2018-03-22net: phy: Add general dummy stubs for MMD register accessKevin Hao1-0/+17
2018-03-21qede: fix spelling mistake: "registeration" -> "registration"Colin Ian King2-3/+3
2018-03-21bnx2x: fix spelling mistake: "registeration" -> "registration"Colin Ian King1-1/+1
2018-03-20Merge tag 'linux-can-fixes-for-4.16-20180319' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/mkl/linux-canDavid S. Miller1-3/+2
2018-03-20net: gemini: fix memory leakIgor Pylypiv1-0/+1
2018-03-20net: ethernet: arc: Fix a potential memory leak if an optional regulator is deferredChristophe JAILLET1-2/+4
2018-03-20vmxnet3: remove unused flag "rxcsum" from struct vmxnet3_adapterIgor Pylypiv1-2/+0
2018-03-20Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetoothDavid S. Miller2-5/+10
2018-03-19net: phy: relax error checking when creating sysfs link netdev->phydevGrygorii Strashko1-4/+11
2018-03-19can: cc770: Fix use after free in cc770_tx_interrupt()Andri Yngvason1-3/+2
2018-03-18net: fec: Fix unbalanced PM runtime callsFlorian Fainelli1-0/+2
2018-03-17vmxnet3: use correct flag to indicate LRO featureRonak Doshi2-4/+4
2018-03-17vmxnet3: avoid xmit reset due to a race in vmxnet3Ronak Doshi2-7/+10
2018-03-17net: ethernet: ti: cpsw: add check for in-band mode setting with RGMII PHY interfaceSZ Lin (林上智)1-1/+2
2018-03-17net: hns: Fix ethtool private flagsMatthias Brugger4-4/+6
2018-03-17mlxsw: spectrum_buffers: Set a minimum quota for CPU port trafficIdo Schimmel1-6/+6
2018-03-16qede: Fix qedr link updateMichal Kalderon1-2/+2
2018-03-16qed: Fix non TCP packets should be dropped on iWARP ll2 connectionMichal Kalderon1-0/+15
2018-03-16qed: Fix MPA unalign flow in case header is split across two packets.Michal Kalderon1-1/+1
2018-03-16net: systemport: Rewrite __bcm_sysport_tx_reclaim()Florian Fainelli2-19/+16
2018-03-15Bluetooth: hci_bcm: Set pulsed_host_wake flag in sleep parametersHans de Goede1-1/+1
2018-03-15Revert "Bluetooth: hci_bcm: Streamline runtime PM code"Hans de Goede1-3/+8
2018-03-15Bluetooth: btusb: Fix quirk for Atheros 1525/QCA6174Takashi Iwai1-1/+1
2018-03-14sunvnet: does not support GSO for sctpCathy Zhou1-1/+1
2018-03-14Merge tag 'linux-can-fixes-for-4.16-20180314' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/mkl/linux-canDavid S. Miller2-40/+65
2018-03-14tg3: prevent scheduling while atomic splatJonathan Toppins1-1/+1
2018-03-14dpaa_eth: remove duplicate increment of the tx_errors counterCamelia Groza1-1/+0
2018-03-14dpaa_eth: increment the RX dropped counter when neededCamelia Groza1-1/+3
2018-03-14dpaa_eth: remove duplicate initializationCamelia Groza1-1/+0
2018-03-14dpaa_eth: fix error in dpaa_remove()Madalin Bucur1-1/+1
2018-03-14soc/fsl/qbman: fix issue in qman_delete_cgr_safe()Madalin Bucur1-23/+5
2018-03-14can: cc770: Fix queue stall & dropped RTR replyAndri Yngvason2-28/+68
2018-03-14can: cc770: Fix stalls on rt-linux, remove redundant IRQ ackAndri Yngvason1-15/+0
2018-03-13qed: Use after free in qed_rdma_free()Dan Carpenter1-1/+1
2018-03-12Merge branch '1GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net-queueDavid S. Miller3-40/+33
2018-03-12e1000e: Fix link check race conditionBenjamin Poirier2-21/+24