Age | Commit message (Expand) | Author | Files | Lines |
2009-04-28 | net/sunrpc/svc_xprt.c: fix sparse warnings | H Hartley Sweeten | 1 | -0/+1 |
2009-04-22 | FRV: Fix the section attribute on UP DECLARE_PER_CPU() | David Howells | 1 | -1/+1 |
2009-04-15 | packet: avoid warnings when high-order page allocation fails | Eric Dumazet | 1 | -2/+3 |
2009-04-15 | Revert "rose: zero length frame filtering in af_rose.c" | David S. Miller | 1 | -10/+0 |
2009-04-15 | gro: Restore correct value to gso_size | Herbert Xu | 1 | -2/+3 |
2009-04-14 | ipv6:remove useless check | Yang Hongyang | 1 | -4/+0 |
2009-04-14 | tcp: fix >2 iw selection | Ilpo Järvinen | 1 | -0/+3 |
2009-04-14 | netsched: Allow meta match on vlan tag on receive | Stephen Hemminger | 1 | -2/+4 |
2009-04-14 | gro: Normalise skb before bypassing GRO on netpoll VLAN path | Herbert Xu | 1 | -1/+3 |
2009-04-11 | ipv6: Fix NULL pointer dereference with time-wait sockets | Vlad Yasevich | 2 | -3/+6 |
2009-04-11 | tr: fix leakage of device in net/802/tr.c | Wei Yongjun | 1 | -0/+3 |
2009-04-11 | net: netif_device_attach/detach should start/stop all queues | Alexander Duyck | 1 | -2/+2 |
2009-04-09 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/... | David S. Miller | 3 | -25/+9 |
2009-04-07 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 | Linus Torvalds | 3 | -4/+5 |
2009-04-07 | xfrm: fix fragmentation on inter family tunnels | Steffen Klassert | 1 | -0/+1 |
2009-04-07 | net/802/fddi.c: add MODULE_LICENSE | Adrian Bunk | 1 | -0/+2 |
2009-04-07 | Merge branch 'for-2.6.30' of git://linux-nfs.org/~bfields/linux | Linus Torvalds | 3 | -38/+127 |
2009-04-06 | netfilter: ctnetlink: fix regression in expectation handling | Pablo Neira Ayuso | 1 | -24/+6 |
2009-04-06 | netfilter: fix selection of "LED" target in netfilter | Alex Riesen | 1 | -1/+1 |
2009-04-06 | netfilter: ip6tables regression fix | Eric Dumazet | 1 | -0/+2 |
2009-04-05 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-cpumask | Linus Torvalds | 1 | -2/+1 |
2009-04-05 | socket: use percpu_add() while updating sockets_in_use | Eric Dumazet | 1 | -4/+2 |
2009-04-04 | nfsd: don't use the deferral service, return NFS4ERR_DELAY | Andy Adamson | 2 | -1/+3 |
2009-04-04 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 7 | -15/+15 |
2009-04-03 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 1 | -1/+1 |
2009-04-03 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 | Linus Torvalds | 19 | -158/+264 |
2009-04-03 | tcp: miscounts due to tcp_fragment pcount reset | Ilpo Järvinen | 1 | -1/+6 |
2009-04-03 | tcp: add helper for counter tweaking due mid-wq change | Ilpo Järvinen | 1 | -32/+34 |
2009-04-02 | net: allow multiple dev per napi with GRO | Stephen Hemminger | 1 | -2/+3 |
2009-04-02 | netfilter: use rcu_read_bh() in ipt_do_table() | Eric Dumazet | 3 | -6/+6 |
2009-04-02 | RDS: Use spinlock to protect 64b value update on 32b archs | Andy Grover | 7 | -24/+100 |
2009-04-02 | RDS: Rewrite connection cleanup, fixing oops on rmmod | Andy Grover | 8 | -85/+109 |
2009-04-02 | RDS: Fix m_rs_lock deadlock | Andy Grover | 1 | -3/+3 |
2009-04-01 | Merge branch 'devel' into for-linus | Trond Myklebust | 10 | -383/+505 |
2009-04-01 | SUNRPC: Ensure IPV6_V6ONLY is set on the socket before binding to a port | Trond Myklebust | 1 | -12/+24 |
2009-04-01 | epoll keyed wakeups: make sockets use keyed wakeups | Davide Libenzi | 1 | -3/+5 |
2009-04-01 | proc tty: remove struct tty_operations::read_proc | Alexey Dobriyan | 1 | -6/+0 |
2009-04-01 | proc tty: switch ircomm to ->proc_fops | Alexey Dobriyan | 1 | -118/+138 |
2009-04-01 | New helper - current_umask() | Al Viro | 1 | -1/+1 |
2009-04-01 | core: remove pointless conditional before kfree() | Wei Yongjun | 1 | -2/+1 |
2009-04-01 | ipv4: remove unused parameter from tcp_recv_urg(). | Rami Rosen | 1 | -3/+2 |
2009-03-31 | Merge branch 'cpumask-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Rusty Russell | 1 | -2/+1 |
2009-03-31 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 | Linus Torvalds | 4 | -26/+33 |
2009-03-31 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-cpumask | Linus Torvalds | 1 | -1/+1 |
2009-03-31 | Merge branch 'linus' into cpumask-for-linus | Ingo Molnar | 350 | -8195/+31016 |
2009-03-31 | proc 2/2: remove struct proc_dir_entry::owner | Alexey Dobriyan | 11 | -30/+4 |
2009-03-30 | trivial: fix typos/grammar errors in Kconfig texts | Matt LaPlante | 7 | -15/+15 |
2009-03-30 | cpumask: use new cpumask_ functions in core code. | Rusty Russell | 1 | -1/+1 |
2009-03-30 | netfilter: xtables: fix IPv6 dependency in the cluster match | Pablo Neira Ayuso | 1 | -2/+9 |
2009-03-29 | Merge branch 'master' of /home/davem/src/GIT/linux-2.6/ | David S. Miller | 5 | -6/+8 |