| Commit message (Expand) | Author | Age |
* | mac80211: fix the setting of extended supported rate IE | Chun-Yeow Yeoh | 2013-09-26 |
* | mac80211: drop spoofed packets in ad-hoc mode | Felix Fietkau | 2013-09-26 |
* | cfg80211: fix warning when using WEXT for IBSS | Bruno Randolf | 2013-09-26 |
* | cfg80211: use the correct macro to check for active monitor support | Luciano Coelho | 2013-09-26 |
* | Merge git://git.kvack.org/~bcrl/aio-next | Linus Torvalds | 2013-09-13 |
|\ |
|
| * | aio: Kill ki_dtor | Kent Overstreet | 2013-07-30 |
| * | aio: Kill aio_rw_vect_retry() | Kent Overstreet | 2013-07-30 |
* | | Remove GENERIC_HARDIRQ config option | Martin Schwidefsky | 2013-09-13 |
* | | Merge branch 'akpm' (patches from Andrew Morton) | Linus Torvalds | 2013-09-12 |
|\ \ |
|
| * | | memcg: rename RESOURCE_MAX to RES_COUNTER_MAX | Sha Zhengju | 2013-09-12 |
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2013-09-12 |
|\ \ \ |
|
| * | | | shrinker: convert remaining shrinkers to count/scan API | Dave Chinner | 2013-09-10 |
* | | | | Merge tag 'nfs-for-3.12-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfs | Linus Torvalds | 2013-09-12 |
|\ \ \ \
| |_|/ /
|/| | | |
|
| * | | | SUNRPC: No, I did not intend to create a 256KiB hashtable | Trond Myklebust | 2013-09-12 |
| * | | | sunrpc: Add missing kuids conversion for printing | Geert Uytterhoeven | 2013-09-12 |
* | | | | Merge branch 'akpm' (patches from Andrew Morton) | Linus Torvalds | 2013-09-11 |
|\ \ \ \ |
|
| * | | | | kernel-wide: fix missing validations on __get/__put/__copy_to/__copy_from_user() | Mathieu Desnoyers | 2013-09-11 |
* | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds | 2013-09-11 |
|\ \ \ \ \ |
|
| * | | | | | net_sched: htb: fix a typo in htb_change_class() | Vimalkumar | 2013-09-11 |
| * | | | | | ipv6: don't call fib6_run_gc() until routing is ready | Michal Kubeček | 2013-09-11 |
| * | | | | | fib6_rules: fix indentation | Stefan Tomanek | 2013-09-11 |
| * | | | | | net: fix multiqueue selection | Eric Dumazet | 2013-09-11 |
| * | | | | | net: sctp: fix smatch warning in sctp_send_asconf_del_ip | Daniel Borkmann | 2013-09-11 |
| * | | | | | net: sctp: fix bug in sctp_poll for SOCK_SELECT_ERR_QUEUE | Daniel Borkmann | 2013-09-11 |
| * | | | | | net: fib: fib6_add: fix potential NULL pointer dereference | Daniel Borkmann | 2013-09-11 |
| * | | | | | net: ovs: flow: fix potential illegal memory access in __parse_flow_nlattrs | Daniel Borkmann | 2013-09-11 |
| * | | | | | ipv6/exthdrs: accept tlv which includes only padding | Jiri Pirko | 2013-09-11 |
| | |_|/ /
| |/| | | |
|
* | | | | | Merge tag 'for-linus-3.12-merge' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2013-09-11 |
|\ \ \ \ \
| |_|/ / /
|/| | | | |
|
| * | | | | fs/9p: avoid accessing utsname after namespace has been torn down | Will Deacon | 2013-08-26 |
| * | | | | 9p: send uevent after adding/removing mount_tag attribute | Michael Marineau | 2013-08-26 |
| | |_|/
| |/| | |
|
* | | | | Merge branch 'nfsd-next' of git://linux-nfs.org/~bfields/linux | Linus Torvalds | 2013-09-10 |
|\ \ \ \
| |_|/ /
|/| | | |
|
| * | | | rpc: let xdr layer allocate gssproxy receieve pages | J. Bruce Fields | 2013-09-06 |
| * | | | rpc: fix huge kmalloc's in gss-proxy | J. Bruce Fields | 2013-09-06 |
| * | | | rpc: comment on linux_cred encoding, treat all as unsigned | J. Bruce Fields | 2013-09-06 |
| * | | | rpc: clean up decoding of gssproxy linux creds | J. Bruce Fields | 2013-09-06 |
* | | | | Merge tag 'nfs-for-3.12-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs | Linus Torvalds | 2013-09-09 |
|\ \ \ \
| | |_|/
| |/| | |
|
| * | | | SUNRPC: Add an identifier for struct rpc_clnt | Trond Myklebust | 2013-09-05 |
| * | | | SUNRPC: Ensure rpc_task->tk_pid is available for tracepoints | Trond Myklebust | 2013-09-04 |
| * | | | SUNRPC: Add tracepoints to help debug socket connection issues | Trond Myklebust | 2013-09-04 |
| * | | | SUNRPC refactor rpcauth_checkverf error returns | Andy Adamson | 2013-09-03 |
| * | | | SUNRPC new rpc_credops to test credential expiry | Andy Adamson | 2013-09-03 |
| * | | | SUNRPC: don't map EKEYEXPIRED to EACCES in call_refreshresult | Andy Adamson | 2013-09-03 |
| * | | | SUNRPC: rpcauth_create needs to know about rpc_clnt clone status | Trond Myklebust | 2013-09-02 |
| * | | | RPCSEC_GSS: Share all credential caches on a per-transport basis | Trond Myklebust | 2013-09-02 |
| * | | | RPCSEC_GSS: Share rpc_pipes when an rpc_clnt owns multiple rpcsec auth caches | Trond Myklebust | 2013-09-01 |
| * | | | SUNRPC: Add a helper to allow sharing of rpc_pipefs directory objects | Trond Myklebust | 2013-09-01 |
| * | | | SUNRPC: Remove the rpc_client->cl_dentry | Trond Myklebust | 2013-09-01 |
| * | | | SUNRPC: Remove the obsolete auth-only interface for pipefs dentry management | Trond Myklebust | 2013-09-01 |
| * | | | RPCSEC_GSS: Switch auth_gss to use the new framework for pipefs dentries | Trond Myklebust | 2013-09-01 |
| * | | | SUNRPC: Add a framework to clean up management of rpc_pipefs directories | Trond Myklebust | 2013-08-30 |