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
/
net
Age
Commit message (
Expand
)
Author
Files
Lines
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
28
-74
/
+207
2017-04-05
fm10k: do not enqueue mailbox when host not ready
Ngai-Mint Kwan
1
-25
/
+80
2017-04-05
fm10k: disable receive queue when configuring ring
Ngai-Mint Kwan
1
-0
/
+1
2017-04-05
fm10k: update function header comment for fm10k_get_stats64
Jacob Keller
1
-2
/
+2
2017-04-05
fm10k: allow service task to reschedule itself
Jacob Keller
2
-1
/
+13
2017-04-05
fm10k: future-proof state bitmaps using DECLARE_BITMAP
Jacob Keller
5
-57
/
+61
2017-04-05
fm10k: use a BITMAP for flags to avoid race conditions
Jacob Keller
5
-48
/
+82
2017-04-05
fm10k: correctly check if interface is removed
Phil Turnbull
1
-1
/
+1
2017-04-05
nfp: fix potential use after free on xdp prog
Jakub Kicinski
1
-1
/
+2
2017-04-05
bonding: attempt to better support longer hw addresses
Jarod Wilson
3
-67
/
+97
[next]