Age | Commit message (Expand) | Author | Files | Lines |
2009-09-11 | Merge branch 'nfs-for-2.6.32' | Trond Myklebust | 14 | -800/+1780 |
2009-09-11 | Merge branch 'next' into for-linus | James Morris | 2 | -3/+3 |
2009-09-06 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 | Linus Torvalds | 3 | -20/+19 |
2009-09-03 | tc: Fix unitialized kernel memory leak | Eric Dumazet | 1 | -0/+2 |
2009-09-02 | pkt_sched: Revert tasklet_hrtimer changes. | David S. Miller | 2 | -19/+16 |
2009-09-02 | net: sk_free() should be allowed right after sk_alloc() | Jarek Poplawski | 1 | -1/+1 |
2009-08-29 | SUNRPC: Fix rpc_task_force_reencode | Trond Myklebust | 1 | -0/+1 |
2009-08-27 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eri... | Linus Torvalds | 5 | -29/+22 |
2009-08-27 | ipv4: make ip_append_data() handle NULL routing table | Julien TINNES | 1 | -0/+2 |
2009-08-26 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 | Linus Torvalds | 2 | -2/+2 |
2009-08-25 | pkt_sched: Fix bogon in tasklet_hrtimer changes. | David S. Miller | 2 | -2/+2 |
2009-08-24 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 | Linus Torvalds | 7 | -29/+42 |
2009-08-24 | NET: llc, zero sockaddr_llc struct | Jiri Slaby | 1 | -0/+1 |
2009-08-24 | netpoll: warning for ndo_start_xmit returns with interrupts enabled | Dongdong Deng | 1 | -0/+5 |
2009-08-24 | netfilter: xt_quota: fix wrong return value (error case) | Patrick McHardy | 1 | -1/+1 |
2009-08-24 | ipv6: Fix commit 63d9950b08184e6531adceb65f64b429909cc101 (ipv6: Make v4-mapp... | Bruno Prémont | 1 | -1/+3 |
2009-08-24 | pkt_sched: Convert CBQ to tasklet_hrtimer. | David S. Miller | 1 | -10/+13 |
2009-08-23 | pkt_sched: Convert qdisc_watchdog to tasklet_hrtimer | David S. Miller | 1 | -4/+4 |
2009-08-21 | SUNRPC: Ensure that sunrpc gets initialised before nfs, lockd, etc... | Trond Myklebust | 1 | -1/+1 |
2009-08-20 | Merge branch 'master' into next | James Morris | 25 | -31/+85 |
2009-08-20 | SUNRPC: cache must take a reference to the cache detail's module on open() | Trond Myklebust | 1 | -4/+76 |
2009-08-20 | NFS: Add a dns resolver for use with NFSv4 referrals and migration | Trond Myklebust | 1 | -0/+7 |
2009-08-20 | SUNRPC: Fix a typo in cache_pipefs_files | Trond Myklebust | 1 | -1/+1 |
2009-08-20 | Merge branch 'nfsv4_xdr_cleanups-for-2.6.32' into nfs-for-2.6.32 | Trond Myklebust | 2 | -7/+7 |
2009-08-19 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | David S. Miller | 1 | -13/+15 |
2009-08-19 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 | Linus Torvalds | 24 | -30/+84 |
2009-08-18 | net: restore gnet_stats_basic to previous definition | Eric Dumazet | 8 | -15/+20 |
2009-08-18 | NETROM: Fix use of static buffer | Ralf Baechle | 1 | -9/+12 |
2009-08-18 | net/9p: insulate the client against an invalid error code sent by a 9p server | Abhishek Kulkarni | 2 | -7/+2 |
2009-08-18 | 9p: minor comment fixes | Abhishek Kulkarni | 4 | -22/+20 |
2009-08-17 | mac80211: fix todo lock | Johannes Berg | 1 | -13/+15 |
2009-08-15 | gre: Fix MTU calculation for bound GRE tunnels | Tom Goff | 1 | -1/+1 |
2009-08-14 | sunrpc: ntoh -> be*_to_cpu | Benny Halevy | 1 | -3/+3 |
2009-08-14 | sunrpc: hton -> cpu_to_be* | Benny Halevy | 1 | -3/+3 |
2009-08-14 | Networking: use CAP_NET_ADMIN when deciding to call request_module | Eric Paris | 2 | -3/+3 |
2009-08-13 | mac80211: fix panic when splicing unprepared TIDs | Luis R. Rodriguez | 1 | -0/+8 |
2009-08-13 | Make sock_sendpage() use kernel_sendpage() | Linus Torvalds | 1 | -1/+1 |
2009-08-11 | Merge branch 'sunrpc_cache-for-2.6.32' into nfs-for-2.6.32 | Trond Myklebust | 6 | -463/+858 |
2009-08-11 | Merge branch 'patches_cel-for-2.6.32' into nfs-for-2.6.32 | Trond Myklebust | 6 | -330/+784 |
2009-08-10 | sctp: fix missing destroy of percpu counter variable in sctp_proc_exit() | Rafael Laufer | 1 | -0/+1 |
2009-08-10 | can: Fix raw_getname() leak | Eric Dumazet | 1 | -0/+1 |
2009-08-10 | Fix xfrm hash collisions by changing __xfrm4_daddr_saddr_hash to hash address... | Jussi Mäki | 1 | -1/+1 |
2009-08-10 | Merge branch 'master' of /home/davem/src/GIT/linux-2.6/ | David S. Miller | 12 | -13/+14 |
2009-08-09 | SUNRPC: Add an rpc_pipefs front end for the sunrpc cache code | Trond Myklebust | 2 | -0/+169 |
2009-08-09 | SUNRPC: Move procfs-specific stuff out of the generic sunrpc cache code | Trond Myklebust | 1 | -129/+190 |
2009-08-09 | SUNRPC: Allow the cache_detail to specify alternative upcall mechanisms | Trond Myklebust | 3 | -11/+36 |
2009-08-09 | SUNRPC: Remove the global temporary write buffer in net/sunrpc/cache.c | Trond Myklebust | 1 | -25/+70 |
2009-08-09 | SUNRPC: Ensure we initialise the cache_detail before creating procfs files | Trond Myklebust | 1 | -10/+20 |
2009-08-09 | NFSD: Clean up the idmapper warning... | Trond Myklebust | 1 | -1/+1 |
2009-08-09 | SUNRPC: One more clean up for rpc_create_client_dir() | Trond Myklebust | 1 | -28/+50 |