index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
net: dsa: loop: Initialize err in dsa_loop_vlan_dump
Florian Fainelli
2017-04-06
1
-1
/
+1
*
net: dsa: loop: Fix uninitialized pvid variable
Florian Fainelli
2017-04-06
1
-1
/
+1
*
mlx4: trust shinfo->gso_segs
Eric Dumazet
2017-04-06
1
-2
/
+1
*
qed: fix missing break in OOO_LB_TC case
Colin Ian King
2017-04-06
1
-0
/
+1
*
net/mlx5e: fix build error without CONFIG_SYSFS
Tobias Regnery
2017-04-06
1
-4
/
+2
*
ftgmac100: Rework NAPI & interrupts handling
Benjamin Herrenschmidt
2017-04-06
2
-61
/
+90
*
ftgmac100: Remove useless tests in interrupt handler
Benjamin Herrenschmidt
2017-04-06
1
-8
/
+3
*
ftgmac100: Rework MAC reset and init
Benjamin Herrenschmidt
2017-04-06
1
-39
/
+59
*
ftgmac100: Add a reset task and use it for link changes
Benjamin Herrenschmidt
2017-04-06
1
-13
/
+74
*
ftgmac100: Move the bulk of inits to a separate function
Benjamin Herrenschmidt
2017-04-06
1
-29
/
+42
*
ftgmac100: Request the interrupt only after HW is reset
Benjamin Herrenschmidt
2017-04-06
1
-9
/
+10
*
ftgmac100: Move napi_add/del to open/close
Benjamin Herrenschmidt
2017-04-06
1
-3
/
+5
*
ftgmac100: Split ring alloc, init and rx buffer alloc
Benjamin Herrenschmidt
2017-04-06
1
-21
/
+47
*
ftgmac100: Cleanup speed/duplex tracking and fix duplex config
Benjamin Herrenschmidt
2017-04-06
1
-8
/
+44
*
ftgmac100: Remove "enabled" flags
Benjamin Herrenschmidt
2017-04-06
1
-7
/
+0
*
ftgmac100: Reorder struct fields and comment
Benjamin Herrenschmidt
2017-04-06
1
-7
/
+12
*
ftgmac100: Remove "banner" comments
Benjamin Herrenschmidt
2017-04-06
1
-42
/
+0
*
ftgmac100: Use netdev->irq instead of private copy
Benjamin Herrenschmidt
2017-04-06
1
-7
/
+6
*
liquidio: fix Octeon core watchdog timeout false alarm
Felix Manlunas
2017-04-06
3
-77
/
+107
*
net: usbnet: Remove unused driver_name variable
Florian Fainelli
2017-04-06
1
-2
/
+0
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2017-04-06
292
-1595
/
+4281
|
\
|
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
2017-04-06
41
-104
/
+252
|
|
\
|
|
*
nfp: fix potential use after free on xdp prog
Jakub Kicinski
2017-04-06
1
-1
/
+2
|
|
*
Merge tag 'wireless-drivers-for-davem-2017-04-03' of git://git.kernel.org/pub...
David S. Miller
2017-04-04
7
-12
/
+25
|
|
|
\
|
|
*
|
net: ethernet: ti: cpsw: fix race condition during open()
Sekhar Nori
2017-04-04
1
-6
/
+8
|
|
*
|
bnx2x: fix spelling mistake in macros HW_INTERRUT_ASSERT_SET_*
Colin Ian King
2017-04-04
2
-12
/
+12
|
|
*
|
net: ethernet: ti: cpsw: wake tx queues on ndo_tx_timeout
Grygorii Strashko
2017-04-03
1
-0
/
+2
|
|
*
|
r8152: The Microsoft Surface docks also use R8152 v2
René Rebe
2017-04-01
2
-0
/
+18
|
|
*
|
net/faraday: Explicitly include linux/of.h and linux/property.h
Mark Brown
2017-04-01
1
-0
/
+2
|
|
*
|
net: hns: Add ACPI support to check SFP present
Daode Huang
2017-04-01
2
-5
/
+34
|
|
*
|
be2net: Fix endian issue in logical link config command
Suresh Reddy
2017-03-31
1
-3
/
+6
|
|
*
|
ezchip: nps_enet: check if napi has been completed
Zakharov Vlad
2017-03-29
1
-3
/
+1
|
|
*
|
bnxt_en: Fix DMA unmapping of the RX buffers in XDP mode during shutdown.
Michael Chan
2017-03-29
1
-5
/
+10
|
|
*
|
bnxt_en: Correct the order of arguments to netdev_err() in bnxt_set_tpa()
Sankar Patchineelam
2017-03-29
1
-1
/
+1
|
|
*
|
bnxt_en: Fix NULL pointer dereference in reopen failure path
Sankar Patchineelam
2017-03-29
1
-0
/
+13
|
|
*
|
rocker: fix Wmaybe-uninitialized false-positive
Arnd Bergmann
2017-03-29
1
-7
/
+4
|
|
*
|
net/mlx5: Avoid dereferencing uninitialized pointer
Talat Batheesh
2017-03-29
1
-2
/
+3
|
|
*
|
net: moxa: fix TX overrun memory leak
Jonas Jensen
2017-03-29
2
-2
/
+19
|
|
*
|
isdn: kcapi: avoid uninitialized data
Arnd Bergmann
2017-03-29
1
-0
/
+1
|
|
*
|
irda: vlsi_ir: fix check for DMA mapping errors
Alexey Khoroshilov
2017-03-26
1
-4
/
+4
|
|
*
|
net: hns: avoid gcc-7.0.1 warning for uninitialized data
Arnd Bergmann
2017-03-26
1
-0
/
+1
|
|
*
|
net: hns: fix uninitialized data use
Arnd Bergmann
2017-03-26
1
-2
/
+3
|
|
*
|
i40e: Do not enable NAPI on q_vectors that have no rings
Alexander Duyck
2017-03-25
1
-4
/
+12
|
|
*
|
Revert "e1000e: driver trying to free already-free irq"
Jeff Kirsher
2017-03-24
1
-1
/
+1
|
|
*
|
bna: avoid writing uninitialized data into hw registers
Arnd Bergmann
2017-03-24
1
-3
/
+7
|
|
*
|
s390/qeth: no ETH header for outbound AF_IUCV
Julian Wiedmann
2017-03-24
1
-11
/
+4
|
|
*
|
s390/qeth: size calculation outbound buffers
Julian Wiedmann
2017-03-24
4
-7
/
+11
|
|
*
|
net:ethernet:aquantia: Reset is_gso flag when EOP reached.
Pavel Belous
2017-03-24
2
-0
/
+2
|
|
*
|
net:ethernet:aquantia: Fix for LSO with IPv6.
Pavel Belous
2017-03-24
4
-1
/
+11
|
|
*
|
net:ethernet:aquantia: Missing spinlock initialization.
Pavel Belous
2017-03-24
1
-0
/
+1
[next]