- 08 Jul, 2003 1 commit
-
-
bk://kernel.bkbits.net/jmorris/ipv6-2.5David S. Miller authored
into nuts.ninka.net:/home/davem/src/BK/net-2.5
-
- 09 Jul, 2003 1 commit
-
-
Hideaki Yoshifuji authored
This patch fixes BUG when pushing IPv6 destination options over an IPv6 raw socket. Patch is based on one from Thomas Graf <tgr@reeler.org>.
-
- 08 Jul, 2003 1 commit
-
-
David S. Miller authored
-
- 09 Jul, 2003 1 commit
-
-
Randy Dunlap authored
And spell it correctly :-)
-
- 08 Jul, 2003 2 commits
-
-
Linus Torvalds authored
-
Hirofumi Ogawa authored
-
- 07 Jul, 2003 27 commits
-
-
Herbert Xu authored
This patch finally adds policy expiration. Note that it resends soft policy expire messages every 30 seconds. This is needed as when "soft use expire" is used for dead peer detection, a lost message could lead to a dead peer that isn't discovered until the SAs expire. I've only implemented notification for XFRM as I didn't want to just add another PFKEY extension in case it collides with something else. Of course it could be easily done for PFKEY with an extension too.
-
Dmitry Torokhov authored
-
David S. Miller authored
into kernel.bkbits.net:/home/davem/sparc-2.5
-
David S. Miller authored
-
David S. Miller authored
-
David S. Miller authored
-
Greg Ungerer authored
Remove un-used commented module_exit functions from m68knommu ColdFire and 68328 serial drivers. These drivers currently cannot be configured as modules, and they have no exit functions.
-
Greg Ungerer authored
Global SECURITY_INIT macro cannot be used inside .init section for m68knommu linker script. It is a complete section of its own, need to just list the components individually.
-
Greg Ungerer authored
Conditionally copy the ROMfs filesystem on the NETtel/5307 target board only if using a ROMfs.
-
Greg Ungerer authored
DragenEngine setup code updates: - Change interrupt handler return type to irqreturn_t - Allow configure time setting of boot parameters - Clean up warnings
-
Greg Ungerer authored
Conditionally copy the ROMfs filesystem on the SecureEdgeMP3/5307 target board only if using a ROMfs.
-
Greg Ungerer authored
Configuration updates for 68328 DragenEngine board. Fix up name so that it is "DragenEngine" and clean up eeprom read.
-
David S. Miller authored
into nuts.ninka.net:/home/davem/src/BK/sparc-2.5
-
Trond Myklebust authored
The intent patches broke behaviour w.r.t. following symlinks when doing an open() with file creation. The problem occurs in open_namei() because the LOOKUP_PARENT flag is no longer set when we do the call to follow_link().
-
Ulrich Drepper authored
This is the updated versions of the patch Ingo sent some time ago to implement a new tgkill() syscall which specifies the target thread without any possibility of ambiguity or thread ID wrap races, by passing in both the thread group _and_ the thread ID as the arguments. This is really needed since many/most people still run with limited PID ranges (maybe due to legacy apps breaking) and the PID reuse can cause problems.
-
Pavel Machek authored
This allows suspend to work on UP machines, even if the kernel is compiled for SMP.
-
Ian Molton authored
-
Bruno Ducrot authored
Due to a typo in powernow-k7.c, the value which correspond to the CPU core multiplicator and the VID value are swapped when we go down to up in frequency step.
-
Paul Mackerras authored
This adds a declaration that the macserial driver needs in order to compile correctly, and removes some old SERIAL_DO_RESTART junk which isn't used (SERIAL_DO_RESTART is never defined in this driver) and which I think is incorrect anyway, since it looks to me like it would potentially return an ERESTARTSYS error without a signal pending.
-
Rusty Russell authored
switch_mm and enter_lazy_tlb take a CPU arg, which is always smp_processor_id(). This is misleading, and pointless if they use per-cpu variables or other optimizations. gcc will eliminate redundant smp_processor_id() (in inline functions) anyway. This removes that arg from all the architectures.
-
Rusty Russell authored
kstat_this_cpu() is defined in terms of per_cpu instead of __get_cpu_var. This patch changes that, and uses it everywhere appropriate. The sched.c change puts it in a local variable, which helps gcc generate better code.
-
Greg Ungerer authored
No longer need the 68360 specific trap init call. The generic interrupt/trap code is now setup to do this itself.
-
Greg Ungerer authored
Define the raw read and write access macros for m68knommu. These rae use by MTD drivers in particular.
-
Greg Ungerer authored
Clean up show_process_blocks() loop for non-mmu targets.
-
Greg Ungerer authored
This patch includes the last peices of the flat laoder shared library support. Define the shared lib limit and implement a flag for doing kernel level tracing.
-
Greg Ungerer authored
A couple of minor fixes for the 68328 interrupt setup code. - don't define the .romvec section for DragonEngine build - print newline at end of spurious interrupt count in show_interrupts()
-
Ingo Molnar authored
doh - double unlock in the acct-is-on path. Noticed by Aneesh Kumar K.V <aneesh.kumar@digital.com>
-
- 06 Jul, 2003 7 commits
-
-
Lode Leroy authored
With modification from niv@us.ibm.com to only print bootserver if there was one.
-
bk://cifs.bkbits.net/linux-2.5cifsLinus Torvalds authored
into home.osdl.org:/home/torvalds/v2.5/linux
-
Steve French authored
-
Hideaki Yoshifuji authored
This converts nlip_tbl to C99 initializers. (and fixes wrong value for proxy_len and locktime.)
-
Hideaki Yoshifuji authored
This patch, depends on "IPV6: remove unused variable," fixes algorithm for updating lifetime according to RFC2462. - We should not delete an address even if prefix is advertised with valid lifetime == 0. - support the "2 hours" rule.
-
Hideaki Yoshifuji authored
-
Hideaki Yoshifuji authored
On-link flag == 0 in RA message does not mean that the prefix is off-link. It simply means the prefix does not talk about on-link information.
-