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
2016-12-03
net: stmmac: avoid Camelcase naming
LABBE Corentin
1
-3
/
+3
2016-12-03
irda: w83977af_ir: fix damaged whitespace
Arnd Bergmann
1
-202
/
+202
2016-12-03
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
83
-306
/
+742
2016-12-02
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
60
-239
/
+645
2016-12-02
geneve: avoid use-after-free of skb->data
Sabrina Dubroca
1
-10
/
+4
2016-12-02
Merge tag 'linux-can-fixes-for-4.9-20161201' of git://git.kernel.org/pub/scm/...
David S. Miller
4
-24
/
+121
2016-12-02
net: renesas: ravb: unintialized return value
Dan Carpenter
1
-2
/
+0
2016-12-02
Merge tag 'wireless-drivers-next-for-davem-2016-12-01' of git://git.kernel.or...
David S. Miller
65
-788
/
+2560
2016-12-02
sh_eth: remove unchecked interrupts for RZ/A1
Chris Brandt
1
-1
/
+1
2016-12-02
net: bcmgenet: Utilize correct struct device for all DMA operations
Florian Fainelli
1
-3
/
+5
2016-12-02
net: mvneta: Add network support for Armada 3700 SoC
Marcin Wojtas
2
-85
/
+209
2016-12-02
net: mvneta: Only disable mvneta_bm for 64-bits
Gregory CLEMENT
1
-1
/
+2
2016-12-02
net: mvneta: Convert to be 64 bits compatible
Marcin Wojtas
1
-1
/
+16
2016-12-02
net: mvneta: Use cacheable memory to store the rx buffer virtual address
Gregory CLEMENT
1
-10
/
+24
2016-12-02
net: mvneta: Do not allocate buffer in rxq init with HWBM
Gregory CLEMENT
1
-2
/
+2
2016-12-02
net: mvneta: Optimize rx path for small frame
Gregory CLEMENT
1
-1
/
+1
2016-12-02
NET: usb: qmi_wwan: add support for Telit LE922A PID 0x1040
Daniele Palmas
1
-0
/
+1
2016-12-02
cdc_ether: Fix handling connection notification
Kristian Evensen
1
-7
/
+31
2016-12-02
mlx4: fix use-after-free in mlx4_en_fold_software_stats()
Eric Dumazet
2
-1
/
+5
2016-12-02
net: thunderx: Fix transmit queue timeout issue
Sunil Goutham
3
-37
/
+54
2016-12-02
net/mlx5e: Support adding ingress tc rule when egress device flag is set
Hadar Hen Zion
1
-0
/
+8
2016-12-02
net/mlx5e: Save the represntor netdevice as part of the representor
Hadar Hen Zion
4
-10
/
+22
2016-12-02
net/mlx5e: Bring back representor's ndos that were accidentally removed
Hadar Hen Zion
1
-0
/
+2
2016-12-02
qed: Add iSCSI out of order packet handling.
Yuval Mintz
9
-30
/
+1234
2016-12-02
qed: Add support for hardware offloaded iSCSI.
Yuval Mintz
9
-2
/
+1371
2016-12-02
Merge branch 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2
-19
/
+12
2016-12-02
net: ethernet: altera: TSE: do not use tx queue lock in tx completion handler
Lino Sanfilippo
1
-2
/
+0
2016-12-02
net: ethernet: altera: TSE: Remove unneeded dma sync for tx buffers
Lino Sanfilippo
1
-10
/
+0
2016-12-02
net: atarilance: use %8ph for printing hex string
Rasmus Villemoes
1
-6
/
+2
2016-12-02
net/mlx5e: skip loopback selftest with !CONFIG_INET
Arnd Bergmann
1
-1
/
+9
2016-12-02
bpf, xdp: drop rcu_read_lock from bpf_prog_run_xdp and move to caller
Daniel Borkmann
3
-3
/
+14
2016-12-02
net/mlx5e: Remove flow encap entry in the correct place
Roi Dayan
1
-21
/
+22
2016-12-02
net/mlx5e: Refactor tc del flow to accept mlx5e_tc_flow instance
Roi Dayan
1
-7
/
+6
2016-12-02
net/mlx5e: Correct cleanup order when deleting offloaded TC rules
Roi Dayan
1
-2
/
+2
2016-12-02
net/mlx5e: Remove redundant hashtable lookup in configure flower
Roi Dayan
1
-19
/
+7
2016-12-02
net/mlx5e: Create UMR MKey per RQ
Tariq Toukan
3
-42
/
+35
2016-12-02
net/mlx5e: Move function mlx5e_create_umr_mkey
Tariq Toukan
1
-37
/
+37
2016-12-02
net/mlx5e: Implement Fragmented Work Queue (WQ)
Tariq Toukan
5
-17
/
+105
2016-12-02
net: ethernet: stmmac: fix of-node and fixed-link-phydev leaks
Johan Hovold
13
-49
/
+156
2016-12-02
net: ethernet: stmmac: platform: fix outdated function header
Johan Hovold
1
-1
/
+0
2016-12-02
net: ethernet: stmmac: dwmac-meson8b: fix probe error path
Johan Hovold
1
-1
/
+10
2016-12-02
net: ethernet: stmmac: dwmac-generic: fix probe error path
Johan Hovold
1
-1
/
+11
2016-12-02
net: ethernet: stmmac: dwmac-rk: fix probe error path
Johan Hovold
1
-1
/
+10
2016-12-02
net: ethernet: stmmac: dwmac-sti: fix probe error path
Johan Hovold
1
-1
/
+10
2016-12-02
net: ethernet: stmmac: dwmac-socfpga: fix use-after-free on probe errors
Johan Hovold
1
-10
/
+19
2016-12-02
net: ethernet: altera_tse: add support for SGMII PCS
Neill Whillans
2
-0
/
+102
2016-12-02
net: phy: vitesse: add support for VSC8572
Stephen Agate
1
-0
/
+14
2016-12-01
Merge tag 'pci-v4.9-fixes-4' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
3
-16
/
+28
2016-12-01
ixgbe/ixgbevf: Don't use lco_csum to compute IPv4 checksum
Alexander Duyck
2
-4
/
+12
2016-12-01
igb/igbvf: Don't use lco_csum to compute IPv4 checksum
Alexander Duyck
2
-4
/
+12
[next]