| Commit message (Expand) | Author | Age | Files | Lines |
* | hlist: drop the node parameter from iterators | Sasha Levin | 2013-02-28 | 110 | -870/+555 |
* | sctp: convert to idr_alloc() | Tejun Heo | 2013-02-28 | 1 | -16/+15 |
* | mac80211: convert to idr_alloc() | Tejun Heo | 2013-02-28 | 2 | -16/+4 |
* | net/9p: convert to idr_alloc() | Tejun Heo | 2013-02-28 | 1 | -11/+6 |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2013-02-27 | 10 | -29/+28 |
|\ |
|
| * | get_empty_filp()/alloc_file() leave both ->f_pos and ->f_version zero | Al Viro | 2013-02-26 | 1 | -1/+0 |
| * | fs: Preserve error code in get_empty_filp(), part 2 | Anatol Pomozov | 2013-02-23 | 1 | -2/+2 |
| * | new helper: file_inode(file) | Al Viro | 2013-02-23 | 9 | -26/+26 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds | 2013-02-26 | 8 | -45/+75 |
|\ \ |
|
| * | | Revert "ip_gre: propogate target device GSO capability to the tunnel device" | Pravin B Shelar | 2013-02-25 | 1 | -8/+2 |
| * | | IP_GRE: Fix GRE_CSUM case. | Pravin B Shelar | 2013-02-25 | 1 | -4/+8 |
| * | | IP_GRE: Fix IP-Identification. | Pravin B Shelar | 2013-02-25 | 2 | -3/+6 |
| * | | sock_diag: Simplify sock_diag_handlers[] handling in __sock_diag_rcv_msg | Mathias Krause | 2013-02-23 | 1 | -17/+7 |
| * | | sock_diag: Fix out-of-bounds access to sock_diag_handlers[] | Mathias Krause | 2013-02-23 | 1 | -0/+3 |
| * | | tcp: fix SYN-data space mis-accounting | Yuchung Cheng | 2013-02-22 | 1 | -7/+11 |
| * | | sock: only define socket limit if mem cgroup configured | stephen hemminger | 2013-02-22 | 1 | -0/+2 |
| * | | net: Fix locking bug in netif_set_xps_queue | Alexander Duyck | 2013-02-22 | 1 | -1/+3 |
| * | | ipv4: fix error handling in icmp_protocol. | Li Wei | 2013-02-22 | 2 | -1/+24 |
| * | | ipv6: use a stronger hash for tcp | Eric Dumazet | 2013-02-22 | 1 | -2/+7 |
| * | | ipv4: fix a bug in ping_err(). | Li Wei | 2013-02-21 | 1 | -2/+2 |
* | | | Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/r... | Linus Torvalds | 2013-02-26 | 1 | -10/+10 |
|\ \ \ |
|
| * | | | IB/core: Add "type 2" memory windows support | Shani Michaeli | 2013-02-21 | 1 | -10/+10 |
* | | | | Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dma | Linus Torvalds | 2013-02-26 | 1 | -4/+4 |
|\ \ \ \ |
|
| * | | | | dmaengine: remove dma_async_memcpy_complete() macro | Bartlomiej Zolnierkiewicz | 2013-01-08 | 1 | -1/+1 |
| * | | | | dmaengine: remove dma_async_memcpy_pending() macro | Bartlomiej Zolnierkiewicz | 2013-01-08 | 1 | -3/+3 |
* | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi... | Linus Torvalds | 2013-02-26 | 9 | -91/+170 |
|\ \ \ \ \ |
|
| * | | | | | sunrpc: Properly decode kuids and kgids in RPC_AUTH_UNIX credentials | Eric W. Biederman | 2013-02-13 | 1 | -2/+4 |
| * | | | | | sunrpc: Properly encode kuids and kgids in auth.unix.gid rpc pipe upcalls. | Eric W. Biederman | 2013-02-13 | 1 | -5/+9 |
| * | | | | | sunrpc: Properly encode kuids and kgids in RPC_AUTH_UNIX credentials | Eric W. Biederman | 2013-02-13 | 1 | -3/+3 |
| * | | | | | sunrpc: Hash uids by first computing their value in the initial userns | Eric W. Biederman | 2013-02-13 | 2 | -3/+8 |
| * | | | | | sunrpc: Update svcgss xdr handle to rpsec_contect cache | Eric W. Biederman | 2013-02-13 | 1 | -5/+13 |
| * | | | | | sunrpc: Update gss uid to security context mapping. | Eric W. Biederman | 2013-02-13 | 1 | -5/+15 |
| * | | | | | sunrpc: Use gid_valid to test for gid != INVALID_GID | Eric W. Biederman | 2013-02-13 | 1 | -3/+2 |
| * | | | | | sunrpc: Convert kuids and kgids to uids and gids for printing | Eric W. Biederman | 2013-02-13 | 3 | -7/+13 |
| * | | | | | sunrpc: Simplify auth_unix now that everything is a kgid_t | Eric W. Biederman | 2013-02-13 | 1 | -10/+4 |
| * | | | | | sunrpc: Use uid_eq and gid_eq where appropriate | Eric W. Biederman | 2013-02-13 | 4 | -8/+8 |
| * | | | | | sunrpc: Use kuid_t and kgid_t where appropriate | Eric W. Biederman | 2013-02-13 | 3 | -10/+10 |
| * | | | | | sunrpc: Use userns friendly constants. | Eric W. Biederman | 2013-02-13 | 4 | -9/+9 |
| * | | | | | 9p: Modify the stat structures to use kuid_t and kgid_t | Eric W. Biederman | 2013-02-12 | 2 | -11/+20 |
| * | | | | | 9p: Transmit kuid and kgid values | Eric W. Biederman | 2013-02-12 | 1 | -12/+13 |
| * | | | | | 9p: Add 'u' and 'g' format specifies for kuids and kgids | Eric W. Biederman | 2013-02-12 | 1 | -0/+36 |
| * | | | | | ceph: Only allow mounts in the initial network namespace | Eric W. Biederman | 2013-02-12 | 1 | -0/+5 |
* | | | | | | net: change type of virtio_chan->p9_max_pages | Zhang Yanfei | 2013-02-24 | 1 | -1/+1 |
* | | | | | | net/core: apply pm_runtime_set_memalloc_noio on network devices | Ming Lei | 2013-02-24 | 1 | -0/+5 |
* | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39... | Linus Torvalds | 2013-02-22 | 1 | -1/+4 |
|\ \ \ \ \ \ |
|
| * | | | | | | iucv: fix kernel panic at reboot | Hendrik Brueckner | 2013-02-14 | 1 | -1/+4 |
* | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 2013-02-22 | 4 | -4/+4 |
|\ \ \ \ \ \ \ |
|
| * \ \ \ \ \ \ | Merge branch 'master' into for-next | Jiri Kosina | 2013-01-29 | 422 | -7872/+23564 |
| |\ \ \ \ \ \ \ |
|
| * | | | | | | | | treewide: Fix typo in various drivers | Masanari Iida | 2013-01-09 | 1 | -1/+1 |
| * | | | | | | | | treewide: Replace incomming with incoming in all comments and strings | Jorrit Schippers | 2013-01-03 | 3 | -3/+3 |