| Commit message (Expand) | Author | Age | Files | Lines |
* | [IPSEC]: Fix inter address family IPsec tunnel handling. | Kazunori MIYAZAWA | 2008-03-24 | 10 | -21/+113 |
* | [NEIGH]: Fix race between pneigh deletion and ipv6's ndisc_recv_ns (v3). | Pavel Emelyanov | 2008-03-24 | 3 | -4/+45 |
* | sch_htb: fix "too many events" situation | Martin Devera | 2008-03-23 | 1 | -6/+7 |
* | connector: convert to single-threaded workqueue | Evgeniy Polyakov | 2008-03-23 | 1 | -1/+1 |
* | [ATM]: When proc_create() fails, do some error handling work and return -ENOMEM. | Wang Chen | 2008-03-23 | 2 | -3/+20 |
* | [SUNGEM]: Fix NAPI assertion failure. | David S. Miller | 2008-03-23 | 1 | -1/+1 |
* | BNX2X: prevent ethtool from setting port type | Eliezer Tamir | 2008-03-23 | 1 | -34/+2 |
* | [9P] net/9p/trans_fd.c: remove unused variable | Julia Lawall | 2008-03-22 | 1 | -2/+0 |
* | [IPV6] net/ipv6/ndisc.c: remove unused variable | Julia Lawall | 2008-03-22 | 1 | -2/+0 |
* | [IPV4] fib_trie: fix warning from rcu_assign_poinger | Stephen Hemminger | 2008-03-22 | 1 | -2/+5 |
* | [TCP]: Let skbs grow over a page on fast peers | Herbert Xu | 2008-03-22 | 1 | -2/+2 |
* | [DLCI]: Fix tiny race between module unload and sock_ioctl. | Pavel Emelyanov | 2008-03-21 | 1 | -4/+3 |
* | [SCTP]: Fix build warnings with IPV6 disabled. | David S. Miller | 2008-03-21 | 1 | -1/+1 |
* | [IPV4]: Fix null dereference in ip_defrag | Phil Oester | 2008-03-21 | 1 | -1/+1 |
* | [NET] ifb: set separate lockdep classes for queue locks | Jarek Poplawski | 2008-03-20 | 1 | -0/+15 |
* | [IPV6] KCONFIG: Fix description about IPV6_TUNNEL. | YOSHIFUJI Hideaki | 2008-03-20 | 1 | -2/+3 |
* | [TCP]: Fix shrinking windows with window scaling | Patrick McHardy | 2008-03-20 | 1 | -1/+1 |
* | netpoll: zap_completion_queue: adjust skb->users counter | Jarek Poplawski | 2008-03-20 | 1 | -2/+4 |
* | bridge: use time_before() in br_fdb_cleanup() | Fabio Checconi | 2008-03-20 | 1 | -1/+1 |
* | [TG3]: Fix build warning on sparc32. | David S. Miller | 2008-03-20 | 1 | -3/+3 |
* | MAINTAINERS: bluez-devel is subscribers-only | Pavel Machek | 2008-03-20 | 1 | -1/+1 |
* | audit: netlink socket can be auto-bound to pid other than current->pid (v2) | Pavel Emelyanov | 2008-03-20 | 1 | -3/+8 |
* | [NET]: Fix permissions of /proc/net | Andre Noll | 2008-03-20 | 1 | -1/+1 |
* | [SCTP]: Fix a race between module load and protosw access | Vlad Yasevich | 2008-03-20 | 3 | -61/+112 |
* | [NETFILTER]: ipt_recent: sanity check hit count | Daniel Hokka Zakrisson | 2008-03-20 | 1 | -0/+2 |
* | [NETFILTER]: nf_conntrack_h323: logical-bitwise & confusion in process_setup() | Roel Kluin | 2008-03-20 | 1 | -1/+1 |
* | [RT2X00] drivers/net/wireless/rt2x00/rt2x00dev.c: remove dead code, fix warning | Andrew Morton | 2008-03-18 | 1 | -3/+0 |
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval... | David S. Miller | 2008-03-17 | 949 | -11533/+15536 |
|\ |
|
| * | Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2008-03-17 | 5 | -52/+145 |
| |\ |
|
| | * | ahci: Add Marvell 6121 SATA support | Jose Alberto Reguero | 2008-03-17 | 1 | -4/+15 |
| | * | pata_ali: use atapi_cmd_type() to determine cmd type instead of transfer size | Tejun Heo | 2008-03-17 | 1 | -1/+1 |
| | * | ahci: implement skip_host_reset parameter | Tejun Heo | 2008-03-17 | 1 | -19/+29 |
| | * | ahci: request all PCI BARs | Tejun Heo | 2008-03-17 | 1 | -1/+4 |
| | * | devres: implement pcim_iomap_regions_request_all() | Tejun Heo | 2008-03-17 | 2 | -0/+27 |
| | * | libata-acpi: improve dock event handling | Tejun Heo | 2008-03-17 | 1 | -27/+69 |
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linus | Linus Torvalds | 2008-03-17 | 6 | -14/+34 |
| |\ \ |
|
| | * | | virtio: fix race in enable_cb | Christian Borntraeger | 2008-03-17 | 3 | -6/+10 |
| | * | | virtio: Enable netpoll interface for netconsole logging | Amit Shah | 2008-03-17 | 1 | -0/+12 |
| | * | | virtio: handle > 2 billion page balloon targets | Rusty Russell | 2008-03-17 | 1 | -2/+2 |
| | * | | virtio: Fix sysfs bits to have proper block symlink | Jeremy Katz | 2008-03-17 | 1 | -0/+1 |
| | * | | virtio: Use spin_lock_irqsave/restore for virtio-pci | Anthony Liguori | 2008-03-17 | 1 | -6/+9 |
| | |/ |
|
| * | | hfs_bnode_find() can fail, resulting in hfs_bnode_split() breakage | Al Viro | 2008-03-17 | 1 | -3/+15 |
| |/ |
|
| * | Linux 2.6.25-rc6v2.6.25-rc6 | Linus Torvalds | 2008-03-16 | 1 | -1/+1 |
| * | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kyle/p... | Linus Torvalds | 2008-03-16 | 18 | -65/+125 |
| |\ |
|
| | * | [PARISC] make ptr_to_pide() static | FUJITA Tomonori | 2008-03-15 | 1 | -2/+2 |
| | * | [PARISC] head.S: section mismatch fixes | Helge Deller | 2008-03-15 | 1 | -3/+4 |
| | * | [PARISC] add back Crestone Peak cpu | Kyle McMartin | 2008-03-15 | 1 | -0/+1 |
| | * | [PARISC] futex: special case cmpxchg NULL in kernel space | Kyle McMartin | 2008-03-15 | 1 | -2/+8 |
| | * | [PARISC] clean up show_stack | Kyle McMartin | 2008-03-15 | 1 | -4/+21 |
| | * | [PARISC] add pa8900 CPUs to hardware inventory | James Bottomley | 2008-03-15 | 1 | -1/+11 |