| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag... | Linus Torvalds | 2013-01-02 | 2 | -28/+29 |
|\ |
|
| * | libceph: fix protocol feature mismatch failure path | Sage Weil | 2012-12-27 | 1 | -10/+4 |
| * | libceph: WARN, don't BUG on unexpected connection states | Alex Elder | 2012-12-27 | 1 | -6/+5 |
| * | libceph: always reset osds when kicking | Alex Elder | 2012-12-27 | 1 | -2/+2 |
| * | libceph: move linger requests sooner in kick_requests() | Alex Elder | 2012-12-27 | 1 | -11/+19 |
* | | ipv6/ip6_gre: set transport header correctly | Isaku Yamahata | 2012-12-26 | 1 | -2/+1 |
* | | ipv4/ip_gre: set transport header correctly to gre header | Isaku Yamahata | 2012-12-26 | 1 | -1/+1 |
* | | IB/rds: suppress incompatible protocol when version is known | Marciniszyn, Mike | 2012-12-26 | 1 | -6/+5 |
* | | IB/rds: Correct ib_api use with gs_dma_address/sg_dma_len | Marciniszyn, Mike | 2012-12-26 | 1 | -3/+6 |
* | | tcp: should drop incoming frames without ACK flag set | Eric Dumazet | 2012-12-26 | 1 | -4/+10 |
* | | batman-adv: fix random jitter calculation | Akinobu Mita | 2012-12-26 | 1 | -1/+1 |
* | | arp: fix a regression in arp_solicit() | Cong Wang | 2012-12-24 | 1 | -3/+3 |
* | | net: sched: integer overflow fix | Stefan Hasko | 2012-12-22 | 1 | -1/+1 |
* | | CONFIG_HOTPLUG removal from networking core | Greg KH | 2012-12-22 | 3 | -15/+0 |
* | | bridge: call br_netpoll_disable in br_add_if | Gao feng | 2012-12-21 | 1 | -3/+5 |
* | | ipv4: arp: fix a lockdep splat in arp_solicit() | Eric Dumazet | 2012-12-21 | 1 | -5/+3 |
* | | net: devnet_rename_seq should be a seqcount | Eric Dumazet | 2012-12-21 | 2 | -11/+11 |
* | | ip_gre: fix possible use after free | Eric Dumazet | 2012-12-21 | 1 | -1/+5 |
* | | ip_gre: make ipgre_tunnel_xmit() not parse network header as IP unconditionally | Isaku Yamahata | 2012-12-21 | 1 | -1/+4 |
* | | Merge branch 'for-3.8' of git://linux-nfs.org/~bfields/linux | Linus Torvalds | 2012-12-20 | 5 | -60/+61 |
|\ \ |
|
| * | | nfsd4: cleanup: replace rq_resused count by rq_next_page pointer | J. Bruce Fields | 2012-12-17 | 4 | -7/+11 |
| * | | svcrpc: fix some printks | J. Bruce Fields | 2012-12-17 | 1 | -4/+4 |
| * | | SUNRPC: remove redundant "linux/nsproxy.h" includes | Stanislav Kinsbursky | 2012-12-10 | 2 | -2/+0 |
| * | | svcrpc: support multiple-fragment rpc's | J. Bruce Fields | 2012-12-04 | 1 | -25/+25 |
| * | | svcrpc: track rpc data length separately from sk_tcplen | J. Bruce Fields | 2012-12-04 | 1 | -7/+12 |
| * | | svcrpc: fix off-by-4 error in "incomplete TCP record" dprintk | J. Bruce Fields | 2012-12-04 | 1 | -1/+2 |
| * | | svcrpc: delay minimum-rpc-size check till later | J. Bruce Fields | 2012-12-04 | 1 | -9/+7 |
| * | | svcrpc: don't byte-swap sk_reclen in place | J. Bruce Fields | 2012-12-04 | 1 | -15/+11 |
| * | | svcrpc: demote some printks to a dprintk | J. Bruce Fields | 2012-11-07 | 1 | -3/+2 |
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag... | Linus Torvalds | 2012-12-20 | 4 | -111/+105 |
|\ \ \
| | |/
| |/| |
|
| * | | libceph: register request before unregister linger | Alex Elder | 2012-12-20 | 1 | -1/+1 |
| * | | libceph: don't use rb_init_node() in ceph_osdc_alloc_request() | Alex Elder | 2012-12-20 | 1 | -1/+1 |
| * | | libceph: init event->node in ceph_osdc_create_event() | Alex Elder | 2012-12-20 | 1 | -0/+1 |
| * | | libceph: init osd->o_node in create_osd() | Alex Elder | 2012-12-20 | 1 | -0/+1 |
| * | | libceph: report connection fault with warning | Alex Elder | 2012-12-20 | 1 | -1/+1 |
| * | | libceph: socket can close in any connection state | Alex Elder | 2012-12-17 | 1 | -17/+30 |
| * | | rbd: remove linger unconditionally | Alex Elder | 2012-12-17 | 1 | -1/+1 |
| * | | libceph: avoid using freed osd in __kick_osd_requests() | Alex Elder | 2012-12-17 | 1 | -1/+2 |
| * | | ceph: don't reference req after put | Alex Elder | 2012-12-17 | 1 | -1/+1 |
| * | | libceph: remove 'osdtimeout' option | Sage Weil | 2012-12-13 | 2 | -45/+5 |
| * | | libceph: define ceph_pg_pool_name_by_id() | Alex Elder | 2012-11-01 | 1 | -0/+16 |
| * | | libceph: fix osdmap decode error paths | Sage Weil | 2012-10-30 | 1 | -11/+20 |
| * | | libceph: avoid NULL kref_put from NULL alloc_msg return | Sage Weil | 2012-10-26 | 1 | -1/+2 |
| * | | rbd: define common queue_con_delay() | Alex Elder | 2012-10-09 | 1 | -15/+23 |
| * | | rbd: let con_work() handle backoff | Alex Elder | 2012-10-09 | 1 | -18/+2 |
* | | | Merge tag 'virtio-next-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2012-12-20 | 1 | -1/+2 |
|\ \ \ |
|
| * | | | virtio: 9p: correctly pass physical address to userspace for high pages | Will Deacon | 2012-10-22 | 1 | -1/+2 |
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds | 2012-12-19 | 18 | -57/+121 |
|\ \ \ \ |
|
| * | | | | ipv6: addrconf.c: remove unnecessary "if" | Cong Ding | 2012-12-19 | 1 | -2/+1 |
| * | | | | bridge: Correctly encode addresses when dumping mdb entries | Vlad Yasevich | 2012-12-19 | 1 | -2/+4 |