lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:	Tue, 05 Jan 2010 10:20:30 -0800
From:	"Philip A. Prindeville" <philipp_subx@...fish-solutions.com>
To:	Torsten Schmidt <torsten.schmidt@...06.tu-chemnitz.de>
CC:	netdev@...r.kernel.org
Subject: Re: Still using IPTOS_TOS() in kernel? Really???

On 01/05/2010 07:35 AM, Torsten Schmidt wrote:
>> Can you extend the patch to include classify_1d() in net/mac80211/wme.c?
>>
>> I'm thinking:
>>
>>          }
>>
>> -        if (dscp & 0x1c)
>> +#if !defined(CONFIG_IP_DIFFSERV_COMPLIANT)
>> +        if (IPTOS_TOS(dscp) & ~IPTOS_LOWCOST)
>>                  return 0;
>> +#endif
>>          return dscp >> 5;
>>  }
> This code segment seems to be older stuff. Its not in 2.6.32. 
> 
> Torsten 

I'm running 2.6.27.42.


--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