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
path:
root
/
net
Age
Commit message (
Expand
)
Author
Files
Lines
2014-01-28
libceph: replace ceph_calc_ceph_pg() with ceph_oloc_oid_to_pg()
Ilya Dryomov
2
-14
/
+19
2014-01-28
libceph: introduce and start using oid abstraction
Ilya Dryomov
2
-9
/
+11
2014-01-28
libceph: rename MAX_OBJ_NAME_SIZE to CEPH_MAX_OID_NAME_LEN
Ilya Dryomov
1
-1
/
+1
2014-01-28
libceph: start using oloc abstraction
Ilya Dryomov
1
-3
/
+5
2014-01-26
libceph: dout() is missing a newline
Ilya Dryomov
1
-2
/
+2
2014-01-26
libceph: add ceph_kv{malloc,free}() and switch to them
Ilya Dryomov
3
-27
/
+28
2014-01-14
libceph: fix preallocation check in get_reply()
Ilya Dryomov
2
-4
/
+3
2014-01-14
libceph: rename front to front_len in get_reply()
Ilya Dryomov
1
-4
/
+5
2014-01-14
libceph: rename ceph_msg::front_max to front_alloc_len
Ilya Dryomov
2
-7
/
+7
2013-12-31
libceph: use CEPH_MON_PORT when the specified port is 0
Ilya Dryomov
1
-1
/
+3
2013-12-31
crush: fix crush_choose_firstn comment
Ilya Dryomov
1
-1
/
+5
2013-12-31
crush: attempts -> tries
Ilya Dryomov
1
-8
/
+8
2013-12-31
crush: add set_choose_local_[fallback_]tries steps
Ilya Dryomov
1
-5
/
+23
2013-12-31
crush: generalize descend_once
Ilya Dryomov
1
-11
/
+14
2013-12-31
crush: CHOOSE_LEAF -> CHOOSELEAF throughout
Ilya Dryomov
1
-5
/
+5
2013-12-31
crush: add SET_CHOOSE_TRIES rule step
Ilya Dryomov
1
-0
/
+5
2013-12-31
crush: apply chooseleaf_tries to firstn mode too
Ilya Dryomov
1
-4
/
+10
2013-12-31
crush: new SET_CHOOSE_LEAF_TRIES command
Ilya Dryomov
1
-10
/
+21
2013-12-31
crush: pass parent r value for indep call
Ilya Dryomov
1
-4
/
+6
2013-12-31
crush: clarify numrep vs endpos
Ilya Dryomov
1
-8
/
+8
2013-12-31
crush: strip firstn conditionals out of crush_choose, rename
Ilya Dryomov
1
-55
/
+33
2013-12-31
crush: add note about r in recursive choose
Ilya Dryomov
1
-0
/
+8
2013-12-31
crush: use breadth-first search for indep mode
Ilya Dryomov
1
-9
/
+163
2013-12-31
crush: return CRUSH_ITEM_UNDEF for failed placements with indep
Ilya Dryomov
1
-2
/
+6
2013-12-31
crush: eliminate CRUSH_MAX_SET result size limitation
Ilya Dryomov
2
-7
/
+19
2013-12-31
crush: fix some comments
Ilya Dryomov
1
-1
/
+1
2013-12-31
crush: reduce scope of some local variables
Ilya Dryomov
1
-3
/
+3
2013-12-31
crush: factor out (trivial) crush_destroy_rule()
Ilya Dryomov
1
-2
/
+5
2013-12-31
crush: pass weight vector size to map function
Ilya Dryomov
2
-6
/
+13
2013-12-31
libceph: update ceph_features.h
Ilya Dryomov
1
-1
/
+3
2013-12-31
libceph: all features fields must be u64
Ilya Dryomov
2
-4
/
+4
2013-12-14
libceph: resend all writes after the osdmap loses the full flag
Josh Durgin
1
-6
/
+22
2013-12-13
libceph: block I/O when PAUSE or FULL osd map flags are set
Josh Durgin
1
-2
/
+27
2013-12-13
ceph: Add necessary clean up if invalid reply received in handle_reply()
Li Wang
1
-0
/
+7
2013-12-06
Merge tag 'nfs-for-3.13-3' of git://git.linux-nfs.org/projects/trondmy/linux-nfs
Linus Torvalds
1
-1
/
+1
2013-12-02
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
28
-94
/
+186
2013-12-02
{pktgen, xfrm} Update IPv4 header total len and checksum after tranformation
fan.du
1
-0
/
+7
2013-11-30
netem: fix gemodel loss generator
stephen hemminger
1
-1
/
+1
2013-11-30
netem: fix loss 4 state model
stephen hemminger
1
-2
/
+2
2013-11-30
netem: missing break in ge loss generator
stephen hemminger
1
-0
/
+1
2013-11-30
net/hsr: Support iproute print_opt ('ip -details ...')
Arvid Brodin
1
-0
/
+28
2013-11-30
net/hsr: Very small fix of comment style.
Arvid Brodin
1
-1
/
+2
2013-11-30
ipv6: fix possible seqlock deadlock in ip6_finish_output2
Hannes Frederic Sowa
1
-2
/
+2
2013-11-30
inet: fix possible seqlock deadlocks
Eric Dumazet
3
-3
/
+3
2013-11-30
net: update consumers of MSG_MORE to recognize MSG_SENDPAGE_NOTLAST
Shawn Landden
1
-0
/
+3
2013-11-30
net: clamp ->msg_namelen instead of returning an error
Dan Carpenter
2
-2
/
+2
2013-11-30
af_packet: block BH in prb_shutdown_retire_blk_timer()
Veaceslav Falico
1
-2
/
+2
2013-11-29
net: remove outdated comment for ipv4 and ipv6 protocol handler
Baker Zhang
2
-12
/
+0
2013-11-29
sit: use kfree_skb to replace dev_kfree_skb
Gao feng
1
-3
/
+3
2013-11-29
sctp: Restore 'resent' bit to avoid retransmitted chunks for RTT measurements
Xufeng Zhang
2
-1
/
+5
[next]