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.13.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
2015-03-20
inet: get rid of central tcp/dccp listener timer
Eric Dumazet
18
-198
/
+173
2015-03-20
inet: drop prev pointer handling in request sock
Eric Dumazet
14
-74
/
+67
2015-03-20
rhashtable: Round up/down min/max_size to ensure we respect limit
Thomas Graf
1
-2
/
+8
2015-03-20
i40e: add NVM update events to AQ clean
Shannon Nelson
1
-0
/
+4
2015-03-19
tipc: fix build issue when building without IPv6
Marcelo Ricardo Leitner
1
-1
/
+5
2015-03-19
Merge branch 'cxgb4-next'
David S. Miller
4
-7
/
+4
2015-03-19
cxgb4/cxgb4vf/csiostor: Make PCI Device ID Tables be "const"
Hariprasad Shenai
4
-7
/
+3
2015-03-19
cxgb4: Add device ID for new adapter
Hariprasad Shenai
1
-0
/
+1
2015-03-19
Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...
David S. Miller
20
-640
/
+1485
2015-03-19
Merge branch 'tipc-next'
David S. Miller
2
-17
/
+28
2015-03-19
tipc: add support for connect() on dgram/rdm sockets
Erik Hugne
1
-14
/
+24
2015-03-19
tipc: do not report -EHOSTUNREACH for failed local delivery
Erik Hugne
1
-2
/
+4
2015-03-19
tipc: remove redundant call to tipc_node_remove_conn
Erik Hugne
1
-1
/
+0
2015-03-19
mac802154: fix typo in header guard
Nicolas Iooss
1
-2
/
+2
2015-03-19
net/mlx4_en: mlx4_en_set_tx_maxrate() can be static
Wu Fengguang
1
-1
/
+1
2015-03-19
bridge: add ageing_time, stp_state, priority over netlink
Jörg Thalheim
2
-1
/
+34
2015-03-19
net: Fix high overhead of vlan sub-device teardown.
David S. Miller
3
-7
/
+20
2015-03-19
inet: add a schedule point in inet_twsk_purge()
Eric Dumazet
1
-0
/
+1
2015-03-19
rocker: add support for phys_port_name
David Ahern
2
-0
/
+65
2015-03-19
net: add support for phys_port_name
David Ahern
6
-0
/
+75
2015-03-19
vxlan: Move socket initialization to within rtnl scope
Marcelo Ricardo Leitner
1
-102
/
+51
2015-03-19
ipv4, ipv6: kill ip_mc_{join, leave}_group and ipv6_sock_mc_{join, drop}
Marcelo Ricardo Leitner
11
-87
/
+51
2015-03-19
ipv4,ipv6: grab rtnl before locking the socket
Marcelo Ricardo Leitner
2
-14
/
+52
2015-03-19
Merge branch 'listen_refactor_part_13'
David S. Miller
17
-174
/
+110
2015-03-19
inet: request sock should init IPv6/IPv4 addresses
Eric Dumazet
5
-10
/
+15
2015-03-19
inet: get rid of last __inet_hash_connect() argument
Eric Dumazet
3
-9
/
+6
2015-03-19
ipv6: get rid of __inet6_hash()
Eric Dumazet
6
-75
/
+12
2015-03-19
inet: add IPv6 support to sk_ehashfn()
Eric Dumazet
7
-45
/
+45
2015-03-19
net: introduce sk_ehashfn() helper
Eric Dumazet
2
-11
/
+8
2015-03-19
netns: constify net_hash_mix() and various callers
Eric Dumazet
9
-31
/
+31
2015-03-18
Merge branch 'txq_max_rate'
David S. Miller
12
-18
/
+181
2015-03-18
net/mlx4_en: Add tx queue maxrate support
Or Gerlitz
1
-0
/
+29
2015-03-18
net/mlx4_core: Add basic support for QP max-rate limiting
Or Gerlitz
7
-6
/
+72
2015-03-18
net: Add max rate tx queue attribute
John Fastabend
4
-12
/
+80
2015-03-18
cc2520: Add support for CC2591 amplifier.
Brad Campbell
3
-8
/
+52
2015-03-18
cc2520: Do not store platform_data in spi_device
Brad Campbell
1
-49
/
+46
2015-03-18
Merge branch 'rhashtable_remove_shift'
David S. Miller
5
-17
/
+13
2015-03-18
rhashtable: Remove max_shift and min_shift
Herbert Xu
2
-10
/
+1
2015-03-18
test_rhashtable: Use rhashtable max_size instead of max_shift
Herbert Xu
1
-1
/
+1
2015-03-18
tipc: Use rhashtable max/min_size instead of max/min_shift
Herbert Xu
1
-2
/
+2
2015-03-18
netlink: Use rhashtable max_size instead of max_shift
Herbert Xu
1
-1
/
+1
2015-03-18
rhashtable: Introduce max_size/min_size
Herbert Xu
2
-4
/
+12
2015-03-18
rhashtable: Remove shift from bucket_table
Herbert Xu
2
-5
/
+2
2015-03-18
Merge branch 'xgene-next'
David S. Miller
7
-12
/
+98
2015-03-18
drivers: net: xgene: Add second SGMII based 1G interface
Keyur Chudgar
4
-12
/
+67
2015-03-18
dtb: xgene: Add second SGMII based 1G interface node
Keyur Chudgar
2
-0
/
+29
2015-03-18
Documentation: dtb: Add port-id field for APM X-Gene ethernet
Keyur Chudgar
1
-0
/
+2
2015-03-18
Bluetooth: Fix potential NULL dereference in SMP channel setup
Marcel Holtmann
1
-3
/
+5
2015-03-18
Merge branch 'tipc_netns_leak'
David S. Miller
4
-94
/
+44
2015-03-18
tipc: withdraw tipc topology server name when namespace is deleted
Ying Xue
1
-0
/
+3
[next]