cvs commit: src/sys/netinet if_ether.c

2008-09-14 Thread Julian Elischer
julian 2008-09-14 08:24:45 UTC FreeBSD src repository Modified files: sys/netinet if_ether.c Log: SVN rev 183014 on 2008-09-14 08:24:45Z by julian oops commit the version that compiles Revision ChangesPath 1.178 +1 -0 src/sys/netinet/if_ether.c

cvs commit: src/sys/netinet if_ether.c

2008-09-04 Thread Giorgos Keramidas
keramida2008-09-05 01:36:30 UTC FreeBSD src repository Modified files: sys/netinet if_ether.c Log: SVN rev 182775 on 2008-09-05 01:36:30Z by keramida Slightly reword comment and remove typos. Revision ChangesPath 1.176 +3 -3 src/sys/netinet/if_e

Re: cvs commit: src/sys/netinet if_ether.c

2008-08-31 Thread Ganbold
Andrew Thompson wrote: On Mon, Sep 01, 2008 at 09:33:56AM +0800, Ganbold wrote: Philip Paeps wrote: philip 2008-08-18 09:06:11 UTC FreeBSD src repository Modified files: sys/netinet if_ether.c Log: SVN rev 181824 on 2008-08-18 09:06:11Z by philip Fix ARP

Re: cvs commit: src/sys/netinet if_ether.c

2008-08-31 Thread Andrew Thompson
On Mon, Sep 01, 2008 at 09:33:56AM +0800, Ganbold wrote: > Philip Paeps wrote: >> philip 2008-08-18 09:06:11 UTC >> >> FreeBSD src repository >> >> Modified files: >> sys/netinet if_ether.c Log: >> SVN rev 181824 on 2008-08-18 09:06:11Z by philip >> Fix ARP in bridgi

cvs commit: src/sys/netinet if_ether.c

2008-08-31 Thread Andrew Thompson
thompsa 2008-09-01 02:19:40 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sys/netinet if_ether.c Log: SVN rev 182586 on 2008-09-01 02:19:40Z by thompsa MFC r181824 Fix ARP in bridging scenarios where the bridge shares its MAC address

cvs commit: src/sys/netinet if_ether.c

2008-08-31 Thread Andrew Thompson
thompsa 2008-09-01 02:17:31 UTC FreeBSD src repository Modified files:(Branch: RELENG_7) sys/netinet if_ether.c Log: SVN rev 182585 on 2008-09-01 02:17:31Z by thompsa MFC r181824 Fix ARP in bridging scenarios where the bridge shares its MAC address

Re: cvs commit: src/sys/netinet if_ether.c

2008-08-31 Thread Ganbold
Philip Paeps wrote: philip 2008-08-18 09:06:11 UTC FreeBSD src repository Modified files: sys/netinet if_ether.c Log: SVN rev 181824 on 2008-08-18 09:06:11Z by philip Fix ARP in bridging scenarios where the bridge shares its MAC address with one of its member

cvs commit: src/sys/netinet if_ether.c

2008-08-31 Thread Julian Elischer
julian 2008-08-31 18:54:35 UTC FreeBSD src repository Modified files: sys/netinet if_ether.c Log: SVN rev 182563 on 2008-08-31 18:54:35Z by julian fix tiny nti in comment Revision ChangesPath 1.175 +1 -1 src/sys/netinet/if_ether.c _

cvs commit: src/sys/netinet if_ether.c

2008-08-18 Thread Kip Macy
kmacy 2008-08-19 01:25:08 UTC FreeBSD src repository Modified files:(Branch: RELENG_7) sys/netinet if_ether.c Log: SVN rev 181860 on 2008-08-19 01:25:08Z by kmacy Avoid possible namespace collision between function scope sin and locally sub-expression sco

cvs commit: src/sys/netinet if_ether.c

2008-08-18 Thread Philip Paeps
philip 2008-08-18 09:06:11 UTC FreeBSD src repository Modified files: sys/netinet if_ether.c Log: SVN rev 181824 on 2008-08-18 09:06:11Z by philip Fix ARP in bridging scenarios where the bridge shares its MAC address with one of its members (see my r180140).

Re: cvs commit: src/sys/netinet if_ether.c

2007-12-16 Thread Kip Macy
On Dec 16, 2007 9:34 PM, Sam Leffler <[EMAIL PROTECTED]> wrote: > Kip Macy wrote: > > kmacy 2007-12-17 04:19:25 UTC > > > > FreeBSD src repository > > > > Modified files: > > sys/netinet if_ether.c > > Log: > > Don't panic in arpresolve if we're given a null mbuf. We coul

