Age | Commit message (Expand) | Author |
2013-05-04 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds |
2013-05-03 | packet: tpacket_v3: do not trigger bug() on wrong header status | Daniel Borkmann |
2013-05-03 | vxlan: Fix TCPv6 segmentation. | Pravin B Shelar |
2013-05-03 | gre: Fix GREv4 TCPv6 segmentation. | Pravin B Shelar |
2013-05-03 | bridge: fix race with topology change timer | stephen hemminger |
2013-05-03 | tipc: pskb_copy() buffers when sending on more than one bearer | Gerlando Falauto |
2013-05-03 | tipc: tipc_bcbearer_send(): simplify bearer selection | Gerlando Falauto |
2013-05-03 | tipc: cosmetic: clean up comments and break a long line | Gerlando Falauto |
2013-05-03 | Merge branch 'for-3.10' of git://linux-nfs.org/~bfields/linux | Linus Torvalds |
2013-05-03 | SUNRPC: Don't spam syslog with "Pseudoflavor not found" messages | Trond Myklebust |
2013-05-02 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 | Linus Torvalds |
2013-05-02 | Merge tag 'virtio-next-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds |
2013-05-02 | net: vlan,ethtool: netdev_features_t is more than 32 bit | Bjørn Mork |
2013-05-02 | net: use netdev_features_t in skb_needs_linearize() | Patrick McHardy |
2013-05-02 | libceph: use slab cache for osd client requests | Alex Elder |
2013-05-02 | libceph: allocate ceph message data with a slab allocator | Alex Elder |
2013-05-02 | libceph: allocate ceph messages with a slab allocator | Alex Elder |
2013-05-01 | libceph: create source file "net/ceph/snapshot.c" | Alex Elder |
2013-05-01 | libceph: fix byte order mismatch | Alex Elder |
2013-05-01 | libceph: support pages for class request data | Alex Elder |
2013-05-01 | libceph: fix two messenger bugs | Alex Elder |
2013-05-01 | libceph: support raw data requests | Alex Elder |
2013-05-01 | libceph: clean up osd data field access functions | Alex Elder |
2013-05-01 | libceph: kill off osd data write_request parameters | Alex Elder |
2013-05-01 | libceph: change how "safe" callback is used | Alex Elder |
2013-05-01 | libceph: make method call data be a separate data item | Alex Elder |
2013-05-01 | libceph: add, don't set data for a message | Alex Elder |
2013-05-01 | libceph: implement multiple data items in a message | Alex Elder |
2013-05-01 | libceph: replace message data pointer with list | Alex Elder |
2013-05-01 | libceph: have cursor point to data | Alex Elder |
2013-05-01 | libceph: move cursor into message | Alex Elder |
2013-05-01 | libceph: record bio length | Alex Elder |
2013-05-01 | libceph: skip message if too big to receive | Alex Elder |
2013-05-01 | libceph: fix possible CONFIG_BLOCK build problem | Alex Elder |
2013-05-01 | libceph: kill off osd request r_data_in and r_data_out | Alex Elder |
2013-05-01 | libceph: set the data pointers when encoding ops | Alex Elder |
2013-05-01 | libceph: combine initializing and setting osd data | Alex Elder |
2013-05-01 | libceph: set message data when building osd request | Alex Elder |
2013-05-01 | libceph: move ceph_osdc_build_request() | Alex Elder |
2013-05-01 | libceph: format class info at init time | Alex Elder |
2013-05-01 | libceph: specify osd op by index in request | Alex Elder |
2013-05-01 | libceph: add data pointers in osd op structures | Alex Elder |
2013-05-01 | libceph: rename data out field in osd request op | Alex Elder |
2013-05-01 | libceph: keep source rather than message osd op array | Alex Elder |
2013-05-01 | libceph: define ceph_osd_data_length() | Alex Elder |
2013-05-01 | libceph: define a few more helpers | Alex Elder |
2013-05-01 | libceph: define osd data initialization helpers | Alex Elder |
2013-05-01 | libceph: compute incoming bytes once | Alex Elder |
2013-05-01 | libceph: provide data length when preparing message | Alex Elder |
2013-05-01 | ceph: build osd request message later for writepages | Alex Elder |