1. 22 Apr, 2002 1 commit
    • Alexey Kuznetsov's avatar
      Net fixes: · 744dd21f
      Alexey Kuznetsov authored
      - Handle downing of multicast routes properly, since they
      refer potentially to multiple devices.
      - IPv6 raw had missing sk->filter handling and rawv6_rcv
      missing some checksum processing.
      - IPV6 udp needs to use skb_checksum not csum_partial on
      skb->h.raw
      - Ingress packet scheduler fixes from Jamal
      - Addrconf bug discoverd by Petr Baudis, ipv6_ifa_notify should
      pass NULL second arg to ipv6_chk_addr in RTM_DELADDR
      handling.
      744dd21f
  2. 18 Apr, 2002 1 commit
    • Lennert Buytenhek's avatar
      Bridging fix: · c39a32ae
      Lennert Buytenhek authored
      - Output netfilter hook does not care about input dev so
      do not even pass it in
      c39a32ae
  3. 16 Apr, 2002 1 commit
    • Trond Myklebust's avatar
      tcp.c: · 0cc52054
      Trond Myklebust authored
        Fix tcp_read_sock() so that it advances tp->copied_seq.
      0cc52054
  4. 10 Apr, 2002 6 commits
  5. 09 Apr, 2002 1 commit
  6. 05 Apr, 2002 27 commits
  7. 04 Apr, 2002 3 commits
    • Greg Kroah-Hartman's avatar
      USB · 03943afd
      Greg Kroah-Hartman authored
      more file movement cleanups.  Now handles misc drivers compiled into
      the kernel corectly.
      03943afd
    • Greg Kroah-Hartman's avatar
      USB · 037bf3e1
      Greg Kroah-Hartman authored
      moved the host drivers help to the host directory
      037bf3e1
    • Greg Kroah-Hartman's avatar
      USB · 44ceced3
      Greg Kroah-Hartman authored
      fixed lib Makefile problem with usb files moving
      moved drivers/usb/scanner/ to drivers/usb/image/
      44ceced3