Re: cvs commit: src/sys/netinet if_ether.c

2007-12-16 Thread Sam Leffler
Kip Macy wrote: kmacy 2007-12-17 04:19:25 UTC FreeBSD src repository Modified files: sys/netinet if_ether.c Log: Don't panic in arpresolve if we're given a null mbuf. We could insist that the caller just pass in an initialized mbuf even if didn't have any data -

cvs commit: src/sys/netinet if_ether.c

2007-12-16 Thread Kip Macy
kmacy 2007-12-17 04:19:25 UTC FreeBSD src repository Modified files: sys/netinet if_ether.c Log: Don't panic in arpresolve if we're given a null mbuf. We could insist that the caller just pass in an initialized mbuf even if didn't have any data - but that seems rat

cvs commit: src/sys/netinet if_ether.c

2007-12-15 Thread Kip Macy
kmacy 2007-12-16 06:42:34 UTC FreeBSD src repository Modified files: sys/netinet if_ether.c Log: Move arp update upcall to always be called for ARP replies - previous invocation would not always get called at the appropriate times Revision ChangesPath 1.

cvs commit: src/sys/netinet if_ether.c src/sys/net route.c route.h

2007-12-12 Thread Kip Macy
kmacy 2007-12-12 20:53:25 UTC FreeBSD src repository Modified files: sys/netinet if_ether.c sys/net route.c route.h Log: add interface for allowing consumers to register for ARP updates, redirects, and path MTU changes Reviewed by: silby R

cvs commit: src/sys/netinet if_ether.c

2007-12-04 Thread Yar Tikhiy
yar 2007-12-04 13:01:12 UTC FreeBSD src repository Modified files: sys/netinet if_ether.c Log: For the sake of convenience, print the name of the network interface IPv4 address duplication was detected on. Idea by:marck Revision ChangesPath

cvs commit: src/sys/netinet if_ether.c in.c in_cksum.c in_gif.c in_rmx.c ip_divert.c ip_dummynet.c ip_ecn.c ip_encap.c ip_fw2.c ip_icmp.c ip_input.c ip_ipsec.c ip_mroute.c ip_options.c ip_output.c raw

2007-05-10 Thread Robert Watson
rwatson 2007-05-10 15:58:49 UTC FreeBSD src repository Modified files: sys/netinet if_ether.c in.c in_cksum.c in_gif.c in_rmx.c ip_divert.c ip_dummynet.c ip_ecn.c ip_encap.c ip_fw2.c ip_icmp.c ip_in

cvs commit: src/sys/netinet if_ether.c

2007-03-22 Thread Gleb Smirnoff
glebius 2007-03-22 10:37:53 UTC FreeBSD src repository Modified files: sys/netinet if_ether.c Log: Remove global list of all llinfo_arp entries and use a callout per instance expiry of the ARP entries. Since we no longer abuse the IPv4 radix head lock, we can now ent

cvs commit: src/sys/netinet if_ether.c

2007-03-13 Thread Bruce M Simpson
bms 2007-03-13 21:59:20 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sys/netinet if_ether.c Log: MFC rev 1.159: Comply with RFC 3927, by forcing ARP replies which contain a source address within the link-local IPv4 prefix 169.254.0.0/1

cvs commit: src/sys/netinet if_ether.c

2007-02-13 Thread Maxim Konovalov
maxim 2007-02-13 15:38:17 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sys/netinet if_ether.c Log: MFC rev. 1.158: increment requests counter right before send out an ARP query actually. Otherwise the code could lead to the spurious EHOSTDO

cvs commit: src/sys/netinet if_ether.c

2007-02-02 Thread Bruce M Simpson
bms 2007-02-02 20:31:45 UTC FreeBSD src repository Modified files: sys/netinet if_ether.c Log: Comply with RFC 3927, by forcing ARP replies which contain a source address within the link-local IPv4 prefix 169.254.0.0/16, to be broadcast at link layer. Review

cvs commit: src/sys/netinet if_ether.c

2007-01-14 Thread Maxim Konovalov
maxim 2007-01-14 18:44:17 UTC FreeBSD src repository Modified files: sys/netinet if_ether.c Log: o Increment requests counter right before send out an ARP query actually. Otherwise the code could lead to the spurious EHOSTDOWN errors. PR: kern/107807

cvs commit: src/sys/netinet if_ether.c

