1. 13 9月, 2005 2 次提交
  2. 11 9月, 2005 1 次提交
  3. 10 9月, 2005 8 次提交
  4. 09 9月, 2005 18 次提交
  5. 08 9月, 2005 5 次提交
  6. 07 9月, 2005 6 次提交
    • J
      [wireless ieee80211,ipw2200] Lindent source code · 0edd5b44
      Jeff Garzik 提交于
      No code changes, just Lindent + manual fixups.
      
      This prepares us for updating to the latest Intel driver code, plus
      gives the source code a nice facelift.
      0edd5b44
    • J
      [wireless] build fixes after merging WE-19 · bbeec90b
      Jeff Garzik 提交于
      bbeec90b
    • M
      [SUNRPC]: print unsigned integers in stats · 832079d2
      Max Kellermann 提交于
      From: Max Kellermann <max@duempel.org>
      
      The sunrpc stats are collected in unsigned integers, but they are printed
      with '%d'.  That can result in negative numbers in /proc/net/rpc when the
      highest bit of a counter is set.  The following patch changes '%d' to '%u'
      where appropriate.
      Signed-off-by: NAndrew Morton <akpm@osdl.org>
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      832079d2
    • P
      [NET]: proto_unregister: fix sleeping while atomic · 0a3f4358
      Patrick McHardy 提交于
      proto_unregister holds a lock while calling kmem_cache_destroy, which
      can sleep.
      
      Noticed by Daniele Orlandi <daniele@orlandi.com>.
      Signed-off-by: NPatrick McHardy <kaber@trash.net>
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      0a3f4358
    • J
      [PATCH] WE-19 for kernel 2.6.13 · 6582c164
      Jean Tourrilhes 提交于
      	Hi Jeff,
      
      	This is version 19 of the Wireless Extensions. It was supposed
      to be the fallback of the WPA API changes, but people seem quite happy
      about it (especially Jouni), so the patch is rather small.
      	The patch has been fully tested with 2.6.13 and various
      wireless drivers, and is in its final version. Would you mind pushing
      that into Linus's kernel so that the driver and the apps can take
      advantage ot it ?
      
      	It includes :
      	o iwstat improvement (explicit dBm). This is the result of
      long discussions with Dan Williams, the authors of
      NetworkManager. Thanks to him for all the fruitful feedback.
      	o remove pointer from event stream. I was not totally sure if
      this pointer was 32-64 bits clean, so I'd rather remove it and be at
      peace with it.
      	o remove linux header from wireless.h. This has long been
      requested by people writting user space apps, now it's done, and it
      was not even painful.
      	o final deprecation of spy_offset. You did not like it, it's
      now gone for good.
      	o Start deprecating dev->get_wireless_stats -> debloat netdev
      	o Add "check" version of event macros for ieee802.11
      stack. Jiri Benc doesn't like the current macros, we aim to please ;-)
      	All those changes, except the last one, have been bit-roting on
      my web pages for a while...
      
      	Patches for most kernel drivers will follow. Patches for the
      Orinoco and the HostAP drivers have been sent to their respective
      maintainers.
      
      	Have fun...
      
      	Jean
      Signed-off-by: NJeff Garzik <jgarzik@pobox.com>
      6582c164
    • S
      [IPV4]: Reassembly trim not clearing CHECKSUM_HW · 48bc41a4
      Stephen Hemminger 提交于
      This was found by inspection while looking for checksum problems
      with the skge driver that sets CHECKSUM_HW. It did not fix the
      problem, but it looks like it is needed.
      
      If IP reassembly is trimming an overlapping fragment, it
      should reset (or adjust) the hardware checksum flag on the skb.
      Signed-off-by: NStephen Hemminger <shemminger@osdl.org>
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      48bc41a4