deliverable/linux.git
2014-10-14  Cong Wangrds: avoid calling sock_kfree_s() on allocation failure
2014-10-14  Hariprasad... cxgb4: Fix FW flash logic using ethtool
2014-10-14  David S. MillerMerge branch 'stmmac'
2014-10-14  Giuseppe CAVALLAROstmmac: dwmac-sti: review the glue-logic for STi4xx...
2014-10-14  Giuseppe CAVALLAROstmmac: make the STi Layer compatible to STiH407
2014-10-14  Giuseppe CAVALLAROstmmac: platform: fix FIXED_PHY support.
2014-10-14  Guenter Roeckdsa: mv88e6171: Fix tag_protocol check
2014-10-14  David S. MillerMerge branch 'xgene'
2014-10-14  Iyappan Subramaniandrivers: net: xgene: Add SGMII based 1GbE ethtool support
2014-10-14  Iyappan Subramaniandrivers: net: xgene: Add SGMII based 1GbE support
2014-10-14  Iyappan Subramaniandrivers: net: xgene: Preparing for adding SGMII based...
2014-10-14  Iyappan Subramaniandtb: Add SGMII based 1GbE node to APM X-Gene SoC device...
2014-10-14  Alexei Starovoitovnet: filter: move common defines into bpf_common.h
2014-10-14  Fabian Frederickcaif_usb: use target structure member in memset
2014-10-14  Fabian Frederickcaif_usb: remove redundant memory message
2014-10-14  Fabian Frederickcaif: replace kmalloc/memset 0 by kzalloc
2014-10-14  Mugunthan V Ndrivers: net: cpsw: remove child devices while driver...
2014-10-14  Mugunthan V Ndrivers: net: davinci_cpdma: remove spinlock as SOFTIRQ...
2014-10-14  Mugunthan V Ndrivers: net: davinci_cpdma: remove kfree on objects...
2014-10-14  Prashant Sreedharantg3: Add skb->xmit_more support
2014-10-14  Jiri Pirkoipv4: fix nexthop attlen check in fib_nh_match
2014-10-14  Eric Dumazettcp: fix tcp_ack() performance problem
2014-10-14  Yan, Zhengceph: fix divide-by-zero in __validate_layout()
2014-10-14  Ilya Dryomovrbd: rbd workqueues need a resque worker
2014-10-14  Ilya Dryomovlibceph: ceph-msgr workqueue needs a resque worker
2014-10-14  Fabian Frederickceph: fix bool assignments
2014-10-14  Ilya Dryomovlibceph: separate multiple ops with commas in debugfs...
2014-10-14  Ilya Dryomovlibceph: sync osd op definitions in rados.h
2014-10-14  Fabian Fredericklibceph: remove redundant declaration
2014-10-14  John Sprayceph: additional debugfs output
2014-10-14  John Sprayceph: export ceph_session_state_name function
2014-10-14  Yan, Zhengceph: include the initial ACL in create/mkdir/mknod...
2014-10-14  Yan, Zhengceph: use pagelist to present MDS request data
2014-10-14  Yan, Zhenglibceph: reference counting pagelist
2014-10-14  Yan, Zhengceph: fix llistxattr on symlink
2014-10-14  John Sprayceph: send client metadata to MDS
2014-10-14  David S. MillerMerge branch 'isdn'
2014-10-14  Tilman Schmidtisdn/gigaset: fix usb_gigaset write_cmd result race
2014-10-14  Tilman Schmidtisdn/capi: don't return NULL from capi_cmd2str()
2014-10-14  Tilman Schmidtisdn/capi: handle CAPI 2.0 message parser failures
2014-10-14  Tilman Schmidtisdn/capi: prevent NULL pointer dereference on invalid...
2014-10-14  Tilman Schmidtisdn/capi: refactor command/subcommand table accesses
2014-10-14  Tilman Schmidtisdn/capi: prevent index overrun from command_2_index()
2014-10-14  Tilman Schmidtisdn/capi: correct capi20_manufacturer argument type...
2014-10-14  Tilman Schmidtisdn/gigaset: fix non-heap pointer deallocation
2014-10-14  Tilman Schmidtisdn/gigaset: fix NULL pointer dereference
2014-10-14  Tilman Schmidtisdn/gigaset: limit raw CAPI message dump length
2014-10-14  Tilman Schmidtisdn/gigaset: make sure controller name is null terminated
2014-10-14  Tilman Schmidtisdn/gigaset: missing break in do_facility_req
2014-10-14  David S. MillerMerge branch 'fec-ptp'
2014-10-14  Luwei Zhounet: fec: ptp: Enable PPS output based on ptp clock
2014-10-14  Luwei Zhounet: fec: ptp: Use hardware algorithm to adjust PTP...
2014-10-14  Luwei Zhounet: fec: ptp: Use the 31-bit ptp timer.
2014-10-14  Li RongQingipv6: remove aca_lock spinlock from struct ifacaddr6
2014-10-14  Alexei Starovoitovx86: bpf_jit: fix two bugs in eBPF JIT compiler
2014-10-14  Eric Dumazettcp: fix ooo_okay setting vs Small Queues
2014-10-14  Alexander Aringskbuff: fix ftrace handling in skb_unshare
2014-10-14  Alexander Duyckfm10k: Add skb->xmit_more support
2014-10-14  Chao Yuceph: remove redundant code for max file size verification
2014-10-14  Yan, Zhengceph: remove redundant io_iter_advance()
2014-10-14  Yan, Zhengceph: move ceph_find_inode() outside the s_mutex
2014-10-14  Yan, Zhengceph: request xattrs if xattr_version is zero
2014-10-14  Josh Durginrbd: set the remaining discard properties to enable...
2014-10-14  Josh Durginrbd: use helpers to handle discard for layered images...
2014-10-14  Josh Durginrbd: extract a method for adding object operations
2014-10-14  Josh Durginrbd: make discard trigger copy-on-write
2014-10-14  Josh Durginrbd: tolerate -ENOENT for discard operations
2014-10-14  Josh Durginrbd: fix snapshot context reference count for discards
2014-10-14  Josh Durginrbd: read image size for discard check safely
2014-10-14  Guangliang... rbd: initial discard bits from Guangliang Zhao
2014-10-14  Guangliang... rbd: extend the operation type
2014-10-14  Guangliang... rbd: skip the copyup when an entire object writing
2014-10-14  Ilya Dryomovrbd: add img_obj_request_simple() helper
2014-10-14  Josh Durginrbd: access snapshot context and mapping size safely
2014-10-14  Ilya Dryomovrbd: do not return -ERANGE on auth failures
2014-10-14  Ilya Dryomovlibceph: don't try checking queue_work() return value
2014-10-14  Yan, Zhengceph: make sure request isn't in any waiting list when...
2014-10-14  Yan, Zhengceph: protect kick_requests() with mdsc->mutex
2014-10-14  Joe Percheslibceph: Convert pr_warning to pr_warn
2014-10-14  Yan, Zhengceph: trim unused inodes before reconnecting to recover...
2014-10-14  Li RongQinglibceph: fix a use after free issue in osdmap_set_max_osd
2014-10-14  Ilya Dryomovlibceph: select CRYPTO_CBC in addition to CRYPTO_AES
2014-10-14  Ilya Dryomovlibceph: resend lingering requests with a new tid
2014-10-14  Ilya Dryomovlibceph: abstract out ceph_osd_request enqueue logic
2014-10-14  Nimrod Andynet: fec: Fix sparse warnings with different lock conte...
2014-10-14  Vince BridgersMAINTAINERS: Update contact information for Vince Bridgers
2014-10-14  David S. MillerMerge branch 'sctp'
2014-10-14  Daniel Borkmannnet: sctp: fix remote memory pressure from excessive...
2014-10-14  Daniel Borkmannnet: sctp: fix panic on duplicate ASCONF chunks
2014-10-14  Daniel Borkmannnet: sctp: fix skb_over_panic when receiving malformed...
2014-10-14  Bruno Thomsenphy/micrel: KSZ8031RNL RMII clock reconfiguration bug
2014-10-14  Martin K. Petersenblock: Remove REQ_KERNEL
2014-10-14  Jan-Simon Möllercrypto: LLVMLinux: Remove VLAIS usage from crypto/testmgr.c
2014-10-14  Behan Webstersecurity, crypto: LLVMLinux: Remove VLAIS from ima_crypto.c
2014-10-14  Jan-Simon Möllercrypto: LLVMLinux: Remove VLAIS usage from libcrc32c.c
2014-10-14  Jan-Simon Möllercrypto: LLVMLinux: Remove VLAIS usage from crypto/hmac.c
2014-10-14  Jan-Simon Möllercrypto, dm: LLVMLinux: Remove VLAIS usage from dm-crypt
2014-10-14  Behan Webstercrypto: LLVMLinux: Remove VLAIS from crypto/.../qat_algs.c
2014-10-14  Behan Webstercrypto: LLVMLinux: Remove VLAIS from crypto/omap_sham.c
2014-10-14  Behan Webstercrypto: LLVMLinux: Remove VLAIS from crypto/n2_core.c
next
This page took 0.064933 seconds and 5 git commands to generate.