Displaying 3 results from an estimated 3 matches for "bristyle".
Did you mean:
bristol
2007 Apr 18
3
[Bridge] 802.1D/Linux STP issue
On Wed, 13 Sep 2006 15:58:49 -0700
Brian Braunstein <brian@bristyle.com> wrote:
> hi stephen and tony,
>
> i have been in contact with both of you and i figured it would make
> sense to get you to in contact on this issue, so here's the story:
>
> stephen is the maintainer of the linux spanning tree bridging code, an
> implementatio...
2008 Jul 12
4
[PATCH] tun: Fix/rewrite packet filtering logic
...clude/linux/if_tun.h | 24 +++-
2 files changed, 174 insertions(+), 166 deletions(-)
diff --git a/drivers/net/tun.c b/drivers/net/tun.c
index 2693f88..901551c 100644
--- a/drivers/net/tun.c
+++ b/drivers/net/tun.c
@@ -18,15 +18,11 @@
/*
* Changes:
*
- * Brian Braunstein <linuxkernel at bristyle.com> 2007/03/23
- * Fixed hw address handling. Now net_device.dev_addr is kept consistent
- * with tun.dev_addr when the address is set by this module.
- *
* Mike Kershaw <dragorn at kismetwireless.net> 2005/08/14
* Add TUNSETLINK ioctl to set the link encapsulation
*
*...
2008 Jul 12
4
[PATCH] tun: Fix/rewrite packet filtering logic
...clude/linux/if_tun.h | 24 +++-
2 files changed, 174 insertions(+), 166 deletions(-)
diff --git a/drivers/net/tun.c b/drivers/net/tun.c
index 2693f88..901551c 100644
--- a/drivers/net/tun.c
+++ b/drivers/net/tun.c
@@ -18,15 +18,11 @@
/*
* Changes:
*
- * Brian Braunstein <linuxkernel at bristyle.com> 2007/03/23
- * Fixed hw address handling. Now net_device.dev_addr is kept consistent
- * with tun.dev_addr when the address is set by this module.
- *
* Mike Kershaw <dragorn at kismetwireless.net> 2005/08/14
* Add TUNSETLINK ioctl to set the link encapsulation
*
*...