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
2014-11-26
tipc: remove node subscription infrastructure
Ying Xue
9
-179
/
+56
2014-11-26
ipv6: Remove unnecessary test
zhuyj
1
-4
/
+2
2014-11-26
Merge branch 'remcsum_adjust'
David S. Miller
2
-67
/
+33
2014-11-26
gue: Call remcsum_adjust
Tom Herbert
1
-67
/
+17
2014-11-26
net: Add remcsum_adjust as common function for remote checksum offload
Tom Herbert
1
-0
/
+16
2014-11-26
pkt_sched: fq: increase max delay from 125 ms to one second
Eric Dumazet
1
-5
/
+4
2014-11-26
Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
David S. Miller
68
-466
/
+343
2014-11-26
net: Hyper-V: Deletion of an unnecessary check before the function call "vfree"
Markus Elfring
1
-3
/
+1
2014-11-25
cxgb4/cxgb4vf/csiostor: Add T4/T5 PCI ID Table
Hariprasad Shenai
5
-263
/
+210
2014-11-25
net/smsc911x: Add minimal runtime PM support
Geert Uytterhoeven
1
-0
/
+10
2014-11-25
tipc: add tipc_netlink.h to uapi Kbuild
Richard Alpe
1
-0
/
+1
2014-11-25
rhashtable: Check for count mismatch while iterating in selftest
Thomas Graf
1
-7
/
+20
2014-11-25
tc_vlan: fix type of tcfv_push_vid
Jiri Pirko
1
-1
/
+1
2014-11-25
tipc: fix sparse warnings in new nl api
Richard Alpe
6
-21
/
+29
2014-11-25
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next
David S. Miller
38
-156
/
+636
2014-11-24
ipvlan: Initial check-in of the IPVLAN driver.
Mahesh Bandewar
9
-0
/
+1678
2014-11-24
8139too: The maximum MTU should allow for VLAN headers
Alban Bedel
1
-3
/
+4
2014-11-24
net: fec: init maximum receive buffer size for ring1 and ring2
Nimrod Andy
2
-5
/
+10
2014-11-24
rds: switch rds_message_copy_from_user() to iov_iter
Al Viro
3
-33
/
+16
2014-11-24
rds: switch ->inc_copy_to_user() to passing iov_iter
Al Viro
9
-120
/
+47
2014-11-24
[atm] switch vcc_sendmsg() to copy_from_iter()
Al Viro
1
-11
/
+6
2014-11-24
vmci_transport: switch ->enqeue_dgram, ->enqueue_stream and ->dequeue_stream ...
Al Viro
3
-13
/
+13
2014-11-24
tipc_msg_build(): pass msghdr instead of its ->msg_iov
Al Viro
3
-9
/
+8
2014-11-24
tipc_sendmsg(): pass msghdr instead of its ->msg_iov
Al Viro
1
-4
/
+4
2014-11-24
switch sctp_user_addto_chunk() and sctp_datamsg_from_user() to passing iov_iter
Al Viro
4
-17
/
+19
2014-11-24
switch AF_PACKET and AF_UNIX to skb_copy_datagram_from_iter()
Al Viro
4
-95
/
+18
2014-11-24
kill zerocopy_sg_from_iovec()
Al Viro
2
-65
/
+2
2014-11-24
{macvtap,tun}_get_user(): switch to iov_iter
Al Viro
2
-43
/
+45
2014-11-24
new helpers: skb_copy_datagram_from_iter() and zerocopy_sg_from_iter()
Al Viro
2
-0
/
+119
2014-11-24
switch macvtap to ->read_iter()
Al Viro
1
-34
/
+27
2014-11-24
switch drivers/net/tun.c to ->read_iter()
Al Viro
1
-25
/
+15
2014-11-24
new helper: memcpy_to_msg()
Al Viro
9
-9
/
+13
2014-11-24
switch ipxrtr_route_packet() from iovec to msghdr
Al Viro
3
-5
/
+4
2014-11-24
new helper: memcpy_from_msg()
Al Viro
36
-57
/
+57
2014-11-24
new helper: skb_copy_and_csum_datagram_msg()
Al Viro
4
-5
/
+9
2014-11-24
enic: use netdev_rss_key_fill() helper
Eric Dumazet
2
-14
/
+19
2014-11-24
ipv6: coding style improvements (remove assignment in if statements)
Ian Morris
13
-33
/
+55
2014-11-23
enic: use spin_lock(wq_lock) instead of spin_lock_irqsave(wq_lock)
Govindarajulu Varadarajan
1
-4
/
+3
2014-11-23
enic: use napi_schedule_irqoff()
Govindarajulu Varadarajan
1
-7
/
+5
2014-11-23
mlx4: fix mlx4_en_set_rxfh()
Eric Dumazet
4
-5
/
+10
2014-11-23
Merge branch 'cxgb4-next'
David S. Miller
17
-1321
/
+2004
2014-11-23
RDMA/cxgb4/cxgb4vf/csiostor: Cleanup macros/register defines related to PCIE,...
Hariprasad Shenai
10
-181
/
+282
2014-11-23
cxgb4/cxgb4vf/csiostor: Cleanup macros/register defines related to port and VI
Hariprasad Shenai
8
-232
/
+374
2014-11-23
cxgb4/cxgb4vf/csiostor: Cleanup macros/register defines related to queues
Hariprasad Shenai
6
-343
/
+684
2014-11-23
RDMA/cxgb4/csiostor: Cleansup FW related macros/register defines for PF/VF an...
Hariprasad Shenai
9
-228
/
+327
2014-11-23
RDMA/cxgb4: Cleanup Filter related macros/register defines
Hariprasad Shenai
4
-337
/
+337
2014-11-23
i40e: enable fdb add code, remove unused code
Jesse Brandeburg
1
-63
/
+8
2014-11-22
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
239
-944
/
+2042
2014-11-22
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
64
-299
/
+500
2014-11-22
Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linux
Linus Torvalds
4
-10
/
+10
[next]