1. 26 Mar, 2002 2 commits
    • Harald Welte's avatar
      Big netfilter newnat patch for 2.5.7: · 852aaba8
      Harald Welte authored
      - support for multiple expected connections
        (necessary for protocols like H.323, SIP, PPTP)
      - helper-definable limit of unconfirmed expectations
      - timeouts for expectations
      - full graph of connection relations, even after expectation confirmed
      - various changes in the API towards conntrack and NAT helper
      - automatic conntrack helper loading when at helper is loaded
      - NAT mangling of TCP SACK in case of sequence number alteration
        (no need to delete SACKPERM anymore, I hope Alexey is happy now)
      852aaba8
    • David S. Miller's avatar
      Fix device list locking. · b974e3f3
      David S. Miller authored
      Based upon a patch from Maxim Krasnyansky.
      b974e3f3
  2. 22 Mar, 2002 1 commit
  3. 21 Mar, 2002 4 commits
  4. 20 Mar, 2002 1 commit
  5. 19 Mar, 2002 25 commits
  6. 18 Mar, 2002 7 commits
    • David S. Miller's avatar
      Fix build error on non-x86. · c9b46cc9
      David S. Miller authored
      c9b46cc9
    • Linus Torvalds's avatar
      Update version · 085c9a18
      Linus Torvalds authored
      085c9a18
    • Linus Torvalds's avatar
      51331cc8
    • Hirofumi Ogawa's avatar
      [PATCH] cleanup FAT stuff (2/2) · 695f66cf
      Hirofumi Ogawa authored
      This patch remove unused variable/function/define, and small indent
      cleanup.
      695f66cf
    • Hirofumi Ogawa's avatar
      [PATCH] Fix linux/msdos_fs.h for userland (1/2) · 9285a3a7
      Hirofumi Ogawa authored
      The following patch moves MSDOS_SB() and MSDOS_I() into #define
      __KERNEL__.
      9285a3a7
    • Martin Dalecki's avatar
      [PATCH] 2.5.7-pre2 IDE 22a · 198231a8
      Martin Dalecki authored
      - Apply more patches from Vojtech Pavlik for the handling of host chip setup.
         Hopefully they are settled now.
      
      - Kill unused CONFIG_BLK_DEV_MODES
      
      - Push register addressing down in to task_vlb_sync.
      
      - Make the taskfile parsing stuff actually readable. This is compressing the
         code by an incredible amount. We use just one function doing the whole
         scanning right now. This should make sure that the IRQ handler used by a
         particular command is always right.  I didn't introduce typos hopefully
         here.
      
      - Don't call ide_handler_parser as argument for do_taskfile() any longer. We
         have killed this function by coalescing it's functionality with
         ide_cmd_type_parser() anyway.
      
      - Kill unused SLC90E66 code, which Vojtech apparently missed in his patch.
      
      - sync up with 2.5.7-pre2
      
      Once again the actual patch is rather big mostly due to the removal of
      some default configuration variables which are not used anylonger. So time for
      the next patch stage.
      198231a8
    • Jaroslav Kysela's avatar
      [PATCH] for 2.5.7pre2 · ed0e83f5
      Jaroslav Kysela authored
      - add joystick support for CS46xx driver
      - Audigy code updates
      - fix sound/core/Config.in (wrong dep_tristate usage)
      - rawmidi interface fixes (memory leak)
      - chang spinlock to rwlock in pcm_native.c (streams linking)
      - further fixes of dependencies in Makefiles
      - remove experimental time-sync support from sequencer
      - fix/update for 32-bit -> 64-bit ioctl converter code
      - wavefront driver cleanups
      - CMIPCI driver updates
      - update joystick support in CS4281
      - add detection (not support) of M Audio Delta1010LT
      - add AMD768 PCI ID to intel8x0 driver
      - add joystick code to trident driver
      - remove static variable initialization to zero
      ed0e83f5