index
:
~ramaling/linux
dg2_enabling_ww4.2
dg2_enabling_ww49.3
dg2_enabling_ww5.5
dg2_enabling_ww50.3
dg2_enabling_ww50.4
dg2_enabling_ww51.3
dg2_enabling_ww6.2
dg2_enabling_ww7.5
dg2_enabling_ww8.3
dg2_for_ci_ww8.5
drm-tip
drm_tip_ww49.2
flat-ccs-v4
flat-ccs-v5
flat-ccs-v6
flat-ccs-v7
flat-ccs-v8
flat-ccs-ww10.07
flat-ccs-ww10.2
flat-ccs-ww10.3
flat-ccs-ww10.5
flat-ccs-ww11.01
flat-ccs-ww12.02
flat-ccs-ww9.4
flat-ccs-ww9.4-wip
flat-ccs-ww9.7
igt_vm_bind_upstream_7
master
vm_bind_upstream_7
vm_bind_v2
vm_bind_v2_2
Ram's kernel repositories
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
Age
Commit message (
Expand
)
Author
Files
Lines
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
2017-04-06
ftgmac100: Remove "banner" comments
Benjamin Herrenschmidt
1
-42
/
+0
2017-04-06
ftgmac100: Use netdev->irq instead of private copy
Benjamin Herrenschmidt
1
-7
/
+6
2017-04-06
liquidio: fix Octeon core watchdog timeout false alarm
Felix Manlunas
3
-77
/
+107
2017-04-06
net: usbnet: Remove unused driver_name variable
Florian Fainelli
1
-2
/
+0
2017-04-06
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
292
-1595
/
+4281
2017-04-05
fm10k: do not enqueue mailbox when host not ready
Ngai-Mint Kwan
1
-25
/
+80
[next]