index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
Age
Commit message (
Expand
)
Author
Files
Lines
2017-04-07
qede: Update receive statistic once per NAPI
Mintz, Yuval
1
-10
/
+11
2017-04-07
s390/netiucv: improve endianness handling
Hans Wippel
1
-1
/
+1
2017-04-07
s390/ctcm: improve endianness handling
Hans Wippel
2
-7
/
+7
2017-04-07
s390/qeth: improve endianness handling
Hans Wippel
4
-31
/
+32
2017-04-07
s390/qeth: Remove unused code
Julian Wiedmann
6
-32
/
+0
2017-04-07
s390/qeth: remove unused return value
Julian Wiedmann
2
-11
/
+3
2017-04-07
s390/qeth: fix up ssqd tracing
Julian Wiedmann
1
-2
/
+3
2017-04-07
s390/qeth: use QDIO_*_QFMT defines
Julian Wiedmann
1
-6
/
+4
2017-04-06
i40e: close client on remove and shutdown
Mitch Williams
1
-0
/
+10
2017-04-06
i40e: register existing client on probe
Mitch Williams
1
-0
/
+6
2017-04-06
i40e: remove client instance on driver unload
Mitch Williams
1
-0
/
+3
2017-04-06
i40e/i40evf: Add capability exchange for outer checksum
Preethi Banala
6
-56
/
+74
2017-04-06
ftgmac100: Work around HW bug in runt frame detection
Benjamin Herrenschmidt
1
-10
/
+25
2017-04-06
ftgmac100: Remove rx descriptor accessors
Benjamin Herrenschmidt
2
-115
/
+53
2017-04-06
ftgmac100: Add missing barrier in ftgmac100_rx_packet()
Benjamin Herrenschmidt
1
-0
/
+3
2017-04-06
ftgmac100: Directly receive into sk_buffs
Benjamin Herrenschmidt
1
-86
/
+56
2017-04-06
ftgmac100: Simplify rx pointer handling in the rx path
Benjamin Herrenschmidt
1
-68
/
+24
2017-04-06
ftgmac100: Simplify rx packets error handling
Benjamin Herrenschmidt
1
-36
/
+25
2017-04-06
ftgmac100: Cleanup rx checksum handling
Benjamin Herrenschmidt
1
-38
/
+25
2017-04-06
ftgmac100: Use a scratch buffer for failed RX allocations
Benjamin Herrenschmidt
1
-4
/
+38
2017-04-06
ftgmac100: Drop support for fragmented receive
Benjamin Herrenschmidt
1
-19
/
+18
2017-04-06
ftgmac100: Move ftgmac100_alloc_rx_page() before its users
Benjamin Herrenschmidt
1
-31
/
+28
2017-04-06
qed: Make OOO archipelagos into an array
Michal Kalderon
2
-78
/
+30
2017-04-06
qed: Provide iSCSI statistics to management
Mintz, Yuval
3
-1
/
+38
2017-04-06
qed: Inform qedi the number of possible CQs
Mintz, Yuval
3
-2
/
+19
2017-04-06
qed: Add missing stat for new isles
Mintz, Yuval
1
-0
/
+2
2017-04-06
qed: Don't close the OUT_EN during init
Mintz, Yuval
1
-12
/
+0
2017-04-06
qed: Configure cacheline size in HW
Tomer Tayar
2
-0
/
+54
2017-04-06
qed: Don't use main-ptt in unrelated flows
Rahul Verma
8
-61
/
+124
2017-04-06
qed: Warn PTT usage by wrong hw-function
Mintz, Yuval
1
-0
/
+7
2017-04-06
Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...
David S. Miller
5
-133
/
+239
2017-04-06
net: ethernet: wiznet: avoid format string exposure
Kees Cook
1
-1
/
+2
2017-04-06
qlge: avoid format string exposure in workqueue
Kees Cook
1
-1
/
+2
2017-04-06
qed: Correct MSI-x for storage
Mintz, Yuval
1
-1
/
+2
2017-04-06
net: dsa: loop: Initialize err in dsa_loop_vlan_dump
Florian Fainelli
1
-1
/
+1
2017-04-06
net: dsa: loop: Fix uninitialized pvid variable
Florian Fainelli
1
-1
/
+1
2017-04-06
mlx4: trust shinfo->gso_segs
Eric Dumazet
1
-2
/
+1
2017-04-06
qed: fix missing break in OOO_LB_TC case
Colin Ian King
1
-0
/
+1
2017-04-06
net/mlx5e: fix build error without CONFIG_SYSFS
Tobias Regnery
1
-4
/
+2
2017-04-06
ftgmac100: Rework NAPI & interrupts handling
Benjamin Herrenschmidt
2
-61
/
+90
2017-04-06
ftgmac100: Remove useless tests in interrupt handler
Benjamin Herrenschmidt
1
-8
/
+3
2017-04-06
ftgmac100: Rework MAC reset and init
Benjamin Herrenschmidt
1
-39
/
+59
2017-04-06
ftgmac100: Add a reset task and use it for link changes
Benjamin Herrenschmidt
1
-13
/
+74
2017-04-06
ftgmac100: Move the bulk of inits to a separate function
Benjamin Herrenschmidt
1
-29
/
+42
2017-04-06
ftgmac100: Request the interrupt only after HW is reset
Benjamin Herrenschmidt
1
-9
/
+10
2017-04-06
ftgmac100: Move napi_add/del to open/close
Benjamin Herrenschmidt
1
-3
/
+5
2017-04-06
ftgmac100: Split ring alloc, init and rx buffer alloc
Benjamin Herrenschmidt
1
-21
/
+47
2017-04-06
ftgmac100: Cleanup speed/duplex tracking and fix duplex config
Benjamin Herrenschmidt
1
-8
/
+44
2017-04-06
ftgmac100: Remove "enabled" flags
Benjamin Herrenschmidt
1
-7
/
+0
2017-04-06
ftgmac100: Reorder struct fields and comment
Benjamin Herrenschmidt
1
-7
/
+12
[next]