1. 01 Jul, 2003 20 commits
  2. 02 Jul, 2003 1 commit
  3. 01 Jul, 2003 1 commit
  4. 30 Jun, 2003 4 commits
  5. 02 Jul, 2003 5 commits
  6. 01 Jul, 2003 4 commits
  7. 30 Jun, 2003 5 commits
    • Stephen Hemminger's avatar
      [BRIDGE]: Ethernet bridge fixes. · 317cfe29
      Stephen Hemminger authored
      	1. STP protocol has no security, so malcontents can fuck with the
      	  bridge's topology.  The fixes are to ship with STP turned off
      	  to protect the ignorant, and run STP packets through ebtables
      	  netfilter for the smart.  
      
      	  Got this one via a russian hacker "Oleg K. Artemjev" <olli@rbauto.ru>
      	  before he published the paper.
      	  Bridge netfilter still needs work to give a nice face on this
      	  but this patch gives the hooks to filter.
      
      	2. STP input processing was lax in it's length checking so I bet
      	  you could make up a bomb packet.
      
      	  My inspection while doing #1.
      
      	3. Forwarding table could be abused by sending forged packets with
      	   bogus source address same as the local host.  This came via
      	   Lennart from Jerry Kreuscher <jerrykr@mindspring.com> who ran into
      	   it by mistake.
      317cfe29
    • Linus Torvalds's avatar
      Fix the code that checks for PCI IDE controller "native" vs "legacy" · fed61014
      Linus Torvalds authored
      modes. 
      
      It used to think that IDE controllers that weren't marked as "IDE storage"
      PCI class (eg CMD IDE RAID controllers mark themselves as "RAID storage")
      were always using legacy mode interrupt routing, which is bogus. In fact,
      the whole native vs legacy thing only makes sense for the IDE storage class,
      so fix the test to match.
      fed61014
    • Linus Torvalds's avatar
      Merge bk://kernel.bkbits.net/davem/sparc-2.5 · 61a25809
      Linus Torvalds authored
      into home.osdl.org:/home/torvalds/v2.5/linux
      61a25809
    • Anton Blanchard's avatar
      [PATCH] fix return value after hugetlb mmap failure · 8b4b205c
      Anton Blanchard authored
      At the moment no one uses is_aligned_hugepage_range or is_hugepage_only_range,
      but it is reasonable to assume they return true or false.
      
      On error we want to return -EINVAL back to userspace.
      8b4b205c
    • Greg Ungerer's avatar
      [PATCH] selection of boot parameters at configure time for Motorola 5307 targets · 80e8e672
      Greg Ungerer authored
      Allow selection of boot arguments at configure time for the Motorola
      ColdFire 5307 targets.
      80e8e672