Search String: Display: Description: Sort:

Results:

References: [ +subject:/^(?:^\s*(re|sv|fwd|fw)[\[\]\d]*[:>-]+\s*)*\[PATCH\]\s+Change\s+MAC\s+without\s+bringing\s+interface\s+down\s*$/: 30 ]

Total 30 documents matching your query.

1. [PATCH] Change MAC without bringing interface down (score: 1)
Author:
Date: Mon, 18 Aug 2003 12:13:12 +0300
ip6_dst_lookup() interface and and makes tcp_ipv6.c use that instead
/archives/netdev/2003-08/msg00495.html (12,104 bytes)

2. Re: [PATCH] Change MAC without bringing interface down (score: 1)
Author: xxxx>
Date: Mon, 18 Aug 2003 04:19:11 -0700
m MOD_INC/MOD_DEC are no longer necessary. Also changed to new module
/archives/netdev/2003-08/msg00503.html (9,369 bytes)

3. Re: [PATCH] Change MAC without bringing interface down (score: 1)
Author:
Date: 18 Aug 2003 08:13:44 -0400
ystem using any criteria you want. It can block on device, on src MAC
/archives/netdev/2003-08/msg00510.html (11,169 bytes)

4. Re: [PATCH] Change MAC without bringing interface down (score: 1)
Author: m@xxxxxxxxxx>
Date: Mon, 18 Aug 2003 05:12:27 -0700
when VRRP was failing over when i was playing with it). I tried to fl
/archives/netdev/2003-08/msg00511.html (9,975 bytes)

5. Re: [PATCH] Change MAC without bringing interface down (score: 1)
Author: an von Krawczynski <skraw@xxxxxxxxxx>
Date: 18 Aug 2003 09:03:54 -0400
n the rules. Under Linux, by default, IP addresses are owned by the s
/archives/netdev/2003-08/msg00518.html (10,930 bytes)

6. Re: [PATCH] Change MAC without bringing interface down (score: 1)
Author: zynski <skraw@xxxxxxxxxx>
Date: Mon, 18 Aug 2003 17:24:55 +0300
has 2.4 kernel. The three are connected via same switch on primary if
/archives/netdev/2003-08/msg00525.html (10,481 bytes)

7. Re: [PATCH] Change MAC without bringing interface down (score: 1)
Author:
Date: Mon, 18 Aug 2003 07:20:44 -0700
ups. See the other posting from someone about IPMP (IP multipathing).
/archives/netdev/2003-08/msg00527.html (9,640 bytes)

8. Re: [PATCH] Change MAC without bringing interface down (score: 1)
Author: @xxxxxxxxx>
Date: 18 Aug 2003 11:10:48 -0400
Jason
/archives/netdev/2003-08/msg00532.html (9,579 bytes)

9. Re: [PATCH] Change MAC without bringing interface down (score: 1)
Author: xxxxxxxxxxx>
Date: Mon, 18 Aug 2003 19:04:22 +0300
in some details about what he thinks would break if default behaviour
/archives/netdev/2003-08/msg00534.html (14,504 bytes)

10. Re: [PATCH] Change MAC without bringing interface down (score: 1)
Author: ephan von Krawczynski <skraw@xxxxxxxxxx>
Date: Mon, 18 Aug 2003 09:06:54 -0700
ut real hardware. So far, haven't had to change the hardware drivers.
/archives/netdev/2003-08/msg00536.html (10,090 bytes)

11. Re: [PATCH] Change MAC without bringing interface down (score: 1)
Author: xxxxxxx>
Date: Mon, 18 Aug 2003 20:11:44 +0300
for those there is no alternative and IrLAN works good enough with t
/archives/netdev/2003-08/msg00542.html (15,194 bytes)

12. Re: [PATCH] Change MAC without bringing interface down (score: 1)
Author: xxxxxxxxx>
Date: Mon, 18 Aug 2003 15:51:53 -0300
Tourrilhes wrote: You can use irtty-sir with a cross-over serial cab
/archives/netdev/2003-08/msg00568.html (11,028 bytes)

13. Re: [PATCH] Change MAC without bringing interface down (score: 1)
Author: xxxxxxxxx>
Date: Tue, 19 Aug 2003 08:50:34 +0300
bkbits.net/net-drivers-2.4 Patch: ftp://ftp.kernel.org/pub/linux/kern
/archives/netdev/2003-08/msg00572.html (14,501 bytes)

14. Re: [PATCH] Change MAC without bringing interface down (score: 1)
Author: xxxx>
Date: Tue, 19 Aug 2003 12:42:53 -0300
a proc entry for each vlan device, however there is no check whether
/archives/netdev/2003-08/msg00583.html (10,044 bytes)

15. Re: [PATCH] Change MAC without bringing interface down (score: 1)
Author: m@xxxxxxxxxx>
Date: Tue, 19 Aug 2003 12:31:50 -0700
really isn't surprising it has errors in it as we've clearly shown i
/archives/netdev/2003-08/msg00621.html (9,654 bytes)

16. [PATCH] Change MAC without bringing interface down (score: 1)
Author: Tommi Virtanen <tv@xxxxxxxxxx>
Date: Mon, 18 Aug 2003 12:13:12 +0300
Hi. There are cases when you want to change your MAC address, such as in Linux-HA when the other box fails, and your hot standby activates itself. Some NICs, such as e100, e1000 and uml ;) allow you
/archives/netdev/2003-08/msg01467.html (12,104 bytes)

17. Re: [PATCH] Change MAC without bringing interface down (score: 1)
Author: "David S. Miller" <davem@xxxxxxxxxx>
Date: Mon, 18 Aug 2003 04:19:11 -0700
I would suggest to fix this by instead flushing the hh entries (just like neigh_destroy() does). This way, we don't have to fix up every single header cache implementation, that's painful :(
/archives/netdev/2003-08/msg01475.html (9,483 bytes)

18. Re: [PATCH] Change MAC without bringing interface down (score: 1)
Author: jamal <hadi@xxxxxxxxxx>
Date: 18 Aug 2003 08:13:44 -0400
Editing the header may be the better approach if you have a few hundred hhs already inserted (this was the issue i was faced with when VRRP was failing over when i was playing with it). I tried to fl
/archives/netdev/2003-08/msg01482.html (11,300 bytes)

19. Re: [PATCH] Change MAC without bringing interface down (score: 1)
Author: "David S. Miller" <davem@xxxxxxxxxx>
Date: Mon, 18 Aug 2003 05:12:27 -0700
There is another reason I want the cache flushed. Those hh cache entries are what ARP resolved to when we had the previous MAC address, not the one we have now. The ARPs may come back differently wit
/archives/netdev/2003-08/msg01483.html (10,139 bytes)

20. Re: [PATCH] Change MAC without bringing interface down (score: 1)
Author: jamal <hadi@xxxxxxxxxx>
Date: 18 Aug 2003 09:03:54 -0400
This is fine by me. I 'll let Tommi take the lead on it unless he is too busy. cheers, jamal
/archives/netdev/2003-08/msg01490.html (11,133 bytes)


This search system is powered by Namazu