2006-10-04 Thread Gleb Smirnoff
glebius 2006-10-04 11:08:14 UTC FreeBSD src repository Modified files: sys/netinet if_ether.c Log: Save space on stack moving token ring stuff to its own hack block. Revision ChangesPath 1.156 +3 -2 src/sys/netinet/if_ether.c

cvs commit: src/sys/netinet if_ether.c

2006-10-04 Thread Gleb Smirnoff
glebius 2006-10-04 10:59:21 UTC FreeBSD src repository Modified files: sys/netinet if_ether.c Log: Style rev. 1.152. Revision ChangesPath 1.155 +2 -2 src/sys/netinet/if_ether.c ___ cvs-all@freebsd.org maili

cvs commit: src/sys/netinet if_ether.c

2006-09-23 Thread John-Mark Gurney
jmg 2006-09-23 19:24:10 UTC FreeBSD src repository Modified files: sys/netinet if_ether.c Log: now that we don't automagicly increase the MTU of host routes, when we copy the loopback interface, copy it's mtu also.. This means that we again have large mtu suppor

cvs commit: src/sys/netinet if_ether.c

2006-07-09 Thread Andrew Thompson
thompsa 2006-07-10 01:03:23 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sys/netinet if_ether.c Log: MFC r1.152 Enable proxy ARP answers on any of the bridged interfaces if proxy record belongs to another interface within the bridge group.

cvs commit: src/sys/netinet if_ether.c

2006-06-08 Thread Andrew Thompson
thompsa 2006-06-09 00:33:30 UTC FreeBSD src repository Modified files: sys/netinet if_ether.c Log: Enable proxy ARP answers on any of the bridged interfaces if proxy record belongs to another interface within the bridge group. PR: kern/94408 Submitte

cvs commit: src/sys/netinet if_ether.c

2006-03-21 Thread Gleb Smirnoff
glebius 2006-03-22 07:48:31 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sys/netinet if_ether.c Log: Partial backout. Do not use time_uptime instead of time_second, since this change wasn't merged to other files. Pointy hat to: glebius A

cvs commit: src/sys/netinet if_ether.c

2006-03-11 Thread Andrew Thompson
thompsa 2006-03-11 19:33:17 UTC FreeBSD src repository Modified files:(Branch: RELENG_5) sys/netinet if_ether.c Log: MFC r1.151 Further refine the bridge hack in the arp code. Only do the special arp handling for interfaces which are actually in the br

cvs commit: src/sys/netinet if_ether.c

2006-03-11 Thread Andrew Thompson
thompsa 2006-03-11 19:32:44 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sys/netinet if_ether.c Log: MFC r1.151 Further refine the bridge hack in the arp code. Only do the special arp handling for interfaces which are actually in the br

cvs commit: src/sys/netinet if_ether.c

2006-03-07 Thread Andrew Thompson
thompsa 2006-03-07 21:40:45 UTC FreeBSD src repository Modified files: sys/netinet if_ether.c Log: Further refine the bridge hack in the arp code. Only do the special arp handling for interfaces which are actually in the bridge group, ignore all others. MFC afte

cvs commit: src/sys/netinet if_ether.c

2006-02-03 Thread Andrew Thompson
thompsa 2006-02-03 12:55:16 UTC FreeBSD src repository Modified files:(Branch: RELENG_5) sys/netinet if_ether.c Log: MFC r1.150, do not send two ARP replies if the bridge has an address. Approved by:re (scottl) RevisionChangesPath 1.128.2.

cvs commit: src/sys/netinet if_ether.c

2006-02-03 Thread Andrew Thompson
thompsa 2006-02-03 08:07:42 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sys/netinet if_ether.c Log: MFC r1.150, do not send two ARP replies if the bridge has an address. Approved by:re (scottl) RevisionChangesPath 1.137.2.

cvs commit: src/sys/netinet if_ether.c

2006-01-31 Thread Andrew Thompson
thompsa 2006-01-31 21:29:41 UTC FreeBSD src repository Modified files: sys/netinet if_ether.c Log: Now that the bridge also processes Ethernet frames as itself, two arp replies will be sent if there is an address on the bridge. Exclude the bridge from the special arp

cvs commit: src/sys/netinet if_ether.c

2006-01-29 Thread Andrew Thompson
thompsa 2006-01-29 23:22:42 UTC FreeBSD src repository Modified files:(Branch: RELENG_5) sys/netinet if_ether.c Log: InstaMFC: Back out of r1.148, it causes two arp replies to be sent with different mac addresses. RevisionChangesPath 1.128.2.

