1. 27 Mar, 2002 1 commit
    • David S. Miller's avatar
      Tigon3 net driver fixes: · 31db45e3
      David S. Miller authored
      - Make use of pci_unmap_xxx storage optimization.
      - In tg3_get_invariants, fix cacheline_sz_reg shifts.
        On 5703 chips, if latency timer is less than 64, set
        it to 64.
      - In tg3_test_dma, only run the actual test on 5700/5701
        chips.  Aparently 5702/5703 revs have some problems.
      31db45e3
  2. 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
  3. 22 Mar, 2002 1 commit
  4. 21 Mar, 2002 4 commits
  5. 20 Mar, 2002 1 commit
  6. 19 Mar, 2002 25 commits
  7. 18 Mar, 2002 6 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