cvs commit: src/sys/netinet if_ether.c

Gleb Smirnoff glebius at FreeBSD.org
Fri Sep 9 03:06:28 PDT 2005


glebius     2005-09-09 10:06:27 UTC

  FreeBSD src repository

  Modified files:
    sys/netinet          if_ether.c 
  Log:
  - Do not hold route entry lock, when calling arprequest(). One such
    call was introduced by me in 1.139, the other one was present before.
  - Do all manipulations with rtentry and la before dropping the lock.
  - Copy interface address from route into local variable before dropping
    the lock. Supply this copy as argument to arprequest()
  
  LORs fixed:
                  http://sources.zabbadoz.net/freebsd/lor/003.html
                  http://sources.zabbadoz.net/freebsd/lor/037.html
                  http://sources.zabbadoz.net/freebsd/lor/061.html
                  http://sources.zabbadoz.net/freebsd/lor/062.html
                  http://sources.zabbadoz.net/freebsd/lor/064.html
                  http://sources.zabbadoz.net/freebsd/lor/068.html
                  http://sources.zabbadoz.net/freebsd/lor/071.html
                  http://sources.zabbadoz.net/freebsd/lor/074.html
                  http://sources.zabbadoz.net/freebsd/lor/077.html
                  http://sources.zabbadoz.net/freebsd/lor/093.html
                  http://sources.zabbadoz.net/freebsd/lor/135.html
                  http://sources.zabbadoz.net/freebsd/lor/140.html
                  http://sources.zabbadoz.net/freebsd/lor/142.html
                  http://sources.zabbadoz.net/freebsd/lor/145.html
                  http://sources.zabbadoz.net/freebsd/lor/152.html
                  http://sources.zabbadoz.net/freebsd/lor/158.html
  
  Revision  Changes    Path
  1.141     +17 -9     src/sys/netinet/if_ether.c


More information about the cvs-src mailing list