- 30 Oct, 2003 3 commits
-
-
Arnaldo Carvalho de Melo authored
-
Herbert Xu authored
-
Hideaki Yoshifuji authored
-
- 29 Oct, 2003 8 commits
-
-
David S. Miller authored
-
Arnaldo Carvalho de Melo authored
Other protocols do this as soon as they discover over what interface the packet will be routed, but LLC isn't routable, so, to provide similar semantics to the other protocols, I'm just binding it to the first interface of the type specified, perhaps we'll need a tunable for this or some sort of routing table done manually by the admin, later we'll see, for now this allows an application like openssh, with patched getaddrinfo/getnameinfo to use PF_LLC sockets with a very small patch.
-
Arnaldo Carvalho de Melo authored
-
Nickolai Zeldovich authored
-
Arnaldo Carvalho de Melo authored
-
Arnaldo Carvalho de Melo authored
-
Arnaldo Carvalho de Melo authored
-
Arnaldo Carvalho de Melo authored
-
- 28 Oct, 2003 9 commits
-
-
Arnaldo Carvalho de Melo authored
-
Maximilian Attems authored
-
David S. Miller authored
As noted by Georg Chini, ipt_entry object are of variable size so just copying individual struct ipt_entry slots around does not work.
-
http://lia64.bkbits.net/to-linus-2.5Linus Torvalds authored
into home.osdl.org:/home/torvalds/v2.5/linux
-
bk://kernel.bkbits.net/davem/net-2.5Linus Torvalds authored
into home.osdl.org:/home/torvalds/v2.5/linux
-
bk://kernel.bkbits.net/davem/sparc-2.5Linus Torvalds authored
into home.osdl.org:/home/torvalds/v2.5/linux
-
Jay Estabrook authored
Here's a show-stopper patch for Alpha; missing it prevents several of our platforms ("white box" 3000 and 5000 series) from booting.
-
Kevin Lahey authored
-
David S. Miller authored
- HAVE_DEC_LOCK depends on SMP - Trap return preemption check needs interrupt disabled check - Implement write_trylock - Fix in_atomic() definition when PREEMPT enabled
-
- 27 Oct, 2003 18 commits
-
-
Hideaki Yoshifuji authored
-
Hideaki Yoshifuji authored
-
Hideaki Yoshifuji authored
-
David S. Miller authored
-
David S. Miller authored
-
Paul E. Erkkila authored
-
Arnaldo Carvalho de Melo authored
-
Arnaldo Carvalho de Melo authored
-
Stéphane Eranian authored
Here is the minimal patch that fixes things that do not work and that can be noticed fairly easily: - remove a typo in pfm_check_task_state() which causes PFM_READ_PMDS to fail when context is in PFM_MASKED state. - fix a typo in perfmon_mcklinley.h when checking the value combinations for when writing to PMC14. This could reject a valid request to program PMC14.
-
Andrew Morton authored
This fixes a sleep-in-spinlock bug for binfmt_misc registration. That lock is purely for the list, not for the dentry.
-
Linus Torvalds authored
Only set the rate/resolution if the user actually asked for it. Some mice and KVM switches don't like to have their rate forced.
-
Linus Torvalds authored
exit_notify() used to leave a window open when a thread died that made the thread visible as a ZOMBIE even though the thread reaped itself. This closes that window by marking the thread DEAD within the tasklist_lock.
-
David Mosberger authored
into tiger.hpl.hp.com:/data1/bk/lia64/to-linus-2.5
-
Stéphane Eranian authored
-
bk://kernel.bkbits.net/davem/sparc-2.5Linus Torvalds authored
into home.osdl.org:/home/torvalds/v2.5/linux
-
bk://kernel.bkbits.net/davem/net-2.5Linus Torvalds authored
into home.osdl.org:/home/torvalds/v2.5/linux
-
Kevin Corry authored
Force Device-Mapper to use PAGE_SIZE or smaller I/O when the underlying device has a bvec_merge_fn routine registered. This will fix the situation of Device-Mapper submitting I/Os to RAID-0 that span the RAID-0 chunk boundaries. Joe is working on a better solution that actually honors the MD merge_bvec_fn routine. But this minimal change will fix the problem for the time being.
-
Linus Torvalds authored
enable on UP-PREEMPT. Without this, the enable could "migrate" up into the critical region (on SMP, the actual spinlock would act as an additional barrier and PREEMPT was ok).
-
- 26 Oct, 2003 2 commits
-
-
Herbert Xu authored
-
David S. Miller authored
-