cvs commit: src/sys/netinet if_ether.c

2006-01-29 Thread Andrew Thompson
thompsa 2006-01-29 23:22:05 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sys/netinet if_ether.c Log: InstaMFC: Back out of r1.148, it causes two arp replies to be sent with different mac addresses. Revision ChangesPath 1.137.2.9

cvs commit: src/sys/netinet if_ether.c

2006-01-29 Thread Andrew Thompson
thompsa 2006-01-29 23:21:02 UTC FreeBSD src repository Modified files: sys/netinet if_ether.c Log: Back out of r1.148, it causes two arp replies to be sent with different mac addresses. One for the bridged interface with the IP address assigned but then another with

cvs commit: src/sys/netinet if_ether.c

2006-01-18 Thread Andrew Thompson
thompsa 2006-01-19 01:07:10 UTC FreeBSD src repository Modified files:(Branch: RELENG_5) sys/netinet if_ether.c Log: MFC r1.148: Include the bridge interface itself in the special arp handling. Revision ChangesPath 1.128.2.9 +1 -1 src/sys/n

cvs commit: src/sys/netinet if_ether.c

2006-01-18 Thread Andrew Thompson
thompsa 2006-01-19 00:38:00 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sys/netinet if_ether.c Log: MFC r1.148: Include the bridge interface itself in the special arp handling. Revision ChangesPath 1.137.2.8 +1 -1 src/sys/n

cvs commit: src/sys/netinet if_ether.c

2006-01-12 Thread Andrew Thompson
thompsa 2006-01-12 21:05:30 UTC FreeBSD src repository Modified files: sys/netinet if_ether.c Log: Include the bridge interface itself in the special arp handling. PR: 90973 MFC after: 1 week Revision ChangesPath 1.148 +1 -1 s

cvs commit: src/sys/netinet if_ether.c src/usr.sbin/arp arp.4

2005-12-28 Thread Gleb Smirnoff
glebius 2005-12-28 13:33:41 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sys/netinet if_ether.c usr.sbin/arp arp.4 Log: MFC: Add a knob to suppress logging of attempts to modify permanent ARP entries. Submitted by: An

cvs commit: src/sys/netinet if_ether.c src/usr.sbin/arp arp.4

2005-12-18 Thread Gleb Smirnoff
glebius 2005-12-18 19:11:57 UTC FreeBSD src repository Modified files: sys/netinet if_ether.c usr.sbin/arp arp.4 Log: Add a knob to suppress logging of attempts to modify permanent ARP entries. Submitted by: Andrew Alcheyev Revision Changes

cvs commit: src/sys/netinet if_ether.c

2005-12-16 Thread Ed Maste
emaste 2005-12-16 15:01:45 UTC FreeBSD src repository Modified files: sys/netinet if_ether.c Log: Add descriptions for sysctl -d. Approved by:glebius Silence from: rwatson (mentor) Revision ChangesPath 1.146 +5 -5 src/sys/netinet/if_eth

cvs commit: src/sys/netinet if_ether.c

2005-11-26 Thread Gleb Smirnoff
glebius 2005-11-26 10:51:23 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sys/netinet if_ether.c Log: Previous commit merged 1.145 and _a part of_ 1.142, and this part broke ARP in RELENG_6. At this time merge 1.142 entirely. Pointy hat to:

cvs commit: src/sys/netinet if_ether.c

2005-11-25 Thread Gleb Smirnoff
glebius 2005-11-25 14:38:19 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sys/netinet if_ether.c Log: MFC 1.145: Rework ARP retransmission algorythm so that ARP requests are retransmitted without suppression, while there is demand for

Re: cvs commit: src/sys/netinet if_ether.c

2005-11-11 Thread Andre Oppermann
Gleb Smirnoff wrote: > > glebius 2005-11-08 12:05:57 UTC > > FreeBSD src repository > > Modified files: > sys/netinet if_ether.c > Log: > Rework ARP retransmission algorythm so that ARP requests are > retransmitted without suppression, while there is demand for > suc

cvs commit: src/sys/netinet if_ether.c

2005-11-08 Thread Gleb Smirnoff
glebius 2005-11-08 12:05:57 UTC FreeBSD src repository Modified files: sys/netinet if_ether.c Log: Rework ARP retransmission algorythm so that ARP requests are retransmitted without suppression, while there is demand for such ARP entry. As before, retransmission is r