Age | Commit message (Expand) | Author | Files | Lines |
2009-01-01 | introduce new LSM hooks where vfsmount is available. | Kentaro Takeda | 1 | -0/+4 |
2008-12-31 | Merge git://git.linux-nfs.org/projects/trondmy/nfs-2.6 | Linus Torvalds | 8 | -111/+350 |
2008-12-31 | Merge branch 'devel' into next | Trond Myklebust | 8 | -111/+350 |
2008-12-30 | net: Fix percpu counters deadlock | Herbert Xu | 6 | -8/+21 |
2008-12-30 | cpumask: prepare for iterators to only go to nr_cpu_ids/nr_cpumask_bits: net | Rusty Russell | 4 | -8/+8 |
2008-12-30 | cls_cgroup: clean up Kconfig | Li Zefan | 1 | -3/+0 |
2008-12-30 | cls_cgroup: clean up for cgroup part | Li Zefan | 1 | -9/+14 |
2008-12-30 | cls_cgroup: fix an oops when removing a cgroup | Li Zefan | 1 | -1/+1 |
2008-12-30 | IPVS: Make "no destination available" message more consistent between schedulers | Simon Horman | 9 | -10/+24 |
2008-12-30 | netns: foreach_netdev_safe is insufficient in default_device_exit | Eric W. Biederman | 1 | -3/+5 |
2008-12-30 | net: make xfrm_statistics_seq_show use generic snmp_fold_field | Rusty Russell | 1 | -15/+2 |
2008-12-28 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6 | Linus Torvalds | 430 | -12217/+14763 |
2008-12-28 | Merge branch 'for-linus' of git://git390.osdl.marist.edu/pub/scm/linux-2.6 | Linus Torvalds | 2 | -42/+138 |
2008-12-27 | gro: Fix potential use after free | Herbert Xu | 1 | -1/+4 |
2008-12-26 | net: Init NAPI dev_list on napi_del | Peter P Waskiewicz Jr | 1 | -1/+1 |
2008-12-26 | ipsec: Remove useless ret variable | Herbert Xu | 1 | -3/+1 |
2008-12-26 | net/appletalk: Remove redundant test | Julia Lawall | 1 | -3/+0 |
2008-12-26 | tcp: Always set urgent pointer if it's beyond snd_nxt | Herbert Xu | 1 | -4/+8 |
2008-12-26 | sctp: Add validity check for SCTP_PARTIAL_DELIVERY_POINT socket option | Wei Yongjun | 1 | -3/+16 |
2008-12-26 | sctp: Avoid memory overflow while FWD-TSN chunk is received with bad stream ID | Wei Yongjun | 1 | -0/+14 |
2008-12-26 | sctp: Implement socket option SCTP_GET_ASSOC_NUMBER | Wei Yongjun | 1 | -0/+35 |
2008-12-26 | sctp: Fix a typo in socket.c | Wei Yongjun | 1 | -4/+4 |
2008-12-26 | sctp: Bring SCTP_MAXSEG socket option into ietf API extension compliance | Wei Yongjun | 1 | -23/+107 |
2008-12-26 | vlan: fix convertion to net_device_ops | Eric Dumazet | 1 | -2/+20 |
2008-12-26 | netns: igmp: make /proc/net/{igmp,mcfilter} per netns | Alexey Dobriyan | 1 | -9/+40 |
2008-12-26 | netns: igmp: allow IPPROTO_IGMP sockets in netns | Alexey Dobriyan | 1 | -0/+1 |
2008-12-25 | [S390] convert iucv printks to dev_xxx and pr_xxx macros. | Ursula Braun | 2 | -6/+22 |
2008-12-25 | [S390] iucv: Locking free version of iucv_message_(receive|send) | Hendrik Brueckner | 1 | -36/+116 |
2008-12-25 | Merge branch 'next' into for-linus | James Morris | 17 | -46/+56 |
2008-12-24 | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 2 | -2/+1 |
2008-12-24 | rpc: add service field to new upcall | Olga Kornievskaia | 1 | -10/+16 |
2008-12-24 | rpc: add target field to new upcall | Olga Kornievskaia | 1 | -7/+21 |
2008-12-24 | nfsd: support callbacks with gss flavors | Olga Kornievskaia | 1 | -0/+5 |
2008-12-24 | rpc: allow gss callbacks to client | Olga Kornievskaia | 1 | -0/+1 |
2008-12-24 | rpc: pass target name down to rpc level on callbacks | Olga Kornievskaia | 1 | -0/+16 |
2008-12-24 | nfsd: pass client principal name in rsc downcall | Olga Kornievskaia | 1 | -0/+23 |
2008-12-24 | rpc: implement new upcall | \"J. Bruce Fields\ | 1 | -20/+96 |
2008-12-24 | rpc: store pointer to pipe inode in gss upcall message | \"J. Bruce Fields\ | 1 | -8/+12 |
2008-12-24 | rpc: use count of pipe openers to wait for first open | \"J. Bruce Fields\ | 1 | -3/+61 |
2008-12-24 | rpc: track number of users of the gss upcall pipe | \"J. Bruce Fields\ | 1 | -0/+14 |
2008-12-24 | rpc: call release_pipe only on last close | \"J. Bruce Fields\ | 1 | -3/+6 |
2008-12-24 | rpc: add an rpc_pipe_open method | \"J. Bruce Fields\ | 1 | -7/+15 |
2008-12-24 | rpc: minor gss_alloc_msg cleanup | \"J. Bruce Fields\ | 1 | -12/+12 |
2008-12-24 | rpc: factor out warning code from gss_pipe_destroy_msg | \"J. Bruce Fields\ | 1 | -9/+14 |
2008-12-24 | rpc: remove unnecessary assignment | \"J. Bruce Fields\ | 1 | -1/+0 |
2008-12-23 | sunrpc: fix code that makes auth_gss send destroy_cred message (try #2) | Jeff Layton | 1 | -5/+12 |
2008-12-23 | optimize attribute timeouts for "noac" and "actimeo=0" | Peter Staubach | 1 | -1/+1 |
2008-12-23 | SUNRPC: rpcsec_gss modules should not be used by out-of-tree code | Trond Myklebust | 3 | -14/+14 |
2008-12-23 | SUNRPC: Convert the xdr helpers and rpc_pipefs to EXPORT_SYMBOL_GPL | Trond Myklebust | 2 | -28/+28 |
2008-12-23 | SUNRPC: Remove the last remnant of the BKL... | Trond Myklebust | 2 | -7/+7 |