| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi... | Linus Torvalds | 2013-03-10 | 1 | -3/+1 |
|\ |
|
| * | fs: Limit sys_mount to only request filesystem modules. | Eric W. Biederman | 2013-03-04 | 1 | -3/+1 |
* | | Revert parts of "hlist: drop the node parameter from iterators" | Arnd Bergmann | 2013-03-09 | 1 | -1/+1 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds | 2013-03-06 | 19 | -139/+175 |
|\ \
| |/
|/| |
|
| * | tcp: fix double-counted receiver RTT when leaving receiver fast path | Neal Cardwell | 2013-03-04 | 1 | -3/+3 |
| * | CAIF: fix sparse warning for caif_usb | Silviu-Mihai Popescu | 2013-03-04 | 1 | -2/+2 |
| * | rds: simplify a warning message | Cong Wang | 2013-03-04 | 1 | -4/+1 |
| * | net: ipv6: Don't purge default router if accept_ra=2 | Lorenzo Colitti | 2013-03-04 | 1 | -1/+2 |
| * | sctp: use KMALLOC_MAX_SIZE instead of its own MAX_KMALLOC_SIZE | Cong Wang | 2013-03-04 | 1 | -5/+3 |
| * | rds: limit the size allocated by rds_message_alloc() | Cong Wang | 2013-03-04 | 1 | -0/+3 |
| * | caif_dev: fix sparse warnings for caif_flow_cb | Silviu-Mihai Popescu | 2013-03-03 | 1 | -1/+1 |
| * | sctp: use the passed in gfp flags instead GFP_KERNEL | Dan Carpenter | 2013-03-01 | 1 | -1/+1 |
| * | ipv[4|6]: correct dropwatch false positive in local_deliver_finish | Neil Horman | 2013-03-01 | 2 | -4/+8 |
| * | Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin... | David S. Miller | 2013-03-01 | 4 | -90/+62 |
| |\ |
|
| | * | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | John W. Linville | 2013-03-01 | 4 | -90/+62 |
| | |\ |
|
| | | * | mac80211: fix monitor mode channel reporting | Felix Fietkau | 2013-02-26 | 1 | -3/+9 |
| | | * | mac80211: fix idle handling in monitor mode | Felix Fietkau | 2013-02-26 | 1 | -1/+1 |
| | | * | mac80211: Ensure off-channel frames don't get queued | Seth Forshee | 2013-02-26 | 1 | -25/+31 |
| | | * | mac80211: fix the problem of forwarding from DS to DS in Mesh | Chun-Yeow Yeoh | 2013-02-26 | 1 | -1/+16 |
| | | * | nl80211: remove TCP WoWLAN information | Johannes Berg | 2013-02-26 | 1 | -45/+0 |
| | | * | nl80211: remove radar information | Johannes Berg | 2013-02-26 | 1 | -13/+3 |
| | | * | mac80211: fix tim_lock locking | Johannes Berg | 2013-02-26 | 1 | -2/+2 |
| * | | | l2tp: Restore socket refcount when sendmsg succeeds | Guillaume Nault | 2013-03-01 | 1 | -0/+1 |
| |/ / |
|
| * | | sctp: fix association hangs due to partial delivery errors | Lee A. Roberts | 2013-02-28 | 1 | -11/+43 |
| * | | sctp: fix association hangs due to errors when reneging events from the order... | Lee A. Roberts | 2013-02-28 | 1 | -4/+22 |
| * | | sctp: fix association hangs due to reneging packets below the cumulative TSN ... | Lee A. Roberts | 2013-02-28 | 1 | -2/+7 |
| * | | sctp: fix association hangs due to off-by-one errors in sctp_tsnmap_grow() | Lee A. Roberts | 2013-02-28 | 1 | -6/+7 |
| * | | net/sctp: Validate parameter size for SCTP_GET_ASSOC_STATS | Guenter Roeck | 2013-02-27 | 1 | -3/+3 |
| * | | irda: small read beyond end of array in debug code | Dan Carpenter | 2013-02-27 | 1 | -2/+5 |
| * | | Merge branch 'master' of git://1984.lsi.us.es/nf | David S. Miller | 2013-02-26 | 1 | -1/+2 |
| |\ \ |
|
| | * | | netfilter: ipset: "Directory not empty" error message | Jozsef Kadlecsik | 2013-02-21 | 1 | -1/+2 |
* | | | | Merge tag 'nfs-for-3.9-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfs | Linus Torvalds | 2013-03-03 | 2 | -1/+20 |
|\ \ \ \ |
|
| * | | | | SUNRPC: One line comment fix | Trond Myklebust | 2013-03-03 | 1 | -1/+1 |
| * | | | | SUNRPC: add call to get configured timeout | Weston Andros Adamson | 2013-03-01 | 1 | -0/+15 |
| * | | | | SUNRPC: Don't start the retransmission timer when out of socket space | Trond Myklebust | 2013-02-22 | 1 | -1/+5 |
* | | | | | Merge branch 'for-3.9' of git://linux-nfs.org/~bfields/linux | Linus Torvalds | 2013-03-01 | 12 | -101/+162 |
|\ \ \ \ \ |
|
| * | | | | | SUNRPC: make AF_LOCAL connect synchronous | J. Bruce Fields | 2013-02-28 | 1 | -8/+27 |
| * | | | | | svcrpc: fix rpc server shutdown races | J. Bruce Fields | 2013-02-17 | 2 | -34/+32 |
| * | | | | | svcrpc: make svc_age_temp_xprts enqueue under sv_lock | J. Bruce Fields | 2013-02-17 | 1 | -13/+2 |
| * | | | | | SUNRPC: move cache_detail->cache_request callback call to cache_read() | Stanislav Kinsbursky | 2013-02-15 | 1 | -12/+20 |
| * | | | | | SUNRPC: remove "cache_request" argument in sunrpc_cache_pipe_upcall() function | Stanislav Kinsbursky | 2013-02-15 | 1 | -7/+3 |
| * | | | | | SUNRPC: rework cache upcall logic | Stanislav Kinsbursky | 2013-02-15 | 3 | -23/+7 |
| * | | | | | SUNRPC: introduce cache_detail->cache_request callback | Stanislav Kinsbursky | 2013-02-15 | 2 | -3/+6 |
| * | | | | | sunrpc: trim off trailing checksum before returning decrypted or integrity au... | Jeff Layton | 2013-02-08 | 3 | -2/+51 |
| * | | | | | sunrpc: move address copy/cmp/convert routines and prototypes from clnt.h to ... | Jeff Layton | 2013-02-05 | 6 | -2/+7 |
| * | | | | | sunrpc: Fix lockd sleeping until timeout | Andriy Skulysh | 2013-01-24 | 1 | -1/+8 |
| * | | | | | svcrpc: silence "unused variable" warning in !RPC_DEBUG case | J. Bruce Fields | 2013-01-24 | 1 | -0/+4 |
| * | | | | | nfsd: Remove write permission from file content | Yanchuan Nian | 2013-01-24 | 1 | -1/+1 |
* | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag... | Linus Torvalds | 2013-03-01 | 10 | -574/+749 |
|\ \ \ \ \ \ |
|
| * | | | | | | libceph: add support for HASHPSPOOL pool flag | Sage Weil | 2013-02-27 | 1 | -13/+26 |