PATCH: br_stp.c:271: ignoring BPDUs if cost goes up

2006-08-30 Thread Brian Braunstein
PATCH problem at: br_stp.c:271 problem: ignoring BPDUs if cost goes up i was refered to email these addresses by the bridging code author. please see the full problem description and patch at: http://mesh.calit2.net/calmesh/one/linux_kernel_modifications/bridge_ignoring_bpdus/ if you would like

[PATCH] net: tun/tap: fixed hw address handling

2007-03-25 Thread Brian Braunstein
From: Brian Braunstein <[EMAIL PROTECTED]> Fixed tun/tap driver's handling of hw addresses. The hw address is stored in both the net_device.dev_addr and tun.dev_addr fields. These fields were not kept synchronized, and in fact weren't even initialized to the same value. Now