index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2016-07-06
rxrpc: Move data_ready peer lookup into rxrpc_find_connection()
David Howells
4
-74
/
+59
2016-07-06
rxrpc: Prune the contents of the rxrpc_conn_proto struct
David Howells
4
-27
/
+8
2016-07-06
rxrpc: Maintain an extra ref on a conn for the cache list
David Howells
4
-58
/
+97
2016-07-06
rxrpc: Move peer lookup from call-accept to new-incoming-conn
David Howells
4
-26
/
+51
2016-07-06
rxrpc: Split service connection code out into its own file
David Howells
4
-135
/
+156
2016-07-06
rxrpc: Split client connection code out into its own file
David Howells
3
-250
/
+251
2016-07-06
rxrpc: Call channels should have separate call number spaces
David Howells
6
-117
/
+104
2016-07-06
rxrpc: Access socket accept queue under right lock
David Howells
1
-2
/
+2
2016-07-06
rxrpc: Add RCU destruction for connections and calls
David Howells
6
-36
/
+60
2016-07-06
rxrpc: Release a call's connection ref on call disconnection
David Howells
3
-22
/
+22
2016-07-06
rxrpc: Fix handling of connection failure in client call creation
David Howells
1
-1
/
+3
2016-07-06
rxrpc: Move usage count getting into rxrpc_queue_conn()
David Howells
4
-10
/
+9
2016-07-06
rxrpc: Check that the client conns cache is empty before module removal
David Howells
3
-2
/
+21
2016-07-06
rxrpc: Turn connection #defines into enums and put outside struct def
David Howells
5
-29
/
+47
2016-07-06
rxrpc: Provide queuing helper functions
David Howells
3
-3
/
+13
2016-07-06
rxrpc: Avoid using stack memory in SG lists in rxkad
Herbert Xu
5
-111
/
+65
2016-07-06
rxrpc: Check the source of a packet to a client conn
David Howells
1
-1
/
+3
2016-07-06
rxrpc: Fix some sparse errors
David Howells
1
-3
/
+2
2016-07-01
rxrpc: Fix processing of authenticated/encrypted jumbo packets
David Howells
1
-1
/
+1
2016-06-27
Merge branch 'sfp-infra'
David S. Miller
5
-126
/
+222
2016-06-27
phy: improve safety of fixed-phy MII register reading
Russell King
1
-7
/
+21
2016-06-27
phy: generate swphy registers on the fly
Russell King
3
-40
/
+40
2016-06-27
phy: separate swphy state validation from register generation
Russell King
3
-16
/
+35
2016-06-27
phy: convert swphy register generation to tabular form
Russell King
1
-65
/
+78
2016-06-27
phy: move fixed_phy MII register generation to a library
Russell King
5
-93
/
+143
2016-06-27
Merge tag 'linux-can-next-for-4.8-20160623' of git://git.kernel.org/pub/scm/l...
David S. Miller
5
-162
/
+328
2016-06-27
tipc: Use kmemdup instead of kmalloc and memcpy
Amitoj Kaur Chawla
1
-2
/
+1
2016-06-27
ethernet: xircom: fix spelling mistakes on "excessive collisions"
Colin Ian King
1
-2
/
+2
2016-06-27
net: tc35815: fix spelling mistake on "descriptors"
Colin Ian King
1
-5
/
+5
2016-06-27
Merge branch 'mlx5e-100G-extensions'
David S. Miller
15
-231
/
+1179
2016-06-27
net/mlx5e: Report correct auto negotiation and allow toggling
Gal Pressman
3
-13
/
+80
2016-06-27
net/mlx5e: Use new ethtool get/set link ksettings API
Gal Pressman
3
-167
/
+143
2016-06-27
net/mlx5e: Add missing 50G baseSR2 link mode
Gal Pressman
1
-0
/
+1
2016-06-27
ethtool: Add 50G baseSR2 link mode
Gal Pressman
1
-1
/
+2
2016-06-27
net/mlx5e: Toggle link only after modifying port parameters
Gal Pressman
4
-14
/
+15
2016-06-27
net/mlx5e: Support adaptive RX coalescing
Gil Rockah
6
-8
/
+416
2016-06-27
net/mlx5e: CQE based moderation
Tariq Toukan
3
-33
/
+95
2016-06-27
net/mlx5e: Introduce net device priv flags infrastructure
Gal Pressman
2
-0
/
+76
2016-06-27
net/mlx5e: Add TXQ set max rate support
Yevgeny Petrilin
2
-3
/
+102
2016-06-27
net/mlx5: Rate limit tables support
Yevgeny Petrilin
6
-2
/
+259
2016-06-27
Merge branch 'be2net-next'
David S. Miller
8
-51
/
+132
2016-06-27
be2net: update be2net maintainers list
Sathya Perla
1
-2
/
+1
2016-06-27
be2net: Change copyright markings in source files
Somnath Kotur
7
-7
/
+7
2016-06-27
be2net: Fix broadcast echoes from EVB in BE3
Somnath Kotur
2
-1
/
+33
2016-06-27
be2net: support asymmetric rx/tx queue counts
Sathya Perla
3
-25
/
+74
2016-06-27
be2net: fix definition of be_max_eqs()
Sathya Perla
2
-18
/
+19
2016-06-27
Merge branch 'fec-new-type-device'
David S. Miller
2
-10
/
+19
2016-06-27
net: fec: use a more proper compatible string for i.MX6UL type device
Fugang Duan
1
-0
/
+8
2016-06-27
net: fec: add interrupt coalesc quirk flag
Fugang Duan
2
-10
/
+11
2016-06-26
Merge tag 'rxrpc-rewrite-20160622-2' of git://git.kernel.org/pub/scm/linux/ke...
David S. Miller
21
-1258
/
+799
[next]